p {
	text-decoration:none;
	margin-top:0;
	margin-bottom:0;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

li {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}

p.warning {
	color:#990000;
	font-weight:bold;
}

p.stats {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}

h1 {
	margin-top:0;
	margin-bottom:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color:#666666;
}

/* Sections */

/* Head Sections */
#sec_left {
	width: 30%;
	float: left;
}
	
#sec_right {
	text-align:center;
	width: 70%;
	float: right;
}

span.slogan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

span.subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#003399;
	font-weight:bold;
	font-size:14px;
}

#top_bar {
	clear:both;
	background-image:url(images/top_bar.png);
	background-repeat:repeat-x;
	height:20px;
}

/* Menu structure */

#lhs_menu {
	width: 20%;
	float: left;
}

#lhs_menu ul {
	/* controls lhs menu indentation */
	margin-left: 5px;
	padding-left: 5px;
	/* controls top and bottom padding */
	padding-top:0;
	padding-bottom:0;
	margin-top:0;
	margin-bottom:0;
	list-style:none;
}

#lhs_menu li.sub {
	margin-left: 5px;
	padding-left: 5px;
}

#lhs_menu li.subsub {
	margin-left: 10px;
	padding-left: 10px;
}

#lhs_menu li.subsubsub {
	margin-left: 15px;
	padding-left: 15px;
}

#lhs_menu li {
	border-bottom-style:solid;
	border-bottom-color:#CCCC99;
	border-bottom-width:1px;

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

#lhs_menu a {
	display:block;
	color:#996633;
	text-decoration:none;
}

#lhs_menu a.current {
	color:#660000;
	background-color:#E7E7CF;
}

#lhs_menu a:hover {
	color:#FFFFFF;
	background-color:#FF9900;
}

#sec_contents {
	width: 79%;
	float: right;
	/*
	overflow: auto;
	height: 500px;
	*/
}

div.sec_clear {
	clear: both;
}
	
/* Footer */

#sec_footer {
	clear: both;
	background-image:url('images/back_gel_foot.png');
	background-repeat:repeat-x;
	height:20px;
}

#sec_footer p{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
}

#sec_footer a{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
}

span.heading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

/* Services */

div.services_left{
	float:left;
	width: 48%;
}

div.services_right{
	float:right;
	width: 48%;
}

div.services_header{
	clear: both;
	width:100%;
	color:#000000;
	padding-top:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background-image:url(images/solgel.png);
	background-repeat:repeat-x;
	font-weight:bold;
	font-size:16px;
	height:32px;
}

div.services_des_left {
	float:left;
	width:33%;
}

div.services_des_right {
	float:right;
	width:60%;
}

/* Contact Us */

#contact td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
	
/* Portfolio */
/* --------- */

/* Body */

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

/* Avatars */

#avatars p{
	color: #000080;
}

/* Code Table */

td.portfolio {
	text-align: center;
}

/* Cells */

div.cell_a {
	background-color: #FFFFCC;
}

div.cell_b {
	background-color: #FFFFFF;
}

/* Quote */

div.quote {
	border: 1px solid #C0C0C0;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
}

p.quote {
	font-style: italic;
	color: #666666;
	text-align: right;
}

/* Websites */

div.web {
	border: 1px solid #6699FF;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#merch img{
	border: 0;
}

#merch a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

/* button styles */
	
a.port_button {
	float:right;
	
	padding-left:10px;
	margin-left:10px;
	padding-right:10px;
	margin-right:10px;
	
	border-top-style:dotted;
	border-top-color:#003399;
	border-top-width:thin;
	
	border-bottom-style:dotted;
	border-bottom-color:#003399;
	border-bottom-width:thin;
	
	border-left-style:dotted;
	border-left-color:#003399;
	border-left-width:thin;
	
	border-right-style:dotted;
	border-right-color:#003399;
	border-right-width:thin;
	
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a.port_button:hover, a.port_button:active {
	color:#0066CC;
}