/* CSS Document */

.code {
   display:block;
   font: 1em 'Courier New', Courier, Fixed, monospace;
   font-size : 100%;
   color: #000;
   background : #fff no-repeat left top;
   overflow : auto;
   text-align:left;
   border : 1px solid #5581C0;
   padding : 0px 20px 0 30px;
   margin:1em 0 1em 0;
   line-height:17px;
   font-weight:normal!important;
}

/*.article .code {
	background-color:#FFFFFF;
	color:#333333;
	font-family:"Courier New", Courier, mono;
	text-align:left;
	float:left;
	padding:20px;
	font-size:12px;
}*/

#navlist {
	width: 100%;
	margin: 0 auto;
	background-color: #181818;
}
#navlist ul {
	padding: .4em 0;
	list-style-type: none;
	background-color: #036;
	color: #FFF;
	width:840px;
	margin:0 auto;
	background-color: #181818;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:right;
	text-transform:uppercase;
}

#navlist li { display: inline; }

#navlist li a {
	text-decoration: none;
	background-color: #181818;
	color: #FFF;
	padding: .4em 1em;
}

#navlist li a:hover {
	background-color: #D54E21;
	color: #FFFFFF;
}


/* ------------------------------------------------------------------------------- Definitions */
* {margin: 0 auto; padding: 0; border: none; outline:none;}

/* Stretch Fix */
html,body {
	padding:0;
	margin:0 auto;
	/*background: #333333 url(images/tile_grid.gif) repeat;*/
	background: #000000 url(../images/tartan_superalme.png) repeat;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color: #CCCCCC;
}
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover, a:active {
	color: #66CCFF;
	text-decoration: underline;
}

img {margin: 0; padding: 0; border: none; outline:none;}

.footer_background {
	clear:both;
	background-image: url(images/labs_footer_stretch.png);
	background-position:bottom;
	background-repeat: repeat-x;
	height:62px;
	color:#FFFFFF;
	text-align:center;
	padding:0;
	margin:0 auto;
}
.footer {
	text-align:center;
	padding:0;
	margin:0 auto;
	width:860px;
	position:relative;
}
.footer p {
	font-size:10px;
	margin:0;
	padding:0;
	position:absolute;
	top:44px;
	right:0;
}
.footer .designby {
	padding:0;
	margin:0 auto;
	position: absolute;
	right:0;
	top:-34px;
}

.footer_ad {
	background:#000000;
	text-align:center;
	margin:0 auto;
	padding:20px;
}
.footer_top {
	clear:both;
	width:840px;
	text-align:center;
	margin:20px auto 0;
	padding:0;
	border-top: 1px dashed #666666;
	background-color:#000000;
}
.footer a:link, 
.footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.footer a:hover, 
.footer a:active {
	color: #CCFF00;
	text-decoration:underline;
}
.header_background {
	background-image: url(images/labs_header_stretch.png);
	background-repeat: repeat-x;
	height:262px;
	color:#FFFFFF;
	text-align:center;
	padding:0;
	margin:0 auto;
}
#start {
	margin:0 auto;
	padding:0;
	position:absolute;
	top:0px;
	left:300px;
}

.header {
	text-align:center;
	padding:0;
	margin:0 auto;
	width:860px;
	position:relative;
}
.header #header_logo {
	margin:0;
	padding:0;
	position:absolute;
	top:142px;
	left:0px;
}
.header_ad {
	text-align: center;
	position:absolute;
	top:36px;
	left:66px;
}
#container {
	margin:0 auto;
	padding:0;
	width:840px;
	height:auto;
	text-align:center;
}
#content {
	float: none;
	width: 840px;
	margin:0 auto;
	padding:20px 0 0 0;
}
/* --------------------------------------------------------------------------------------- Content Area */

.article {
	margin: 0 auto;
	padding:0;
	width:800px;
	text-align:center;
}

.article .vote {
	float:right;
}
.article .vote a:link, 
.article .vote a:visited {
	color:#FFFFCC;
}
.article .vote a:hover, 
.article .vote a:active {
	color:#49A2D2;
}

.article h3 {
	color:#CBFCCB;
	text-align:left;
	font-size:12px;
}
.article h3 a:link, 
.article h3 a:visited {
	color:#CBFCCB;
}
.article h3 a:hover, 
.article h3 a:active {
	color: #49A2D2;
	text-decoration:underline;
}

.subheader {
	font-weight:bold;
	text-align:left;
	padding:0;
	margin:0 0 10px 0;
	color:#CBFCCB;
	clear:both;
	/*float:left;*/
}
.subheader a:link, 
.subheader a:visited {
	color:#CBFCCB;
}
.subheader a:hover, 
.subheader a:active {
	color: #49A2D2;
	text-decoration:underline;
}

.article p {
	text-align:left;
	padding:0 0 10px 0;
	margin:0 0 20px 0;
	/*clear:both;
	float:right;*/
}
.article ul {
	text-align:left;
	margin:-20px 0 20px 20px;
}
.article li {
	text-align:left;
	margin:0;
	padding:0;
}
.article object {
	text-align:left;
	padding:0 0 10px 0;
	margin:0 20px 20px 20px;
	float:left;
}
.article h2 {
	margin: 0 0 2px 0;
	padding:2px 0;
	font-size:22px;
	font-weight:normal;
	color:#CEE1EF;
	text-transform: normal;
	text-align:left;
	font-style: normal;
	border-bottom:1px solid #CEE1EF;
	text-decoration:none;
	clear:both;
}
.article img {
	/*padding:5px;
	margin:20px 10px 10px 0;*/
	border-right:1px dotted #20485D;
	text-align:left;
	padding:0 0 0 0;
	margin:0 20px 20px 20px;
	float:left;
}
.article a:link, 
.article a:visited {
	color: #CBFCCB;
	text-decoration: underline;
}
.article a:hover, 
.article a:active {
	color: #49A2D2;
	text-decoration:underline;
}
.required {	color: #FF6600; padding-right:5px;}
