body {
	background: #FFF url(../img/bg_body.jpg) top left repeat-x;
	color: #212121;
	font-size: 12px;
	text-align: left;
}

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

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 24px;
	font-family: Georgia, serif;
	font-style: oblique;
	font-weight: normal;
	text-align: left;
	color: #303B58;
}

p {
	font-family: Georgia, serif;
	font-size: 13px;
	overflow: hidden;
}


/*==================================
STRUCTURE
==================================*/

.top_section {
	background: url(../img/top_shadow.jpg) top center no-repeat;
	text-align: center;
	height: 145px;
}

.logo {
	margin-top: 24px;
}


.navigation {
	margin-top: 15px;
	background: url(../img/bg_navigation.jpg) bottom center no-repeat;
	height: 40px;
	border-bottom: 1px solid #FFF;
	text-align: center;
}


.spotlight {
	height: 265px;
	border-bottom: 1px solid #FFF;
}

.sub_spotlight {
	height: 64px;
	background: #303B58;
	border-bottom: 1px solid #FFF;
	text-align: center;
}

.masthead {
	height: 125px;
	border-bottom: 1px solid #FFF;
}


.tagline {
	margin-top: 20px;
}	
	
.main_content {
	padding: 36px 0 36px 0; 
	background: #FFF url(../img/bg_container.jpg) top center no-repeat;
}

.left_sidebar {
	background: url(../img/divider_content.jpg) top right no-repeat;
	text-align: center;
}

.right_sidebar {
	text-align: center;
	background: url(../img/divider_content.jpg) top left no-repeat;
}

.footer {
	height: 148px;
	color: #EFEFEF;
	border-top: 2px solid #e3e3e3;
	background: #303B58 url(../img/bg_footer.jpg_off) top left repeat-x;
	text-align: center;
}

/*==================================
LATEST NEWS
==================================*/

.latest_news {
	background: #FFF url(../img/embellishment_news.jpg) bottom center no-repeat;
	margin: 7px 0 10px 21px; 
	width: 190px;
	text-align: left;
	padding-bottom: 30px;
	}

.latest_news h2 {
	font-family: Georgia, serif;
	font-size: 20px;
	font-weight: normal;
	font-style: oblique;
	text-align: center;
	color: #303B58;
	margin-bottom: 5px;
}

.news_list {
	background: #FFF url(../img/bg_latest_news.jpg) top center no-repeat;
	text-decoration: none;
	list-style-type: none;
	font-family: Georgia, serif;
	font-size: 10px;
	font-style: normal;
	color: #818181;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}

.news_list li {
	background: url(../img/divider_news_list.jpg) bottom center no-repeat;
	padding: 12px 0 12px 12px;
	margin: 0;
	line-height: 12px;
}

.news_list li span {
	text-transform: uppercase;
	color: #ab0823;
	font-style: normal;
}



/*==================================
FORM - QUESTIONS
==================================*/

input {
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
}

div.main {
	margin: 10px 0 10px 12px; 
	width: 187px;
	}

div.box {
	border:solid 1px #e6e6e6;
	background:#f5f5f5;
	padding: 8px 10px;
	color:#333333;
	text-align: left;
}
div.box h1 {
	font-size:14px;
	color:#666666;
	padding-bottom:4px;
}
div.box p{padding-bottom:14px;}

div.box input.input-text{
	background: #FFF;
}

div.box label{
	display:block;
	margin-bottom:10px;
	color:#666666;
}

div.box label span{
	display:block;
	float:left;
	padding-right: 3px;
	width:70px;
	text-align:right;
	font-weight:bold;
}
.spacer {
	margin-left:80px; 
	margin-bottom:10px;
	font-size:11px;
	color:#555555;
}

.name, .email, .phone {
	font-size: 11px;
	width: 158px;
	border:solid 1px #e6e6e6;
	color: #444444;
	padding: 2px 0;
}

#message {
	height: 75px;
	font-size: 11px;
	font-family: Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
	width: 158px;
	border:solid 1px #e6e6e6;
	color: #444444;
	padding: 2px 0;
}

.button{
	background: url(../img/bg_send.jpg) top left repeat-x;
	padding: 2px 6px;
	border:1px solid #FFF;
	height:24px; 
	line-height:21px;
	color:#FFFFFF;
	font-size:10px;
	font-weight: bold;
	margin-right: 7px;
	display:inline-block;
	text-decoration:none;
	float: right;
}

.clear {
	clear: both;
}

/*==================================
AESTHETICS
==================================*/


.company_info {
	background: url(../img/footer_border.jpg) bottom center no-repeat;
	margin: 25px auto 2px auto;
	padding: 8px 0;
	width: 660px;
	border-top: 1px solid #757e96;
}

.company_info p {
	font-size: 14px;
	margin-bottom: 5px;
}

.icon_circle {
	width: 10px;
	height: 10px;
	padding: 1px 15px;
	background: url(../img/icon_circle.gif) center no-repeat;
}


/*============================
NAVIGATION
============================*/

.nav {
	width: 940px;
	margin: 2px auto;
	overflow: hidden;
}

.nav ul {
	margin-left: 50px; 	
	margin-top: 15px; 
	padding: 0;
	font: normal 12px Georgia, serif;
	list-style-type: none;
}

.nav li {
	background: url(../img/divider_nav.jpg) right no-repeat;
	float: left;
	display: block;
	margin: 0;
	text-transform: uppercase;
	width: 135px;
	height: 23px;
}

.nav li.last {
	background: transparent;

}

.nav li a {
	font-size: 14px;
	color: #121621;
	}

.nav li a:hover {
	color: #ab0823;
	text-decoration: none;
}

.nav li li.here a {
	color: #ab0823;
}

/*============================
SUB NAVIGATION
============================*/

.sub_nav {
	width: 100%;
	overflow: hidden;
	height: 64px;
	text-align: center;
}

.sub_nav ul {
	width: 600px;
	margin: 2px auto;
	padding: 0;
	font: normal 16px Georgia, serif;
	font-style: oblique;
	list-style-type: none;
	height: 64px;
}

.sub_nav li {
	background: url(../img/divider_subnav.jpg) right no-repeat;
	float: left;
	display: block;
	margin: 0;
	width: 195px;
	height: 64px;
}

.sub_nav li.last {
	background: transparent;
}

.sub_nav li a {
	margin-top: 21px;
	display: block;
	height: 41px;
	font-size: 16px;
	color: #FFF;
	}

.sub_nav li a:hover {
	background: url(../img/icon_arrow.jpg) bottom center no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}

.sub_nav li.here a {
	color: #FFFFFF;
	background: url(../img/icon_arrow.jpg) bottom center no-repeat;
}

/*============================
NEWS ARCHIVE
============================*/
table.news_list {
	width: 100%;
	border-collapse: collapse;
	background: none;
}

table.news_list tr.first td {
	padding-top: 0;
}

table.news_list td.date {
	padding: 6px 12px 6px 0;
	border-bottom: 1px solid #ddd;
	white-space: nowrap;
	font-size: 1.25em;
	background: none;
}

table.news_list td.title {
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding: 6px 0;
	font-size: 1.25em;
	background: none;
}

/*============================
AESTHETICS
============================*/

.align_left,
img.left {
	display: block;
	float: left;
	padding: 2px;
	margin: 3px 18px 8px 0;
	border: 1px solid #EFEFEF;
}

.align_right,
img.right {
	display: block;
	float: right;
	padding: 2px;
	margin: 3px 0 18px 8px;
	border: 1px solid #EFEFEF;
}

img.center {
	display: block;
	padding: 2px;
	margin: 0 auto 20px;
	border: 1px solid #EFEFEF;
}