/*
Colors:
white #ffffff
black #000000
olive #999900
dark1 olive #7e7e00
dark2 olice #8b8b00
dark grey #444444
light grey #808080
text grey #585800
bright cream #ffff66
cream #FFFFCC

*/



a:link { text-decoration: none; color: #FFFFCC; }
a:visited { text-decoration: none; color: #FFFFCC; }
a:active  { color: #9ff; text-decoration: underline; }
a:hover   { color: #fff; text-decoration: underline; }

html, body {
	width:100%;
	height:100%;
	}
	
body {
	behavior: url(/css/csshover.htc);
}

body {
	background-color: #444444;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg_green_noise.gif);
	background-repeat: repeat-y;
	background-position: center top;
}


#container {
	position:relative;
	margin: 0 auto; 
	width: 800px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}

form, script {
	margin: 0px;
	padding: 0px;
}

#header {
	position: static;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	background-color: #FFFFFF;
	height: 100px;
	font-family: "Franklin Gothic", Arial, sans-serif;
	font-weight: bold;
}

#header a { text-decoration: none; color: #000000; }

#mast {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}


#mast li {
	float: left;
	position:relative;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	list-style-type: none;
	border: 0px solid black;
}

#mast h1 {
	margin: 38px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 56px;
}

#mast h1 span {
	font-size: 30px;
}

#mast h2 {
	margin: 71px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 18px;

}

#mast h2  a { 
	color: #999900; 
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-left: 25px;
}

#icons {
	border: 0px solid blue;
	float: none;
	clear:both;
}

#col1 {
	float:left;
	display:inline;
	position:static;
	margin: 20px 50px 0px 70px;
	padding: 0px 0px 0px 0px;
	height: 400px;

}

#col2 {
	float:left;
	display:inline;
	position:static;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-left: 1px dotted #666633;
	width: 480px;
}

#navigation  {
	margin: 0px;
	padding: 0px;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
}


#navigation li {
	margin: 2px 0px 2px 0px;
	padding: 5px 10px;
	width: 150px;
	border-left: 1px solid #babaa3;
	border-top: 1px solid #babaa3;
	border-bottom: 1px solid #444422;
	border-right: 1px solid #444422;
	list-style-type: none;
	background-color:#999900;
}

#navigation li:hover {
	background-color:#7e7e00;
}
#navigation a:hover   { color: #fff; text-decoration: none; }


div.text_block {
	margin:  0px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
	border-left: 0px dotted #666633;
	border-right: 0px dotted #666633;
	line-height: 150%;
}

.sitemap {
	font-size: 9px;
	text-align:right;
	padding-right:10px;

}

.sitemap a {
	color:#444444;
}

.mouse {
	font-size: 9px;
	color:#444444;
}

h2 {
	line-height:150%;
	color:#ffff66;
	font-size:14px;
	}
	
/*HTML5 markup */
/*See http://articles.sitepoint.com/print/html-5-snapshot-2009 */

header, footer, nav, section, article {
 display:block;
}

section#blog {
	margin:20px 0 40px 0;
	}
	
section#blog article {
	border-top:1px solid #330000;
	margin:0 !important;
	padding:2px 10px 10px 10px !important;
	clear:both;
}

section#blog article:nth-child(even) {}
section#blog article:nth-child(odd) {background: #8b8b00}


section#blog article:hover {
	border-top:1px solid #ffff66;
}

section article p.bullet {
	float:left;
	width:10px;
	margin:0 0 10px 0;
	padding:0;
	color:#000000;
	}
section article p.description {
	clear:right;
	margin:0 0 5px 0;
	padding:0;
}

section article footer {
	font-size:90%;
	color: #8b8b00;
	margin:0 10px 0px 10px;
	padding:0;
}

section article p a, section article footer a {
	color: #444444 !important;
	}

section article p a:hover, section article footer a:hover {
	color: #FFFFCC !important;
	}