/*
	Judge Alice Green:	#1B703A
	Off-Color Orange: 	#C77E0C
	White:			#000000
*/

body {
	background-color:#1B703A;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 717px;
}
a{
	font-size:12px;
}

.signature {
	font-family: cursive;
	font-size: 2em;
}

p{
	margin: 15px 0px;
}

.small {
	font-size: .8em;
}
/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(/_assets/headers/rotate.php);
	background-repeat: no-repeat;
	background-position: 0px 30px;
	width:717px;
	height:170px;
	position:relative;
}
#header ul{
	background-color:#1B703A;
	width:711px;
	border: 3px solid #FFFFFF;
	display:block;
	top:140px;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:22px;
	padding:5px 0px 0px 0px;
	text-align:center;
}
#header li{
	display:inline;	
}
#header ul a{
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 15px;
}
#header ul a:hover{
	text-decoration:underline;
	color:#C77E0C;
}
#logo_w1,#logo_w2 {
	font-size: 36px;
	font-style:italic;
	color:#FFFFFF;
	position:absolute;
}
#logo_w1{
	top:20px;
	left:40px;
}
#logo_w2{
	top:55px;
	left:52px;
}
#quote {
	font-style: italic;
	font-weight: bold;
	color: #C77E0C;
	top: 20px;
	left: 275px;
	position: absolute;
	width: 225px;
	height: 80px;
	overflow: hidden;
	align: right;
}
#header_text {
	top:80px;
	left:30px;
	width:430px;
	position:absolute;
}
#header_text p{
	font-size: 22px;
	color:#FFFFFF;
}
#header_text a{color:#28556b;}
#header_text a:hover{color:#c77e0c;}
/********************** Content ***************************/
#content {
	background-image:url(/_assets/content_bg.gif);
	width:717px;
}
img{
	border-width:0px;
}
textarea {
	width: 300px;
	height: 200px;
}
h1{
	color:#000000;
	font-size:14px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#1B703A;
	font-size:14px;
	text-align:center;
	width:200px;
	margin: 10px 0px 15px 0px;
}
#left {
	float:left;
	width:428px;
	margin-left:27px;
	padding: 0px 10px 30px 0px;
	display:inline;
}
#left ul {
	margin: 0px 0px 0px 20px;
}
#left a{color:#28556b;}
#left a:hover{color:#c77e0c;}

#left ul.left {
	float: left;
	text-align: left;
	width: 45%;
	margin-bottom: 1.2em;
}
#left ul.right {
	float: right;
	text-align: left;
	list-style: none;
	width: 45%;
	margin-bottom: 1.2em;
	background-color: #C77E0C;
}

#left span.left {
	float: left;
	text-align: left;
	width: 45%;
	margin-bottom: 1.2em;
}
#left span.right {
	float: right;
	text-align: left;
	list-style: none;
	width: 45%;
	margin-bottom: 1.2em;
}

div.photos a{
	margin-right:14px;
}
div.photos img {
	border: medium solid white;
	margin: 3px;
	vertical-align:middle;
}



#left span.floatingimageright {
	float: right;
	margin: 5px 0px 5px 5px;
	clear: none;
}
#left span.floatingimageleft {
	float: left;
	margin: 5px 5px 5px 0px;
	clear: none;
}


#right {
	float:right;
	width:210px;
	padding: 0px 20px 20px 20px;
	margin-top:10px;
	border-left: #FFF 2px solid;

}
#right p.small {
	margin-top: 10px;
}
#right a{
	color:#c77e0c;
}
#right a:hover{
	color:#1B703A;
}
#right .center {
	text-align: center;
}
#right ul {
	margin: 0px 0px 0px 20px;
}
#right hr {
	margin: 0px 0px 0px 20px;
}
#right #paypalform {
	text-align: center;
}
#right div.facebookicon {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#right div.facebookicon span.left {
	float: left;
	padding-right: 7px;
}
#right div.facebookicon span.right {
	text-align: right;
}

/********************** Footer ***************************/
#footerline {
clear:both;
font-size:1px;
height:10px;
}
#footer {
	width:717px;
	text-align:center;
	padding: 10px 0px;
	color: white;
	font-size: .6em;
}
#footer a {
	color: white;
	font-size: 1em;
}