@import "nav.css";

* 
{	
	margin:0;
	padding:0;
	border:none;
}

#clear {
	clear:both;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	background:url(/i/header-bg.gif) repeat-x;
}

#wrapper{
	width:950px;
	margin:0 auto;
	position:relative;
}

#header {
	width:950px;
	height:64px;
	background:url(/i/header.gif) no-repeat;
}


/* ---- HOME TOP ----*/

#home-main {
	width:950px;
	height:310px;
	background:url(/i/home-main.jpg) no-repeat;
}

#divider1 {
	width:950px;
	height:31px;
	background:url(/i/divider1.gif) repeat-x;
}

#top{
	width:950px;
	height:179px;
}

.callout {
	width:297px;
	margin-right:19px;
	float:left;
}

.callout-img {
	float:left;
	width:125pxpx;
}

.callout-text {
	float:right;
	padding-left:10px;
	padding-bottom:0px;
	width:162px;
	font-size:11px;
	line-height:16px;
	color:#7B7B7B;
}

.news-title {
	color:#58595B;
	font-family:arial narrow;
	font-size:16px;
	font-weight:normal;
	line-height:16px;
	padding-bottom:1px;
}

.readmore-button 
{
	width:110px;
	height:20px;
	float:left;
	margin:10px 0 0 10px;
}

#readmore1 {
	background:url(/i/readmore1.gif) no-repeat scroll 0px 0px;
	width:110px;
	height:20px;
	float:left;
}

	#readmore1:hover {
		background:url(/i/readmore1.gif) no-repeat scroll 0px -20px;
		width:110px;
		height:20px;
		float:left;
	}
	
#readmore2 {
	background:url(/i/readmore2.gif) no-repeat scroll 0px 0px;
	width:110px;
	height:20px;
	float:left;
}

	#readmore2:hover {
		background:url(/i/readmore2.gif) no-repeat scroll 0px -20px;
		width:110px;
		height:20px;
		float:left;
	}
	
#readmore3 {
	background:url(/i/readmore3.gif) no-repeat scroll 0px 0px;
	width:110px;
	height:20px;
	float:left;
}

	#readmore3:hover {
		background:url(/i/readmore3.gif) no-repeat scroll 0px -20px;
		width:110px;
		height:20px;
		float:left;
	}	

#divider2 {
	margin-top:40px;
	margin-bottom:20px;
	width:950px;
	height:19px;
	background:url(/i/divider2.gif) repeat-x;
}



/* ---- HOME BOTTOM ----*/

#bottom {
	width:950px;
	height:170px;
	margin-bottom:20px;
}

#about-us {
	width:570px;
	float:left;
}

#about-us-img {
	width:215px;
	float:left;
}

#about-us-text {
	width:329px;
	float:right;
	padding:30px 15px 0 10px;
	font-size:11px;
	line-height:16px;
	color:#7B7B7B;
}

#about-us-text p{
	padding-top:8px;
}

#about-us-heading {
	font-size:16px;
	font-weight:bold;
	font-family:arial narrow;
	color:#58595B;
}

#executive-team {
	width:336px;
	float:left;
}

#executive-team-heading {
	display:block;
	padding-bottom:12px;
	width:336px;
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	font-family:arial narrow;
	color:#58595B;
}

#executive-team-img{
	width:92px;
	float:left;
}

#executive-team-text{
	width:234px;
	float:right;
	padding-left:10px;
	font-size:11px;
	line-height:16px;
	color:#7B7B7B;
}


/* ---- CONTENT PAGE ----*/

#lander-main {
	width:950px;
	height:174px;
}

#content {
	width:950px;
	padding:0 0 0 0px;
}

#content-full {
	padding:30px 60px 0 60px;
}

#content h1{
	padding-top:5px;
	padding-bottom:5px;
	font-size:26px;
	font-weight:normal;
	font-family:Arial narrow, Helvetica, sans-serif;
	letter-spacing:2px;
	line-height:30px;
	text-transform:uppercase;
	color:#ed1f24;
}

.article {
	padding-top:10px;
	font-size:20px;
	font-weight:normal;
	letter-spacing:0px;
	font-family:Arial narrow, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#ed1f24;
}

#content h2 {
	padding-top:5px;
	padding-bottom:15px;
	font-size:20px;
	color:#474647;
	font-family:arial narrow;
	font-weight:normal;
}

#content h3{
	padding-top:15px;
	font-size:13px;
	color:#474647;
	font-weight:normal;
}

#content h3 li {
	padding-top:10px;
	font-size:12px;
	color:#666;
}

#content a{
	color:#ed1f24;
	text-decoration:none;
}

#content a:hover{
	text-decoration:underline;
}

#content p{
	padding:10px 0;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#7B7B7B;
}

#content li{
	padding:5px 0;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:14px;
	color:#7B7B7B;
}

#content ul{
	padding:5px 0 5px 35px;
	list-style:square;
}

#content ol{
	padding:5px 0 5px 35px;
}

#left {
	width:560px;
	float:left;
	padding:0 15px;
}

#right {
	float:right;
	width:277px;
	padding-left:30px;
	border-left:1px solid #cdcdcc;
}

#right-content {
	padding-left:15px;
}

.column {
	width:260px;
	float:left;
}




/* ---- FOOTER ----*/

#footer {
	width:930px;
	height:110px;
	padding:0 10px;
	background:url(/i/footer-top.gif) no-repeat top;
	background-color:#4c4d4e;
}

#footer-links {
	padding-top:25px;
	text-align:right;
}

#footer-links a{
	padding:0 8px;
	color:#fff;
	font-size:10px;
	text-decoration:none;
}

#footer-links a:hover{
	text-decoration:underline;
}

.footer-address {
	padding-top:30px;
	padding-right:25px;
	float:left;
}

.footer-address p {
	color:#fff;
	font-size:10px;
}



/* ---- FLASH PIECE ----*/

#flash {
	width:950px;
	height:134px;
	padding-left:8px;
	background:url(/i/flash-bg.gif) no-repeat;
}

#ticker{
	position:relative;
	top:40px;
	left:0px;
	width:877px;
	height:70px;
	background-color:white;
	float:left;
	overflow:hidden;
}

#ticker div{
	width:2000px;    		
}

#ticker img{
	position:relative;    		
}

#ticker a{
	display:block;
	position:relative;
	float:left;
	width:219px;
	text-align:center;
}  
  	
.ticker{
	position:relative;
	top:41px;
	text-decoration:none;    		
	display:block;
	float:left;
	height:70px;
	width:36px;
}

