/* @override 
	http://transportcenter.imptest.com/community_ee/stylesheets/master.css
	http://transportcenter.imptest.com/community_ee/stylesheets/miscellaneous.css
*/

/*-------------------------------------
Community Transportation Center

Master

version: 	1.0
author: 	Impressive Designs
email:		info@impdesigns.com
website:	http://www.impdesigns.com
copyright:	(c)2007	
---------------------------------------*/

/* LINKED STYLE SHEETS
---------------------------------------*/
@import url("navigation.css");
@import url("miscellaneous.css");

/* BEGIN
---------------------------------------*/
body{
	margin: 0;
	padding: 0;
	background-color: #383f61;
	text-align: center;
}

.container{
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

.img_container {
	background: url(../images/graphics/showcase/train.jpg) no-repeat 0 0;
	width: 880px;
	height: 75px;
	margin: 0 auto;
	text-align: right;
	padding-top: 150px;
	padding-right: 20px;
	padding-bottom: 0;
}

/* HEADER
---------------------------------------*/
#header{
	height: 140px;
	background: url(../images/backgrounds/header.gif) repeat-x 0 0;
}

	#header h1.logo{
		margin: 0;
		width: 360px;
		height: 140px;
		float: left;
	}
	
		#header h1.logo a{
			display: block;
			height: 100%;
			width: 100%;
			text-indent: -9999px;
			line-height: 0px;
			background: url(../images/logos/ctc2.jpg) no-repeat 0 0;
		}
		
		
/* CONTENT
---------------------------------------*/
#home #content{
	padding-bottom: 50px;
	
}

#content{
	padding: 0 0 50px;
	background: #fff url(../images/backgrounds/page_shadow.gif) no-repeat center top;
}

/* SHOWCASE
---------------------------------------*/
#showcase{
	height: 225px;
	background: url(../images/backgrounds/showcase_area.gif) repeat-x 0 0;
}

/* BODY CONTENT
---------------------------------------*/
#body_content{
	padding: 30px 30px 0;
	width: 840px;
}

/* FOOTER
---------------------------------------*/
#footer{
	padding-top: 20px;
	height: 150px;
	line-height: 1.4em;
	background: url(../images/backgrounds/footer.gif) repeat-x 0 0;
}

	#footer .block{
		margin-right: 50px;
		padding-left: 10px;
		border-left: 5px solid #c7c9d4;
		float: left;
		font-size: 110%;
		color:  #e7e7e7;
	}
	
	#footer .site_map a{
		display: block;
		color: #e7e7e7;
	}
	
		#footer .site_map a:hover{
			text-decoration: underline;
		}
		
	#footer a.creator{
		display: block;
		height: 21px;
		width: 96px;
		text-indent: -9999px;
		line-height: 0em;
		background: url(../images/logos/impressive_designs.png) no-repeat 0 0;
		float: right;
}

/* COLUMN STRUCTURE
---------------------------------------*/
.small_column{
	width: 150px;
}

.medium_column{
	width: 200px;
}

.large_column{
	width: 430px;
}

#home .large_column {
	width: 600px;
	margin: 0;
	padding: 0;
}

.extra_large_column{
	width: 610px;
}

.far_left_column{
	margin-right: 30px;
}

.largeColumnContent {width:430px;
	padding-top:10px;
	margin-bottom:10px;
	border-top:3px solid #c4c4c4;
	}

#home .largeColumnContent {
	padding-top:10px;
	margin-bottom:10px;
	width: 574px;
	border-top-style: none;
}

#whats_new {
	width: 574px;
	margin: 0 0 15px;
	border-style: none;
	border-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	background: #fff url(../images/graphics/misc/whats_new_heading.jpg) repeat-x 0 0;
	padding: 3px 10px 10px;
}

#whats_new h1 {
	color: #ffffff;
	margin: 0;
	padding: 0;
}

#small_box {
	width: 280px;
	float: left;
	margin-right: 20px;
	border: 2px none #a5a5a5;
	padding: 0;
	height: 400px;
}

img {
	margin: 0;
	padding: 0;
}

#photo_box {
	padding: 5px 8px 7px 7px;
	border: 2px solid #a5a5a5;
	margin: 0 0 15px;
	width: 180px;
}

#photo_box_image {
	width: 180px;
	padding: 0;
	border-style: solid;
	border-width: 1px;
	height: auto;
	margin: 0;
}

/* SIDE BAR
---------------------------------------*/
.side_bar{
	margin-bottom: 30px;
	border-top: 3px solid #a5a5a5;
}

#home .side_bar {
	margin: 0;
}

	.side_bar h3{
		margin-bottom: 5px;
		padding-left: 20px;
		line-height: 1.5em;
		font-weight: normal;
		letter-spacing: -.3px;
		text-transform: none;
		color: #818181;
		font-size: 14px;
		border-bottom: 1px solid #bfbfbf;
		background: #ededed url(../images/graphics/misc/side_bar_triangle.gif) no-repeat 5px center;
	}
