body {margin: 0; padding: 0;}
body, table, td, form { font-family: arial, helvetica, sans-serif; }
div#nav, div#main, div#bottom {width: 750px;}
div#nav {
	background-color: #92BFFD;
	border-top: 2px solid #D6E7FE;
	border-bottom: 1px solid #7AB2FC;
	vertical-align: top;
	height: 23px;
	}
div#nav a {
	font-size: 13px;
	font-weight: bold;
	}	
div#navleft {
	float: left;
	height: 23px;
	vertical-align: middle;
	background-image: url('assets/nav-divider.gif');
	background-repeat: no-repeat;
	background-position:right;
	background-color: #EFD19E;
	margin-right: 12px;
	padding-right: 8px;
	}
div#navleft a {
	font-style: italic;
	text-decoration: none;
	margin: auto 5px;
	padding-top: 3px;
	display: block;
	float: left;
	vertical-align: middle;
	height: 23px;
	}	
div#navleft a:link {color: #7A5752;}
div#navleft a:visited {color: #7A5752;}
div#navleft a:active {color: #7A5752;}
div#navleft a:hover {color: #000;}


div#navright {}
div#navright a {
	text-decoration: none;
	vertical-align: middle;
	height: 23px;
	margin: auto 5px;
	padding-top: 3px;
	display: block;
	}
div#navright a:link { color: white;}
div#navright a:visited { color: white;}
div#navright a:active { color: white;}
div#navright a:hover { color: #EFD19E;}

	
div#main {
	border-top: 3px solid #A5CAFD;
	background-color: #D6E7FE;
	}
div#homecontent
{
 color: #333284;
 margin: 10px 60px;
 font-size: 13px; 
 line-height: 2em; 
 font-weight: bold; 
 position: relative;
}

div#inside
{
/*  width: 350px; */
 color: #333284;  
 font-size: 13px; 
 line-height: 1em; 
 font-weight: normal; 
 position: relative; 
}
div#insidecontent {margin: 0px 20px 20px 70px; padding-top: 10px;}
div#insidecontent ol {list-style-type: upper-alpha;}
div#insidecontent ol ol{list-style-type: decimal;}
div#insidecontent ol ol ol{list-style-type: lower-alpha;}
div#insidecontent li {margin-top: 0.5em;}

div#inside p {margin-top: 0; font-size: 14px; line-height:17px;}

.homepage {text-size:14px; line-height:18px; padding-top:10px;}

div#portfolio {margin: 0 0 0 60px;}
div#portfolio img {border-width: 0 0 3px 0; border-style:solid; border-color:white;}
div#portfolio p {font-size: 11px; font-weight: normal; margin-top: 1px;}
div#main h1 
{
 text-align: center;
 padding: 0px;

 margin: 12px;
 font-weight: bold;
 font-size: 13px;
 color: orange;
 border-right: 2px solid #369;
 width: 30px;
 position: relative;
 text-transform: uppercase;
 float: left;
 }
div#main h2
{
 font-size: 14px;
 text-transform: uppercase;
 margin: 0;
 padding: 0;
} 	
#homeimage {float: right; display: block;}

#insideimage {float: right;  position: relative; width: 331px; display: block; margin-left:10px; margin-bottom: 10px;}

/* hide from MacIE \*/
* html #homeimage {
	margin-right: -3px;
	}
* html #insideimage {
	margin-right: 0;
	}
* html #main {
	margin-left: 0;
	}
/* end hide */


div#bottom {
	background-image: url('assets/bottom-bg.jpg');
	background-repeat: no-repeat;
	height: 75px;
	padding-left: 0px;
	padding-top: 10px;
	font-size: 11px;
	font-weight: bold;
	clear: both;
	border-top: 9px solid #A5CAFD;
	}	
div#bottom p {margin: 0; margin-left: 20px;}
div#copy {
	margin: 10px 0 10px 20px;
	font-size: 11px;
	padding-bottom: 10px;
	color: #999;}
div#copy a {font-weight: bold;}
div#copy a:link {color: #999;}
div#copy a:visited {color: #999;}
div#copy a:active {color: #999;}
div#copy a:hover {color: #c00; text-decoration: none;}
 
html>body #clear {clear: both; height: 0; } /*for mozilla as IE treats height as min-height anyway*/	