body,html {
    margin:0;
    padding-top:10px;
    background:#fff;
	font-family:Arial, Verdana, Helvetica, sans-serif;
    color:#000;
	font-size:10px;
}

* {margin:0; padding:0}

#container {
	width: 770px;
	margin: 0 auto;
	background-color: #ffffff;
}

.clear{clear:both}

#header {
	margin: 5px 10px;
	height: 90px;
	width:736px;
	padding-top:25px;
	text-align:center;
}

#header img{
	border:none;
}

#navigation {
	display:none;
}

#footer {
	margin: 10px 0px 20px 10px;
	*margin: 10px 0px 10px 5px;
	diplay: inline; /* IE Hack */
	float: left;
	width: 736px;
	text-align:center;
	color:#01437d;
	font-size:10px;
}

#footer a{
	color:#01437d;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

h1{
	color:#01437d;
	font-size:13px;
	font-weight:bold;
	padding-top:10px;
	text-transform:uppercase;
}

p {
	padding:5px 20px 5px 0;
}

hr {
	text-align: left;/*this will align it for IE*/
	margin: 0 auto 0 0; /*this will align it left for Mozilla*/
	border: none 0; 
	border-top: 3px solid #01437d;/*the border*/
	width: 100%;
	height: 3px;/*whatever the total width of the border-top and border-bottom equal*/
	padding-top:5px;
	padding-bottom:5px;
}

#subscribe{
	padding-top:10px;
}

#subscribe a{
	color:#000;
}

#design_by {
	text-align:center;
	color:#FFF;
	font-size:11px;
}

#design_by a{
	text-decoration:none;
	color:#FFF;
}

#design_by a:hover{
	text-decoration:underline;
}

/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 	content: "."; 
 	display: block; 
	height: 0; 
 	clear: both; 
 	visibility: hidden;
}
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 

/* --------------------------------------- */  

/* ------- Image Replacement ---------------*/

ul#nav_main{ 
	list-style-type: none; 
	position: relative; 
	width: 736px; 
	height: 25px;
	margin: 0; 
	padding: 0; 
}

ul#nav_main a { 
	display: block; 
	height: 25px;
	text-decoration: none;
	overflow:visible;
}

li#nm_1 { 
	position: absolute;
	left: 0; 
	width: 144px; 
	height: 25px; 
	background: url(../images/nav_bar.gif) no-repeat 0 0; 
}

li#nm_2 { 
	position: absolute; 
	left: 144px; 
	width: 122px; 
	height: 25px; 
	background: url(../images/nav_bar.gif) no-repeat -144px 0; 
}

li#nm_3 { 
	position: absolute;
 	left: 266px; 
	width: 206px; 
	height: 25px; 
	background: url(../images/nav_bar.gif) no-repeat -266px 0; 
}

li#nm_4 { 
	position: absolute;
	left: 472px; 
	width: 108px; 
	height: 25px; 
	background: url(../images/nav_bar.gif) no-repeat -472px 0; 
}

li#nm_5 { 
	position: absolute;
 	left: 580px; 
	width: 156px; 
	height: 25px; 
	background: url(../images/nav_bar.gif) no-repeat -580px 0; 
}

li#nm_1 a:hover { background : url(../images/nav_bar.gif) no-repeat 0 -25px; }
li#nm_2 a:hover { background : url(../images/nav_bar.gif) no-repeat -144px -25px; }
li#nm_3 a:hover { background : url(../images/nav_bar.gif) no-repeat -266px -25px; }
li#nm_4 a:hover { background : url(../images/nav_bar.gif) no-repeat -472px -25px; }
li#nm_5 a:hover { background : url(../images/nav_bar.gif) no-repeat -580px -25px; }

.nav_span {display:none;}

/* --------------------------------------- */

#content{
	width:736px;
	line-height:1.5em;
	font-size:11px;
	margin-left:10px;
	margin-top:10px;
}

#left_column {
 	width:445px; 
 	float:left; 
 	position:relative;
	text-align:left;
	padding:0px 0px 20px 15px;
}

#left_column ul{
 	list-style-type: square;
	padding:0 20px 0 30px;	
}

#left_column ol{
 	padding:0 20px 0 30px;	
}

#left_column a{
 	color:#000000;
}

#left_column a:hover{
	text-decoration:none;
}

#left_column img{
 	border:none;
}

#right_column {
 	width:270px; 
 	float:right; 
 	position:relative;
	text-align:left;
	padding-bottom:15px;
}

#right_column img{
 	float:right; 
}

#right_column p{
 	padding-left:5px;
}

#photos img{
	border:2px solid #006699; 
	margin-bottom:15px;
}

#link_box{
	width:267px;
	float:right;
}

#link_box_left{
	float:left;
	width:168px;
	border:2px solid #01437d;
}

#link_box_left img{
	padding-bottom:4px;
	text-align:right;
	border:none;
}

#link_box_right{
	float:right;
	width:93px;
	text-align:left;
	border-right:2px solid #01437d;
	border-top:2px solid #01437d;
	border-bottom:2px solid #01437d;
}

#link_box_right img{
	padding:0px;
}

#apply_now{
	font-size:12px;
	padding:0 0 7px 5px;
}

#apply_now a{
	color:#4b85b6;
}

#apply_now a:hover{
	text-decoration:none;
}

#quote{
	color:#4b85b6; 
	font-size:16px; 
	font-weight:bold; 
	padding-top:15px; 
	padding-right:30px; 
	line-height:1.5em
}

#quote_author{
	color:#4b85b6; 
	font-size:11px; 
	font-weight:bold; 
	text-align:right; 
	padding: 10px 5px 15px 0px;
	line-height:1.5em
}

.caption{
	font-size:10px;
}

fieldset{
	border:none;
	padding-bottom:15px;
}

table {	
	border: none;
	width:450px; 
}

td { 
padding: 1px 0px;
}

.error{
	color:#FF0033;
}
