@charset "utf-8";
/* CSS Document */

/* reset css v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}
body 
	{
	line-height: 1;
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	background:#000000;
	}
ol, ul 
	{
	list-style: none;
	}
blockquote, q 
	{
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after 
	{
	content: '';
	content: none;
	}

/* remember to define focus styles! */
:focus 
	{
	outline: 0;
	}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
	}
del {
	text-decoration: line-through;
	}

/* tables still need 'cellspacing="0"' in the markup */
table 
	{
	border-collapse: collapse;
	border-spacing: 0;
	}
a img
	{
	border: none;
	}

/* END RESET */

/* UTILITY STYLES */
.left
	{
	float: left;
	}
.right
	{
	float: right;
	}
.clear, #header, #content, #subcontent, #footer
	{
	clear: both;
	}		
.null
	{
	display:none;
	}
/* HTML TAGS */	
a	{
	text-decoration: none;
	color: #cccccc;	
	}
	
a:hover	
	{
	text-decoration: underline;	
	}

body, #header .sidebar ul li, #header .sidebar2 ul li, .vcard
 	{
	text-align: center;
	}	
	
body
	{
	color: #49928B;
	line-height: 1.4em;
	background:url(../images/bg2.jpg) no-repeat #070506;	
	}
	
p, dl
	{
	margin: 15px 10px 0 10px;
	text-align: justify;
	}	

dt
	{

	font-weight: 500;
	margin-top: 18px;
	}
	
dd
	{
	margin: 0 0 0 12px;
	}
		
h1, h2, h3, h4, h5, h6
	{
	color: #CCCCCC;
	font-family:Palatino,”Palatino Linotype”,Georgia,”Times New Roman”,serif;	
	margin: 0 10px;
	}	
h1
	{
	font-size: 130%;
	margin: 0 0 20px 0;
	}

	
h2
	{
	font-size: 120%;
	}

	
h3
	{
	font-size: 110%;
	color: #66CCCC;
	}

	
h4
	{
	font-size: 100%;
	}

	
h5
	{
	font-size: 90%;
	}

	
h6
	{
	font-size: 80%;
	}

		
/* STRUCTURE */	
#container
 	{
	margin: 0 auto;
	width: 960px;
	}

#container, #logo, #header .sidebar, #header .sidebar2, #header .sidebar ul li a, #header .sidebar2 ul li a, .vcard, #content, #footer, #article, #content .sidebar
 	{
	position:relative;
	/*overflow:hidden;*/
	}
	
#container, #logo, #header .sidebar, #header .sidebar2, #content, #footer
	{
	text-align:left;
	}
	
#header .sidebar, #header .sidebar2
	{
	width: 200px;
	margin-top: 45px;
	}

#logo, #logo a
	{
	width: 550px;
	min-width: 550px;
	min-height: 480px;
	}

#logo
	{
	top: -285px;
	height:680px;
	margin: 10px 4px;
	/*
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	background-position:top center;
	*/
	}

#logo a
	{
	height:480px;
	}

#logo, #header .sidebar, #footer ul.css li, #article, #article .staff a img, #content .sidebar, #subcontent .section, #article .content-image
	{
	float:left;
	}

#header .sidebar2, #footer p.copy, .toplink
	{
	float:right;
	}

#header .sidebar ul li, #header .sidebar2 ul li
	{
	height: 69px;
	background-image:url(../images/button.png);
	}
	
#header .sidebar2 ul li.featured
	{
	background-image:url(../images/button-featured.png);
	} 

#header .sidebar ul li:hover, #header .sidebar2 ul li:hover, #header .sidebar2 ul li.featured:hover
	{
	background-image:url(../images/button-selected.png);
	} 

#header .sidebar ul li a, #header .sidebar2 ul li a  
	{
	color: white;
	font-size: 108%;
	letter-spacing: -0.06em;
	font-weight: 900;
	line-height: 2em;
	top: 15px;
	display:block;
	width: 200px;
	height: 65px;
	}

#header .sidebar ul li a span, #header .sidebar2 ul li a span  
	{
	color:#999999;
	font-size:105%;
	margin:0 0 0 -0.1em;
	}

#header .vcard
	{
	top: 265px;
	}
	
#header .vcard h1.note, #footer ul.css li a
	{
	text-indent: -9000px;
	}
	
#header .vcard abbr.tel.first
	{
	margin-right: 30px;
	}
#article, #content .sidebar	.section.cushycms.green-company
	{

	}

#article, #content .sidebar .section, #subcontent .section
	{
	overflow: hidden;
	}
	
#article
	{
	display: block;
	padding: 0 0 0 0;
	margin: 25px 15px; 15px 0;
	padding: 30px;
	width: 580px;
	background:#00031C;
	border: 1px solid #6699FF;
	clear: none;
	}
	
#article dt
	{
	color:#66FFFF;
	}

#article a.left img
	{
	margin-right: 20px;
	}
	
#article .staff, #article .staff div
	{
	margin: 30px;
	padding: 15px;	
	}
	
#article .content-image
	{
	margin: 0 15px 15px 0;
	}

#article .group
	{
	border-top: 1px solid #6699FF;
	}
	
#article .staff
	{
	clear: both;
	border-top: 1px solid #6699FF;
	}
	
#article .staff div
	{
	border: 1px dotted #6699FF;
	}
	
#article .staff p
	{
	color: #cccccc;
	font-variant:small-caps;
	text-indent: 10px;
	}
	
#article .staff p a.email
	{
	font-variant: normal;		
	}
	
#article .staff a img
	{
	display: block;
	border: none;
	margin: 10px;
	clear: right;
	}

#article .gallery
	{

	}
	
#article .sig
	{
	margin: 20px 10px 0;	
	}

#content .sidebar
	{
	width: 255px;
	background: url(../images/s-bg4.jpg) #49928B;
	border: 1px solid #6699FF;
	padding: 10px 10px 0 10px;
	margin: 25px 0 25px 0
	}
	
#content .sidebar .section
	{
	background: #00031C;
	border: 2px dashed #AAAAAA;
	padding: 5px;
	margin: 0 0 10px 0;
	}	
#content .sidebar .section.menu
	{
	border: 2px inset #AAAAAA;	
	}	
#content, #footer
	{
	top: -230px;
	padding: 30px;
	}


#header
	{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}


#content
	{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
#subcontent
	{
	background: url(../images/s-bg4.jpg) #49928B;
	border: 1px solid #6699FF;
	padding: 20px;
	height: 160px;
	}
	
#subcontent .section
	{
	background: #00031C;
	border: 2px dashed #AAAAAA;
	padding: 5px;
	margin: 0 10px 10px 0;	
	width: 200px;
	height: 150px;
	}	

#footer
	{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
#footer img
	{
	position: absolute; left: 300px; top: 25px;
	}
		
#footer ul.css li
	{
	background-color:#060606; margin:3px 0 0 1px; padding:0; color:#FFFFFF;
	}
	
#footer ul.css li a
	{
	height:11px;  display:block;
	}
	
#footer ul.css li a.cs
	{
	background:url(../images/css.gif) no-repeat 0 0; width:39px;
	}
	
#footer ul.css li a.cs:hover
	{
	background:url(../images/css_h.gif) no-repeat 0 0; width:39px;
	}
	
#footer ul.css li a.html
	{
	background:url(../images/xhtml.gif) no-repeat 0 0; width:61px;
	}
	
#footer ul.css li a.html:hover
	{
	background:url(../images/xhtml_h.gif) no-repeat 0 0; width:61px;
	}
	
#footer p.copy
	{
	font:12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#EAEAEA; 
	}
	
