/* ====================================================
   General styles
   ==================================================== */

body {
line-height: 1.4;
}

a {
outline: none;
color: #e00413;
} 
	a:hover,
	a:focus {
	color: #ff460d;
	}

h1 {
text-transform: uppercase;
text-decoration: underline;
font-size: 16px;
padding-bottom: 5px;
}
	
h2 {
font-size: 14px;
margin-bottom: 5px;
margin-top: 10px;
background: url(../images/bg_h2.png) left top repeat-y;
color: #fff;
padding: 0 5px 1px 5px;
}
h3 {
font-size: 12px;
margin-left: 5px;
text-decoration: underline;
}

.clear {
clear: both;
height: 1px;
}
.fl_right {
float: right;
}
.fl_left {
float: left;
}

/* ================================================== 
   Styles for index.php
   ================================================== */

#wrapper {
width: 1000px;
margin: 0 auto;
border-left: 1px solid #5a5a59;
position: relative;
}
#header {
height: 151px;
background: url(../images/bg_header.jpg) left top no-repeat;
}
	#header img {
	position: absolute;
	top: 10px;
	left: 110px;
	}
	
#mainbody {
background: url(../images/red_border.png) left top repeat-x;
padding-top: 29px;
}
.left_col {
width: 169px;
height: 415px;
float: left;
border-right: 1px solid #5a5a59;
background: #e3e2e2 url(../images/bg_left.png) left top repeat-x;
font-size: 11px;
font-style: italic;
line-height: 1.2;
text-align: center;
padding-top: 40px;
}
	.left_col p {
	padding: 8px 15px;
	}
	
.content {
float: right;
width: 799px;
padding-left: 30px;
margin-top: 20px;
}
	#homepage .content {
	background: url(../images/target.png) center center no-repeat;
	}
	.red_form {
	background: url(../images/bg_form.png) left top no-repeat;
	height: 382px;
	width: 273px;
	float: right;
	margin-left: 90px;
	color: #fff;
	padding: 15px 12px;
	}
	.red_form strong {
	display: block;
	padding: 5px;
	}
	.red_form span {
	font-size: 12px;
	padding-bottom: 5px;
	display: block;
	}
	.error {
	background-color: #fff8c0;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	margin: 0 5px;
	padding: 0 5px;
	}
	.red_form table {
	margin-top: 5px;
	}
	.red_form table tr td {
	padding: 6px 5px 7px 5px;
	}
	.red_form table input {
	border: 1px solid #000;
	padding: 2px;
	width: 155px;
	}
	.red_form table select {
	border: 1px solid #000;
	}
	.btn a {
	display: block;
	border: 1px solid #000;
	background: #010101 url(../images/bg_button.png) left top repeat-x;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 3px 0;
	margin: 7px 20px 0 20px;
	}
	.btn a:hover,
	.btn a:focus {
	background: #010101 url(../images/bg_button_over.png) left top repeat-x;
	}
	
	
.content p {
padding-left: 5px;
}
.box {
background: url(../images/gradient_box.png) left top repeat-y;
margin-top: 25px;
padding: 10px 15px 5px 10px;
margin-bottom: 13px;
}
.box strong {
color: #cb0538;
text-transform: uppercase;
}
.box span {
font-weight: bold;
text-transform: uppercase;
}
.box p {
padding-bottom: 10px;
}
p.small {
font-size: 12px;
}
	

#footer {
clear: both;
background: url(../images/bg_footer.png) left top repeat-x;
height: 93px;
}
	#footer img.fl_right {
	padding: 17px 80px 0 0;
	}
	#footer img.fl_left {
	padding: 32px 0 0 310px;
	}

table.bottom {
margin: 0 auto;
font-size: 11px;
padding: 8px 0;
color: #818181;
}

/* ================================================== 
   Styles for rules.php
   ================================================== */

#rules #wrapper {
background: url(../images/bg_left_col.png) left top repeat-y;
}
#rules .content {
margin-top: 10px;
font-size: 12px;
padding-bottom: 20px;
}
a.back {
float: right;
}
#rules h1 {
clear: both;
padding-top: 10px;
margin-bottom: 10px;
}
#rules h2 {
background-color: #A10128;
background-image: none;
margin-top: 5px;
}
#rules .content span {
font-size: 11px;
text-decoration: underline;
}
#rules .content p {
padding-bottom: 10px;
}
#rules .content ul {
margin-left: 35px;
margin-bottom: 10px;
}
#rules .content ul ul {
list-style-type: circle;
margin-left: 20px;
}
   
/* ================================================== 
   Styles for form.php
   ================================================== */   

#form #wrapper {
background: url(../images/bg_left_col.png) left top repeat-y;
}
#form .content {
margin-top: 30px;
background: url(../images/target.png) right top no-repeat;
font-size: 12px;
width: 790px;
padding-left: 40px;
padding-bottom: 20px;
}
.form2 {
padding-left: 15px;
background-color: #e8e7e7;
width: 320px;
padding: 5px 20px 20px 20px;
margin-top: 15px;
}
.form2 .error {
padding: 3px 5px;
margin: 10px 0 0 0;
}
.form2 p {
margin-top: 10px;
font-weight: bold;
padding-left: 0;
padding-bottom: 3px;
}
.form2 input {
margin-left: 5px;
}
.form2 textarea {
width: 315px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.form2 span {
font-size: 11px;
font-style: italic;
font-family: Arial, Helvetica, sans-serif;
}
.check {
padding-left: 20px;
padding-top: 5px;
}
#form .btn a {
border: 1px solid #8e0203;
background: #a10304 url(../images/bg_button_red.png) left top repeat-x;
margin: 15px 0 0 0;
}
#form .btn a:hover,
#form .btn a:focus {
background: #010101 url(../images/bg_button_red_over.png) left top repeat-x;
}
#form h3 {
text-decoration: none;
padding: 20px 0 20px 0;
font-size: 14px;
}
span.small2 {
padding-left: 23px;
padding-bottom: 3px;
display: block;
}
.code {
background-color: #d2d2d2;
padding: 15px 20px;
text-align: center;
}
.code p {
font-weight: normal;
margin-top: 5px;
}
.code input {
margin: 0;
}


/* ================================================== 
   Styles for success.php
   ================================================== */

#success .content {
margin-top: 10px;
padding-bottom: 20px;
}
#success h1 {
clear: both;
padding-top: 10px;
margin-bottom: 10px;
}
#success .content p {
padding-bottom: 10px;
}
.box2 {
background-color: #E8E7E7;
padding: 15px 20px 15px 15px;
margin-top: 10px;
}
#success h1 {
text-decoration: none;
padding-left: 5px;
margin-bottom: 10px;
}
  
      
/* ======================================= 
   E N D  screen.css 
   ======================================= */
