@charset "utf-8";
/* CSS Document */

/*UNDO DEFAULTS SECTION Purpose: undo some of the default styling of common (X)HTML browsers */
/* undohtml.css (CC) 2004 Tantek Celik. Some Rights Reserved. http://creativecommons.org/licenses/by/2.0*/ 


/* no list-markers by default, since lists are used more often for semantics
ul,ol { list-style:none } */

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin. Default spacing on headings does not match or align with normal interline spacing at all, so let's get rid of it. Zero out the spacing around pre, form, body, html, p, blockquote as well. Form elements are oddly inconsistent, and not quite CSS emulatable. Nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,table,td,tr
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img, :link img, :visited img { border: none }

/* de-italicize address */
address { font-style:normal }



/*DIV section*/


body 	{background-color: #fff;
		font-family: Arial, Helvetica, Geneva, sans-serif;
		font-size: 76%;
		color:#000;;}

p {	font-size: 1em;
	line-height: 150%;
	margin-bottom: 10px;}

#wrapper {position: relative; background:#fff; 
		/*margin-top:20px;*/
		padding-top: 0px;
		padding-bottom: 0px;    
		/*background-image:url(../images/sideshadow.jpg); background-repeat: repeat-y;
		background-position:center; */
		}
			
#container 	{background-color: #058997; margin: 0 auto; padding-top:0px; width: 960px; overflow:hidden;}
		
			
#content {	color:#000;
			background-color:#fff;
			padding-top:0px;
			}

#contentbox {width:960px; 
			padding: 0px; 
			margin-top: 40px;}
			
#nav		{background-color:#058997; background-image:url(../images/nav.jpg); background-repeat:no-repeat; padding-top:26px;}	

#header { width:960px; background-color:#058997; padding:0px; margin-bottom:0px; }
#header img {margin: 0px;}

#sidelogo { width:320px; padding:0px; float:left;}
#sidelogo img {margin:0px 10px 20px 10px;}
#sidelogo h1 {color:#558cca; font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.85em; font-weight:bold; font-style:italic; text-align:center; line-height:130%;}

#services {width: 580px; color:#fff; background-color: #fff; margin-top:0; float:right; margin-right:0px;}

#accordion a:link {text-decoration:none; color:#058997;}
#accordion a:visited {text-decoration:none; color:#058997;}
#accordion a:hover {text-decoration:none; color:#058997;}
#accordion a:active {text-decoration:none; color:#058997;}

/* #services p {text-align:left; font-size:1em; line-height:150%; background-color:#fff; color:#000; margin-left:120px;}  */



#homemission { background-color:#fff; font-family:Georgia, "Times New Roman", Times, serif; padding-right:20px; padding-top:0px; color:#264e7c;}
#homemission p {line-height:180%;}

#footer {width:960px; 
		background: #264e7c;
		background-image: url(../images/footer.jpg);
		background-repeat:no-repeat;
		margin-top:40px; 
		padding:60px 0px 20px 0px; 
		color:#BFD4EB; 
		font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
		line-height: 180%;}
		
#footer h2 {padding:10px 20px; margin:0; text-align:center;}

#footer p {font-size:1em; margin:0; text-align:center;}

#footer p.desc {font-size:.9em; padding:5px 20px 0px 20px;}

	

	

/* PAR & CLASS section*/

.menuinside {margin-bottom: 80px;}			

		
.floatimg {float: left;
			margin: 10px 20px 10px 0px;}
.clearfloats {clear: both; margin-left:-1000px; }

#footer a:link {color:#fff; font-weight:bold; text-decoration:none;}
#footer a:visited {color:#fff; font-weight:bold; text-decoration:none;}
#footer a:hover {color:#d9002b; font-weight:bold; background-color:#fff; text-decoration:none;}
#footer a:active {color:#fff; font-weight:normal; background-color:#d9002b; text-decoration:none;}







