/*DOBBS*/

body{
	background:url(../img/bg.png) #013059;
	background-position:top left;
	background-repeat:repeat-x;
	background-attachment:fixed;
	font-family:arial, verdana, helvetica, sans-serif;
	font-size:13px;
}

.wrap{
	width:970px;
	margin:50px auto 50px auto;
}

.content_wrap{
	width:670px;
	background:#;
	float:left;
	margin:0 10px 0 0;
	padding:0 10px 0 0;
}

.content{
	
	
}

.sidebar{
	width:200px;
	background:#;	
	float:left;
	margin:0;
}

.youtube{
	width:640px;
	background:#fff;
	padding:30px 15px 15px 15px;
	margin:15px 0 0 0;
}

.sign{
	width:640px;
	background:url(../img/oj.png);
	background-position:top left;
	background-repeat:repeat-y;
	padding:15px 15px 15px 15px;
	margin:25px 0 0 0;
}

.sign p{
	color:#fff;
	margin:10px 0 0 0;
	padding:0;
}

form{
	margin:0;
	padding:0;
}

form input.text{
	width:160px;
	border:1px solid #fff;
	padding:0;
	background:#fff;
	vertical-align:text-bottom;
	color:#444;
	margin-right:3px;
}
form input.subject{
	width:550px;
	border:1px solid #fff;
	padding:0;
	background:#fff;
	vertical-align:text-bottom;
	color:#444;
	margin-right:3px;
}

form input.zip{
	width:45px;
	border:1px solid #fff;
	padding:0;
	background:#fff;
	vertical-align:text-bottom;
	color:#444;
	margin-right:3px;
}

form input.checkbox{
	
}

form input.submit{
	width:60px;
	background:#2d68a8;
	color:#fff;
	margin-right:0;
	text-transform:uppercase;
	border:none;
	vertical-align:text-bottom;
	padding:0;
		
}

form textarea.ta {
    width:550px;
    margin-bottom:10px;
}

.wm{
	text-transform:uppercase;
	color:#444;
	padding:0;
	margin:0;
}

.box{
	width:640px;
	background:#fff;
	padding:15px;
	margin:15px 0 0 0;
}

.letter{
	margin:25px 0 0px 0;
	padding:5px 0 0px 0;
	border-top:1px dotted #e7e7e7;
	clear:both;
}

.letter ul{
	list-style-type:circle;
}

.letter ul li{
	margin:0 0 15px 0;
	padding:0;
}

.shim{
    margin-bottom:25px;
    padding-bottom:10px;
	border-bottom:1px dotted #e7e7e7;
}

.letter h2{
	padding:0 15px 0 15px;
}

.letter p{
	color:#fff;
	font-size:1em;
	line-height:1.75em;
	padding:0 15px 0 15px;	
}

.signatures{
	width:640px;
	margin:25px 0 15px 0;
	padding:0 15px 15px 15px;
	float:left;
	border-bottom:1px dotted #fff;
}

.signatures ul.left{
	width:310px;
	margin:0 15px 0 0;
	padding:0;
	list-style-type:none;
	float:left;
}

.signatures ul.left li{
	margin:0 0 15px 0;
}

.signatures ul.right{
	width:310px;
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
}

.signatures ul.right li{
	margin:0 0 15px 0;
}

.footer{
	margin:15px 0 60px 0;
	padding:0 15px 0 15px;
	border:;
	clear:both;
}

.footer p{
	font-size:0.75em;
	color:#999;
}

ul{
	color:#fff;
}

ul.latest_signatures{
	width:168px;
	padding:15px;
	margin:15px 0 0 0;
	border:1px #fff solid;
	
	list-style-type:none;
	
}

ul.latest_signatures li{
	margin:0 0 5px 0;
}

ul.latest_signatures li h2{
	margin:0 0 10px 0;
}

ul.share{
	padding:0 0 15px 0;
	margin:17px 0 15px 0;
	list-style-type:none;
	border-bottom:1px dotted #fff;
}

ul.share li{
	margin:0 0 5px 0;
	display:inline;
}

ul.action{
	padding:0 0 15px 0;
	margin:10px 0 15px 0;
	list-style-type:none;
	border-bottom:1px dotted #fff;
}

ul.action li{
	margin:0 0 10px 0;
}


/* TEXT */

h1{
	font-family:georgia, times new roman, serif;
	font-size:4em;
	color:#fff;
	font-weight:normal;
	letter-spacing:0.05em;
	line-height:0;
}

h2{
	
	font-size:1.25em;
	font-weight:bold;
	color:#fff;
	text-transform:;
	font-style:italic;
	letter-spacing:0.1em;
	text-align:text-top;
	margin:0 0 5px 0;
	padding:0;
}

p{
	color:#555;
}

.sign p.error{
	color:#ff0000;
    font-weight:bold;
}

.sign .input_error{
	border:1px solid #ff0000;
}

/* LINKS */

a{outline:none;}

a:link{text-decoration:none; border-bottom:none; color:#ff9600;}
a:visited{text-decoration:none; border-bottom:none; color:#ff9600;}
a:active{text-decoration:none; border-bottom:none; color:#ff9600;}
a:hover{text-decoration:none; border-bottom:1px dotted #ff7800; color:#ff7800;}

ul.share li a{text-decoration:none; border:none;}

a img{border:none;}

.spinner {
    padding-top:5px;
    display:none;
}


