/* CSS Document */

/*##############################################################
color 'Ice Green' = #A4D5E2
##############################################################*/ 

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;}
    
a img, :link img, :visited img {border: 0}

table {border-collapse: collapse; border-spacing: 0}

ul {list-style: none}
q:before, q:after,
blockquote:before, blockquote:after {content: ""}

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

body {font-size:16px; 
     font-family:Garamond, Times, "Times New Roman", serif; color:#FFFFFF; 
     background:#A4D5E2 left top repeat-x;}
     
h1, h2, h3, h4, h5, p, ul, ol, dl {
    margin:15px 0;}
    
h1, h2, h3, h4 {   
    font-family:Helvetica, Arial, Verdana, sans-serif; 
    font-weight:bold; 
    color:#282828;}

h2 {font-size:2.25em; 
   padding-bottom:10px; padding-top:10px;
   background:url(../images/headline_border.jpg) right bottom repeat-x}
   
h3 {clear:both; margin-bottom:0; 
   font-size:2em; 
   font-weight:normal}
   
h4 {font-size:1.15em}

h5 {clear:both;
   fontsize:1em;}
   
a {color:#008080; 
  font-size:1.2em;
  outline:none}
	a:hover {text-decoration:none}
    
dt {margin:15px 0; 
   font-weight:bold}
   
dd {margin:5px 0 5px 15px}

ol {margin-left:25px}

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

#wrapper {width:930px; padding:5px,15px,15px,15px; margin:10px auto}

#header {width:930px; height:75px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:25 px; background:#A4D5E2}
         	#header h1 {padding:15px 0 15px 0px; font-size:2.5em; color:#000; }  
            #header h1 .ORed{color:Red} 
            #header h1 .OGrey{color:#777777 } 
                
#nav{ width:930px; height:18px; padding-top:5px; padding-right:5px; padding-bottom:0px; padding-left:5 px; background:#000000}
	#navigation {margin:0px; font-size:.85em}
		#navigation li {display:inline; margin-right:15px; margin-left:15px; margin-bottom:0px; margin-top:5px; 
                       text-transform:uppercase; font-family:Helvetica, Arial, Verdana, sans-serif}
			#navigation li a {text-decoration:none; color:#fff}
				#navigation li a:hover {text-decoration:underline}

#content {clear:both; float:left; margin-top:0px}	
	#content p {line-height:1.25em}
	#content ul {margin-left:25px; list-style-type:disc}
		#content li {margin:10px 0}	
        #content img{float:left }
		
		#homepage_intro	{float:left; width:100%; margin-bottom:30px; color:#323232}
			#content #homepage_intro .two_columns {float:left; display:inline; margin-right:15px; width:336px; font-size:1.25em}
			#content #homepage_intro img {float:right}
		#singlecolumn {float:left; width:100%; margin-bottom:30px;color:#000000}
            #content #singlecolumn .single_column{float:left; display:list-item;width:930px;font-size:1.25em}
            
 		#content li {display:list-item; font-family:Times, serif; color:Black}	           
		#content .two_columns {float:left; display:inline; margin-right:35px; width:400px}	
        #content .single_Column {float:left; display:inline; margin-right:35px; width:900px;font-size:1.2em;}	
	    #content .four_columns {float:left; display:inline; width:206px; margin-right:15px}
	
/* Form Styles */
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:150px}

#submit {width:100px; font-weight:bold; color:#000; font-style:normal}
	
#footer {clear:both; padding:50px 0 30px 0; font-size:.9em; font-style:italic; color:gray}

.RedO {color:Red }

