/* Basic Styles */
body, table, td, div, select, option, input, p, blockquote	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	color: #000000;
}

body	{
	margin-top: 10px;
	background-color: #ccc;
}

a	{
	color: #638542;
}

input, textarea	{
	border: 1px solid #CC0000;
	font-family: Arial;
	font-size: 11px;
}

.radioCheck	{
	border: 0;
}

/* Begin Layout Div Styles */
#main	{
	width: 100%;
}
#container	{
	clear: both;
	width: 798px;
	border: 1px solid #000;
	min-height: 100%;
	background-color: #fff;
}

#header {
	background:url(../../images/layout/header_bg.gif) top left repeat-x;
	height:131px;
}
#header .logo {
	padding-top:14px;
	margin-left:15px;
/*	background:url(../images/layout/logo.gif) bottom left no-repeat; */
	width:198px;
	height:100px;
	float:left;
}
#header .logo img {
	border:0;
}
#header .slogan {
	position: relative;
	float:left;
	width:580px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:30px;
	padding-bottom:8px;
	background:url(../../images/layout/header_img_home.jpg) top right no-repeat;
	clear: right;
}
#header .slogan h1 {
	color:white;
	font-size:16px;
	margin:2px 0;
	padding:0;
	font-weight:bold;
	padding-right:180px;
	background:none;
	border:0;
}
#header .slogan h2 {
	margin:0;
	padding:0;
	color:#fff;
	font-style:italic;
	font-size:25px;
	text-align:left;
	background:none;
}
#header .slogan h3 {
	margin:0;
	padding:0;
	float:left;
	color:#cccccc;
	font-size:14px;
	font-style:italic;
	padding-left:50px;
	width:90px;
	text-align:left;
	letter-spacing:normal;
	background:none;
}

/** PRIMARY NAV */
#primary_nav	{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
}

#primary_nav ul {
	margin:0;
	padding:0;
	padding-bottom:34px;
	padding-left:3px;
	background:url(../../images/layout/primary_nav_under.gif) bottom left repeat-x;
}
#primary_nav ul li {
	list-style:none;
	float:left;
	background:url(../../images/layout/primary_nav_bg.gif) top left repeat-x;
	height:26px;
	line-height:26px;
	
}
#primary_nav ul li a {
	background:url(../../images/layout/primary_nav_mid.gif) top right no-repeat;
	padding:6px 0;
	padding-right:15px;
	padding-left:2px;	
	color:#efd9dc;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}
#primary_nav ul li.first {
	background:url(../../images/layout/primary_nav_first.gif) top left no-repeat;
	width:18px;
}
#primary_nav ul li a.last {
	background:url(../../images/layout/primary_nav_last.gif) top right no-repeat;
	padding-right:10px;
}
#primary_nav ul li a:hover {
	text-decoration:underline;
	color:#fff;
}


#secondary_nav	{
	width: 798px;
	clear: both;
	text-align: right;
	height: 25px;
}
#secondary_nav a.link	{
	padding: 0px 4px 0px 4px;
	font: normal 11px Arial;
	text-decoration: none;
	color: #333333;
}
#secondary_nav a.link:hover	{
	text-decoration: underline;
}

#page_title	{
	height: 20px;
	font: bold 18px Arial;
	color: #ad1d1d;
	text-align: left;
	margin: 5px 0px 35px 5px;
	letter-spacing: 2px;
}
#content	{
	margin: 10px;
	margin-bottom: 30px;
	text-align: left;
	min-height: 400px;
}

/** BOTTOM NAV */
#bottom_nav	{
	background:url(../../images/layout/footer_bg.gif) top left no-repeat;
	background-color:#fff;
	margin-top: 5px;
	border-top:6px solid #9a0000;
	padding:10px;
	height:50px;
	clear:both;
}
#bottom_nav .links {
	clear:both;
	padding-bottom:25px;
}
#bottom_nav ul {
	margin:0;
	padding:0;
	clear:both;
}
#bottom_nav ul li {
	list-style:none;
	float:left;
}
#bottom_nav ul li a {
	padding-right:15px;
	color:#666;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}
#bottom_nav ul li a:hover {
	text-decoration:underline;
	color:#000;
}

#bottom_nav .copyright,
#bottom_nav .address {
	text-align:left;
	padding:0 5px;
	color:#777;
	float:left;
	line-height:13px;
}

#bottom_nav .copyright {
	clear:left;
	padding-right:30px;
	margin-right:10px;
	border-right:1px solid #ccc;
}

#bottom_nav .cc {
	background:url(../../images/layout/footer_cc.gif) right bottom no-repeat;
	float:right;
	height:25px;
	width:100px;
}

/** OTHER */
#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
}
