/* CSS Document */

body
{
	background: #293C66;
	font-family: Verdana, Arial, sans serif;
	font-size: 12px;
}



a:active {color:#000066; }
a:link {color:#000066; }
a:visited {color:#000066; }
a:hover {color: #006666; }
	
ul, li 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
}

.accessaid, h1 
	{
		display: none;
	}
	
h2 /* page title*/
{
	margin: 15px 0px;
	font-size: 18px;
	color: #003366;
	letter-spacing: 1px;
	font-weight: normal;	
}


h3
{
	font-size: 14px;
	color: #603;
	margin-bottom: 5px;
	margin-top: 25px;
	font-weight: normal;
	border-bottom: 1px solid grey;
}

h4
{
	margin: 25px 0px 5px 0px;
	font-size: 14px;
	clear: both;
}

h5
{
	
	font-size: 12px;
	color: #033;
	font-style: italic;
	padding: 15px;
	line-height: 24px;
	font-weight: normal;
	margin: 0px;
}

h6
{
	font-size: 12px;
	margin: 0px;

}



#wrapper
{
	width: 800px;
	margin: auto;
	background-color: #dbe2ee;
	
}
#wrapper.box {border: 1px solid #D8DAA6;}
#masthead
{
	width: 800px;
	text-align: center;
	height: 100px;
	padding-top: 30px;
}
.content
{
	width: 650px;
	margin: auto;
	padding: 20px 0px;
	
}

.indent
{
	margin-left: 20px;
	margin-bottom: 20px;
}


/*  top navigation */
.navcontainer
{
	height: 20px;
	background-color: #A9B3D1;
	text-transform: uppercase;
	font-family: Trebuchet, Arial, sanserif;
	font-size: 12px;
	padding: 1px 0px 2px 70px;

}

.navcontainer ul
{
	margin-top: 5px;
}

.navcontainer ul li 
{ 
	display: block;
	float: left;
	list-style: none;
	border: solid #399;
	border-width: 0px 1px 0px 0px;
	padding-right: 5px;
	padding-left: 5px;
	
 }
		 
.navcontainer a:link, .navcontainer a:visited, .navcontainer a:active {color:#000066;text-decoration: none;}
.navcontainer a:hover{color: #FFC;}
.navcontainer ul li.noborder {border-width: 0px 0px 0px 0px;}


.navcontainer ul li.highlight {color: #3CC;}	
.navcontainer ul li.highlight a:active {color: #3CC; }
.navcontainer ul li.highlight a:link {color: #3CC; }
.navcontainer ul li.highlight a:visited {color: #3CC; }
.navcontainer ul li.highlight a:hover {color: #3CC; }


/*  end top navigation*/



.twilcontainer
	{
	background-color: none; clear: both; }
.twilcontainer a {margin-left: 10px;}

.floatleft
{
	float: left;
	margin: 30px;
	clear: both;
}
.floatright
{
	float: right;
	margin: 20px;
}

.centered
{
	text-align: center;
}
.centered img
{
	margin: 15px 0px;
}

.footer
{
	text-align: center;
	width: 400px;
	background-color: #dbe2ee;
	padding: 15px;
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: white;
	margin: auto;
	clear: both;
	color: #293C66;
	line-height: 18px;
}

/* portfolio left column */
.content .portfolio_wrapper 
{
	width: 750px;
	padding: 0px;
}

.item
{	
	width: 550px;
	font-size: 11px;
	text-align: left;
	margin-left: 5px;
	clear: right;
	padding-top: 0px;
	float:right;
}
.left_column
{
	float: left;
	width: 120px;
	margin-left: 0px;

}
.right
{
	margin: 0px 0px;
}

.notopmargin
{
	margin-top: 0px;
}

.left
{
	float: left;
	margin: 15px;
}

.item_teaser
{
	font-size: 11px;
	float: left;
	margin-bottom: 15px;	
}
.nav_link
{
	font-size: 11px;
	padding: 0px;
	margin: 0px 30px 0px 0px;
}
.nav_link img  {border: 1px solid #dbe2ee;}

.nav_link a:link, .nav_link a:active, .nav_link a:visited {color: #000066; text-decoration: none;}
.nav_link a:hover {color: #903;}
.nav_link a:hover img {border: 1px solid #903;}

