/* Global Styles */

body {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	background: url(images/page_tile.jpg) repeat-x top #000;
	padding: 0;
	margin: 0;
	text-align: center; 
	}

p, div, table, th, tr, td, h1, h2, h3, img, span {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight: normal;
	font-size: 12pt;
	text-decoration: none;
	color: #FFF;
	border: none;
	}

p {
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 12pt;
	}
	
a, a:visited {
	text-decoration: none;
	color: #ed1c24;
	}
	
a:hover, a:active {
	text-decoration: underline;
	color: #ed1c24;
	}

li {
	padding-bottom: 5px;
	padding-left: 0px;
	margin-left: 0px;
	}
	
ul, li { 
	padding: 0 0 10px 0; 
	}


/* Header Styles */

.hdr {
	height: 30px;
	background: url(images/hdr_tile.gif) repeat-x;
	padding: 0;
	margin: 0;
	}

.hdr p {
	height: 30px;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	color: #ed1c24;
	padding: 5px 0 0 0;
	margin: 0;
	}

.hdr a, .hdr a:visited {
	text-decoration: none;
	color: #FFF;
	}
	
.hdr a:hover, .hdr a:active {
	text-decoration: underline;
	color: #FFF;
	}

.hdr .main a, .hdr .main a:visited, .hdr .main a:hover, .hdr .main a:active {
	font-size: 13px;
	color: #9bb4d6;
	}


/* Homepage Styles */

.home_main {
	width: 780px;
	padding: 0;
	margin: 0;
	}

.home_columns {
	width: 780px;
	padding: 0;
	margin: 0;
	background: url(images/home_cols_back.jpg) bottom center no-repeat;
	}

.home_content {
	width: 780px;
	padding: 15px 0 0 0;
	margin: 0;
	}

.home_content p {
	font-size: 13px;
	padding-right: 15px;
	}

.home_col1 {
	font-size: 12px;
	color: #7c9cc7;
	width: 230px;
	padding-left: 15px;
	}

.home_col2 {
	font-size: 12px;
	color: #7c9cc7;
	width: 230px;
	padding-left: 25px;
	}

.home_col3 {
	font-size: 12px;
	color: #151a22;
	width: 235px;
	padding-left: 20px;
	}

.home_news {
	padding: 7px 0 0 15px;
	}

.home_news ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	}

.home_news li {
	float: left;
	width: 240px;
	padding: 7px 0 7px 15px;
	line-height: 15px;
	}

.home_news a, .home_news a:visited {
	text-decoration: none;
	color: #9bb4d6;
	font-size: 13px;
	}
	
.home_news a:hover, .home_news a:active {
	text-decoration: underline;
	color: #9bb4d6;
	font-size: 13px;
	}

.home_news .small a, .home_news .small a:visited {
	text-decoration: none;
	color: #7c9cc7;
	font-size: 10px;
	text-transform: uppercase;
	}
	
.home_news .small a:hover, .home_news .small a:active {
	text-decoration: underline;
	color: #7c9cc7;
	font-size: 10px;
	text-transform: uppercase;
	}


/* Sub-Page Styles */

.sub_hdr {
	background: #000;
	align-left: auto;
	align-right: auto;
	width: 780px;
	}

.sub_body {
	background: #000;
	color: #FFF;
	align-left: auto;
	align-right: auto;
	width: 780px;
	text-align: center;
	padding-bottom: 20px;
	}

.sub_main {
	font-size: 13px;
	text-align: left;
	padding-bottom: 20px;
	}

.sub_main p {
	font-size: 13px;
	}

.sub_main .subheader {
	font-size: 14px;
	color: #ed1c24;
	font-weight: bold;
	}

.nav {
	color: #ED1C24;
	font-size: 13px;
	}

.nav .section {
	font-size: 14px;
	}

.nav ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0 0 0 5px; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	}

.nav li {
	padding: 2px 0 2px 15px;
	margin: 0;
	font-size: 13px;
	}

.nav a, .nava:visited {
	text-decoration: none;
	color: #FFF;
	}
	
.nav a:hover, .nav a:active {
	text-decoration: underline;
	color: #FFF;
	}

.promo, .promo td {
	font-size: 12px;
	}

.news {
	}

.news p {
	padding-bottom: 14px;
	}

.news .header {
	font-size: 14px;
	color: #ed1c24;
	font-weight: bold;
	}

.news .date {
	font-size: 11px;
	color: #8a8a8a;
	font-weight: normal;
	}

.partners p {
	padding-bottom: 20px;
	}

.team .company {
	font-size: 11px;
	color: #8a8a8a;
	font-weight: normal;
	}

.contact td {
	font-size: 13px;
	}

.contact .name {
	font-size: 11px;
	}

.contact .field input, .contact .field select {
	font-size: 11px;
	height: 17px;
	}

.contact .field textarea {
	font-size: 11px;
	}

.contact .req {
	color: #ed1c24;
	font-size: 11px;
	}

/* Footer Styles */

.footer {
	font-size: 11px; 
	color: #43516D;
	line-height: 18px;
	text-align: center;
	padding-top: 10px;
	}

.footer a:link, .footer a:visited { 
	text-decoration: underline;
	color: #43516D;
	}
	
.footer a:hover, .footer a:active {
	text-decoration: none;
	color: #43516D;
	}
	

.copyright, .copyright p {
	font-size: 10px;
	font-weight: normal;
	color: #43516D;
	line-height: 18px;
	text-align: center;
	}

.copyright a:link, .copyright a:visited { 
	text-decoration: none;
	color: #43516D;
	}
	
.copyright a:hover, .copyright a:active {
	text-decoration: underline;
	color: #43516D;
	}
