@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(images/bkg_tile.jpg);
	background-repeat:repeat-x;
	background-color:#d6dde0;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color:#728083;
}
a {
	color:#d01e24;
}
a:hover {
	background-color:#d01e24;
	color:#ffffff;
	text-decoration:none;
}
#wrapper {
	background-image:url(images/bkg.jpg);
	background-repeat:no-repeat;
	width:958px;
	margin-right:auto;
	margin-left:auto;
}
#wrapper_inner {
	background-image:url(images/content_bkg.png);
	background-repeat:repeat-y;
	width:978px;
}
#content {
	width:958px;
	padding-left:15px;
}
#content_bottom {
	background-image:url(images/content_bkg_bottom.png);
	background-repeat:no-repeat;
	width:978px;
	height:10px;
}
#logo {

}
#main_image {
	background-image:url(images/fish.jpg);
	background-repeat:no-repeat;
	height:380px;
	width:500px;
	float:right;
}
#main_content_header{
	height:420px;
	width:928px;
	margin-left:30px;
}
.red{
	color:#d01e24;
}
#tagline_affiliate{
	font-size:4em;
	line-height:1;
}

/*Form Begins Here*/
#affiliate_form{
	margin-top:5px;
	padding-left:20px;
	padding-right:30px;
}
#affiliate_form h3 {
	font-size:20px;
	font-weight:normal;
}
#affiliate_form h1 {
	font-size:32px;
	font-weight:normal;
	color:#454547;
	margin:0px 0px 5px 0px;
}
#affiliate_form h1 {
	font-size:32px;
	font-weight:normal;
	color:#6c787a;
	margin:0px 0px 5px 0px;
}
#affiliate_form h2 {
	font-size:18px;
	font-weight:normal;
	color:#d01e24;
	margin:5px 0px 5px 0px;
}
#affiliate_form h3 {
	font-size:13px;
	color:#007cc3;
	margin:5px 0px 5px 0px;
}
#affiliate_form textarea {
	font:12px trebuchet ms, arial, verdana;
	border:1px solid #c0c0c0;
}
#affiliate_form li{
	list-style-type:disc;
	font-size:0.8em;
}
#affiliate_form p{
	margin-top:10px;
	margin-bottom:10px;
	font-size:0.8em;
}
#affiliate_form input, select{
	margin-bottom:3px;
}
.form_bold{
	font-weight:bold;
	color:#404b4d;
}
form {
	margin:0px;
}
.form_list_indent{
	margin-left:60px;
}
/*.form_list_indent li{
	list-style-type: disc;
	list-style-image: url('images/dot.gif');
	padding-left: -8px;
	padding-top: -3px;
}*/

.form_list_indent_left{
    float: left;
    width: 400px; 
    margin: 0px;
    padding: 15px 0px;
    border: 0px none; 
    list-style-position: inside;
    list-style-type: square;
    position: relative;
    left: 50px;
}

.form_list_indent_right{
    float: right;
    width: 400px; 
    margin: 0px;
    padding: 15px 0px;
    border: 0px none; 
    list-style-position: inside;
    list-style-type: square;
}

#formborder {
	padding:20px 20px 20px 75px;
	border:1px solid #ededed;
}
#formcolumn-left {
	float:left;
	padding-right:10px;
	margin-right:10px;
	border-right:1px dotted #dadada;
}
#formcolumn-right {
	float:left;
}
#formborder2 {
	padding:10px;
	margin-top:5px;
	border:1px solid #ededed;
	text-align:left;
}
#formborder2 H2 {
	font-size:16px;
	color:#454547;
	margin:0px 0px 5px 0px;
	text-transform:uppercase;
}
.hrdivide {
	border-top:1px dotted #dadada;
	margin:0px 0px 10px 0px;
}
.formsection {
	width:340px;
	text-align:right;
	font:12px/13px trebuchet ms;
	margin-bottom:7px;
	clear:both;
}
.formsection2 {
	width:220px;
	float:left;
	margin-bottom:5px;
}
.formheader {
	text-align:right;
}
.formheader2 {
	font:bold 15px trebuchet ms, arial, verdana;
	color:#278ab9;
	margin:10px 0px 5px 0px;
	text-align:left;
}
.formlabel {
	width:140px;
	color:#929292;
	font-weight:bold;
	float:left;
	margin:3px 0px 3px 0px;
}
.formlabel2 {
	width:200px;
	color:#278ab9;
	font-size:11px;
	font-weight:bold;
}
.formlabel3 {
	width:320px;
	color:#929292;
	font-weight:lighter;
	float:left;
	margin:3px 0px 3px 3px;
}
.formrow {
	clear:both;
}
.formcell {
	width:300px;
	float:left;
}
.formrow2 {
	width:220px;
	margin-bottom:5px;
}
.referralform {
	border:solid 1px #3083bc;
	background-color:#f2f2f2;
	text-align:center;
}
.req {
	color:#cc0000;
	font-weight:bold;
}
.submit {
	background:url(/images/global/submitbg.gif) bottom left repeat-x;
	border:1px solid #666;
	font:bold 12px trebuchet ms, arial, verdana;
	color:#FF3300;
	width:100px;
}
input.required, textarea.required {
	border: 1px solid #c0c0c0;
}
input.validation-failed, textarea.validation-failed, select.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
.validation-advice {
	color : #FF3300;
	font-weight: bold;
}
.error {
	color:#ff3300;
	border-color:#ff3300;
}  
  /*Form Ends Here*/
