/* Coban stylesheet */

/*	for testing: 
border:1px dotted #F60; 
*/


/* COLORS green = #9C3; orange = #F60; */


/* RESET */

* { margin:0; padding:0; }
body { background:#000 url(../img/footer_bg.gif) bottom center repeat-x; background-attachment:fixed; height:100%; }

.left { float:left; }
.right { float:right; }
.clear { clear:both; }



/* PAGE LAYOUT */

/* MAIN CONTENT */
#Container { width:771px; text-align:left; float/**/:none; }

/* column and row styles */
.row { clear:all; }
.column { position:relative; float:left; }
	.single { width:170px; }
	.double { width:370px; }
	.triple { width:571px; }
.gutter { margin-right:30px; }

/* vertical rule */
.rule { border-left:1px solid #333; margin-left: -15px; padding-left:15px; }

/* HEADER */
#Header { clear:both; width:100%; height:150px; margin-top: 0px; background:#000 url(../img/header_bg.gif) top center repeat-x; }

a#home { top: 20px; left: 100px; height: 130px; width: 175px; }

/* FOOTER */
/* #Footer { clear:both; width:100%; height:150px; margin-top: -20px; background:#000 url(../img/footer_bg.gif) top center repeat-x; } */
img.aurionpro { position:absolute; left:50%; margin-left: 250px; margin-top:30px; border:0px; }



/* TYPOGRAPHY */
body { font:12px/20px Helvetica,Arial,Verdana,sans-serif; color:#CCC; }

p { margin-bottom:20px; }
	p.date { font:11px/20px Georgia,Times,serif; color:#999; margin-bottom:0; }
	p.datewhite { font:11px/20px Georgia,Times,serif; color:#FFF; margin-bottom:0; }
	p.dateorange { font:11px/20px Georgia,Times,serif; color:#F60; margin-bottom:0; }
h1 { font:22px/30px Georgia,Times,serif; color:#FFF; font-weight:normal; margin-bottom:20px; }

a { color:#9C3; text-decoration:none; }
	a:hover { text-decoration:underline; }
	a:active { text-decoration:underline; color:#F60; }

ul.nav1, ul.nav, ul.subnav, ul.subnav2 { list-style:none; }
	ul.nav1 li { font-size:15px; line-height:20px; }
	ul.nav li { font-size:15px; line-height:20px; margin-top: 10px; }
	ul.subnav li { font-size:12px; line-height:20px; margin-left:10px; }
	ul.subnav2 li { font-size:12px; line-height:20px; margin-left:20px; }
		/* ul.subnav li:before { content:"\00BB \0020"; } */

.orange { color:#F60; }
.green { color:#9C3; }




/* 'easy clearing' */
#Container:after { content:'oops'; display:block; height:0; clear:both; visibility:hidden; }
#Container { display:inline-block; }
/*\*/
#Container { display:block; }




