/* CSS Document */
body {
	margin:0px;
	padding:0px;
	text-align:center;
}

#container {
	margin:0px auto;
	text-align:left;
	width:870px;
	border-top:5px solid white;
	background:white;
}

/* Header
*******************************/
#header { height:100px;	overflow:hidden; }
#logo {	width:345px; float:left; background:url(../images/bg_logo.gif) repeat-y; }
#logo img {	margin-top:15px; margin-bottom:10px; border:0px; }

/* Navigation
*******************************/
#nav {
	background:#464646 url(../images/bg_nav.gif) no-repeat top right;
	margin-left:350px;
	padding:15px 20px 10px 20px;
	font-size:10px;
	text-transform:uppercase;
	font-family:"Trebuchet MS",Tahoma,Verdana,sans-serif;
	color:#999;
}
#nav h3 { margin:0px; padding:0px; font-size:14px; }
#nav h3 img { display:block; margin-bottom:10px; }
#nav ul { margin:0px; padding:0px; list-style-type:none; }
#nav .nav_col1 { width:150px; float:left; }
#nav .nav_col1 ul {	height:55px; border-right:1px dashed #999; }
#nav .nav_col2 { float:left; margin-left:20px; width:140px; }
#nav .nav_col3 { margin-left:20px; float:left; padding-top:20px; }
#nav a {
	text-decoration:none;
	color:#999;
	padding-left:8px;
	background:url(../images/bg_nav_a.gif) 1px 50% no-repeat;
}
#nav a:hover { color:#ccc; text-decoration:underline; }

/* Feature
*******************************/
#feature { margin-top:5px; height:280px; }
#feature div.feature_text {
	margin-left:350px;
	margin-right:175px;
	background:url(../images/bg_headertext.jpg) no-repeat;
	height:100%;
}

#feature div img { 
	margin:160px 0px 0px 0px;
	vertical-align:top; 
}

/* Left Side
*******************************/
#main { margin-top:5px; }
#main .main_left { float:left; width:345px; }
.main_left .box {
	height:160px;
	overflow:hidden;
	background-repeat:no-repeat;
	margin-bottom:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:white;
}
.box p { margin:0px 185px 10px 10px; padding:0px; }
.box div { margin:0px 10px 0px 10px; }
html>body .box div { margin:10px }
.box hr {
	border:0px;
	color:white;
	padding:0px;
	height:1px;
	margin:0px 10px !important;
	margin:-7px 10px;
}
.box hr.hr_green { border-bottom:1px dashed #bdc180; }
.box hr.hr_yellow { border-bottom:1px dashed #e8de80; }
.box a {
	color:white;
	text-decoration:none;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:1px;
}
.box a:hover { text-decoration:underline; }

img.extraimage {
	display:block;
	margin:0px 0px 5px 0px;
	vertical-align:top;
}

/* Content
*******************************/
#content {
	margin-left:350px;
	padding:20px 0px 20px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#666666;
}

#content .content_right {
	float:right;
	width:150px;
	padding-left:25px;
}

#content .content_left {
	border-right:1px dashed #999;
	padding-right:20px;
	margin-right:175px;
}

/* Content Styles
*******************************/
.content_left h1 {
	margin:0px;
	font-size:28px;
	width:97%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif !important;
}

#content h2 {
	padding:0px;
	font-size:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	float:left;
	width:100%;
}
.content_right h2 { margin:0px 0px 15px 0px; float:none; }
.content_left h2 { margin:0px 0px 15px 0px; }

.content_left p { margin:5px 0px 15px 0px; }
.content_left ul { 
	list-style-type:square;
	margin:0px 0px 15px 0px;
	padding-left:30px; 
	line-height:25px;
	float:left;
}
.content_right ul { 
	list-style-type:square;
	margin:0px; 
	padding:0px 10px;
	line-height:20px;
	clear:both;
}

#content hr {
	border:0px;
	border-bottom:1px dashed #dcdcdc;
	color:white;
	margin:0px;
	padding:0px;
	height:1px;
}

#content .txt_black { color:#000; }
#content .txt_green {
	padding-left:15px;
	background:url(../images/arr_green_a.gif) no-repeat 0 50%;
	text-transform:uppercase;
	color:#828c00;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:90%;
	margin:10px 0px !important;
}
#content a { color:#828c00; text-decoration:none; }
#content a:hover { text-decoration:underline; }

#content .tbl_licenses { 
	border-collapse:collapse; 
	margin-bottom:15px;
}
#content .tbl_licenses th { 
	color:#828c00; 
	font-weight:normal; 
	text-align:left;
	border-bottom:1px dashed #dcdcdc;
	width:150px;
	padding:8px 0px;
}
#content .tbl_licenses td { 
	color:#000; 
	border-bottom:1px dashed #dcdcdc;
	padding:8px;
}

.cb {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

.fl { float:left; }
.fr { float:right; }