﻿/******* Master Page *******/
body
{
	background-image: url('/images/background.jpg');
	background-color: #FFFFFF; 
	color: #000000;
	background-repeat:repeat-x;
	margin: 0 0 0 0;  
	font-size: 70%;
	font-family:Arial;
}
a, a:link
{
	font-family:Arial;
	font-size:1.1em;
	font-weight: bold;
	line-height:1.5em;	
	color: #FFFFFF;
	text-decoration:none;
}
a:visited
{
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
a:active
{
	text-decoration:none;
}
input, textarea
{
	font-family:Arial;
	font-size:1em; 
}
#divmaster
{
	background-image: url('/images/backgroundrepeater.jpg');
	background-repeat:repeat-y;
	width:968px;
	margin-left:auto;
	margin-right:auto;
}
#divmain
{
	width:920px;
	margin-left:auto;
	margin-right:auto;
}
#divtopbanner
{
	background-color: #333333;
	width:920px;
	height:78px;
}
#divtopbannerright 
{
	text-align:right;
	padding:33px 22px 0px 0px;
}
#menubar
{
	background-image:url('/images/menubar1.gif');
	width:920px;
	height:35px;
}
#menubar .menu
{
	padding:0px;
	margin:0px;
	list-style-type:none;	
}
#menubar .menu li
{
	float: left;
	margin: 8px 0px 0px 0px;
	padding:0px;
	text-align:center;
	width:152px;
}
#bannerimage
{
	position:relative;
	left:29px;
	top:20px;
}
#divfooter
{
	background-image:url('/images/baseblock.gif');
	background-repeat:no-repeat;
	width: 920px;
	height:47px;
	font-family:Arial;
	font-size: 1.0em; 
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 14px; 
	overflow:hidden;
}
#divfooter a
{
	font-size:11px;
}
#sitebylink
{
	text-align:right;
}
#sitebylink a
{
	font-size:11px;
	color:#999999;	
}
.headerTextWhite
{	
	font-family:Arial;
	font-size:1.1em;
	font-weight: bold;
	line-height:1.5em;	
	color: #FFFFFF;
}
.rightborder {
    float:right;
    background-image: url('/images/BACKDROP_RIGHT.jpg');
    background-position: right top;
    background-repeat:repeat-y;
    width:25px;
    border:solid 1px red;
}

/******** general *********/
.leftfloater { float: left; }
.rightfloater { float: right; }
.clearer { clear:both; }
.bold { font-weight:bold; }

/******* debug ******/
.debug 
{
	border: dashed 1px yellow;
}
.debug2
{
	border: dashed 1px blue;
}

/******* homepage ******/
#homecontent 
{
	background-image:url('/images/homepage2panelbackground.jpg');
	width:920px;
	height:204px;
	color:#FFFFFF;
}
#homecontentleft
{
	width:365px;
	position:relative;
	top:20px;
	left:25px;
}
#homecontentleft .title
{
	font-family:Georgia;
	font-size:1.4em;
	font-weight:bold;
	margin-bottom: 6px;
}
#homecontentleft .text
{
	font-size:1.1em;
	font-weight:normal;
	height:140px;	
	width:365px;
}
#homecontentright
{
	width: 499px;
	height: 188px;
	position:relative;
	top:6px;
}
#homecontentright .paneltext 
{
	margin: 20px 0px 0px 25px;
}
#homecontentright .paneltext *
{
	color: #a33b22;
	font-size:0.8em;
	border:0;
}
#homecontentright .imgpanel
{
	margin: 0px 11px 0 11px;
}
#homecontentright .imgpanel img
{
	border:0;
	margin:0px;
}
#homecontentright .imgdivider
{
	margin: 9px 0 0 0;
}

/**** FreeTextPages ****/
#divcontentbottom
{
	height:13px;
	width:920px;
	font-size:1px; /*ie 6 fix*/
	background-image:url('/images/GenericContent/Background_BOTTOM.jpg');
}
#divcontenttop
{
	height:13px;
	width:920px;
	font-size:1px; /*ie 6 fix*/
	background-image:url('/images/GenericContent/background_TOP.jpg');
}
.divfreetextcontent
{
	padding:0;
	margin:0;
	width: 920px; 
	background-image:url('/images/GenericContent/background_MIDDLEFILLER.jpg');
	background-repeat:repeat-y;
	font-size:1.1em;
	line-height:1.2em;
	color:#333333;
}
.divfreetextcontent h1
{
	font-size:1.1em;
	font-weight:bold;
	color:#A33B22;
}
.divfreetextcontent h2
{
	font-size:1em;
	font-weight:bold;
	color:#A33B22;
}
.divfreetextcontent .divfreetextleft a, .divfreetextcontent .divfreetextleft a:hover
{
	color:#A33B22;
	font-size:1.0em;
}
.divfreetextcontent .divfreetextleft
{
    position:relative;
    left:30px;
	width:550px;
}
.divfreetextcontent .divfreetextright
{
    position:relative;
    right:20px;
	width:294px;	
}
.divfreetextcontent .divfreetextright img
{
	border: solid 2px #A33B22;
}
.divfreetextcontent .divfreetextleft ol
{
	font-weight: bold;
}
.divfreetextcontent .divfreetextleft ol li *
{
	font-weight:normal;
}
.box
{
	border: solid 1px #CCCCCC;
	width:550px;
	padding-bottom:10px;
}
.box h1
{
	margin-bottom:0.7em;
	font-size:1.0em;
	line-height:1em;
}
.box #boxleft
{
	text-align:center;	
	width: 170px;
	font-size:1em;
}
.box #boxleft a, .box #boxleft a:link, .box #boxleft a:visited, .box #boxleft a:hover, .box #boxleft a:active
{
	font-size: .9em;
	line-height: 1.2em;
}
.box a img
{
	border:0;
}
.box #boxleft #boxtopleft
{
	margin: 10px;
}
#boxright
{
	margin:10px 5px 5px 0px; 
	line-height:1.2em;
}
#boxright p
{
	margin-top: 0.7em;
}
.box .contactbox { padding: 10px 10px 4px 10px; }
.box .contactleft { width: 370px; }
.box .contactright a,.box .contactright a:link, .box .contactright a:visited, .box .contactright a:hover, .box .contactright a:active
{
	font-size:0.8em;
}
.box .contactright div
{
	text-align:center;
}
.divider
{
	height: 18px;
	text-align: center;
	width:100%;
}
#loginbox
{
	margin-top: 15px;
	text-align:center;
	font-size:0.97em;
	padding-bottom:15px;
}
.header1
{
	font-size:1.0em;
	line-height:2.5em;
	font-weight:bold;
	color:#a33b22;
	font-family:Arial;
	margin: 2em auto 2em auto;
}
.divlogintext
{
	font-size: 1em;
	padding-bottom:10px;
	font-weight:normal;
}
#loginbox table tr td + td
{
	
	width:200px;
	text-align:left;
	padding-left:10px;
}
#loginbox table tr td + td input
{
	width: 200px;
}
#loginbox table td[colspan="2"] input[type="submit"]
{
	margin: 5px 128px 5px 0px;
}
.tdleftcol 
{
	text-align:right;
	font-weight:bold;
}
#divcontactusbox
{
	margin-top: 15px;
	font-size:0.97em;
}
#divcontactusboxtitle
{
	margin-top:15px;
	margin-bottom:15px;
	text-align:right;
	width: 80px;
	vertical-align:middle;
}
.contactFormLabel 
{
    text-align:right;
    font-weight:bold;
    width:125px;
}
.divclacontactslist
{
	margin-left:30px;
	margin-top: 15px;
}
.divclacontactslist h1
{
	font-size:1.1em;
	padding:0px;
	margin:0px;	
}
.divclacontact h1
{
	font-size:0.95em;
	padding:0px;
	margin:0px 0px 3px 0px;
}
.divclacontact img
{
	border: solid 1px #A23B22;
	margin: 2px 10px 0px 0px;
}
.divclacontact 
{
	font-size: 0.9em;
	margin: 10px;
	margin-left: 0px;
	width:260px;
}
/**** Members area ****/
#divwelcomebar
{
	width:920px;
	height:24px;
	background-color:#333333;
	color:#FFFFFF;	
}
#divwelcomebar div
{
	margin:2px 20px 0px 34px;
}
#divwelcomebar div span
{
	line-height:1.5em;	
	font-size:1.1em;	
	font-weight:bold;
}
.reportdetail 
{
	margin-right:10px;
}
.smallmenu { margin: 0px 0px 0px 0px; }
.smallmenu #menuheader
{
	color:#a23b22;
	font-weight:bold;
	font-size:0.9em;
	margin: 0px 0px 10px 0px;
}
.smallmenutext
{
	margin-left:10px;
	margin-top: 5px;
	margin-bottom:0px;	
	font-size: 0.9em;
}
.smallmenu img
{
	border: none 0px;	
}
.smallmenu a
{
	color: #323232;	
}
.smallmenu .nomargin
{
	margin:0;
	padding:0;
}
.divmenuheadertext
{
	width:100%;
	text-align:center;
}
.divlargemenu
{
	margin: 10px 0px 0px 20px;
}
.divlargemenu img 
{
	border: 0;
	margin:0px;
}
.divmembermenuitem
{
	width:175px;
	margin-top:10px;
	margin-bottom:10px;
}
.divmenuitemmain
{
	text-align:center;
	width:160px;
}
.divmenuitemmain div
{
	width:140px;
}
.divmembermenuitem img
{
	margin: 0px;
}
.divmembermenuitem .largemenutext 
{
	margin-left:0px;
	margin-right:0px;
	width:140px;
	text-align:center;
}
.divmembermenuitem .largemenutext a
{
	color:#323232;	
	font-size: 0.9em;
}
.contactpopup .header
{
    color:#a33b22;
    font-weight:bold;
}
.contactpopup a, .contactpopup a:link, .contactpopup a:visited
{
    color:#a33b22 !important;
    text-decoration:none;
    font-weight:normal;
}
.contactpopup a:hover
{
    color:#a33b22;
    text-decoration:underline;
    cursor:pointer;cursor:hand;
    font-weight:normal;
}






