/* colors
----------------------------------------------- */
.bluegray {color:#3e4aa3;}
.lightbluegray {color:#5966ca;}
.red {color:#d30a0a;}
.lightblue {color:#0085bc;}
.orange	{color: #e8821e;}
.royalblue {color: #0e70b9;}
.greenbrown {color: #60614d;}
.lightgreenbrown {color: #acb078;}
.brightaqua {color: #5bac9e;}
.red2 {color:#FF0000;}
/* base
----------------------------------------------- */
	
*{
	padding: 0;
	margin: 0;
	}
body {
	margin:10px 0px; padding:0px;
	text-align:center;
	background-color: #eef7f5;
	}
	
#wrapper {
    height:100%;
	overflow: hidden;
	overflow-y: visible;
	display:block;
	width:950px;
	margin:10px auto;
	text-align:left;
	padding:15px;
	background:#fff;
	}

	
.small {
	font-size: 70%;
}



input, select, textarea {
	font-size: 100%;
	padding: 2px;
	width: 200px;
	margin: 0px;
}

hr  {
margin-left:20px;
padding-left:20px;
	color: #d0e3f1;
	background-color: #d0e3f1;
	height:1px;
	border:none;
	margin: 0px 0;
}




/* header
----------------------------------------------- */
#header{
	background: #fff url(/images/header.gif) no-repeat;
	height: 200px;
	width: 950px;
	position: relative;
	}
#header h1 {
	color: #3e4aa3;
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	padding-left: 20px;
	margin: 0;
	float: left;
	text-align:left;
	font-weight:normal;
}
#header h1 a {
	display: block;
	width: 180px;
	height: 100px;
	text-decoration: none;
	text-indent: -3000px;
}
#header h1 a:hover {
	background-color: transparent;
	border-bottom: none;
}

#menu {
	display: block;
	width: 950px;
	float: right;
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	background: #fff no-repeat;
	}

#menu p {
	color: #d9a600;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	text-align:center;

}

#main{
	position:relative;
	display:block;
	clear:both;
	width: 910px;
	margin: 0 0 0 0;
	padding-top: 60px;
	padding-left: 10px;
	padding-right: 10px;
	background: #fff;
	font-size: 12px;
	line-height: 16px;
	color: #666;
	text-align: left;

	}
	
	




#leftContent{
	
	width: 285px;

float:left;
padding: 0px 15px 20px 0px;
}



#middleContent{
	width: 285px;
float:left;
padding: 0px 15px 20px 0px;
}



#rightContent{
	width: 285px;
float:right;
padding: 0px 15px 20px 0px;
}



#widecontent p {
color:#000;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
padding-left: 12px;
font-weight: bold;
text-align: center;
}


#widecontent{
	width: 880px;
	padding-bottom: 10px;
	min-height: 250px;
	
}




/* typography
----------------------------------------------- */

a {	color: #69c;
text-decoration: none; }
a:hover{
	text-decoration: none;
	color: #a4dfd5;
}


img{ display: block; }

a img{ border: none; }


h1 {
	font-family: Georgia, Palatino, serif;
	font-weight: normal;
	font-size: 24px;
	color: #60614d;
	margin: 0px 0px 0px 0px;
	padding-bottom: 20px;

}

h2 {
font-family: Georgia, Palatino, serif;
	font-weight: normal;
	font-size: 22px;
	color: #60614d;
	margin: 0px 0px 0px 0px;
	padding-bottom: 0px;
  	}

h3{
	font-family: Georgia, Palatino, serif;
	font-weight: normal;
	font-size: 18px;
	color: #60614d;
	margin: 0px 0px 0px 0px;
	padding-bottom: 10px;
	}
	
h4 {
font-family: Georgia, Palatino, serif;
	font-weight: normal;
	font-size: 18px;
	color: #60614d;
	margin: 0px 0px 0px 0px;
	padding-bottom: 20px;
	
	}
h5 {
	padding: 0px;
	font-family: Georgia, Palatino, serif;
	font-weight: bold;
	font-size: 11px;
}



ul {
	margin: 0.2em 0 1em 0;
	padding-left: 2.25em;
	}

p {	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	margin: 0px 0px 15px 0px;

} 

p.small{ font-size: 10px; }

p.testimonial {width:600px;
font-style:italic;
}

.active a{ text-decoration: underline; }
	
#logo a{
	display: block;
	width: 149px;
	height: 64px;
	color: #99CC00;
	}




/* footer
----------------------------------------------- */
#header{
	background: #fff url(/images/header.gif) no-repeat;
	height: 190px;
	width: 950px;
	position: relative;
	}
	
	
	}
#footer img {display: block; margin: auto;}

#footer p {
font-size: 10px;	
	color: #3e4aa3;
	text-align: center;
	margin-top:0px;
    margin-bottom:0px;
    padding:0px;
	
}
#footer a {
	color: #3e4aa3;
}
#footer p a:visited {
	color: #3e4aa3;
}

#footer p a:hover {
	background-color: transparent;
	color: #5966ca;
	text-decoration: none;
}
#credit{
	width: 880px;
	margin: 0 auto;
	padding: 0;


	}

table {
background: #0e70b9;
}
th {
line-height: 30px;
	font-weight: bold;
	background: #ddd;
	text-align:center;
	padding: 3px 5px;
}
td {
	padding: 3px 3px 3px 3px;
	margin: 0px;
	line-height: 17px;
	text-align:center;
	background: #fff;
}

li {

	margin: 5px 5px 9px 0px ;
	list-style: circle;
	text-align:left;
}


img.right {
	margin: 0 0 0 0;
	float: right;
}


img.left {
	margin: 0px 0px 0px 0px;
	float: left;
}

.left {
	margin: 0px 0px 0px 0px;
	text-align: left;
}
.right {
	margin: 0 0 0 0;
	float: right;
}

/* 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 */
	}



.whiteBox {font:10pt Arial, Helvetica, sans-serif; border:1px solid #222222; background:#fff; color: #222222;}
.noBox {border: none; background:#fff; color: #222222; text-align:left; margin-right:20px;}

/* for wordpress */
#content.narrowcolumn {
	clear: both;
	background:#fff;
	float: left;
	padding: 0 0 20px 0px;
	margin: 0px 0 0;
	width: 650px;	
		}
	
#content.widecolumn {
	clear: both;
	background:#fff;
	float: left;
	padding: 0 0 0px 0px;
	margin: 0px 0 0;
	width: 900px;
	}
#sidebar{
	background:#fff;
	float: right;
	width: 230px;	
	padding-left: 0px; 
	padding-top: 50px;
	}
#sidebar ul {
	margin: 0;
	text-align: left;
		list-style-image:none;
	list-style-type: none;
	margin-bottom: 20px;
	}
#sidebar li {

		list-style :none; 
	
}
#sidebar li a, #sidebar li a.on {
	padding: 2px;
	display: block;
	line-height: 1.6em;
	width: 220px;
	text-decoration: none;
	border-bottom: solid 1px #dedede;

}

#sidebar li a.on {
	font-weight: bold;	
}

#sidebar li a:hover {
 	background-color: #eaf4ff;

}
.navigation {
	display: block;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 20px;
	}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 6px 0px 2px 6px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
