/*
   :::::::::::::::StyleSheet Information :::::::::::::::
   :: ----------------------------------------------- ::
   :: Helius 2008                                     ::
   :: ----------------------------------------------- ::
   :::::::::::::::::::::::::::::::::::::::::::::::::::::
*/


/* Doctype HTML 4.01 doesn't allow "table height=100%" - this is a fix */
html, body, #wrapper
{
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
   }

body
{
	font-family: Arial, Geneva, Helvetica, sans-serif;
}

p
{
	font-size: 9pt;
	margin-top: 9pt;
	margin-bottom: 9pt;
	text-align: justify;
}

em
{
	font-family: Times New Roman, Times, serif;
	font-size: 10pt;
	font-style: normal;
}


tr
{
	font-size: 9pt;
	text-align: justify;
}

ul
{
	margin-top: 9pt;
	margin-bottom: 9pt;
} 

li 
{
	font-size: 9pt;
	text-align: left;
	list-style-type: disc;
	color: #FF7900;
	margin-left: -25;
}

/* Resets orange list text to black */
.li_reset 
{
	color: black;
}

h1 
{
	font-size: 15pt;
	font-weight: bold;
	text-align: left;
	color: #FF7900;
	margin-top: -3pt;
	margin-bottom: 0pt;
}


h2 
{
	font-weight: bold;
	font-size: 11pt;
	text-align: left;
	color: #FF7900;
	margin-top: 20pt;
	margin-bottom: -6pt;
}

.display_1
{
	margin-bottom: 0pt;
}

.contact
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	line-height: 18pt;
	padding-top: 20;
	padding-left: 13;
}

.copyright
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	padding-top: 5;
	padding-left: 7;
	padding-right: 10;
	padding-bottom: 6;
}


A:link {color: #006699}
A:visited {color: #684E9A}
A:hover {color: #FF7900}

.portfolio A.border img {border: 1px solid ;}
.portfolio A:hover img {border: 1px solid #FF7900;}