@charset "UTF-8";
/* CSS Document */

#container a:link, a:hover, a:visited, a:active {text-decoration: none;}


/*----------------------------------- RIGHT COLUMN -----------------------------------*/ 
/*

/*----------------------------------- RIGHT COLUMN -----------------------------------*/ 


#coloumnRight #text p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #292929;
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 10px;
}
#coloumnRight h1 {
	color: #282828;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 20px;
	text-transform: lowercase;
	margin-bottom: 20px;
}
#coloumnRight h2 { /* added 08/13/09 */ 
	color: #282828;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 20px;
	text-transform: uppercase;
	padding-bottom: 5px;
}
#coloumnRight ul li {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #292929;
	font-size: 11px;
	line-height: 18px;
	list-style: square;
}
#coloumnRight ul {
	margin: 5px 0 10px 15px;
}
#coloumnRight a:link {
	color: #00a4ef;
	text-decoration: underline;
}
#coloumnRight a:hover {
	color: #00a4ef;
	text-decoration: underline;
}
#coloumnRight a:active {
	color: #00a4ef;
}
#coloumnRight a:visited {
	color: #00a4ef;
	text-decoration: underline;
}

#text a:link, #text a:hover, #text a:active, #text a:visited  {
	color: #099ed6;
}
#text {
 padding-top: 20px;
 border-top: solid 1px #ccc;
 margin-top: 10px;
 width: 660px;
}
#text img.bio {
width: 209px;
padding: 0 0 10px 0;
}
	#leftcol{
	 width:209px;
	 margin-right: 16px; 
	 float:left; 
	 position:relative; 
	 }
	 
	#twocols{
	 width:434px; 
	 float:right; 
	 position:relative; 
	  }
	 
	#rightcol{
	 width:209px;
	 margin-left: 16px; 
	 float:right; 
	 position:relative; 
	 }
	 
	#maincol{  
	 float: left; 
	 display:inline; 
	 position: relative; 
	 width:209px;
	 }
	 
.grey p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #666666;
	font-size: 13px;
	line-height: 16px;
	width: 435px;
	padding-left: 200px;
	padding-bottom: 10px;
}
.grey h3 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #666666;
	font-size: 10px;
	line-height: 12px;
	width: 435px;
	padding-left: 200px;
	padding-top: 10px;
	font-weight: normal;
}
.grey h1 {
	color: #666666;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 20px;
	float: left;
	width: 175px;
	vertical-align: text-top;
}
	.grey h1 strong {
	color: #8F8F8F;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 20px;
	float: left;
	width: 175px;
	vertical-align: text-top;
	}
.grey h2 {
	color: #282828;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 200px;
	padding-top: 20px;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.grey a:link {
	color: #00a4ef;
}
.grey a:hover {
	color: #00a4ef;
}
.grey a:active {
	color: #00a4ef;
}
.grey a:visited {
	color: #999999;
}
.grey ul li {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #666666;
	width: 435px;
	font-size: 12px;
	padding-left: 200px;
	line-height: 22px;
}
.white p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #b2aeae;
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 10px;
	font-weight: bold;
	padding-top: 10px;
}
.white h1 {
	color: #b2aeae;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 20px;
	float: left;
	vertical-align: text-top;
}
.white h2 {
	color: #666666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 20px;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.white a:link {
	color: #00a4ef;
}
.white a:hover {
	color: #00a4ef;
}
.white a:active {
	color: #00a4ef;
}
.white a:visited {
	color: #999999;
}
.white ul li {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #b2aeae;
	width: 435px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

/*----------------------------------- SIDE NAVIGATION -----------------------------------*/ 

#sidenav li.current { /* THIS SI THE STYLE OF THE CURRENT LINK IN THE SIDENAV */
	background-image: url(../images/current.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 15px;
}


/*
#mainContent h2 {
	color: #262626;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-weight: bold;
	mainContent-align: left;
}
#mainContent #credit {
	color: #333333;
	font-size:9px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	line-height: 16px;
}*/

/*----------------------------------- FOOTER -----------------------------------*/ 
#footer {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #fff;
	font-size: 10px;
	line-height: 18px;
	padding-left: 158px;
	padding-right: 158px;
	padding-top: 40px;
	padding-bottom: 20px;
	text-align: center;
}
#footer a:link{
	color: #00A4EF;
	mainContent-decoration: none;
	padding: 1px;
}
#footer a:active{
	color: #292929;
	text-decoration: none;
	padding: 1px;
}
#footer a:hover{
	color:  #00A4EF;
	text-decoration: none;
	padding: 1px;
}
#footer a:visited{
	color: #666666;
	text-decoration: none;
	padding: 1px;
}

/*--------------header------------------*/
#contactlink {
visibility: hidden;
}