/* CSS Document */
/*Mass Reset*/
* { 
	padding: 0; 
	margin: 0; 
	}
html { 
	padding: 0; 
	margin: 0; 
	}
body { 
	padding: 0; 
	margin: 0; 
	}
h1, h2, h3, h4, h5, h6, p, img { 
	margin: 0; 
	padding: 0; 
	}
pre, blockquote, form, label, ul, ol, li, dl, fieldset { 	
	margin: 0; padding: 0; 
	}
/*End Mass Reset*/

/*General*/
body	{
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:15px;
	line-height:21px;
	background-image:url(../images/bkgd-page.gif);
	background-position:left top;
	background-repeat:repeat;
	}
	
a:link {
	color:#b70204;
	text-decoration:underline;
	}
a:visited {
	color:#b70204;
	text-decoration:underline;
	}
a:hover {
	color:#075e65;
	text-decoration:none;
	}
a:active {
	color:#075e65;
	text-decoration:none;
	}
	
ul.nav li a:link {
	color:#075e65;
	text-decoration:none;
	border-top:5px solid #fff;
	border-bottom:5px solid #fff;
	display:block;
	}
ul.nav li a:visited {
	color:#075e65;
	text-decoration:none;
	border-top:5px solid #fff;
	border-bottom:5px solid #fff;
	display:block;
	}
ul.nav li a:hover {
	color:#b70204;
	text-decoration:none;
	border-top:5px solid #075e65;
	border-bottom:5px solid #075e65;
	display:block;
	}
ul.nav li a:active {
	color:#b70204;
	text-decoration:none;
	border-top:5px solid #075e65;
	border-bottom:5px solid #075e65;
	display:block;
	}
	
ul.nav li a.thispage:link {
	color:#b70204;
	text-decoration:none;
	border-top:5px solid #075e65;
	border-bottom:5px solid #075e65;
	display:block;
	}
ul.nav li a.thispage:visited {
	color:#b70204;
	text-decoration:none;
	border-top:5px solid #075e65;
	border-bottom:5px solid #075e65;
	display:block;
	}
ul.nav li a.thispage:hover {
	color:#075e65;
	text-decoration:none;
	border-top:5px solid #fff;
	border-bottom:5px solid #fff;
	display:block;
	}
ul.nav li a.thispage:active {
	color:#075e65;
	text-decoration:none;
	border-top:5px solid #fff;
	border-bottom:5px solid #fff;
	display:block;
	}
	
address a:link {
	color:#fff;
	text-decoration:none;
	}
address a:visited {
	color:#fff;
	text-decoration:none;
	}
address a:hover {
	color:#d0cb7a;
	text-decoration:underline;
	}
address a:active {
	color:#d0cb7a;
	text-decoration:underline;
	}

	

#frame {
	width:900px;
	margin:0 auto;
	}
#top {
	width:900px;
	height:357px;
	background-image:url(../images/bkgd-top.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	}
img.logo {
	padding-bottom:18px;
	.padding-bottom:15px;
	}	
ul.nav {	
	padding-left:46px;
	}
ul.nav li {
	float:left;
	list-style-type:none;
	font-size:14px;
	line-height:18px;	
	font-weight:bold;
	margin-right:25px;
	}
#logins {
	float:right;
	width:190px;
	padding-top:60px;
	}
#logins H6 {
	font-size:12px;
	line-height:18px;	
	font-weight:bold;
	color:#fff;
	letter-spacing:2px;
	}
#logins p {
	font-size:11px;
	line-height:18px;	
	font-weight:normal;
	font-style:italic;
	color:#c00;
	padding-bottom:11px;
	}

#content {
	width:888px;
	border:6px solid #d0cb7a;
	border-top:none;
	background-color:#fff;
	background-image:url(../images/bkgd-content.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:30px;
}
#left {
	width:570px;
	padding-left:40px;
	
	float:left;
	}
#left h1 {
	font-weight:bold;
	font-size:24px;
	line-height:24px;
	color:#075e65;
	padding-right:40px;
	}
#left h2 {
	font-weight:normal;
	color:#b70204;
	margin-top:10px;
	font-size:15px;
	line-height:18px;
	font-style:italic;
	border-left:5px solid #075e65;
	padding-left:6px;
	border-bottom:1px solid #075e65;
	padding-bottom:6px;
	padding-right:40px;
	}
#left p {
	padding-top:10px;
	padding-bottom:5px;
	padding-right:40px;
	}
#left ul {
	padding-left:45px;
	padding-right:40px;
	}
#calltoaction {
	width:530px;
	height:65px;
	padding-bottom:20px;
	margin-top:10px;
	background-image:url(../images/bkgd-CTA.gif);
	background-position:center top;
	background-repeat:no-repeat;
	text-align:center;
	}
#calltoaction p.ini {
	padding-top:20px;
	font-weight:bold;
	font-size:16px;
	line-height:18px;
	color:#075e65;
	}
#calltoaction p {
	padding-top:2px;
	font-weight:normal;
	font-size:15px;
	line-height:21px;
	color:#b70204;
	padding-right:0;
	}
#right {
	width:265px;
	float:left;
	}
#clear {
	clear:both;
	padding:5px;
	}
.redital {
	font-style:italic;
	color:#b70204;
	}
address {
	font-size:13px;
	font-style:normal;
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #d0cb7a;
	padding-top:6px;
	padding-bottom:6px;
	color:#fff;
	}
img.supporting {
	float:right; border:2px solid #075e65; margin:10px; margin-right:0;
	}	
