@charset "utf-8";
/* CSS Document */

html{

	overflow-y:scroll;
	height:100%;
	
	
}

body{

	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#666666;
	background:url(../images/gtd-background.png) top left repeat-x;
	height:100%;
}

p{

	margin:0px;
	padding:0px;
	margin-bottom:18px;
}

.ulRed{
	list-style-type:disc;
	padding-left:15px;
	margin:0px;
	color:#eb2b27;
	

}
.liRed{
	
	padding:0px;
	padding-bottom:5px;
	
	

}

a{
	color:#666666;
	text-decoration:none;
}

a:hover{

	text-decoration:underline;
}

.link{
	
	color:#eb2b27;
	text-decoration:underline;

}

.highlight{

	color:#eb2b27;
	font-weight:bold;	
}

.quote{

	color:#eb2b27;
	font-weight:bold;
	font-style:italic;
	font-size:15px;
		text-align:center;
}

.form{
	font-weight:bold;
	font-size:11px;
	text-transform: uppercase;
}

#container{ 
		
 	position:relative;
	margin-bottom:-120px;
	min-height:100%;
	width:100%;

}

#wrapper{

	width:960px;	
	margin: 0 auto;


}

.small_column{

	width:110px;
	padding:15px;
	padding-top:18px;
	color:#bcbcbc;
	background-color:#0e161c;
	
}

.small_column_heading{

	width:110px;
	padding:15px;
	padding-top:18px;
	color:#666666;
	background-color:#ffffff;
	border-style:solid;
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:0px;
	border-left-width:0px;
	border-color:#9baab5;

}


.small_column_text{

	color:#bcbcbc;

}

.border{
	
	border-style:solid;
	border-width:1px;
	border-color:#9baab5;

}

#content{
	
	position:relative;
	padding:18px 0px 18px 0px;	
	width:100%;

}

#left{
	
	height:280px;
	float:left;

}

#right{

	height:280px;
	float:right;

}

#middle{

	height:280px;
	margin:0px 161px 0px 161px;
	padding:18px;
	padding-bottom:15px;
	background:#FFFFFF;
	
}

#main_content{

	min-height:280px;
	height:auto !important; 
	height:280px; 
	margin:0px 0px 0px 161px;
	padding:18px;
	padding-top:19px;

}

#footer{
	
	line-height:23px;
	font-size:11px;

}

.clr{
	
	clear:both;
	display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.footer_light{
	
	color:#999999;
}

#clear{
	
	clear:both;
	height: 70px;

}

#bottom{
	margin-top:50px;
	position:relative;
	width:100%;
	background:url(../images/gtd-background-bottom.png) bottom center repeat-x;
	height:70px;

}
