@charset "UTF-8";
/* CSS Document */

body
{
	margin:0;
	padding:0;
	border:0;
	background-color:#333333;
}

h1, #tab_nav a
{
	color:#D1D1D1;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
}

h2, h3, h4
{
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
}


h2, h3
{
	text-align:right;
	padding-right:20px;
}

h2
{
	font-size:20px;
}

h3
{
	font-size:12px;
}

h4
{
	text-align:left;
	padding-left:20px;
	font-size:10px;
	line-height:16px;
}


#wrapper
{
	width:845px;
	height:633px;
	margin:auto;
	margin-top:32px;
	
}

#side_nav
{
	width:44px;
	height:633px;
	float:left;
}

#side_nav ul
{
	list-style:none;
	padding: 1.0em 0 0 0;
	margin:0;
}

#side_nav li a img
{
	border:none;
}

#inner
{
	width:800px;
	height:570px;
	float:left;
	background-color:#3C3C3C;
	background-image:url(../images/gradient_bg.jpg);
	background-repeat:repeat-x;
}

#inner_bottom
{
	width:800px;
	height:593px;
	background-image:url(../images/inner_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#header
{
	width:800px;
	height:56px;
	text-indent:25px;
}

#header_top	
{
	width:800px;
	height:13px;
	background-image:url(../images/grey_top.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#header_text
{
	width:250px;
	height:30px;
	float:left;
}

#nav
{
	width:510px;
	height:auto;
	float:right;
}

#tab_nav a
{
	color:#D1D1D1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:0;
	padding:0;
	border:0;
}

#nav ul
{
	margin:0;
	padding: 17px 0 0 0;
	list-style:none;
	
}

#nav li
{
	float:left;
	background-image:url(../images/tab_left.gif);
	background-repeat:no-repeat;
	margin: 0 -20px 0 0;
	padding: 0 0 0 8px;
}

#nav a
{
	float:left;
	display:block;
	background-image:url(../images/tab_right.gif);
	background-repeat:no-repeat;
	background-position: right top;
	padding:0.2em 32px 0.2em 0;
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
}

#inner_content
{
	width:747px;
	height:514px;
	margin-left:25px;
	background-color:#FFFFFF;
	background-image:url(../images/content_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

#content_top
{
	width:747px;
	height:19px;
	
	background-color:#FFFFFF;
	background-image:url(../images/white_top.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#content_left
{
	width:170px;
	height:480px;
	border-right:#B2B2B2 solid 1px;
	float:left;
}

#content_right_top
{
	width:560px;
	height:220px;
	float:left;
}

#content_right_bottom
{
	width:560px;
	height:220px;
	float:left;
}

#crb_left
{
	width:110px;
	height:auto;
	float:left;
}

#crb_right
{
	width:440px;
	height:auto;
	float:left;
}

#crb_left p, #crb_right p
{
	font-family:"Courier New", Courier, monospace;
	padding-left:20px;
	font-size:11px;
	color:#666666;
	line-height:1.3em;
}

#footer
{
	width:799px;
	height:40px;
	background-color:#BEBEBE;
	background-image:url(../images/footer_bottom.gif);
	background-position: right bottom;
	background-repeat:no-repeat;
}

#footer p
{
	margin:0;
	padding:0;
	border:0;
	color:#FFF;
	text-align:right;
	font-size:80%;
	font-family:Arial, Helvetica, sans-serif;
	padding:1em 1em 0 0;
	
}

.email_link a
{
	text-align:left;
	padding-left:20px;
	font-size:10px;
	color:#FF6600;
}

.email_link a:link, .email_link a:visited
{
	text-decoration:none;
}

.email_link a:hover, .email_link a:active
{
	text-decoration:underline;
}
