
body	{
	font-size: 14px;
	background-color: #000000;
	text-indent: 0px;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	font-family: arial, sans-serif;
	color: #eeeeee;
	}

em	{
	font-weight: bold;
	color: #cc3333;
	}	
		
a:link {color: #cc0000; text-decoration: underline;}
a:visited {color: #cc0000; text-decoration: none;}
a:hover {color: #333333; text-decoration: underline;}
a:active {color: #333333; text-decoration: underline;}	
	
div.borderme {
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-width: 2px;
	border-color: #cc0000;
	margin: 10px;
	padding: 10px;
	}
	
div.foliobrackets div.borderme {
	min-height: 210px;
	}	
	
p {
	max-width: 600px;
	padding: 10px;
	}	

.noborderpic {
	border-style: none;
	}	
	
.hover	{
	position: absolute;
	left:20px;
	top:20px;
	}			

img.imagefloat {
	float: left;
	border-color: #333333;
	border-style: solid;
	border-width: 2px;
	margin: 10px;
	}	
		
#content {
	margin-top: 50px;
	margin-right: 230px;
	margin-left: 230px;
	}

#rightcolumn {
	position: absolute;
	top: 200px;
	right: 0px;
	width: 150px;
	border-color: #cc0000;
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: 2px;
	padding: 10px;
	margin: 10px;
	width: 160px;
	text-align: center;		
	}	
		
#leftcolumn	{
	position: absolute;
	top: 200px;
	left: 0px;
	width: 160px;
	border-color: #cc0000;
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: 2px;
	padding: 10px;
	margin: 10px;
	}
	
#leftcolumn img {
	border-color: transparent;
	}
	
#header	{
	width:100%;
	text-align: center;
	}
	
#rightcolumn {
	text-align: center;
	padding: 10px;
	}

ul.portfolioInfo li	{
	list-style: none;
	padding: 5px;
	}

table.rateSheets	{
	border-style: solid;
	border-width: 2px;
	border-color: #333333;
	padding: 5px;
	margin: 5px;
	}

table.rateSheets caption	{
	margin-top: 20px;
	font-size: 1.5em;
	}

table.rateSheets td, table.rateSheets th	{
	padding-left: 10px;
	padding-right: 10px;
	}

table.rateSheets th	{
	text-align: left;
	}

div#rateSheetTables	{
	margin-top: -20px;
	}

table#contactBox td, table#contactBox th	{
	border-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
	}

table#contactBox th	{
	text-align: left;
	}
	
/* Drop Down Menu *******************************************************/   

		/****************************************************************
		*	Code for drop down menu was copied and edited from 			*
 		*	http://www.alistapart.com/articles/horizdropdowns 			*
 		*	Special Thanks to Nick Rigby, the author of the article.	*
 		*****************************************************************/
 		
.navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 130px; /* Width of Menu Items */
	border-bottom: 1px solid #cc0000;
	border-top:  1px solid #cc0000;
	text-align: center;
	}

.navigation ul li {
	position: relative;
	}
	
.navigation li ul {
	position: absolute;
	left: 129px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
.navigation ul li a {
	display: block;
	text-decoration: none;
	color: #cccccc;
	background: #000000;
	padding: 5px;
	border-top: 1px solid #cc0000; /* IE6 Bug */
	border-left: 1px solid #000000; /* IE6 Bug */
	border-bottom: 1px solid #cc0000; /* IE6 Bug */
	border-right: 1px solid #000000; /* IE6 Bug */
	}

/* Fix IE. Hide from IE Mac \*/
* html .navigation ul li { float: left; height: 1%; }
* html .navigation ul li a { height: 1%; }
/* End */
		

.navigation ul li a:hover { color: #ffffff; background: #333333; } /* Hover Styles */
		
.navigation li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
.navigation li:hover ul, .navigation li.over ul { display: block; z-index:2;} /* The magic */

			/********************************
			*	 End of borrowed code.		*
			********************************/	
			
/*End of Menu***********************************************************/
	

