/* ----------------------------------------------   
	Last Date Modified : February 27, 2008	
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	color: #444;
	margin: 0;
	padding: 0 0 30px 0;
	text-align: justify;
	font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background-color: #fff;
	background-image: url(back.jpg);
	background-repeat: repeat-x;
}


ul#simple-menu{list-style-type:none;width:100%;position:relative;height:30px;font-family:"Trebuchet MS",Arial,sans-serif;font-size:12px;font-weight:bold;margin:0;padding:3px 0 5px 0;}
ul#simple-menu li{display:block;float:left;margin:0 0 0 4px;height:27px;}
ul#simple-menu li.left{margin:0;}
ul#simple-menu li a{display:block;float:left;color:#fff;background:#c01313;line-height:27px;text-decoration:none;padding:0 17px 0 18px;height:27px;}
ul#simple-menu li a.right{padding-right:19px;}
ul#simple-menu li a:hover{background:#2E4560;}
ul#simple-menu li a.current{color:#2E4560;background:#fff;}
ul#simple-menu li a.current:hover{color:#2E4560;background:#fff;}




/* Links */
a, a:active, a:link {
	text-decoration: none;
	color: #19599c;		
}
a:visited {
	text-decoration: none;
	color: #0B9AC7;
	font-weight: bold;
}
a:hover {
	background: #2f4368; 
	color: #fff;
}

/* headers */
h1, h2, h3 {
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #013973;
}
h1 {
	font-size: 160%;
	color: #895F30;
	padding: 5px 10px 5px 10px;
	margin: 0;
}

h2 {
	font-size: 160%;
	color: #895F30;
	padding: 10px 10px 5px 10px;
	margin: 0;
}

h3 {
	font-size: 15px;	
	font-weight: normal;
	padding: 20px 10px 5px 10px;
	margin: 0;	
}

p, dl { padding: 10px; margin: 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #895F30;
}
dd {
  padding-left: 25px; 
}

/* images */
	
#sidebar img.figure3 {
	margin: 0 4px 0px 8px;
	border: 4px solid #c60100;
	}	
	
#sidebar img.figure3:hover {
	border: 4px solid #013973;
	}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #ECF8FE;
	background: #ECF8FE;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	width: 330px;  
	font-weight: normal;
	font-size: 11px;
	line-height: 1.3em;
}

#quote0 {
	width: 330px;
	font-weight: normal;
	overflow: visible;
	font-size: 11px;
	line-height: 1.3em;
	text-align: justify;
	clear: both;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;	
}
th {
	background: #ADD8E6 url(header-bg.jpg) repeat-x 0 -100px;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #78C7FA;
	border-bottom: solid 2px #fff;
}
tr {
	height: 34px;
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #EDEDED;	
}	
/* end - table */

/*------------------------------------------
   LAYOUT
-------------------------------------------*/ 
#wrap-out {
	position: relative;
	background: #fff url(header-bg.jpg) repeat-x;
	width: 850px;	
	margin: 0 auto;
	text-align: left;	
}
#wrap {
	background: url(header-photo.jpg) no-repeat right top;
	width: 850px;	
	margin: 0 auto;	
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;
	width: 850px;
	padding: 0;
	background: transparent;
	display: inline;
	text-align: justify;
	z-index: 0;
}
#header {
	position: relative;
	width: 850px;
	height: 325px;
	padding: 0;
	margin: 0 auto;
	background: transparent;
	z-index: 200;
}

   /* navigation --------------------------------------------------- */

#menu {
width: 480px;
background: #fff;
float: left;
margin-top: 6px;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 96px;
float: left;
}


#menu a, #menu h2 {
font: bold 10px/14px arial, helvetica, sans-serif;
display: block;
border-width: 1px 0px 0px 2px;
border-style: solid;
border-color: #fff;
margin: 0;
padding: 5px 3px 4px 8px;
}

#menu h2 {
color: #fff;
background: #c01313;
text-transform: uppercase;
}

#menu a {
color: #000;
background: #e3ca73;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #fff;
}

#menu h2:hover {
color: #a00;
background: #fff;
}


#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
width: 265px;
height: 10px;
}

#menu ul ul ul {
top: 0;
left: 100%;
width: 315px;
}



div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}



<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover3.htc);
font-size: 100%;
}

#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font: bold 10px/14px arial, helvetica, sans-serif;
}
</style>
<![endif]-->
 


    #nav {position:relative; z-index:1; padding: 2px 0; margin-top:33px}
      #nav ul {margin:0; padding:0; list-style:none;}
      	#nav ul li {float:left; display:inline; margin:0; padding:0;}
      	#nav ul li a {
      	  font-size: 11px;
      	  font-weight: bold;
          display: block; 
          color: #013973;
          text-decoration: none;
          float: left; /*\*/ float:none; 
          padding: 1px 21px 2px 21px;
          line-height: 30px;
        }
        
        #nav ul li a span {
	font-size: 10px;
	font-weight: normal;
	color: #bf871c;
	text-decoration: none;
        }	
		
        #nav ul li a span:hover {
	color: #fff;
	text-decoration: none;
        }			
        
        #nav ul li a:hover {
          background: #c80000;
		  color: #fff;
	text-decoration: none;		  
        }
		
		#nav ul li#current a {	
          background: #c80000;
		  color: #fff;
		  text-decoration: none;	
}		
		
      	#nav ul li#active a {
	text-decoration: none;		
        }

#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 55px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1.5px;
	color: #fff;
	text-transform: none;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 95px; left: 8px;	
}
#header h1#logo-text a:hover {
	background: none;	border: none;
}
#header p#intro {
	position: absolute;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #e4d07a;
	width: 390px;
	/* change the values of top and left to adjust the position */
	top: 190px;
	left: 8px;
	text-align: justify;
}


/* Main Column */
#main {
	float: left;
	width: 500px;
	padding: 0; margin: 0;
	display: inline;		
}
#main h2 {
	padding-bottom: 3px;
	margin-top: 15px;
	color: #013973;
	text-transform: none;
	border-bottom: 1px solid #ebebeb;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

#main h2 a {
	color: #895F30;
	text-decoration: none;	
	background: none; border: none;
}

#main h1 {
	padding-bottom: 3px;
	font: normal 15px Georgia, "Times New Roman", Times, serif;
	color: #013973; 
	font-weight: bold;		
	text-transform: none;
}

#main2 {
	float: left;
	width: 840px;
	padding: 0; margin: 0;
	display: inline;		
}
#main2 h2 {
	padding-bottom: 3px;
	margin-top: 15px;
	color: #013973;
	text-transform: none;
	border-bottom: 1px solid #ebebeb;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

#main2 h3 {
	padding: 8px 10px;
	text-align: justify;
	font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}


#main2 h2 a {
	color: #895F30;
	text-decoration: none;	
	background: none; border: none;
}

#main2 p {
	padding: 0 10px 10px;
}

#main2 q {
	padding: 35px 10px;
}

#main2 h1 {
	padding-top: 10px;
	color: #CC0000;
	font-weight: bold;
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
}

#sidebar h2 {
	padding-bottom: 3px;
	margin-top: 15px;
	font: normal 15px Georgia, "Times New Roman", Times, serif;
	color: #013973; 	
	text-transform: none;
	font-weight: bold;	
	border-bottom: 1px solid #ebebeb;	
}

#sidebar h1 {
	padding-bottom: 3px;
	margin-top: 5px;
	font: normal 15px Georgia, "Times New Roman", Times, serif;
	color: #013973; 
	font-weight: bold;		
	text-transform: none;		
}


#main ul li {
	list-style-image: url(bullet.gif);
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 310px;
	padding: 0; margin: 0;		
	display: inline;	
}	

#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 5px 8px 0px; padding: 0;
	text-decoration: none;		
	background: url(dots.gif) repeat-x left top;
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: url(dots.gif) repeat-x left bottom;
	padding: 8px 10px;
	margin: 0;		
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	background-color: transparent;
	border: none;
	color: #0C9BC2; 	
		
	font-weight: bold;		
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 14px;	
	/* letter-spacing: .5px;  */
}
#sidebar ul.sidemenu li a span {
	color: #989898;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;	
	font-size: .8em;
}
#sidebar ul.sidemenu li a:hover {	
	color: #555;	
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { background: none; }

/* footer */
#footer-wrap {
	position: relative;
	clear: both;
	padding: 5px 0 5px 0;
	margin-top: 5px;
	font: normal 1em 'Trebuchet MS', Tahoma, sans-serif;
	background: #eee;
	color: #777;
	width: 850px;
	float: left;
	border: 2px solid #ccc;
}
#footer-wrap h3 {
	padding-bottom: 8px;
	margin-top: 1px;
	font: normal 15px Georgia, "Times New Roman", Times, serif;
	color: #013973; 
	font-weight: bold;		
	text-transform: none;	
}
#footer-content {	
	margin: 0 auto;		
	width: 830px;
	text-align: left;	
}
#footer-content ul.col-list {
	background: url(dots.gif) repeat-x left top;
	list-style: none;
	margin: 5px 0 0 5px; padding: 0;	
	width: 98%;
}
#footer-content ul.col-list li {
	background: url(dots.gif) repeat-x left bottom;
}
#footer-content ul.col-list li a {
	display: block;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0 4px 8px;
	width: 98%;	
	color: #777;
	border: none;
}
#footer-content ul.col-list li a:hover {
	color: #fff;
	text-decoration: none;
}
#footer-content ul.col-list li a span {
	color: #989898;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer-content .col {
	width: 262px;
	padding: 0 0 30px 0;			
	display: inline;
}
#footer-content .space-sep {
	margin-right: 12px;
}
#footer-content .col2 {
	width: 255px;
	padding: 0 0 30px 0;	
	display: inline;	
}


/* thumbnails */
p.thumbs{ padding: 8px 0 0 10px; }

.thumbs img { 
	position: relative;
	border: 2px solid #c01313;
	background: none;
	padding: 4px;
	margin: 0 5px 5px 5px;
	/* margin: 4px 7px 4px 4px; */	
}
.thumbs img:hover	{
	border: 2px solid #c5c5c5; 
	background: none;	
}
.thumbs a:hover { background-color: transparent; border: none }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clearer { clear: both; }


#container-footer {	
	border-top: 2px solid #c01313;	
	width: 850px;
	padding: 10px 0px 20px 0px;
	margin: 5px 0 0 0;
	clear: both;
	color: #666;
}

#container-footer a {
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	color: #001b60;
	text-decoration: none;
}

#container-footer a:hover {
	color: #d1a93b;
	background-color: #FFFFFF;
}

#footer {
	font-size: 11px;
	color: #aeaeae;
	width: 850px;
	margin-bottom: 20px;
}

#footer-copyright {
	float: left;
	width: 325px;
	padding-left: 10px;
}

#footer-meta {
	float: right;
	text-align: right;
	width: 325px;
	padding-right: 10px;
}

#main .options2{
	height: 140px;
	width: 430px;
	line-height: 1.2em;
	padding: 15px 30px;
	font-size: 11px;
	letter-spacing:1px;
	color: #FFFFFF;
	background-image: url(quote.gif);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
