﻿/*-------------------------------------------------------

author: gorotron (www.gorotron.com)
version: 1.0
license: Commons Attribution 3.0 United States License

http://creativecommons.org/licenses/by/3.0/us/

Do whatever you like with this template– just be
sure to leave my link at the bottom of each page.

Thanks!

-------------------------------------------------------*/

@import "dropdown.css";



html {
	text-align:center;
* 	background:#F3F3F3;
	background:#FFFFFF;
}

body {
	text-align:left;
	
}

p {
	font-size:0.8em;
	line-height:1.2em;
	margin:1em 0;
}

a {
	color:#004D85;
	text-decoration:none;
}

p a, td a, th a {
	background:url(../image/design/link_underline.gif) bottom repeat-x;
	
}

ul {
	/* list-style:none;*/
}

#header{
	width:800px;
	
}
#header_left{
	margin:0px;
	width:492px;
	height:122px;
	background:url(../image/design/header_left.png) no-repeat;
}
#header_middle{
	width:155px;
	padding:0px;
	height:122px;	
	background:url(../image/design/header_middle.png) repeat-x;
}
#header_right{
	padding:0px;
	width:155px;
	height:122px;
	

	background:url(../image/design/header_right.png) no-repeat;
}

#green_seal{
	position:relative;
	top:30%;
	left:15%;
	width:155px;
	height:110px;
	float:right;
	background:url(../image/design/green_seal.png) no-repeat;
}
#header_bottom{
	padding:0px;
	width:155px;
	height:50px;
	height:4em;
	* height:4em;;
	margin-bottom:0.3em;
	background:url(../image/design/header_bottom.png) no-repeat;
}


	


#breadCrumbs {
	clear:both;
	padding:0.5em 2em;
	margin-top:0.3em;
	background:#EAEAEA url(../image/design/breadcrumbs_bg.gif);
}

#breadCrumbs li {
	display:inline;
}

#breadCrumbs li a {
	margin-right:0.5em;
	padding-right:1em;
	background:url(../image/design/breadcrumbs_bullet.gif) right 0.7em no-repeat;
}

#breadCrumbs li a:hover, #footer li a:hover {
	text-decoration:underline;
}

/* Main Column */

#mainContent {
	width:745px;
	padding:2em 0 2em 0em;
	float:left;
}

#mainContent h2 {
	color:#333;
	font-size:1.5em;
}

#mainContent p + h2 {
	margin-top:1.5em;
}

#mainContent h3 {
	font-size:1.25em;
}

#mainContent blockquote {
	padding:0 2em;
	font-style:italic;
	font-size:0.9em;
	color:#444;
	border-left:4px solid #F90;
}

#mainContent ul {
	color:#F90;
}

#mainContent li {
	background:url(../image/design/li_bullet.gif) left center no-repeat;
	font-size:1.2em;
	padding-left:1em;
	margin:0 0 0.5em 1em;
	color:#333;
}

#suckerfish {
	width:100%;
	height:10em;
	font-family:monaco, courier;
}

/* Main Column Table */
#mainContent table {
	margin-top:1.5em;
}

#mainContent thead th {
	background:#EAEAEA;
}

#mainContent td {
	padding:0.5em;
	background:#F4F4F4;
}

#mainContent td:hover {
	background:#EAEAEA;
}

#mainContent th {
	padding:0.5em;
	background:#F4F4F4;
	color:#004D85;
}

#mainContent th strong {
	color:#F60;
}

/* Form */

fieldset {
	padding:1em 1em 0.5em;
	border:1px solid #EAEAEA;
	margin-top:2em;
	background:#F7F7F7;
}

label {
	display:block;
	padding-bottom:0.5em;
	font-weight:bold;
}

input, textarea {
	border:1px solid #CCC;
	padding:0.25em;
	/* width:20em; */
}

textarea {
	width:28em;
	height:5em;
	font:1.2em Verdana, Arial, Helvetica, sans-serif;
}

input:hover, input:focus, textarea:hover, textarea:focus {
	border-color:#999;
}

#submit {
	color:#FFF;
	/*font-size:1em;*/
	font-weight:bold;
	width:auto;
	background:#F90 url(../image/design/nav_bg.gif) bottom repeat-x;
}

input#submit:hover {
	border-color:#F60;
}

/* Side Column */

#secondaryContent {
	width:145px;
	padding:.1em;
	float:left;
}

#secondaryContent h2, #secondaryContent p {
	font-size:1.2em;
}

#secondaryContent h2 {
	color:#F60;
}

.secondaryContentBox {
	border:1px solid #EAEAEA;
	background:#F7F7F7;
	padding:.5em .2em 0.5em;
	margin-bottom:2em;
}

.secondaryContentBox span {
	color:#F60;
	font-weight:bold;
}

#secondaryContent blockquote {
	font-style:italic;
	font-size:0.9em;
	padding:0.4em 0 0 .3em;
	background:url(../image/design/left_quote.gif) no-repeat;
	margin:5px;
}

#secondaryContent blockquote p {
	background:url(../image/design/right_quote.gif) right bottom no-repeat;
	padding-bottom:2em;
}

#secondaryContent blockquote span {
	margin-left:0.1em;
}

#secondaryContent .source {
	text-align:right;
	margin:-0.5em 0 2em;
	font-size:1em;
}

#footer {
	text-align:center;
	clear:both;
	padding:1em 0 0;
	background:url(../image/design/footer_hr.gif) repeat-x;
}

#footer li {
	display:inline;
	margin:0.5em;
}

.box{
	width:290px;
	height:220px;
	border:solid 0px #eef;
	margin:4px;
	padding:5px;
}
.box h2{	
	/* background:url(../image/design/heading_bg.png) repeat-x; */
	border:solid 1px #ccc;
	padding-left:10px;
	color:#cc1a36;
	font-size:1.3em;
}
.box a{
	/* background-color: #CDE;
	border:solid 1px #ABC;
	padding: 2px 4px 2px 4px; */	
	color:#000;
	
}

.box a:hover{
/*	background-color: #EEF;
	border:groove 1px #CDE;
	padding: 2px 4px 2px 4px;	
	cursor: pointer; */
	color:#669;
	
}

.box li{		
	font-family:"Verdana";
	font-size:12pt;
	
}
.box .b{
	height:140px;
}
#right_column{
	
}

#conash3D0{
	position:absolute;
	top:-300px;
	visibility:hidden;
}

#commercial {
	background-image:url(images/design/commercial_heading.png);
}

input:hover{
	background-color:#ccc;	
}

