@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0;}

body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #222222;
	line-height: 1.75em;
	text-align:left;
	background-image: url(images/background.gif);
	background-repeat:repeat-x;
	background-color:#EFEFEF;
}
html, body{
	height: 100%;
	margin: 0px auto;
	padding: 0px;
}
a:link {
	color: #820024;
	text-decoration: none;
}
a:visited {
	color: #777777;
	text-decoration: none;
}
a:hover {
	color: #EEEEEE;
	background-color: #820024;
	text-decoration:underline;
}
a:active {
	color: #AAAAAA;
	text-decoration: none;
}
h1{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 42px;
	color: #820024;
	font-weight:normal;
	line-height: 1.1em;
	margin-top: .25em;
	margin-bottom: .5em;
}
h2{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 24px;
	color: #820024;
	font-weight:normal;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: .5em;
}
h3{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	color: #820024;
	font-weight:normal;
	line-height: 1em;
	margin-top: .25em;
	margin-bottom: .5em;
}
h4{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #820024;
	font-weight:bold;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: .5em;
	text-transform:uppercase;
}
p{
	margin-top: 1px;
	margin-bottom:32px;
}
.p2{
	font-size:11px;
	line-height:1.75em;
}
.psmall{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.psmall_caps{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform:uppercase;
}
/******* Wrapper  *******/
#wrapper{
	width: 100%;
	height: 100%;
	
}
/****** Header ******/
#header{
	width: 920px;
	height: 110px;
	margin: 4px auto 0 auto;
	padding: 0;
	display: block;
	position: relative;
	background-image: url(images/header.jpg);
	background-repeat:no-repeat;

}
.login{
	float: right;
	margin-right: 25px;
	margin-top: 82px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/***** Menu ****/
#menu{
	width: 920px;
	height: 32px;
	margin: 0 auto;
	position: relative;
	background-image: url(images/menu_bkgrd.jpg);
	background-repeat: no-repeat;
}
ul li {
	display: block;
	list-style-type:none;
	float: left;
	margin-top: 6px;
	margin-left: 20px;
	line-height:1em;
}
a.menu:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform:uppercase;
	font-weight:bold;
}
a.menu:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform:uppercase;
	font-weight:bold;
}
a.menu:hover {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform:uppercase;
	text-decoration:underline;
}
a.menu:active {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform:uppercase;
}
/**** Content ****/
#content{
	width: 920px;
	margin: 0 auto;
	padding-bottom: 30px;
	position: relative;
	background-image: url(images/content_body.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
}
#column_left{
	width: 584px;
	float: left;
	background-image:url(images/divider_vert.gif);
	background-position:right;
	background-repeat:repeat-y;
	padding-right: 40px;
	margin-left: 24px;
	margin-right: 0px;
	margin-top: 26px;
}
#column_right{
	width: 222px;
	float: left;
	margin-left: 14px;
	margin-right: 10px;
	margin-top: 26px;
	padding-right:6px;
}
#column_privacy{
	width:820px;
	background-color:#FFFFFF;
	padding-right:32px;
	margin-left:32px;
	margin-right:0px;
	margin-top:26px;
}
.image_lg{
	border: 3px solid #DDDDDD;
	margin-right: 20px;
	margin-left: 4px;
}
.image_widget{
	border: 3px solid #DDDDDD;
	margin-right: 20px;
	margin-top: 7px;
	margin-bottom: 4px;
}
#widget_services{
	background-image: url(images/widget_header.jpg);
	padding-left: 7px;
	padding-top:10px;
	background-repeat:no-repeat;
}
.widget_footer{
	margin-left:-10px;
	margin-top:8px;
}
.red{
	color:#820024;
}

/****** Footer ******/
#footer{
	width: 920px;
	height: 70px;
	margin: 0 auto 0 auto;
	padding: 0;
	position: relative;
	background-image: url(images/footer.jpg);
	background-repeat:no-repeat;

}
#footer_links{
	width: 800px;
	font-size: 9px;
	font-weight: bold;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	float:left;
}
#legalese{
	margin-top: 8px;
	margin-left: 26px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	clear: left;
}
ul li.footer{
	margin-top: 14px;
}
	