/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top elements */
* { margin:0; padding: 0; }

body 
{
	background-color: #CCC;
 	color: #164F61; 
 	font: 12px  'trebuchet ms',verdana,arial,sans-serif;
 	text-align: center; 
 	margin-top: -10px;
}  

/* links */
a
{ 
	color: #0F3744;
	background: inherit;
	text-decoration: none;
}

a:hover 
{ 
	color: #0F3744;
	background: inherit;
	text-decoration: underline; 	 
}
 
/* headers */
h1, h2, h3 
{
	font-weight: bold;
	color: #295374;
	font-family: 'trebuchet ms',verdana,arial,sans-serif;
}

h1 
{
	font-size: 1.4em;	
	/*text-transform: uppercase;*/
}

h2 
{
	font-size: 1.2em;
	/*text-transform: uppercase;*/
}

h3 
{
	font-size: 0.6em;
	/*text-transform: uppercase;*/
	letter-spacing: 1px;
}

h1, h2, h3, p 
{ 
	padding: 0;
	margin: 10px 15px; 
}

ul, ol 
{
	margin: 10px 30px;
	padding: 0 15px;	
	color: #164F61; 
 	font: 12px  'trebuchet ms',verdana,arial,sans-serif;
}

ul span, ol span 
{
	color: #666666;
}

/* images */
img.border 
{
	border: 2px solid #CCC;
}

img.float-right 
{
  margin: 5px 0px 10px 10px;  
}

img.float-left 
{
  margin: 5px 10px 10px 0px;
}

code 
{
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  background: #FAFAFA;
  border: 1px solid #EAEAEA;  
  border-left: 5px solid #86C2A3;
}

acronym 
{
  cursor: help;
  border-bottom: 1px solid #777;
}

pre
{
	font: 500 14px 'Lucida Console', 'courier new', monospace;
}

blockquote 
{
	margin: 15px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(../images/quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 8px;
	border: 1px solid #EAEAEA; 
	border-left: 2px solid #CCC;  
}

/* form elements */
form {
	margin:10px 15px; padding: 0;
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

input 
{
	padding:3px;
	border:1px solid #BBB;
	/*color:#777;*/
}

textarea 
{
	width:400px;
	padding:4px;
	border:1px solid #BBB;
	height:100px;
	display:block;
}

input.button 
{ 
	margin: 0; 
	border: 4px solid #EAEAEA;
	padding: 2px 3px; 
	color: #333; /* color: #339900; */
}


#contact 
{
	margin:10px 15px; padding: 0;
	border: 1px solid #000; 
	background-color: #EAEAEA; 
}

/*****************************
      LAYOUT 
******************************/
#wrap 
{
   margin: 0 auto ;
   padding:0;	
   text-align: left;
   background-color:#FFF;
   width: 1003px;  	
}

#shadowBox
{
    background-color: #CCC;
}

#header 
{
	position: relative;
	clear:left;
	width: 997px;
	height: 130px; 
	margin: 0px 3px 0px 3px; padding: 0;
	background: #FFF url(../images/headerbg.jpg) no-repeat left bottom;
}

#header #logo
{
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 0px;
	margin: 0; 
	padding: 0;
	background-color: #FFF;
}

#header h1 #logo-text 
{
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;

	top: 36px; right: 35px;	
}

#header-nologo
{
	position: relative;
	clear: left;
	width: 1000px;
	height: 150px;
	margin: 0;
	padding: 0;
}

#header-nologo #logo
{
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 85px;
	margin: 0; 
	padding: 0;
	background: #000 url(../images/headertop.jpg) no-repeat left top;
}

#header-nologo h1#logo-text 
{
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and right to adjust the position of the logo*/
	top: 36px; right: 35px;	
}

#header-nologo h2#slogan 
{
	position: absolute;
	margin: 0; padding: 0;
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: 1px;
	color: #FFF;
	
	/* change the values of top and right to adjust the position of the slogan*/
	top: 85px; right:35px;		
}
/* main content */
#main 
{
	float: left;
	width: 565px;
	margin: 0; padding: 0;
	background-color: inherit;
}

#main h1 
{
	padding: 8px 0 3px 25px;
	text-transform: none;
	background: url(../images/square_arrow.gif) no-repeat 0% .7em;
	border-bottom: 2px solid #f2f2f2;	
	color: #164F61;	
}	



* html body #sidebar ul.sidemenu a { height: 18px; }


/*-------------------#content-------------------*/

#content 
{
	padding: 0px 0px;
	background-color: #FFFFFF;
	margin: 60px 3px 3px 3px;
	height: 100%;
	line-height: 18px;
}

#content #container 
{
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

#content #home_container 
{
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	
	/*background: url(../images/contentbg.jpg) no-repeat left bottom;*/
}

#column1a
{
    font-size: 115%;
	width: 720px;
	float: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#column1 
{
	font-size: 115%;
	width: 230px;
	float: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#column1 a 
{
	text-decoration: none;
}

#column1 a:hover strong 
{
	text-decoration: underline;
	color: #999999;
}

#column2 
{
	font-size: 115%;
	width: 470px;
	float: left;
	margin-right: 10px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#column2a 
{
	font-size: 115%;
	width: 215px;
	float: left;
	margin-right: 10px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#column2 li 
{
	/*list-style-type: none;*/
}

#column3
{
	font-size: 115%;
	width: 215px;
	float: left;
	margin-right: 10px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#column-article
{
	font-size: 115%;
	width: 90%;
	float: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#column-article a 
{
	text-decoration: none;
}

#column-article a:hover strong 
{
	text-decoration: underline;
	color: #999999;
}

#content .firstletter 
{
	font-size: 45px;
	float: left;
	padding-top: 0px;
	padding-right: 3px;
	line-height: 35px;
	font-family: 'Trebuchet MS', arial, sans-serif;
}

#content .news_home .title    
{
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	margin-bottom: 3px;
}

#content  .news_home  .date    
{
	font-style: italic;
	color: #003366;
	margin-bottom: 3px;
}

#content  .news_home  .article   
{
	text-align: left;
	margin-top: 4px;
	margin-bottom: 3px;
}

#content .news_home .more 
{
	margin-bottom: 15px;
}

#content  .news_home  .more  a   
{
	color: #003366;
}

#content h2 
{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	/*text-transform: uppercase;*/
}

#content h3 
{
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content h4 
{
	font-size: 14px;
	font-weight: bold;
	color: #164F61;
	margin-top: 6px;
	margin-bottom: 8px;
}



#content #leftcol 
{
	float: left;
	width: 620px;
	margin-right: 15px;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	margin-top: 10px;
	padding-bottom: 25px;
}

#content #sidebar 
{
	float: left;
	width: 200px;
	margin-top: 10px;
}

#content  #sidebar  #about_us 
{
	margin-bottom: 15px;
}

#content li {
	/*list-style-type: disc;*/
	margin-left: 15px;
}

#map {
	float: right;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.leftimg {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}


/* footer */
#footer 
{ 
	clear: both;
	height: 186px;
	width: 991px;

}

#footer a  
{
	text-decoration: none; 
	font-weight: bold;	
	color: #000;
}

#footer #footer-left 
{
	width: 660px;
	height: 186px;
	float: left;
	text-align: left;
	margin: 0; 
	padding: 0px 0px 0px 10px;
}

#footer #footer-right 
{
	width: 305px;
	height: 186px;
	float: left;
	text-align: right;
	top:50%;
	margin: 0px 10px 0px 0px;
	
}

#map 
{
	margin-left: 0px;
	
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear { clear:both; } 
.hide  { display: none; }
.gray  { color: #CCC; }

.comments { 
	color: #333; 
	background: #FFF;
	text-align: right; 
	border-top: 1px dashed #EFF0F1;
	border-bottom: 1px dashed #EFF0F1; 
	padding: 5px 0;
	margin-left: 60px;
}

.hidden { display: none; }

.rss { margin-left: 15px; }

.pdf
{
	padding-top: 0px;
	border: solid 0;
}

.title    {
	font-size: 14px;
	font-weight: bold;
	color: #164F61;
	margin-bottom: 3px;
}

.date    {
	font-style: italic;
	color: #164F61;
	margin-bottom: 3px;
}

.article   {
	text-align: left;
	margin-top: 4px;
	margin-bottom: 3px;
}

/* modal */
/* Z-index of #mask must lower than #boxes .window */
#mask 
{
    position: absolute;
    z-index: 9000;
    background-color: #000;
    display: none;
}
   
#boxes .window 
{
    position: absolute;
    
    width: 500px;
    height: 200px;
    display: none;
    z-index: 9999;
    
    text-align: left;
    font: 14px 'trebuchet ms', verdana,arial,sans-serif;
}
 
 
/* Customize your modal window here, you can add background image too */
#boxes #dialogArizona
{
    width:600px;
    height:360px;

    background-color: #FFF;
    background-image: url(/images/arizona.png); 
    background-repeat: no-repeat; 
    background-position: right bottom;
    
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px;
    
    padding: 10px;
    border: 1px solid #000;
}

#boxes #dialogCalifornia
{
    width:600px;
    height:360px;

    background-color: #FFF;
    background-image: url(/images/california.png); 
    background-repeat: no-repeat; 
    background-position: right bottom;
    
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px;
    
    padding: 10px;
    border: 1px solid #000;
}

#boxes #dialogFlorida
{
    width:600px;
    height:360px;

    background-color: #FFF;
    background-image: url(/images/florida.png); 
    background-repeat: no-repeat; 
    background-position: right bottom;
    
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px;
    
    padding: 10px;
    border: 1px solid #000;
}

#boxes #dialogGeorgia
{
    width:600px;
    height:360px;

    background-color: #FFF;
    background-image: url(/images/georgia.png); 
    background-repeat: no-repeat; 
    background-position: right bottom;
    
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px;
    
    padding: 10px;
    border: 1px solid #000;
}

#boxes #dialogHawaii
{
    width:600px;
    height:360px;

    background-color: #FFF;
    background-image: url(/images/hawaii.png); 
    background-repeat: no-repeat; 
    background-position: right bottom;
    
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px;
    
    padding: 10px;
    border: 1px solid #000;
}

#boxes #dialogIdaho
{
    width:600px;
    height:360px;

    background-color: #FFF;
    background-image: url(/images/idaho.png); 
    background-repeat: no-repeat; 
    background-position: right bottom;
    
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px;
    
    padding: 10px;
    border: 1px solid #000;
}

#boxes #dialogLouisiana
{
    width:600px;
    height:360px;

    background-color: #FFF;
    background-image: url(/images/louisiana.png); 
    background-repeat: no-repeat; 
    background-position: right bottom;
    
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px;
    
    padding: 10px;
    border: 1px solid #000;
}

#boxes #dialogMassachusetts
{
    width:600px;
    height:360px;

    background-color: #FFF;
    background-image: url(/images/massachusetts.png); 
    background-repeat: no-repeat; 
    background-position: right bottom;
    
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px;
    
    padding: 10px;
    border: 1px solid #000;
}

#boxes #dialogNebraska
{
    width:600px;
    height:360px;

    background-color: #FFF;
    background-image: url(/images/nebraska.png); 
    background-repeat: no-repeat; 
    background-position: right bottom;
    
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px;
    
    padding: 10px;
    border: 1px solid #000;
}

#boxes #dialogNewYork
{
    width:600px;
    height:360px;

    background-color: #FFF;
    background-image: url(/images/newYork.png); 
    background-repeat: no-repeat; 
    background-position: right bottom;
    
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px;
    
    padding: 10px;
    border: 1px solid #000;
}

#boxes #dialogOhio
{
    width:600px;
    height:360px;

    background-color: #FFF;
    background-image: url(/images/ohio.png); 
    background-repeat: no-repeat; 
    background-position: right bottom;
    
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px;
    
    padding: 10px;
    border: 1px solid #000;
}

#boxes #dialogPennsylvania
{
    width:600px;
    height:360px;

    background-color: #FFF;
    background-image: url(/images/pennsylvania.png); 
    background-repeat: no-repeat; 
    background-position: right bottom;
    
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px;
    
    padding: 10px;
    border: 1px solid #000;
}

#boxes #dialogSouthCarolina
{
    width:600px;
    height:360px;

    background-color: #FFF;
    background-image: url(/images/southCarolina.png); 
    background-repeat: no-repeat; 
    background-position: right bottom;
    
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px;
    
    padding: 10px;
    border: 1px solid #000;
}

#boxes #dialogTexas
{
    width:600px;
    height:360px;

    background-color: #FFF;
    background-image: url(/images/texas.png); 
    background-repeat: no-repeat; 
    background-position: right bottom;
    
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px;
    
    padding: 10px;
    border: 1px solid #000;
}

#boxes #dialogVirginia
{
    width:600px;
    height:400px;

    background-color: #FFF;
    background-image: url(/images/virginia.png); 
    background-repeat: no-repeat; 
    background-position: right bottom;
    
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px;
    
    padding: 10px;
    border: 1px solid #000;
}

#boxes #dialogWashington
{
    width:600px;
    height:360px;

    background-color: #FFF;
    background-image: url(/images/washington.png); 
    background-repeat: no-repeat; 
    background-position: right bottom;
    
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px;
    
    padding: 10px;
    border: 1px solid #000;
}

#boxes #dialogWisconsin
{
    width:600px;
    height:360px;

    background-color: #FFF;
    background-image: url(/images/wisconsin.png); 
    background-repeat: no-repeat; 
    background-position: right bottom;
    
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px;
    
    padding: 10px;
    border: 1px solid #000;
}

#nolist
{
    list-style-type: none;
    margin-left: -10px;
}
