@charset "utf-8";
/* Main site CSS Document */


body {
	background-color:#D9E1CC;
	font-size:12px;
	font-family:Verdana,Arial,Helvetica,SunSans-Regular,Sans-Serif;
	color:#564b47;
	background-repeat:repeat-x;
	margin:0;
	background-image:url(images/bg6.jpg);
	background-position:top;
}


#bottom {
	background-image:url(images/bottom-bg.gif);
	background-repeat:no-repeat;
	width:600px;
	margin-right:auto;
	margin-left:auto;
	height:240px;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}
div,h1,h2,h3,h4,h5,h6,form,label,input,span,ul,li,p,a {
	margin:0;
	padding: 0;
}
#banner {
	background-image: url(images/top_bg.gif);
	background-repeat: repeat;
	height: 250px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.p_banner {
	margin-top: 70px;
}
/* -- top navigation start -- */
#topNav {
	width:100%;
	margin:0 auto;
	height:37px;
	background-color:#0B3B49;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
	background-image: url(images/bg.png);
}

#topNav ul {
	width:540px;
	margin:0 auto;
	list-style-type:none;
}
#topNav ul li {
	height:37px;
	float:left;
	color:#C1C1C1;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:37px;
	font-weight:bold;
	background-image: url(images/bg.png);
}
#topNav ul li a {
	padding:0 18px;
	height:37px;
	float:left;
	text-decoration:none;
	display:block;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	line-height:37px;
	font-weight:bold;
}

#topNav ul li a:link {
}

#topNav ul li a:visited {
}

#topNav ul li a:hover,a.hover {
	background:url(images/top_btn_h.gif) no-repeat center bottom;
}

#topNav ul li a:active {
	background:url(images/top_btn_h.gif) no-repeat center bottom;
}


/* -- top navigation end -- */
#footer #bottom .extra a:hover {
	color:#FFFFFF;
	background-color:#0B3B49;
}


#content {
	padding:0px;
	width:600px;
	background-color:#ffffff;
	margin-right:auto;
	margin-left:auto;
}
#footer {
	background-image:url(images/footer-bg.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:267px;

}


#box {
	background-color:#FBF7DA;
	width:100%;
}
p,h1 {
	margin:0px;
	padding:5px 10px;
	line-height:20px;
}
h1 {
	font-size:11px;
	text-transform:uppercase;
	text-align:right;
	color:#FFFFFF;
	background-color:#0B3B49;
}
a {
	color:#15738E;
	background-color:transparent;
	text-decoration:none;
}
a:hover {
	color: #CCCCCC;
}

/* -- links opacity for images -- */

a.linkopacity img {
	filter:alpha(opacity=40);
	-moz-opacity:0.5;
	opacity:0.5;
	border:1px dotted #666666;
}
a.linkopacity:hover img {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity: 1.0;
}

/* -- end link opacity for imgs -- */

.img-border {
	border:10px solid #D6E3CF;
	margin:5px;
}
.extra {
	width:180px;
	border:1px dashed #666666;
	margin-right:10px;
	float:left;
	color:#000000;
}
.extra a {
	color:#006666;
}
.extra a:hover {
	color:#CCCCCC;
}
.intro {
	background-color:#E5E5E5;
	width:100%;
}
.small {
	font-size:9px;
	font-style:italic;
}
#form {
	padding: 10px;
}

/* -- form starts here -- */


/* -- form ends here -- */

.text-field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #ECE9D8;
	border: 1px dashed #CCCCCC;
}
.submit-btn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0033;
	border: 1px dashed #CCCCCC;
	background-color: #ECE9D8;
	height: 25px;
	width: 50px;
}
.contact_fieldset {
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.color {
	color: #CC0033;
}
#content .feature_titles {
	background-color: #E5E5E5;
}
.google_snippet {
	width:250px;
	position:fixed;
	top:300px;
}
