/* Basic Styles */
body, table, td, div, select, option, input, p, blockquote	{
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	color: #000000;
}

#bodycontainer {
	width: 1001px;
	margin: auto;
}

#tg-subnav
{
	float: right;
	margin-right: 5px;
}

#tg-subnav ul,
#tg-subnav li
{
	list-style: none;
}

#tg-subnav a {
	color: green;
	text-decoration: none;
}

#tg-subnav a:hover {
	color: black;
}

a {
	/*color: #638542;*/
}
a:hover {
	text-decoration:underline;
}

#header {
        width: 1001px;
        height: 207px;
        background: url('/images/header.png') no-repeat;
	position: relative;
        top: 5px;
}

#nav1 {
        position: absolute;
        top: 184px;
        font-size: 10pt;
        font-weight: bold;
        color: white;
        text-align: center;
        width: 1001px;
        margin: auto;
}

#nav1 a {
        color: white;
        text-decoration: none;
}

#nav1 a:hover {
        text-decoration: underline;
}

#content {
        width; 1001px;
        background: url('/images/content-bg.jpg') repeat-y;
        margin-top: 10px;
}

#content .header {
        background: url('/images/content-top.png') no-repeat;
        width: 1001px;
        height: 31px;
}

#content .footer {
        background: url('/images/content-bottom.png') no-repeat;
        width: 1001px;
        height: 10px;
}

#content .body {
	padding: 0 10px;
}

#footer {
        color: black;
        font-family: arial;
        font-size: 10pt;
        text-align: center;
        margin-top: 3px;
}

#footer a {
        color: black;
        text-decoration: none;
}

#footer a:hover {
        text-decoration: underline;
}

a img {
        border: none;
}


.btn_link a {
	padding:2px 5px;
	font-weight:bold;
	border:1px solid #ccc;
	background-color:#f7f7f7;
	display:block;
	text-align:center;
	cursor:pointer;
	text-decoration:none;
	margin:0 auto 2px auto;
	width:60%;
}

/** Input elements */
input, textarea	{
	border: 1px solid #444;
	font-family: Arial;
	font-size: 11px;
}

.radioCheck	{
	border: 0;
}

/** Main Layout */
#container	{
	margin: 0 auto;
	clear: both;
	width: 780px;
	border: 1px solid #666666;
	min-height: 100%;
	background-color: #FFFFFF;
}

#page_title	{
	height: 20px;
	font: bold 26px Arial;
	color: #666666;
	text-align: left;
	margin: 5px 0px 35px 5px;
}

/** Navigation */
#primary_nav	{
	clear: both;
	text-align: left;
	background: #CDCDCD;
	height: 50px;
}
#primary_nav .nav_wrapper	{
	position: relative;
	top: 15px;
}
#primary_nav ul	{
	padding:0;
	margin:0;
}
#primary_nav li {
	list-style:none;
	display:inline;
}
#primary_nav li a {
	padding: 0px 4px 0px 4px;
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
	color: #FFFFFF;
}
#primary_nav li a:hover {
	text-decoration:underline;
}

#secondary_nav	{
	clear: both;
	text-align: right;
	background: #EFEFEF;
	height: 25px;
}
#secondary_nav .nav_wrapper	{
	position: relative;
	top: 5px;
}
#secondary_nav ul	{
	padding:0;
	margin:0;
}
#secondary_nav li {
	list-style:none;
	display:inline;
}
#secondary_nav li a	{
	padding: 0px 4px 0px 4px;
	font: normal 11px Arial;
	text-decoration: none;
	color: #333333;
	font-family: Arial;
	letter-spacing: -0.02em;
}
#secondary_nav li a:hover {
	text-decoration:underline;
}

#bottom_nav	{
	position: relative;
	top: 5px;
	margin: 0 auto;
	width: 780px;
}
#bottom_nav ul	{
	padding:0;
	margin:0;
	text-align: center;
	clear: both;
}
#bottom_nav li {
	list-style:none;
	display:inline;
}
#bottom_nav	li a {
	padding: 0px 4px 0px 4px;
	font: normal 11px Arial;
}

/** Other elements */
#copyright	{
	float:left;
}
#copyright a,
#powered a {
	color: #333333;
	font: normal 11px Arial;
	text-align: right;
}
#powered {
	float:right;	
}

#error_message   {
	background: transparent url('..//images/warning.png') 10px 10px no-repeat;
	padding: 10px 0 10px 40px;
	width: 350px;
	text-align: left;
	border: 1px dashed #CC0000;
}
#error_message div     {
	font-size: 12px;
	font-weight: bold
}


/* x-browser fix for clearing properly */
.clearfix:after {content:"."; clear:both; visibility:hidden; display:block; height:0;}
.clearfix {display:inline-block;}
* html .clearfix {height:1%;}
* .clearfix {display:block;}
