/* CSS Document */

html, body {
	overflow-x: hidden;
}

body {
	margin: 0;
	padding-left: 230px;    /* LC fullwidth */
	padding-right: 260px;   /* RC fullwidth + CC padding */
	min-width: 280px;       /* LC fullwidth + CC padding */
	color:#585858;
	background-color:#fff;
	background-image:url(../images/main_bkg.gif);
	background-repeat:repeat-x;
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.8em;
}

h1 {
	margin-top:2.5em;
	font-size:1.5em;
	font-weight:normal;
}

h2 {
	margin-top:0.5em;
	margin-bottom:0px;
	font-size:1.1em;
	font-weight:bold;
	line-height:1em;
}

a {
	color:#000;
}

a:visited {
	color:#585858;
}

p, li {
	margin-top:0.5em;
	line-height:1.5em;
}

hr {
	border: 0px;
	border-top: solid 1px #940332;
	border-bottom: transparent;
}


input, select, textarea {
	font-size:0.95em;
}


/** Colors **/

.maroon {
	color:#940332;
}


/** Classes **/

.column {
	position: relative;
	float: left;
	margin-top:15px;
}

.adbox_container {
	margin:30px 30px 0px 0px;
	background-color:white;
	border:1px solid #940332;
	font-size:0.9em;
	padding:10px;
}

.spacer {
	padding-left:3px;
	padding-right:3px;
	color:#940332;
}

.slider {
	padding:5px;
	border-bottom:1px dotted #940332;
}

p.slider a {
	text-decoration:none;
}

p.slider a:hover {
	text-decoration:underline;
}

.resultlist_item {
	margin:0px 0px 20px 0px;
	background-color:white;
	border:1px solid #940332;
	padding:10px;
}

.resultlist_item h1 {
	margin:0em;
}

.formelements {
	padding-top:5px;
	padding-bottom:0px;
}

.fitem {
	float:left;
}

.fitem_desc {
	float:left;
	font-size:11px;
	padding: 5px 10px 0px 3px;
	cursor:pointer;
}

.inv {
	display:none;
	visibility:hidden;
}


/** Identifiers **/

#header, #footer {
	margin-left: -230px;    /* LC fullwidth */
	margin-right: -260px;   /* RC fullwidth + CC padding */
}

#header {
	padding:0px;
	padding-bottom:20px;
	background-image:url(../images/header_bkg.gif);
	background-repeat:repeat-x;
	height:110px;
}

#footer{
	font-size:12px;
	height:30px;
	padding-top:15px;
	text-align:center;
	border-top:1px solid silver;
	background-image:url(../images/footer_bkg.gif);
	background-repeat:repeat-x;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#logocontainer {
	text-align:left;
	padding-top:20px;
	padding-bottom:10px;
	padding-left:13px;
}

#claimcontainer {
	position:absolute;
	top:43px;
	left:265px
}
span.claim{
	color:black;
	font-weight:bold;
	font-style:italic;
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
}
#navigation {
	padding: 3px 0px 2px 266px;
	font-size:0.9em;
	height:1.4em;
	background-color:#940332;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}

#navigation a {
	color:#FFF;
	text-decoration:none;
	margin-right:25px;
}

#center {
	padding: 0 35px;
	margin-top:-7px;
	width: 100%;
	background-position:top center;
	background-image:url(../images/content_bkg.gif);
	background-repeat:no-repeat;
	min-height:460px;
}

#left {
	width: 220px;           /* LC width */
	padding: 0 5px;         /* LC padding */
	right: 280px;           /* LC fullwidth + CC padding */
	margin-left: -100%;
}

#right {
	width: 190px;           /* RC width */
	padding: 0 10px;        /* RC padding */
	margin-right: -100%;
}

#searchbox {
	margin:30px 25px 30px 0px;
	padding:10px;
	background-color:#aeb7be;
	border:1px solid #940332;
	color:#FFF;
	font-size:0.9em;
	font-weight:bold
}

#facts_container {
	margin:50px 0px 0px 0px;
	background-color:white;
	border:1px solid #940332;
	padding:10px;
}

#facts_container h1 {
	margin:0em;
}

#functions {
	width:100%;
	border-top:1px solid #940332;
	border-bottom:1px solid #940332;
	height:26px;
	margin-top:30px;
	align:center;
}

#functions_listview {
	width:100%;
	border-top:1px dotted #940332;
	height:26px;
	padding-top:3px;
	margin-top:10px;
	align:center;
}

#functions a, #functions_listview a {
	color:#585858;
	text-decoration:none;
}


/*** IE6 Fixes ***/

* html #left {
	left: 210px;            /* RC fullwidth */
}

/** show complete background image of center column **/
* html #center {
	height:460px;
	margin-top:-17px;
}

/** correct margins of left and right column **/
* html .column {
	margin-top:5px;
}

.inputtext {
	width:200px;
}
textarea.inputtext {
	height:166px;
}
input.zip {
	width:40px;
}
input.city {
	position:absolute;
	left:48px;
	width:152px;
}

#right a {
	color:black;
}
#right a img {
	border-color:black;
}
