@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
}
/*start my code*/
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.2em;
	font-weight:normal;
	font-style:normal;
	color: #FFFFFF;
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	background-color:#000000;
	margin:0;
	padding:0;
}
#full_width{
	background-image:url(../images/header_wrap.png);
	background-position:top center;
	background-repeat:repeat-x;
	width:100%;
}
#wrapper{
	width:960px;
	margin:0 auto 0 auto;
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-x;
}
#header{
	background-image:url(../images/header_bg.gif);
	background-repeat:no-repeat;
	width:940px;
	height:210px;
	padding:25px 10px 0px 10px;
}
#header h1{
	width:540px;
	height:36px;
	background-image:url(../images/header_h1.png);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	color: #000000;

}
#header span{
	display:none;
}
#header #navigation{
	width:600px;
	min-height:25px;
	padding-top:130px;
	float:right;
	font-size:1.0em;
}
#header #navigation ul{
	padding:0;
	margin:0;
	text-align:right;
}
#header #navigation ul li{
	display:inline;
	margin-left:50px;
}
#header #navigation ul li span{
	display:none;
}
#header #navigation ul li a{
	padding-bottom:10px;
}
#header #navigation ul li a:hover{
	border-bottom:1px dashed #FFFFFF;
}
#content{
	width:940px;
	min-height:707px;
	border-top:1px dashed #FFFFFF;
	background-color:#1a0000;
	padding:10px;
}
#content p{
	font-size:.8em;
	line-height:1.5em;
	padding:0em 0em .8em 0em;
	margin:0;
}
#content #content_left{
	width:542px;
	min-height:366px;
	float:left;
	padding:0px;
}
#content #content_left h2{
	width:542px;
	height:25px;
	padding:0px;
	margin:10px 0px 10px 0px;
	font-size:1.5em;
	line-height:1em;
}
#content #content_left h2 span, #content h3 span{
	display:none;
}
#content #content_left #text{
	background-image:url(../images/text_bg.png);
	width:512px;
	padding:15px;
	min-height:360px;
}
#content #content_left #quote{
	background-image:url(../images/quote_bg.gif);
	background-repeat:no-repeat;
	width:440px;
	min-height:93px;
	margin:1em 0em;
	padding:0px 36px 0px 36px;
}
#content #content_right{
	width:375px;
	float:left;
	padding:0px;
	margin:50px 0px 0px 20px;
}
#content #content_right #submit{
	width:160px;
	padding:0px;
	margin:0 auto 0 auto;
}
#content #content_right #submit h3{
	height:20px;
	padding:0px;
	background-image:url(../images/ready_h3.png);
	background-repeat:no-repeat;
}
#content #content_right #submit span{
	display:none;
}
#content #bottom{
	width:940px;
	margin-top: 115px;
}
#content #bottom #thirds{
	width:300px;
	float:left;
}
#content #bottom #forths{
	width:220px;
	float:left;
}
#content h3{
	text-transform:uppercase;
	font-weight:normal;
	font-size:1em;
	padding-bottom:.2em;
	height:18px;
	letter-spacing: 1px;
}
#footer{
	width:960px;
	min-height:50px;
	font-size:.6em;
	padding:10px 0px;
}
#footer_left{
	width:635px;
	float:left;
}
#footer_right{
	width:305px;
	float:right;
	text-align:right;
	padding-right:10px;
}
#footer ul{
	padding:0;
	margin:0px 0px 0px 10px;
}
#footer ul li{
	display:inline;
	margin-right:10px;
	text-transform:uppercase;
}
#footer a{
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
.right{
	margin-right:20px;
}
.image{
	
	border: 1px dashed #FFFFFF;
	padding:6px;
}
.italic{
	font-style:italic;
	text-align:justify;
}
.ration_subhead{
	background-image:url(../images/ration_h3.png);
	background-repeat:no-repeat;
}
.doit_subhead{
	background-image:url(../images/doit_h3.png);
	background-repeat:no-repeat;
}
.create_subhead{
	background-image:url(../images/create_h3.png);
	background-repeat:no-repeat;
}
.image_subhead{
	background-image:url(../images/images_h3.png);
	background-repeat:no-repeat;
}
.carrier{
	background-image:url(../images/carrier_bg.png);
	background-repeat:no-repeat;
	width:880px;
	height:475px;
	float:right;
	margin-top:-320px;
	margin-left:70px;
	z-index:10;
	position:absolute;
}
.disclaimer{
	background-image:url(../images/text_bg.png);
	float:right;
	font-size:.7em;
	padding:10px;
	width:280px;
}
input {
	width: 125px;
}
#form{
	width:480px;
	height:200px;
	margin-bottom:20px;
	z-index:20;
	position:absolute;
}
#form td{
	font-size:.7em;
	font-weight:bold;
	text-transform:uppercase;
	padding:5px 0px 5px 0px;
	
}
.credits{
	padding-left:20px;
	text-indent: -20px;
}
a{
	color:#C00;
}