@charset "utf-8";
/* CSS Document */
/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, 				
blockquote, th, td { margin:0; padding:0; border:0; outline:0; font-size: 100%; vertical-align:baseline; background: transparent; }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
caption, th { text-align:left }
q:before, q:after { content:''}
/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a { outline:none } /* Gets rid of Firefox's dotted borders */
a img { border:none } /* Gets rid of IE's blue borders */

body { margin: 0; font-family: Arial, Verdana, sans-serif; font-size: 12px; text-align: center; vertical-align: top; background: url('images/background.jpg') repeat; color: black;}

form { margin: 0 0 0 20px; padding: 10px; height: auto; width: 700px; background: white; }
label,input, select { display: block; width: 200px; float: left; margin-bottom: 10px; }
label { color: black; font-weight: bold; font-size: 12px; text-align: right; width: 250px; padding-right: 20px; }
input, select { background: white; border: 1px solid gray; padding: 2px; }
select { width: 206px; padding: 1px; margin: 0 0 10px 0; }
br { clear: left; }
.submit { background: url(images/button.png) no-repeat; border: none; width: 225px; height: 75px; text-align: left; margin: 5px; }
h1 { font-size: 48px; }
h2 { font-size: 18px; color: #1A2047; }
h3 { margin: -10px 0 0 50px; background: white; font-size: 18px; width: 110px; height: auto; }
h4 { margin: -10px 0 0 50px; background: white; font-size: 18px; width: 125px; height: auto; }
a:link, a:visited { text-decoration: none; color: white; }
a:hover { text-decoration: underline; }
em a:link, a:visited { text-decoration: none; color: black; }
em a:hover { text-decoration: underline; }


.wrapper {
	margin: 0 auto 0 auto;
	min-width: 1000px;
}

.arrows1 { height: 90px; width: 675px; margin: -20px auto 0 auto; padding-top: 0;}
.arrows { height: 90px; width: 600px; margin: 20px auto 0 auto; }
.offer { height: 479px; width: 600px; margin: 0 auto 0 auto; border: 1px solid silver; background: white }
.offerwrapper { height: auto; width: auto; margin: 0 auto 0 auto; background: none; no-repeat top center; }
.offerheader { height: auto; width: 500px; margin: 0 auto; padding-top:0 }

.container {
	margin: 0 auto 0 auto;
	padding: 0 10px 20px 10px;
	width: 900px;
	height: auto;
	position: relative;
	overflow: visible;
	text-align: left;
	background: url('images/shadow.png') repeat-y center;
}

.header {
	float: left;
	width: 900px;
	height: 67px;
	padding: 0;
	text-align: right;
	background: url('images/header.gif') no-repeat center;
}

.navigation {
	margin: 29px 34px 0 0;
	word-spacing: 4px;
	color: white;

}

.navigation a:link, .navigation a:visited {
	font-weight: normal;
	color: white;
}

.middle {
	clear: both;
	width: 900px;
	margin: 0;
	padding: 0;
	text-align: left;
	background: white;
}

.left_column{
	float: left;
	width: 900px;
	height: 1000px;
	margin: 0;
	padding: 10px 0 0 0;
	background: #b2b2b2;
}
.left_column2{
	float: left;
	width: 650px;
	height: 265px;
	margin: 0;
	padding: 10px 0 0 0;
	background: white;
}

.left_column ul {
	height: 40px;
	position: relative;
	padding:0;
	margin: 20px 0 0 50px;
	list-style: none;
	background: url(images/bullet.jpg) no-repeat;
} 

.left_column li {
	padding:0;
	margin: 2px 0 0 37px;
	color: black;
}
.textbox2 {
	float: left;
	height: auto;
	width: 500px;
	margin: 0 0 0 35px;
	border: 1px dotted silver;
	padding: 10px 10px 10px 10px;
}
.textbox2 ul {
	color: #FF1493;
	position: relative;
	padding:0;
	margin: 10px 0 0 50px;
}

.right_column{
	float: right;
	width: 239px;
	height: 255px;
	padding: 20px 0 0 10px;
	background: white;
	border-left: 1px dotted silver;
}

.textbox {
	height: 102px;
	width: 239px;
	background: url('images/textbox.gif') no-repeat;
	padding: 13px 0 0 0;
	color: white;
	font-size: 16px;
	line-height: 22px;
}

.text1 {
	padding: 0 15px 0 30px;
	color: white;
}

.text2 {
	padding: 5px 15px 0 35px;
	color: #1A2047;
}

.footer {
	width: 920px;
	height: 80px;
	margin: 0 auto 0 auto;
	text-align:left;
	padding: 0;
	background: url('images/footer.png') no-repeat center;
	color: white;
	font-size:17px;
	font-weight: normal;
	letter-spacing: -.5px;
}

.footer2 {
	padding: 13px 19px 0 105px;

}

#footlinks, #footlinks a:link, #footlinks a:visited {
	color: white;
}


/* IE6 Hacks and Tweaks */
*html h3, *html h4 { position: relative; z-index: 1 }
*html .textbox2 {margin-left: 17px }