/* CSS Document for the "Clean Marine" CoffeeCup Software HTML Editor Template
   Copyright 2008 CoffeeCup Software - coffeecup.com */

/*##############################################################
  Eric Meyer's Latest version of Reset.css (includes Baseline)
##############################################################*/ 


a img, :link img, :visited img {border: 1}
table {border-collapse: collapse; border-spacing: 0}
ul {padding:0px; }
q:before, q:after,
blockquote:before, blockquote:after {content: ""}

/*#######################
  Element Styles 
#######################*/

body {font-size:14px; font-family:Helvetica, Arial, Verdana, sans-serif; color:#282828; background:#f4f3f3;}
h1 {width:930px; height:68px; padding:45px 15px 15px 15px; font-size:2em; font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold; text-transform:lowercase; font-style:italic; color:#fff; background:url(../images/header.jpg) left top no-repeat}
h2, h3, h4, h5, p, ul, ol, dl {margin:15px 0}
h2, h3, h4, h5 {font-weight:bold; color:#0a0a0a; font-family:Georgia, "Times New Roman", Times, serif}
h2 {font-size:1.5em; color:#C60000;}
h3 {font-size:1.25em}
h4 {font-size:1.15em}
h5 {font-size:1em; font-style:italic; color:gray}
a {color:#0080C0; outline:none; text-decoration: none; font-weight:bold;}
	a:hover {text-decoration:underline;}
dt {margin:15px 0; font-weight:bold}
dd {margin:5px 0 5px 15px}
ol {margin-left:25px}

/*#######################
  Classes 
#######################*/

.clear {clear:both}

/*#######################
  Layout Styles 
#######################*/

#wrapper {overflow:hidden; width:926px; margin:0 auto; border-left:4px solid #dcdcdc; border-right:4px solid #dcdcdc; background-color:#fff}

#navigation {float:right; margin:0; width:100%; height:55px;  border-bottom:1px groove #fff; }
	#navigation li {float:left; display:inline; width:80px; height:50px; font-size:0.9em; font-weight:bold; text-transform:lowercase; text-align:center; text-valign:middle; }
		#navigation li a {align:left; display:block; height:30px; padding-top:1px; padding-bottom:10px; text-decoration:none; color:#FFF; background-color:#CC0000; border-right-style:groove;}
			#navigation li a:hover {color:#FF8080; text-decoration: underline; }
            
            .nolink {display: block; color:#000000; text-decoration: none;}
            

   
            
           
img.floatLeft {float: left; margin: 4px;}  
.floatRight {float: right; margin: 4px;}

div.box {border: 2px dotted #800040; width:60%; padding:10px;}  

.text_line {
clear:both;
margin-bottom:2px;
}


.small {font-size: 90%;}
.vsmall {font-size: 85%;}
.smaller {font-size: 80%;}


div.float {
  border:1px solid #800040;
  width:225px;
  float: right;
  padding:2px;
  line-height:110%;
  margin-right:5px;
  margin-top:0px;
  margin-left:5px;
  margin-bottom:5px;

  }
div.clear {
  border:1px solid #cccccc;
  width:150px;
  clear: right;
  }
  
div.clear2 {
  border:0;
  width:150px;
  clear: right;
  }


#content {clear:left; padding:15px}	

	#content #hero {float:left; padding-bottom:25px}
	#content #hero h2 {font-size:2.5em}
	#content #hero p {font-size:1.25em}

	#content p {line-height:1.25em}
	#content img {float:left; display:inline; margin-right:15px}
	#content ul {margin-left:25px; list-style-type:disc}
		#content li {margin:10px 0}	
	#content .two_columns {float:left; display:inline; width:907px; margin-right:15px}
	
	.left_column {float:left; display:inline; margin-right:15px; width:292px}
	.right_column {float:right; width:615px }
	
/* Form Styles */s
input, textarea {padding:3px; font-size:.95em; font-family:Helvetica, Arial, Verdana, sans-serif; font-style:italic; color:gray}
input {width:250px}
textarea {width:350px; height:50px}
#submit {width:200px; font-weight:bold; color:#000; font-style:normal}

.footer {margin: auto; font-style: italic; font-size: 80%; font-color: gray;  margin-right: auto; width: 100%; text-align: center; border-top:2px solid #dcdcdc;}


