body  {
	
	margin:0; padding:0;	
	color:#5f6874;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Sans-serif;
	font-size:13px;
	line-height:21px;
	text-align: center; 
	
}

h1 {
	font-size:28px;
	line-height:31px;
}

h2  {
	font-size:18px;
	line-height:20px;
	
}

h3 {
	font-size:18px;
	line-height:20px;
}

h4{
	font-size:18px;
	text-decoration:underline;
}

h5 {
	font-size:18px;
	line-height:20px;
	text-decoration:underline;
	text-align:center;
}

.err
{
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 12px;
	color: red;
}

.twoColFixLtHdr #dropshadow {
	background: #FFFFFF url(../images/dropshadow.gif) repeat-y center top;
	margin: 0px auto;
	padding: 0px auto;
	width: 100%;
  	display: table;
}

.twoColFixLtHdr #container { 
	width: 1000px; 
	background: #FFFFFF;
	margin: 0 auto; 
	padding: 0 auto; 
	text-align: left; 
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD;
	width: 1000px;
	height: 115px;
	margin: 0 auto;
	padding: 0 auto;
	background-image:url(../images/topbar.jpg);

}

ol.steps {
	width:80%;
	margin: 20px 0;
	background: url(../images/ul_bg_repeat.gif) repeat-y; 
	padding: 0 0 0 35px; 
	border: 1px solid #ddd;
}

ol.steps sup {
	font-size: 60%;
	color: #000;

}

ol.steps li {
	margin: 0;
	padding: 15px 15px;
	color: #5f6874;
	font-size: 1em;
	font-weight: bold;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background: #fafcee;
}




/* ************************************************************************************ */

#menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 115px;
	float: left;
	background: url(images/grad_nav.jpg) repeat-x;
	position: relative;
	display: block;
	overflow: hidden;

}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: 0px;
	position: absolute;
	outline: none;
}

#menu a:hover {
	background-position: left bottom;
}

#menu a:hover span{
	display:none;
}

#menu .home {
	width: 90px;
	height: 36px;
	background: url(../images/home.jpg) no-repeat;
	left: 280px;
	top: 50px;
}

#menu .whoWeAre {
	width: 90px;
	height: 36px;
	background: url(../images/who.jpg) no-repeat;
	left: 380px;	
	top: 50px;
}

#menu .whereWeAre {
	width: 90px;
	height: 36px;
	background: url(../images/where.jpg) no-repeat;
	left: 480px;	
	top: 50px;
}

#menu .photos {
	width: 90px;
	height: 36px;
	background: url(../images/photos.jpg) no-repeat;
	left: 580px;	
	top: 50px;
}

#menu .tips {
	width: 90px;
	height: 36px;
	background: url(../images/tips.jpg) no-repeat;
	left: 680px;	
	top: 50px;
}

#menu .links {
	width: 90px;
	height: 36px;
	background: url(../images/links.jpg) no-repeat;
	left: 780px;	
	top: 50px;
}

#menu .contact {
	width: 90px;
	height: 36px;
	background: url(../images/contact.jpg) no-repeat;
	left: 880px;	
	top: 50px;
}



/* ************************************************************************************ */





.twoColFixLtHdr #subheader { 
	background: #DDDDDD;
	width: 1000px;
	height: 203px;
	background-image:url(../images/subheader.jpg)

}
.twoColFixLtHdr #twitter {
	width:700px;
	margin: 40px 0 0 30px;
	padding: 0; 
}
.twoColFixLtHdr #twitter p{
	margin:6px 0 0 0; 
	color:#333333; 
	text-transform:uppercase; 
	font-size:10px; 
	font-weight:bold;
	}
	
.twoColFixLtHdr #twitter h3{
	margin:0; 
	color:#333333; 
	font-size:29px; 
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Sans-serif;
	line-height:normal; 
	font-weight:lighter;
	}

.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 200px; 
	border-top: 1px dashed #242424;
	padding: 10px 20px 15px 20px;
	
}
.twoColFixLtHdr #mainContent { 
	border-left: 1px dashed #242424;
	border-top: 1px dashed #242424;
	border-bottom: 1px dashed #242424;
	margin: 0 0 20px 240px; 
	padding: 10px 20px 20px; 
} 

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; 
	background:#242424; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
	color: #FFFFFF;
}



.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



