@charset "utf-8";
/* CSS Document */

 
/* html */ 
 
body {
margin: 0; 
padding: 0;
font-family: 'Trebuchet MS', 'Lucidia Grande', Arial, Sans-serif;
background: #ffffff;
color: #333333;			
}


a {
color: #3182C0; 
text-decoration: none;
}

a:hover, a:visited, a:active {
color:#7bb3ce;
border: none;
}

h1, h2, h3, h4, h5, h6 {
font-family: Georgia, Times New Roman, Sans-serif;
color: #000000;
font-weight: normal;
}

h1 { 
font-size: 1.4em;
padding: 10px 0 5px 5px;
margin: 0 0 0 10px;
text-transform: none;
border-bottom: 2px solid #f2f2f2; 
}


h2 { font-size: 1.3em; }
h3 { font-size: 1.2em;}
h4 {font-size: 1.1em; }

p, h1, h2, h3, h4 {
	margin: 15px 10px;
}
ul, ol {
	margin: 10px 25px;
	padding: 0 15px;	
	color: #000000;	
}
ul span, ol span {
	color: #000000;
}

table img {
border: none;
}

img.noborder{
border: none;
}

img.float_right {
float: right;
margin: 5px 0px 6px 12px;  
}
img.float_left {
margin: 5px 10px 4px 4px;
float: left;
}

img.middle {
margin: 5px;

}

blockquote {
margin: 15px;
padding: 0 0 0 34px;  	
background-position: 8px 10px;
border: 1px solid #cad78f; 
border-left: 3px solid #cad78f;  
font-weight: bold; 
}

/* Ids */
#container {
margin: 0 auto;
padding-bottom: 20px;
width: 880px;  			
position: relative;
}

#containerAdmin {
margin: 0 auto;
padding-bottom: 20px;
width: 880px;  			
background: url(bgContainerAdmin.gif) repeat-y;	
position: relative;
}

#logo {

}

#logo a {
display: none;
}	

#phone{
display: none;
}

#phone .txtStyle1 {
font-size: 16px;
}

/* header */
#header {
position: relative;
width: 830px;
height: 0px;
margin: 0px auto 0 auto;
}
	.background1 {
	background-image: url(bgHeader_1.jpg);
	background-repeat: no-repeat;
	width: 830px;
	height: 130px;
	position: relative;
	}
	
	.background2 {
	background-image: url(bgHeader_2.jpg);
	background-repeat: no-repeat;
	width: 830px;
	height: 135px;
	position: relative;
	}


/* Navigation */
#navigation {
margin-left: 25px; 
}

.topNav ul {	

}

.topNav ul li{
display: inline;	
}

.topNav ul li a {	
display: none; 	
}

.topNav ul li a:hover{
color: black;
background-color: #f5f6f6; 
border-bottom: 4px solid #6b8699;
}

.topNav .selectedPage a{
color: #333;
background-color: #f5f6f6; 
border-bottom: 4px solid  #6b8699;
}


/* Content */

#content {
clear:both;
margin: 0 auto; 
padding:0;
width: 830px;	
}


/* left */
#left {
	
}

#left h1 {
padding: 0px 0px 5px 10px;
margin: 20px 0 5px 0;
color: #627b8f;
}

#left ul.navlist {
list-style: none;
font-size: 0.98em;
text-align: left;
margin: 0 1px 8px 0;	
padding-right: 0;		
text-decoration: none;
}

#left ul.navlist li {
border-bottom: 1px solid #adbbbe;
padding: 4px 0;	
}


* html body #left ul.navlist li { 
height: 1%; 
}

#left ul.navlist a {
display: none;
}

#left ul.navlist a:hover{
color: #333333;
background-color: #c0cfd9;
border-left: 3px solid #d6dee4;
}

#left ul.navlist .itemcurrent {
color: #333333;
background-color: #c0cfd9;
border-left: 3px solid #d6dee4;
}

#left h1.navheader {
font-size: 1.2em;
margin: 20px auto 0px auto;
}

/* main */
#main {
float: left;
margin-left: 0px;
margin-right:20px;
padding: 0;
width: 600px;	
border-right: 2px dotted #ffffff;
}

/* old h1 
#main h1, #right h1 {

font-size: 1.4em;
padding: 10px 0 5px 5px;
margin: 0 0 0 10px;
text-transform: none;
border-bottom: 2px solid #f2f2f2; 
	
}	*/

#main ul {
margin-left: 4px;
}

#main ul li{
margin: 5px 0 5px 10px;
}


/* right */
#right {
float: right;
width: 180px;
margin: 0;
padding: 0;
background: transparent;
}

#admin{
margin: 20px auto;
width: 700px;
}


/* footer */
#footer {
clear: both;
width: 830px;
text-align: center;	
font-size: 0.85em;
}

#footer p {
margin-left: 225px;
border-top: 1px dotted #ffffff;
padding-top: 10px;
font-size: 10px;
}

#footer a {
text-decoration: none;
font-weight: bold;
}

#footer span {
font-size: 14px;
color: #333333;
}

#footer blockquote {
margin: 10px auto;
padding: 10px; 
background-image: none; 	
border: 1px solid #cad78f; 
border-left: 3px solid #cad78f;  
font-weight: bold;
}

/*----------------Class-------------*/
.clear { 
clear: both; 
}

.skip {
display: none;
}

ul.list1 li {
font-size: 1.1em;
color: #333333;
font-weight: bold;
margin-bottom: 8px;
line-height:1.4em;
}

ul.list1 li a {
font-size: 1em;
color: #0099cc;
}

.noborder {
border: none;
margin-left: 9px;
}