/************************** SITE COMMON STUFF BEGIN *************************/
html{
	overflow-x: hidden;
	overflow-y: auto;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 11px;
	background: #FFFFFF;
}

#Site{
	position: relative;
	width: 960px;
	margin: 0px auto;
	text-align: justify;
	overflow: auto;
}

.ImgLink{
	display: none;
}
/*************************** SITE COMMON STUFF END **************************/


/***************************** SITE HEADER BEGIN ****************************/
#Header{
	width: 960px;
	height: 122px;
	background: url(../media/images/shared/header_bg.jpg) repeat-x;
}

#Logo{
	position: absolute;
	left: 30px;
	top: 0px;
	width: 102px;
	height: 108px;
	background: url(../media/images/shared/logo.jpg) no-repeat;
}

#Logo a, #Logo a:hover{
	height: inherit;
	display: block;
	color: #000000;
	text-decoration: none;
}

#Phone{
	position: absolute;
	left: 669px;
	top: 5px;
	width: 283px;
	height: 32px;
	background: url(../media/images/shared/phone.jpg) no-repeat;
}

#Welcome #Logo{
	position: absolute;
	top: 0px;
	left: 73px;
	width: 291px;
	height: 309px;
	background: url(../media/images/landing/logo.jpg) no-repeat;
}

#Welcome #Phone{
	position: absolute;
	top: 320px;
	left: 56px;
	width: 335px;
	height: 220px;
	background: url(../media/images/landing/phonenumber.jpg) no-repeat;
}

#HeaderWShadow{
	width: 960px;
	height: 3px;
	overflow: hidden;
	background: url(../media/images/shared/hd_wshadow.gif) repeat-x;
}
/****************************** SITE HEADER END *****************************/


/*********************** SITE CATEGORY NAVIGATION BEGIN *********************/
#catNav{
	position: absolute;
	top: 50px;
	left: 159px;
	width: 800px;
	overflow: hidden;
	display: inline;
}

#catNav ul{
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}

#catNav ul li{
	float: right;
	margin: 0px;
	padding: 0px 12px;
	text-align: center;
	background: url(../media/images/shared/catnav_divider.gif) no-repeat center left;
}

#catNav ul li a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#catNav ul li a:hover{
	color: #CCCCCC;
	text-decoration: none;
}

#catNav ul li.selected a{
	color: #FCCA5B;
	font-weight: bold;
	text-decoration: none;
}

#catNav ul li.selected a:hover{
	color: #FCCA5B;
	text-decoration: none;
}
/************************ SITE CATEGORY NAVIGATION END **********************/


/****************************** SITE MENU BEGIN *****************************/
#menu{
	width: 162px;
	float: left;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	display: inline;
	overflow: hidden;
}

#menu ul{
	margin: 10px 0px 10px 0px;
	padding: 0px;
	list-style-type: none;
}

#menu ul li ul{
	display: inline;
}

#menu ul li, #menu ul li.selected{
	width: 147px;
	height: 26px;
	line-height: 26px;
	font-size: 11px;
	margin: 3px 0px;
	padding: 0px;
	background: url(../media/images/shared/nav_bullet.jpg) no-repeat;
}

#menu ul li a{
	color: #FFFFFF;
	padding: 0px 0px 0px 28px;
	font-weight: bold;
	text-decoration: none;
}

#menu ul li a:hover{
	color: #CCCCCC;
	text-decoration: none;
}

#menu ul li.selected a, #menu ul li.selected a:hover{
	color: #FCCA5B;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
/******************************* SITE MENU END ******************************/


/************************* SITE FORM ELEMENTS BEGIN *************************/
#LoginForm{
	position: absolute;
	top: 560px;
	left: 0px;
	width: 435px;
	margin: 0px;
}

#UsernameTxt{
	position: absolute;
	left: 0px;
	top: 7px;
	width: 56px;
	height: 10px;
	background: url(../media/images/landing/username.jpg) no-repeat;
}

#PasswordTxt{
	position: absolute;
	left: 179px;
	top: 7px;
	width: 55px;
	height: 9px;
	background: url(../media/images/landing/password.jpg) no-repeat;
}

.hd_LoginField{
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	left: 61px;
	top: 4px;
	width: 98px;
	margin: 0px;
	font-size: 11px;
	border-top: 1px solid #3B3B3B;
	border-right: 1px solid #898989;
	border-bottom: 1px solid #898989;
	border-left: 1px solid #3B3B3B; 
	background: #FFFFFF;
}

.hd_PassField{
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	left: 241px;
	top: 4px;
	width: 98px;
	font-size: 11px;
	margin: 0px;
	border-top: 1px solid #3B3B3B;
	border-right: 1px solid #898989;
	border-bottom: 1px solid #898989;
	border-left: 1px solid #3B3B3B; 
	background: #FFFFFF;
}

.hd_SubmitButton{
	position: absolute;
	width: 82px;
	height: 24px;
	top: 0px;
	left: 352px;
}

fieldset {
	width: 320px;
	border: 1px solid #46094F; 
	margin: 0px 0px 10px 0px;
	padding: 5px 7px;
}

fieldset legend {
	font-weight: bold;
	padding: 0px 3px;
	color: #000000;
	margin: 0px;
}

fieldset ol {
	margin: 8px;
	padding: 0px;
	overflow: hidden;
}

fieldset ol li {
	width: 300px;
	padding: 0px;
	margin: 5px 0px;
	height: 15px;
	float: left;
	list-style: none;
}	

fieldset ol li label {
	line-height: 1.8em;
	vertical-align: top;
	float: left;
}

fieldset ol li em {
	font-weight: bold;
	font-style: normal;
	color: #FF0000;
	padding: 4px 5px;
	float: right;
	vertical-align: middle;
	overflow: hidden;
}

fieldset ol li .inputfield{
	float: right;
	display: inline;
}

.inputfield{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 190px;
	background: #FFFFFF;
	border: 1px solid #000000;
}

.SubmitButton{
	font-family: Arial, Helvetica, sans-serif;
	width: 110px;
	font-size: 11px;
	font-weight: bold;
	background: #FFFFFF;
}
/************************** SITE FORM ELEMENTS END **************************/


/**************************** SITE CONTENT BEGIN ****************************/
#DrillDownContent{
	width: 960px;
	overflow: hidden;
	background: url(../media/images/shared/content_bg.jpg) repeat-y #FFFFFF;
}

#DrillDownContentExt{
	width: 960px;
	overflow: hidden;
	background: url(../media/images/shared/contentext_bg.jpg) repeat-y #FFFFFF;
}

#DrillDownContentArea{
	width: 798px;
	float: right;
	display:inline;
}

#DrillDownContentExtArea{
	width: 700px;
	margin: auto;
}
/***************************** SITE CONTENT END *****************************/


/**************************** SITE FOOTER BEGIN ****************************/
#Footer{
	width: 960px;
	height: 34px;
	overflow: hidden;
	background: url(../media/images/shared/footer_bg.jpg) repeat-x;
}

#Copyright{
	width: 100%;
	color: #666;
	margin: 10px auto;
	text-align: center;
}

#FooterLinks{
	width: 100%;
	color: #666;
	margin: 10px auto;
	text-align: center;
}

#FooterLinks a{
	font-weight:bold;
	color: #A10808;
}
/***************************** SITE FOOTER END *****************************/


/************************ SITE CONTENT TEXT BEGIN ***************************/
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h3{ /* ERROR HEADER */
	color: #990000; 
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	margin:10px 0px 20px 0px;
}

dt{
	text-align: justify;
	margin: 2px 0px;
	padding: 0px;
	font-weight: bolder;
}

dd{
	text-align: justify;
	margin: 8px 10px 8px 15px;
	padding: 0px;
}

hr{
	width: 80%;
	height: 1px;
	clear: both;
	border-bottom: 0px;
	text-align: center;
}

ul,ol{
	margin:0px;
	padding:0px 25px;
}

li{
	margin: 6px 0px;
	padding: 0px;
}

table.Site{
	text-align: center;
}

table.Site th{
	background: #000000;
	text-align: center;
	color: #FFFFFF;
	padding: 3px 8px;
}

table.Site td{
	border: 1px solid #565756;
	background: #FFFFFF; 
	padding: 3px 8px;
}

table.Site td.Spacer{
	border: 0px;
	padding: 0px;
	height: 2px;
	line-height: 2px;
	background: #FFFFFF;
}

table.Site td.Emphasis{
	background: #DBDEDE;
	text-align: left;
}

table.Site td.Alt{
	background: #DBDEDE;
}

table.Site td.Clear{
	border: 0px;
	background: #FFFFFF;
}

p{
	padding: 0px;
	margin: 11px 0px;
	text-align:justify;
}

p a, td a{
	color: #A10808;
	font-weight: bold;
	text-decoration: none;
}

p a:hover, td a:hover{
	text-decoration: underline;
}
/************************* SITE CONTENT TEXT END ****************************/


/************************** SITE LANDING BEGIN ******************************/
#Welcome{
	position: relative;
	width: 435px;
	height: 590px;
	overflow: hidden;
	margin: 50px auto 0px auto;
}
/*************************** SITE LANDING END *******************************/
#NewsMsg{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 217px;
	margin-top: -108px;
	margin-left: -250px;
	background: url(../media/images/news/msg.gif) no-repeat;
}

#NewsMsgClose{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 25px;
	height: 25px;
}

#NewsMsgClose a{
	display: block;
	height: inherit;
	outline: none;
	text-decoration: none;
}
