/* =Site General Properties
---------------------------------------------------------------------------------------------- */

/* =Global Properties
----------------------------------------------- */

html,body {
    background-color    : #fff;
    color               : #333;
    margin              : 0;
    padding             : 0;
    text-align          : center;   
}

html, body, td, input, textarea {
    font                : normal 11px Verdana, Arial, sans-serif;
}

a { 
    text-decoration     : none;
}

a:link {
    color               : #333;
}

a:visited {
    color               : #333;
}

a:hover { 
    color               : #E9A504;
}

a img {
	border				: 0;
}

img {
	display				: block;
}


/* =Site General Elements
----------------------------------------------- */

div.siteHeader, div.siteFooter {
    position            : relative;
    width               : 895px;
}

div.siteBody {
    width               : 915px;
    /*overflow: auto;*/
}

div.siteContainer   {
    text-align          : left;
    margin              : 0 auto;
    width               : 915px;
}


/* =Site Body
--------------------------------------------------------------------------------------------- */

div.siteBody {
    padding             : 0 0 0px 10px;
    /*height              : 550px;    */
    /*overflow			: hidden;*/
}

html>body div.siteBody { 
    /*height              : auto;*/
    /*min-height          : 550px;   */
}

/* =Site Columns
----------------------------------------------- */

.siteColA {
	float				: left; 
	width				: 673px; 
}

.siteColAFull {
	float				: left; 
	width				: 895px; 
}

.siteColB {
	float				: left; 
	padding-left		: 10px; 
}



/* = More Box 
----------------------------------------------- */

.overlaptags, .overlapdesc  {
	position: absolute;
	margin: 0;
	padding: 5px;
	z-index: 5;
	background-color: #fff;	
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;	
	color	: #777;
}

.overlaptags a:link, .overlaptags a:visited, .overlapdesc a:link, .overlapdesc a:visited {
	color	: #777;
}

.overlaptags a:hover, .overlapdesc a:hover {
	color	: #E9A504;
}


/* */

h1 {
	margin: 0; 
	padding	: 0;
	font: bold 16px Verdana, sans-serif;
	color: #000;
}

h1.pageTitle {
	padding: 0 0 14px 9px; 
}

h2 {
	margin: 0; 
	padding : 0;
	font: bold 13px Verdana, sans-serif; 
	color: #000;
}

h3 {
	padding : 0;
 	margin: 0;
 	font: bold 11px Verdana, sans-serif; 
 	color: #000;
}

.sideMenu {
	padding-bottom: 8px; 
	background: transparent url(/Resources/Images/new/side_search_footer.gif) bottom left no-repeat;
} 

.sideMenu h2 {
	padding-left: 9px; 
	padding-top: 7px; 
	padding-bottom: 2px; 
	background: transparent url(/Resources/Images/new/side_search_header.gif) top left no-repeat; 
}

.sideMenu h3 {
 	padding-left: 10px;
 	padding-top: 2px;
 	padding-bottom: 3px;
}

.sideMenu div {
	background: transparent url(/Resources/Images/new/side_search_sub_footer.gif) bottom left no-repeat;
	padding-bottom: 4px;
}

.sideMenu ul {
 	margin: 0; 
 	padding	: 2px 0 0 14px;
 	background: transparent url(/Resources/Images/new/side_search_sub_top.gif) top left repeat-y; 
 	list-style: none none;
}

.sideMenu ul li {
	line-height: 1.0;
}

.sideMenu ul li a {
	font: normal  10px Verdana, sans-serif;
	color: #000;
}

.sideMenu ul li a.selected {
	color: #E9A504;
}

.sideMenu {
	float: left;
	width: 181px;
	margin-right: 17px;
}

.sideMenu ul li a:link, .sideMenu ul li a:visited {
	color			: #000;
}

.sideMenu ul li a:hover {
	text-decoration	: underline;
}

.sideMenu ul li a.selected:link, .sideMenu ul li a.selected:visited {
	font-weight	: bold;
	color		: #E9A504;
}

img.promo {
	margin-top  : 12px;
}

html>body img.promo {
	margin-top: 7px;
}

/* =Related Content
---------------------------------------------------------------------------------------------- */

table.relatedContent 
{
	
	width			: 200px;
	height			:300px;
	overflow		:auto;
	padding			: 0 0 0 5px;
}

table.relatedContent a img {
	width			: 60px;
	height			: 45px;
	border			: 2px solid #fff;
}

table.relatedContent a:hover img {
	border			: 2px solid #E9A504;
}

table.relatedContent a:link, div.relatedContent a:visited  {
	font-size		: 9px;
	color			: #000;
}

table.relatedContent a:hover {
	text-decoration : underline;
	color			: #E9A504;
}

/* =Random Content
---------------------------------------------------------------------------------------------- */


.randomContent {background: #fff url(/Resources/Images/new/promo_box.gif); height: 76px;}
.randomContent table {width: 200px;}
.randomContent h2 {text-align: center; padding-bottom: 5px; padding-top: 3px;}
.randomContent td {padding: 0; margin: 0;}
.randomContent img {margin: auto; border: none; height: 47px; width: 58px;}


/* =Site Footer
---------------------------------------------------------------------------------------------- */

div.siteFooter {
    padding-top         : 24px;
    /*background          : transparent url(/Resources/Images/Navigation/bar_footer.gif) 10px 0px no-repeat;*/
    clear               : both;
}



div.siteFooter .footer {
    text-align          : center;
    padding-bottom      : 8px;
    clear               : both;
}

div.siteFooter .footer a {
    font-size           : 11px;
    color               : #999;
}

div.siteFooter .footer a:link, div.siteFooter .footer a:visited {
    color               : #999 !important;
    text-decoration     : underline;
}

div.siteFooter .footer a:hover {
    color               : #666 !important;
    text-decoration     : underline;
}

div.siteFooter .copyright {
    font-size           : 10px;
    color               : #999;
    text-align          : center;
}


/* =Temp Hacks
---------------------------------------------------------------------------------------------- */

.TabNavigationLine {
	background-position: 10px 67px !important;
}

div.siteFooter {
	text-align: center !important;
}

div.siteFooter div {
	width: 895px !important;
}


.zeroFrame
{
	height:0px;width:0px;display:none	
}



