/* colors
----------------------------------------------- */
.cw-blue {color:#0e2b6e;}
.brightblue {color:#48e0ff;}
.darkbluegray {color:#1d456e;}
.bluegray {color:#5966ca;}
.lightbluegray {color:#73bbdd;}
.verylightblue {color:f2f8ff;}
.verylightbluegray {color:#dde9f6;}
.verylightgray {color:#ccdde5;}
.red {color:#a40012;}
.lightblue {color:#419efe;}
.orange	{color: #e8821e;}
.royalblue {color: #0061d3;}
.greenbrown {color: #60614d;}
.lightgreenbrown {color: #acb078;}
.brightaqua {color: #5bac9e;}
.verylighttan {color:#f9f5eb;}
.lighttan {color:#f5eedc;}
.tan {color:#b19a71;}
.forestgreen {color:#123d10;}
.lightyellow {color:#efeebf;}
.red2 {color:#FF0000;}
.darkbrown {color:#2c251d;}
.brown {color:#473c2e;}

*{	padding: 0;
	margin: 0;
	}
	
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}
body{
	text-align: center;		/* centers content in IE5.5 and earlier */
	background: #eef8ff;
	font-family: Tahoma, helvetica, sans-serif;
	font-size: 12px;
	padding: 15px 0px 0px 0px ;
	}

#wrapper {
    height:100%;
	overflow: hidden;
	display: block;
	width: 960px;
	margin: 0px auto;
	text-align:left;
	padding: 8px 15px 5px 15px ;
	background: #fff;
	border: 1px solid #0e2b6e;
	}

input, select, textarea {
	font-size: 100%;
	padding: 2px;
	width: 200px;
	margin: 0px;
}

hr  {

	border: 0;
	color: #48e0ff;
	background-color: #48e0ff;
	height: 1px;
	width: 80%;
	margin: 20px auto 20px;

}

/* header
----------------------------------------------- */
#header{

	width: 960px;
	height: 160px;
	background: #fff url(/images/logo.gif) top left no-repeat;
	padding: 5px 0 0 0 0;
	}


#headerText{width: 150px;
margin-top:-105px;
	padding: 0px 0px 0px 0px;
		float:right;

	}
#headerText p{font-size: 18px;
	line-height: 22px;
	text-align: right;
	color: #0e2b6e;
	font-family: "Trebuchet MS", Geneva, Arial, sans-serif;

	}		

#headerTagline{
	width:340px;
	padding: 5px 20px 0px 400px;
	}
	
#headerTagline p{
	font-size: 14px;
	text-align: left;
	font-family: "Trebuchet MS", Geneva, Arial, sans-serif;
	color: #2c251d;}
	

#main{
	position:relative; 
    height:100%;
	display:block;
	clear:both;
	width: 960px;
	margin: 0px auto;
	padding: 0 0 0 0;
	text-align: left;
	}

#wideContent{
	float: right;
	height: 100%;
	text-align: left;

	width: 960px;
padding: 25px 0 0 0;
}	
#wideContent.gallery{
width: 650px;
float:left;
padding: 25px;

}

#leftContent{ 

	float: left;
	width: 228px;
	height: 100%;
	margin: 25px 0 0 2px;
	text-align: left;
	vertical-align:top;
/* ie6 hack */
	padding-left: 0px;
	

	}
	
#leftContent a {	
/*color: #111; */
text-decoration: none; }	
#rightContent a {	

text-decoration: none; }	
#insetContent{
	float: right;
	width: 200px;
	height: 100%;
	margin: 0 auto 10px;
	text-align: left;
	padding: 14px;
	border:  dashed 1px #47dfff;
	background:#f0f9fa;
	}

#dashed-button ul{
	list-style-type: none;
  overflow: auto;
  padding: 0;
  margin: 0;
	}
#dashed-button	ul li {
  width: 335px;
	height: 45px;
	margin: 0 auto;
	text-align: center;

	border:  dashed 1px #47dfff;
	background:#fff;
}
#dashed-button ul li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color:#48e0ff;
  font-size:20px;
  font-weight:bold;
  letter-spacing:2px;
}
#rightContent{
	float: right;
	width: 700px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	padding: 25px 0px 0 25px;
	color:#000;
/*	background: #efefef; */
	

	}







	
	
	
/* typography
----------------------------------------------- */
p {
	margin: 0 0 20px 0;
	text-align: left;
	line-height: 1.6em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	letter-spacing:0px;
	}	

a{	
color: #1a4dc4;
text-decoration: none; }

a:hover{
	text-decoration: none;
	color: royalblue;
}
 a:visited{	
color: #1a4dc4;
text-decoration: none; }



a img{ border: none; }



.active a{ text-decoration: none; }

.small {
	font-size: 11px;
}
.checkbox {
	font:10pt Arial, Helvetica, sans-serif;
	float:left;
	width:20px;
	height:18px;

}

.credit {

	font-size: 8px;
	text-align:right;

}

.credit a:hover {

	font-size: 8px;

}

.caption {
margin: 5px 0 0px 0;
	font-size: 11px;
	text-align:left;
	font-weight:bold;
}
.center {
	text-align: center;
}

h1,
h2,
h3,
h4{
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	letter-spacing:1px;
	line-height:1.2em;
	padding: 5px 0 10px 0;
	}
h1 {
	font-size: 22px;
	color:#0e2b6e;
}

h2 {
	font-size: 18px;

  	}

h3 {
	font-size: 15px;
	}
	
h4 {
	font-size: 13px;
	margin : 0 0;
	}

#rightContent h1,h3,h4{
	}


ul {
	padding: 0px 0 10px 0px;
	list-style: none url(none);
	}

	

li {

	margin: 0 0 0 0;
	
	text-align:left;
	line-height: 22px;
	
	
}	
 

table {


}

th {
	font-weight: bold;
	text-align:center;
	padding: 3px 5px;
}
td {
	padding: 3px 3px 3px 3px;
	margin: 0px;
	line-height: 17px;
	text-align: center;
	background: transparent;
}
table.white {background: #fff;
text-align:center;
padding: 5px;}

table.gallery {
margin: 20px 0 0 110px;
width:640px;
border:solid 1px #000;
border-collapse:collapse;

}
td.gallery {
	padding: 10px;
	border:solid 1px #000;
border-collapse:collapse;
}
table.gallery2 {
margin: 20px 0 0 120px;
width:635px;
border: none;
border-collapse:collapse;

}
td.gallery2 {
padding: 20px;
border: none;
border-collapse: collapse;
}

/* image handling
----------------------------------------------- */
#flash{ 
	width: 870px;
	margin: 40px auto;
	text-align: left;
	color:#fff;
	background: #000;
	}
	
img{ display: block; 
border: none; }

img.inline{ display: inline;
border: none; } 

img.border{
border: 1px; } 

img.right {
	margin: 0 0 0px 0px;
	float: right;
}

.right {
	margin: 0 0 0 0;
	float: right;
	text-align:right;
}
img.left {
	margin: 0px 0px 0px 0px;
	float: left;
} 
img.logo {
	padding: 5px;
	float: left;
} 



/* clearing
----------------------------------------------- */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}


a.map {
	margin: 0px 0 3px 15px;
	float: right;
	width: 160px;
	display: block;
}

.whiteBox {font:10pt Arial, Helvetica, sans-serif; border:1px solid #222222; background:#fff; color: #222222; float:left;}
.noBox {border: none; background:#fff; color: #222222; text-align:left; margin-right:20px;}

/* Begin Images */

p img {
	padding: 0;
	max-width: 100%;
	}
.entry img{padding-right: 10px;}



img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0 0 0 15px;
	margin: 0 0 0px 0px;
	display: inline;
	border: none;
	}

img.alignleft {
	padding: 0 15px 0 0;
	border: none;
	margin: 0 0 0 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	

/* End Images */

.cols { clear:both; } 
.two-col { float:left; width:46.4%; padding-right:2.6%; padding-left: 1%; padding-top: 0px; }
.three-col { float:left; width:29.7%; padding-right:2.6%; padding-left: 1%; padding-top: 0px; }
.four-col { float:left; width:21.4%; padding-right:2.6%; padding-left: 1%; padding-top: 0px; }
.five-col { float:left; width:16.4%; padding-right:2.6%; padding-left: 1%; padding-top: 0px; }
.six-col { float:left; width:15.1%; padding-right:2.6%;  padding-left: 1%; padding-top: 0px; }
.cols > *:last-child { margin-right:0; padding-right:0; }

.col-span { border-bottom:1px solid #404040; padding-bottom:15px; }

/* {{{ Footer */

#footer {
	    height:100%;
	overflow: hidden;
	display: block;
	width: 960px;
	margin: 0px auto;
	text-align:left;
	padding: 0 0 0 0  ;


}


.footerTitle   { 
padding: 0px 0px 0px 0px; 
border-bottom: 1px solid #000; 
margin-top: 0px; 
font-weight: bold; 
 }
 
 
	#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #footer p { color:#2c251d; }
	#footer p {text-align:center;
font-size:10px;}
	.footer-nav { list-style:none; margin:0; }
	.footer-nav ul {  margin: 0 0 0 0; padding: 20px;} 
	.footer-nav li { font-size:11px; background:none; padding-left:0; margin: 0 0 0 0; list-style: none;} 
	.footer-nav-title {  font-size:11px; line-height:22px;border-bottom:1px solid #000000; }
	#footer .col-span { font-size:13px; }
	#footer .six-col { /*background:#2a2a2a; */}
	#copyright { font-size:11px; padding-top:11px; }
	#copyright-links { line-height:1; }
	#copyright-links a { font-size:10px; }

	#languages { float:right; margin-left:20px; }
	#languages select { margin-left:10px; }

#footer-wrap {
	clear:both;
	background: transparent url(/images/clear.gif) no-repeat left bottom;
}
