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

html {
	height:100%;
}

body {
	height:100%;
	margin: 0;
	/*background-color: #99CCCC;*/
	/*background-color: #669966;*/
	background-color: #2f4f4f;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666600;
	background-image: url(graphics/backgrounddiagonal.jpg);
	background-repeat: repeat;
}

a {
	color:#336666;
	text-decoration:none;
}

a:hover {
	color:#669999;
}

div.container {
	width:900px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:0px;
	
}

div.containerindex {
	width:800px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
	margin-bottom:0px;
	padding: 20px;
	
}


div.header {
	width:500px;
	padding-left:40px;
	margin-top:25px;
	font-size:30px;
	font-weight:bold;
	color:#336666;
	letter-spacing: 2px;
	padding-bottom: 0px;
	
	
	/*border-bottom: 1px solid  #006666;*/
}




div.maincontent {
	width: 650px;
	float:right;
	margin-left:auto;
	margin-right:10px;
	margin-top:15px;
}

div.navspacer {
	width:100%;
	font-size:6px;
}
div.spacer {
	width:100%;
	font-size:6px;
	height:8px;
}

div.sectionheader {
	width:100%;
	font-size:18px;
	font-weight:bold;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Navigation Box */
  


div.navcontainer {
	background-color: #F8f8ff;
	width: 226px;
	margin: 0px;
	padding: 0px;
	border-right-color: #cccc99;
	border-right-style: dotted;
	border-right-width: 1px;
	border-bottom-color: #cccc99;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	float:left;
	height:60%;
}

div.navvert  {
	padding:0;
	margin-top:10px;
	height:100%;
}

ul.nav {
	list-style-type: none;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	width:180px;
	
	border: 1px dotted #CCCC99;
	
}

ul.nav a {
	text-decoration:none;
	color: #336666;
	/* color: #666600; */
}

ul.nav a:hover {
	color: #666633
}

ul.nav li {
	width: 100%;
	text-align: center;
	font-size: 14px;
	height: 22px;
	vertical-align: middle;
	margin: 0px;
	float: none;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	background-color: #f5f5f5;
}

ul.nav li.menumark {
	width: 100%;
	text-align: center;
	font-size: 14px;
	height: 22px;
	vertical-align: middle;
	margin: 0px;
	float: none;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	background-color: #f5f5f5;
	background-image: url(graphics/menumark.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/*  End Nav */


/*  Table full */

table.full {
	border-collapse:collapse;
	
	
}

table.full td {
	background-color:#FFFFFF;
}

table.full td.nav {
	background-color: #F0F8FF;
	height:600px;
	padding-top:10px;
	width: 226px;
}  

table.full td.navindex {
	background-color: #F0F8FF;
	height:300px;
	padding-top:10px;
	width: 226px;
}  

table.full td.left {
	width:226px;
}

table.full td.right {
	width:674px;
	height:98px;
	background-image:url(graphics/header_right.jpg);
}

table.full td.rightindex {
	width:674px;
	background-color:#FFFFFF;
}




/* End Table  Full */




/*  PORTFOLIO */

table.showcase {
	border:0;
}

td.showcaseimage {
	margin:0;
	background-color: #fffff0;
	border: 1px dotted #CCCCCC;
	margin-right:2px;
}

img.showcase {
	float:left;
	padding-right: 5px;
	padding-bottom: 0px;
	
}

p.showcasedescription {
	width:140px;
	float:right;
	font-size: 10px;
	line-height: 12px;
	margin:0;
	padding:3px;
	vertical-align: top;
}

#showcaselabel {
	font-size:12px;
	font-weight:bold;
	padding-bottom:2px;
	padding-left:3px;
	color: #336666;
}

/* End Portfolio */

