/* CSS Document */
/*Template*/

a img {
	/*default border attribute on images that have a link*/
	border: none;
}

/*default color on text-links and text-decoration*/

body {
	margin: 9px 0px 0px 0px;
	padding: 0px;
	background-color: #E2D7AA;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
}

#header_wrapper{ 
	background-image:url(images/bg_header.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#nav {
	text-align:center;
	background-image:url(images/bg_nav01.gif);
	background-repeat:repeat-x;
	background-position:top center;
	height:29px;
	width:781px;
}

#nav ul, #nav li{
	padding:0px;
	margin:0px;
	line-height:1px;
	font-size:1px;
}

#nav li {
	display:inline;
	
}
#nav li img {
	padding:0px 10px;
	
}
#nav_shadow {
	background-image:url(images/bg_navshadow.gif);
	height:14px;
}

#content {
	background-color:white;
	min-height:708px;
}

.wrapper {
	width:781px;
	margin:0px auto;
}

#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#716638;
	background-color: #E2D7AA;
	
}

#footer_nav {
	float:right;
}
#footer_nav ul {
	padding:0px;
	margin:0px;
}

#footer_nav li{

	display:inline;
}
#footer a {
	color:#716638;
	text-decoration:none;
}

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



#footer_powered {
	float:left;
}

.clearfloat {
	clear:both;
}

/*default font-family and font color*/
/*some standards*/
form, ul, ol, h1, h2, h3, h4, h5 {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

p {
	margin: 0px;
}

.b {
	font-weight: bold;
}

/*add-ons*/
/*sample font color to be use*/
/*sample font-family to be use*/
.ff_a {
	font-family: Arial;
}

.ff_cs {
	font-family: "Comic Sans MS";
}

.ff_tnr {
	font-family: "Times New Roman";
}

/*font attrributes for form, e.g., input box, textarea, select*/
.form {
	font-family: Verdana;
	font-size: 12px;
}

/*basics*/
.fs10 {
	font-size: 1em;
}

.fs11 {
	font-size: 1.1em;
}

.fs12 {
	font-size: 1.2em;
}

.fs13 {
	font-size: 1.3em;
}

.fs14 {
	font-size: 1.4em;
}


.i {
	font-style: italic;
}

/*.overflow {overflow:auto; height:300px; width:500px;}*/
.padding01 {
	padding:5px;
	border:1px solid #d4d4d4;
}

.p10 {
	padding: 10px;
}

.p10top_zero {
	padding-top:0px;
	padding-bottom:0px;
}

.p15 {
	padding: 15px;
}

.p20 {
	padding: 20px;
}

.p30{
	padding: 30px;

}

.p30leftright_zero {
	
	border-top:1px #7FA3AE solid;
	border-bottom:1px #7FA3AE solid;
}

.u {
	text-decoration: underline; /*border-bottom:1px solid #3366FF;*/
}

.undr_nav {
	background-image: url(images/undr_nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.righty{
	float:right;
}

.lefty{
	float:left;
}

.clearfloat {
	clear:both;
}

#content01 {
	color:#949494;
	font-size:1.1em;
}

#content01 li {
	list-style-type:square;
	padding:5px 0px;
}

#content01 ul {
	padding-left:10px;
	margin-left:6px;
}

#content02 {
	color:#00475D;
	font-size:1.1em;
	line-height:18px;
	background-image:url(images/lighthouse_test.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

#content03 {
	color:#00475D;
	font-size:1.1em;
	line-height:18px;
	background-image:url(images/lighthouse_test.jpg);
	background-repeat:no-repeat;
	background-position:right;
	
	}


.font_size11 {
	font-size:1.1em;
}
.border01 {
	border-bottom:1px solid #00455A;
}