/* 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; 
	}
fieldset { 	
	padding: 10px; 
	}
/*End Mass Reset*/


body	{
	background-color:#fff;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#283e6b;
	font-size:14px;
	line-height:20px;
	background-image:url(../images/bkgd-page3.gif);
	background-position:top;
	background-repeat:repeat-x;
	}
	
/*links*/	
a:link {
	color:#fff;
	text-decoration:none;
	}
a:visited {
	color:#fff;
	text-decoration:none;
	}
a:hover {
	color:#f3d85d;
	text-decoration:underline;
	}
a:active {
	color:#f3d85d;
	text-decoration:underline;
	}
	
a.red:link {
	color:#c00;
	text-decoration:none;
	}
a.red:visited {
	color:#c00;
	text-decoration:none;
	}
a.red:hover {
	color:#283e6b;
	text-decoration:underline;
	}
a.red:active {
	color:#283e6b;
	text-decoration:underline;
	}
/*end links*/

#frame {
	width:850px;
	margin:0 auto;
	background-image:url(../images/bkgd-frame3.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:750px;
	}
#nav {
	width:170px;
	height:425px;
	float:left;
	background-image:url(../images/bkgd-nav3.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin-top:174px;
	.margin-top:170px;
	}
#nav ul {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top:7px;
	margin-left:25px;
	font-size:14px;
	line-height:29px;
	}
#nav ul li {
	list-style-type:none;
	}
p {
	color:#fff;
	margin-right:35px;
	
	}
.iniCap {
	font-size:24px;
	font-weight:bold;
	float:left;
	font-size:40px;
	line-height:35px;
	padding-right:4px;
	text-indent:25px;
	}
.tagline {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size:16px;
	line-height:20px;
	text-align:center;
	text-indent:0;
	margin-top:10px;
	}
#contact {
	margin-top:57px;
	}
#contact h1 { 
	float:left;
	color:#fff;
	font-size:16px;
	margin-left:128px;
	margin-bottom:150px;
	margin-right:23px;
	}
#contact ul li {
	list-style-type:none;
	font-weight:bold;
	}
#contact address {
	font-style:normal;
	color:#c00;
	margin-top:10px;
	}