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



body{
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#FFF;
	margin:0px;
	}
	
#page{
	width:800px;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	font-family:verdana;
	border-left:7px solid #3a76b1;
	border-right:7px solid #3a76b1;
	border-top:7px solid #3a76b1;
	background-color: #FFF;
	}

#page2{
	}
	
	
/* heading image and navigations */

#head{
	height:250px;
	background-color:#fff;
	margin-bottom:0px;
	text-align:center;
	vertical-align:middle;
	}

#head2{
	height:220px;
	background-color:#fff;
	margin-bottom:0px;
	}

#headleft{
	width:290px;
	float:left;
	height:300px;
	background-image:url(images/headleft.gif);
	background-position:center;
	background-repeat:no-repeat;
	}

#headleft2{
	width:290px;
	float:left;
	height:220px;
	background-image:url(images/headleft2.gif);
	background-position:top;
	background-repeat:no-repeat;
	}

#headright{
	width:500px;
	margin-left:300px;
	height:300px;
	background-image:url(images/headright.gif);
	background-position:top right;
	background-repeat:no-repeat;
	}
	
#headright2{
	width:500px;
	margin-left:300px;
	height:220px;
	background-image:url(images/headrightb.gif);
	background-position:top right;
	background-repeat:no-repeat;
	}

*html #headright, *html #headright2{margin-left:297px;}				/* IE 6 hack */



/* navigation */

#headnav{
	margin-top:0px;
	text-align:center;
	height:26px;
	background-color:#3a76b1;
	}

#headnav a img{border:0px; margin:0px;}


#headnav2 {
	font-size: 11px;
	line-height: 12px;	
	
}

#headnav2 ul {
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	margin-left:20px;
}

#headnav2 ul li {
	display: inline;
	
}

#headnav2 ul li a {
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
	overflow: hidden;
	height: 14px;
 	padding: 6px 15px;	
	background: #fff url(images/portfolionav.jpg) no-repeat;
	background-position: center 0;				
}

#headnav2 ul li.nav a {
	padding-left: 14px;
	background: #fff url(images/portfolionav.jpg) no-repeat;
	background-position: 0px -30px;	
}

#headnav2 ul li.nav a:hover {
	background: #fff url(images/portfolionav.jpg) no-repeat;
	background-position: 0px -60px;	
}

#headnav3 {
	margin: 0;
	padding: 0;
	text-decoration: none;	
}

#headnav3 li {
	display: inline;
	margin: 0;
}



	

/* links */

a{color:#3a76b1; font-weight:bold; text-decoration:none;}
a:hover{text-decoration:underline}
a:active{color:#3a76b1;}
a:visited{color:#3a76b1;}




/* content and footer */

#content{
	background-color:#fff;
	}
	
#content2{
	padding:10px;
	font-size:10px;
	font-family:verdana;
	color:#222;
	}

#contentwide{
	margin-left:30px;
	margin-right:30px;
	margin-top:10px;
	margin-bottom:20px;
	}
	
	
#contentleft{
	width:460px;
	float:left;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:20px;
	padding:0px;
	}
#contentright{
	width:250px;
	margin-left:520px;
	margin-top:10px;
	}
	
#contentright a img{border:0px; margin-bottom:5px;}

#websites img{
	padding:5px;
	margin-right:10px;
	margin-bottom:10px;
	border:5px #bad5f0 solid;

	}
	
h1{
	font-size:12px;
	font-family:verdana;
	font-weight:bold;
	color:#3a76b1;
	margin-bottom:3px;
	}
	
.tint{
	background-color:#d1e5f8;
	color:#3a76b1;
	font-weight:bold;
	padding:10px;
	}

h3.toggler{	
	cursor: pointer;
	font-size:12px;
	font-family:verdana;
	font-weight:bold;
	color:#3a76b1;
	margin:0 0 0 0;
	background-color:#bad5f0;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	}

h3.toggler:hover{
	background-color:#c1d72e;
	}
h3.toggler:active{
	background-color:#c1d72e;
	}


.element img{
	padding:5px;
	margin-right:10px;
	border:5px #bad5f0 solid;
	float:left;
	}

.element{
	margin:2px 0px 0px 0px;
	}
	
.element .subhead1{
	font-size:11px;
	font-weight:bold;
	}
	
	
.element table{
	margin-bottom:5px;
	}
	

	
	
/* portfolio */


#mainsection {
	position: relative;
	clear: both;
	width: 650px;
	height: 400px;
	background: #fff url(images/loading.gif) no-repeat;
	background-position: 330px 190px;
	margin-bottom: 10px;
	
}

#portfolio {
	position: relative;
	clear: both;
	height: 55px;
	color: #777;
	background: #fff;
	height: 65px;
}
	
#portfoliopad {
	width: 650px;	
	padding: 12px 0 0 0;
}


.menu {
	margin: 0;
	padding: 0;
	text-decoration: none;	
}

.menu li {
	display: inline;
	margin: 0;
}

#navigation {
	position: absolute;
	top: 12px;
	left: 630px;
	visibility: hidden;
}

#navigation img{
	border:0px;
	}

/*
#contentdesc {
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	height: 43px;
	padding: 7px 0 0 20px;
	border-left: 1px solid #ddd;	
}
*/

#itemnum {
	display: none;
	font-size: 33px;
	line-height: 33px;
	padding: 2px 8px 0 0;
	float: left;
	color: #999;			
}
	

#type {
	color: #666;
	font-weight: bold;
}
	
#desc {}

.roundnav {
	font-size: 11px;
	line-height: 14px;	
}

.roundnav ul {
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
}

.roundnav ul li {
	display: inline;
}

.roundnav ul li a {
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
	overflow: hidden;
	height: 14px;
 	padding: 6px 10px;	
	background: #fff url(images/portfolionav.jpg) no-repeat;
	background-position: center 0;				
}

.roundnav ul li.first a {
	padding-left: 10px;
	background: #fff url(images/portfolionav.jpg) no-repeat;
	background-position: 0px 0px;	
}


.roundnav ul li.first a:hover {
	background: #fff url(images/portfolionav.jpg) no-repeat;
	background-position: 0px -30px;	
}

.roundnav ul li.last a:hover {
	border: none;
	background: #fff url(images/portfolionav.jpg) no-repeat;
	background-position: right -30px;	
}


.roundnav ul li.first a.current, .roundnav ul li.first a.current:hover {
	background: #fff url(images/portfolionav.jpg) no-repeat;
	background-position: 0px -60px;	
}


#prev, #next {
	display: block;
	float: left;
	width: 26px;
	height: 26px;
}

#prev {
	margin: 0 7px 0 0;
}	

#prev {
	background: #fff url(images/arrows.gif) no-repeat;
	background-position: 0px 0px;	
}

#prev:hover {
	background-position: 0px -60px;	
}

#next {
	background: #fff url(images/arrows.gif) no-repeat;
	background-position: 0px -30px;
	border:0;

}

#next:hover {
	background-position: 0px -90px;
}





/* footer */
	
#footer{
	padding:20px;
	background-color:#3a76b1;
	clear:both;
	font-size:10px;
	font-family:verdana;
	color:#fff;
	text-align:center;
	}
	
#footer a{color:#fff; font-weight:bold; text-decoration:none;}
#footer a:hover{ color:#c1d72e; text-decoration:underline}

