/* RESET default browser style sheet */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clear{
	clear:both;
}
p{
	margin-top:10px;
	margin-bottom:10px;
	font-size:13px;
	width:100%;
}
body *{
	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif;
}

#page{
	display:block;
	margin:0 auto;
	width:640px;
	padding:0;
}

#header{
 background-color:#008a93;
 border:0;
 text-align:center;
 padding-top:10px;
 padding-bottom:10px;
}

#header h1{
	font-size:28px;
	font-weight:bolder;
}

#nav{
 float:left;
 width:100%;
}

#nav ul{
	list-style:none;
	list-style-type:none;
	background-color:#92cddd;
}
#nav ul li a{
	text-decoration:none;
	color:#013972;
	font-weight:bolder;
	font-size:12px;
}

#nav ul li a:hover{
	color:white;
	
}

#nav ul li.active a{
	color:white;
	font-size:14px;
}

#nav ul li.active a:hover{
	color:#013972;
}

#nav ul li{
	background-color:#92cddd;
	padding-bottom:10px;
	padding-top:10px;
	display:block;
	float:left;
	width:33%;
	text-align:center;
	border-bottom: solid #oo6666 15px;
}
#nav ul li.active{
	border-bottom: none;
	border-top: solid #oo6666 15px;
	width:34%;
}

#main, #portfolio, .contact_info{
	text-align:left;
	margin:0;
	padding:0;
}

#main{
	width:600px;
	
	margin:0px 18px 20px 18px;
	
	/* IE6 */
	_width:560px;
	_margin:20px 8px 0 8px;
	_margin:0px 18px 20px 18px;
	border:ridge #999999 3px;
	*border:ridge #F0F0F0 3px;/*IE */
	float:left;
}
#main p{
	padding-left:20px;
	padding-right:20px;
	width:auto;
}

#body{
	width:640px;
	float:left;
	padding-top:5px;
	*padding-bottom:10px;
  margin-bottom:20px;
	border-bottom:solid #666 4px;
}

#portfolio{
	float:left;
}
portfolio p{
	width:auto;
}

#portfolio .description p{
	width:auto;
}
#portfolio, .contact_info{
	width:506px;
	_width:436px; /* IE6 */
	margin:20px 10px 20px 20px;
	padding:20px;
	border:ridge #999999 3px;
	*border:ridge #F0F0F0 3px;/*IE */
}



h1.title{
	font-style:italic; 
	color:#008080;
	font-size:18px;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	clear:both;
}

#footer{
	background-color:#c0c0c0;
	margin-bottom:10px;
}
#footer ul{
	width:200px;
	margin:0 auto;
}
#footer ul li{
	display:block;
	float:left;
	width:33%;
	text-align:center;
	font-size:13px;
	padding-top:3px;
	padding-bottom:3px;
	
}

#footer{
	width:100%;
	clear:both;
}
.thumb{
	margin-right:10px;
	float:left;
}

.portfolio_category{
		border-bottom:solid #999999 1px;
		margin-bottom:20px;
		float:left;
		background-image:url(../images/corner_bg.gif);
		background-repeat:no-repeat;
		background-position:0px 22px;
}

.portfolio_item {
	padding-bottom:10px;
	float:left;
}

.description{
	width:300px;
	_width:250px;
	float:left;
}

/**
	the following styles are for the CONTENT of the shadowbox when 
	user clicks a shadowbox link
*/ 

#shadowbox_content{
	background-color:#333333;
}
.shadowbox{
	padding:10px;
	background-color:#333333;
	float:left;
}
.shadowbox h1{
	font-weight:bolder;
	margin:10px;
	color:#DDDDDD;
}
.shadowbox .image{
	float:left;
	margin-right:20px;
	border-right:solid #DDDDDD 1px;
	padding-right:10px;
}
.shadowbox .description{
	float:left;
	color:white;
	width:400px;
}
.shadowbox a{
	color:white;
	font-size:11px;
}

#body a{
 color:#003333;

}
a.email{
 font-size:9pt;
 margin:10px;
 display:block;
}

.signature{
	font-weight:bolder;
	text-align:right;
	padding-right:30px;
}
.contact_info{
	color:#008080;
}
