body {
	background: #808080 url(../images/back_gradient.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #666666;
}

hr {
	color: #666666;
}

a:link {
	text-decoration:none;
	color: #D88508;
   /*color: #FF9900;*/
}
a:visited {
    text-decoration:none;
    color: #D88508;
	/*color: #FF9900;*/
}
 
a:hover {
    text-decoration:none;
    color: #999999;
}	

a:active {
	text-decoration:none;
	color: #999999;     /*color: #0070C0; */
}

ul.arrow {
}

ul.arrow li {
	list-style-image: url(../images/arrow.jpg);
	padding-bottom: 1.5em;
	line-height: 1.4em;
}

#wrapper {
	width: 874px;
	margin: 28px auto 0 auto;
	background: url(../images/content_back.jpg) repeat-y;
}

#topBorder {
	width: 874px;
	height: 20px;
	background: url(../images/border_top.jpg) no-repeat;
}

#leftBorder {
	float: left;
	width: 13px;
	height: 687px;
	background: url(../images/border_left.jpg) no-repeat;
}

#contentWrapper {
	float: left;
	width: 804px;
	min-height: 662px;
	padding: 5px 22px 20px 22px;
	background: #FFFFFF;
}

#pageHeader {
	height: 73px;
	padding: 9px 0 0 0;
}

#logo {
	float: left;
}

#login {
	float: right;
	margin-right: 10px;
	text-align: left;
}

#loginLabelBox {
	float: left;
	margin-right: 10px;
}

.loginLabel {
	float: right;
	margin: 6px 0 10px 0;
	font-size: .8em;
	color: #0C345F;
}

#loginInputBox {
	float: left;
}

#login input {
	float: left;
	font-size: .8em;
	margin: 6px 0 0 6px;
}

#loginButton {
	width: 16px;
	height: 17px;
}

#topPhone {
	margin-left: 6px;
	font-size: 1.7em;
	color: #0C345F;
}

#mainMenu {
	height: 33px;
}

#mainMenu li {
	float: left;
}

#mainMenu ul li ul {
	margin: -4px 0 0 16px;
	padding: 12px 3px 8px 3px;
	position: absolute;
	z-index: 10;
	display: none;
	background: #FFFFFF url(../images/submenu_back.jpg) repeat-x;
	color: #646666;
	border-left: 1px solid #C6D1E0;
	border-right: 1px solid #C6D1E0;
	border-bottom: 1px solid #C6D1E0;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;	
}

#mainMenu ul li ul li {
	clear: left;
	width: 100%;
	font-size: .75em;
	line-height: 2.5em;
	border-bottom: 1px solid #FFFFFF;
}

#mainMenu ul li:hover ul {
	display: block;
}

#mainMenu ul li ul li:hover {
	background: #B9C2CE;
}

#mainMenu ul li ul li a {
	padding: 4px;
}

#mainMenu ul li ul li a,
#mainMenu ul li ul li a:visited {
	color: #646666;
	font-weight: bold;
}

#mainMenu ul li ul li a:hover,
#mainMenu ul li ul li a:active {
	color: #646666;
	font-weight: bold;
}

#footer {
	clear: both;
	margin: 15px 0 0 0;
	padding: 17px 0 0 0;
	text-align: center;
	font-size: .75em;
	border-top: solid 1px #808080;
}

#footer p {
	line-height: 1.5em;
}

#footer a:link {
	text-decoration:none;
	color: #666666;
}
#footer a:visited {
    text-decoration:none;
    color: #666666;
}
 
#footer a:hover {
    text-decoration:none;
    color: #FF9900;
}	

#footer a:active {
	text-decoration:none;
	color: #666666;    
}
#rightBorder {
	float: left;
	width: 13px;
	height: 687px;
	background: url(../images/border_right.jpg) no-repeat;
}

#bottomBorder {
	clear: both;
	width: 874px;
	height: 26px;
	background: url(../images/border_bottom.jpg) no-repeat;
}

.orange {
	color: #D88508;
	/*color: #FF9900;*/
}

.imagePad {
	padding: 10px;
}

.block {
	display: block;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clearBoth {
	clear: both;
}

.errorText {
	color: #FF0000;
}

.errorBackground {
	background: #FF0000;
}
