/* standard elements */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #000000 url(img/bgbody.gif) repeat-y center top;
	font: normal 0.8em verdana, arial, georgia, serif;
}
div a {
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}
h1 {
	color: #444;
	font: normal 1.8em georgia, arial, verdana, sans-serif;
	margin: 12px 0 5px 0;
	line-height: 0.9em;
}
h2 {
	color: #f9f9f9;
	font: normal 1.6em sans-serif;
	margin: 5px 0 0 0;
	text-align: left;
}
h3 {
	color: #333;
	font: normal 1.6em sans-serif;
	margin: 12px 0 0 0;
}
h4 {
	color: #666;
	font: normal 1.2em sans-serif;
	margin: 2px 0 0 0;
	text-align: left;
}
h5 {
	color: #fff;
	font: normal 1.2em sans-serif;
	margin-top: 5px;
	margin-left: 18px;
	text-align: left;
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #3252bb;
	color: #555;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #555;
	display: block;
	font: bold 1.2em "Trebuchet MS",serif;
	margin: 6px 0;
	padding-left: 28px;
}

/* structure */
.main {
	width: 680px;
	margin: 0 auto;
}
.main_left {
	float: left;
	padding-top: 6px;
	width: 420px;
}
.main_right {
	border-top: 6px solid #FFF;
	float: right;
	width: 254px;
	text-align: center;
}
img {
	padding: 5px;
	background: #fff;
	margin: 10px 0 0 0;
}
.footer {clear: both;}

/* misc */
.left {
	float: left;
}
.right {
	float: right;
}
.header,.link_projects,.lbl,.link_updates a {
	border-bottom: 6px solid #FFF;
}
div.link_projects a:hover,div.link_updates a:hover, .content a:hover, div.footer div.left a:hover {
	color: #000;
}

/* logo */
.top_header {
	background: #000000 url(img/header.jpg) no-repeat center top;
	margin: 0 auto;
	height: 175px;
}
.header {
	background: #D91623 url(img/bgheader.gif) repeat-x;
	height: 180px;
	margin: 0;
}
.header_flash {
	margin: 0 auto;
	width: 680px;
	height: 400px;
}
.header h1 {
	margin: 0;
	padding: 124px 0 0 24px;
	font: normal 2.2em verdana, arial, georgia, serif;
}

/* main navigation */
.link_menu {
	background: #CC2224 url(img/grdnt_red.png) repeat-x;
}
.link_menu a {
	border-bottom: 1px solid #FFF;
	display: block;
	font: bold 0.9em verdana, arial, georgia, serif;
	height: 18px;
	padding: 6px 0 0 10px;
	text-decoration: none;
}
.link_menu a:hover {background: #444;}

/* projects */
.lbl {
	background: #222 url(img/bglbl.gif) repeat-x;
	clear: both;
	color: #FFF;
	font: normal 2em verdana, arial, georgia, serif;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
}
.link_projects a {
	display: block;
	height: 100px;
	text-align: center;
	color: #FFF;
	padding-top: 24px;
	width: 124px;
	font-size: 0.9em;
	font-family: sans-serif;
}
.link_projects a span {
	font: normal 5em sans-serif;
}
a.g1 {
	background: #888;
}
a.g2 {
	background: #666;
	border-left: 6px solid #FFF;
}

/* updates */
.link_updates {
	background: #222 url(img/grdnt_gray.gif) repeat-x;
}
.link_updates .lbl {
	border-top: 6px solid #FFF;
	height: 100px;
	line-height: 100px;
}
.link_updates a {
	clear: right;
	display: block;
	font: normal 1.2em verdana, arial, georgia, serif;
	height: 55px;
	padding: 10px 0;
	text-align: center;
}
.link_updates a span {
	float: left;
	font: normal 3em verdana, arial, georgia, serif;
	letter-spacing: -2px;
	margin-left: 10px;
	margin-top: 3px;
}

/* content */ 
.content {
	color: #2d2d2d;
	font-family: verdana, arial, georgia, serif;
	line-height: 1.5em;
	padding: 0 10px 10px; 
}
.content a {
	color: #3252bb;
	text-decoration: underline;
}
.content p {
	margin: 4px 0 10px 0;
}
.content .descr {
	color: #666;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

/* footer */
.footer {
	color: #666;
	clear: both;
}
.footer .right a {
	background: #2A2A2A;
	color: #555;
	padding: 1px 3px;
}
.footer .right a:hover {
	background: #383838;
	color: #999;
}
.footer .left a {
	color: #777;
}
.footer .left {
	border-top: 1px solid #F0F0F0;
	padding: 9px 0 9px 9px;
	width: 407px;
}
.footer .right {
	margin-right: 8px;
	padding: 9px 0;
	text-align: right;
	width: 220px;
}

#navbar {
 	width: 680px; height: 28px;
	margin: 0 auto;
	text-align: center;
	background: #FFF;
 	z-index: 3;
 	}

#navcontainer {	margin:0 auto; padding: 0;}

#navcontainer ul { /* all lists */
	list-style: none;
	padding: 0;
	margin: 0;
	}

#navcontainer li { /* all list items */
	float: left;
	position: relative;
	width: 75px;
	}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 26px;
	}
	
li>ul {
	top: auto;
	left: auto;
	top: 26px;
	}
	
li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	width: 68px;
	top: 26px;
	}
	
#navcontainer li a, #navcontainer li a:link, #navcontainer li a:active, #navcontainer li a:visited { /* link attributes for the main nav */
background: url(img/background.gif) #fff bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 5.6em;
	display: block;
	border: 0.1em solid #e9e9e9;
	color: #333;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	} 
	
#navcontainer li a:hover { /* hover attribute for the main nav */
	border: 0.1em solid #d4d4d4;
	}

/* Sub Menu */



/* menu */


/* right */
#newsletter {
	margin: 6px;
	padding: 1px 6px 6px 6px;
	background: #2f2f2f;
	color: #f9f9f9;
}

