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

*, body{
	padding:0;
	margin:0;
	
}

body{
	background:#fff url(../images/home/bg.png) repeat-x;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#6B6B6B;
}

a, a:visited{
	color:#333;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

/* HEADRE
===============================================*/

#header{
	width:960px;
	margin:0 auto;
	background:url(../images/general/header.png) no-repeat;
	height:98px;
}

/* NAV
===============================================*/
#nav {
	color:#FFF;
	float:right;
	margin-top:35px;
	margin-right:100px;
}
#nav a{
	color:#FFF;
	font-size:14px;
	text-decoration:none;
	padding:0px 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	
	text-transform:uppercase;
}
#nav a:hover{
	text-decoration:underline;
}



/* BANNER
===============================================*/
#banner{
	height:330px;
	width:960px;
	background: url(../images/home/banner.png) no-repeat;
	margin:0 auto;
}
#banner-words{
	float:left;
	width:387px;
	height:330px;
}
#rotator{
	float:right;
	width:458px;
}

/* CONTENT
===============================================*/
#content-wrapper{
	margin:0 auto;
	width:960px;
	overflow:visible;
	padding-top:10px;
}
#col1{
	float:left;
	width:325px;
	padding:10px;
}
#col2{
	float:left;
	width:592px;
	padding:10px;
	border-left: solid 1px #ccc;
}

/* FOOTER
===============================================*/
#footer-divider{
	background:url(../images/home/footer-div.png) no-repeat;
	clear:both;
	height:30px;
	margin:0 auto;
	width:960px;
}
#footer{
	height:30px;
	/*	background-color:#BB2028;*/
	margin:0 auto;
	width:960px;
	font-size:10px;
	overflow:visible;
	clear:both;
}
#footer-left{
	float:left;
	width:380px;
}
#footer-right{
	float:right;
}

.green-vert-divider{
	float:left;
	width:2px;
	min-height:400px;
	background:url(../images/home/line.png);
}
.img-border{
	border:solid 1px #CCC;
	
}
blockquote{
	margin:20px;
	
}


/*Typograpgy
===============================================*/

#content-wrapper h2{
	color:#386B9F;
	margin-bottom:8px;
	font-size:16px;
	text-transform:uppercase;

}
.more{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
}
.more img{
	margin-right:3px;
}









