/* CSS Document

created for the 'going green' 
area on kimdickey.com

date created: 08-13-07
created by: kristopher olds
of First American Title Insurance Company
*/


body{
	text-align:center;
	margin:100px 0 0 0;
	padding:0;
	background:url(images/bgimg.gif) repeat top left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	}
	
a{
	color:#000000;
	text-decoration:underline;
	line-height:14px;
	font-size:10px;
	}
	
a:hover{
	text-decoration:none;
	}
	
#kdwrap{
	text-align:center;
	margin:0 auto;
	padding-bottom:15px;
	width:800px;
	background:url(images/wrapbg-bottom.gif) no-repeat bottom left;
	}
	
#header{
	margin:0;
	width:800px;
	height:161px;
	background:url(images/wrapbg-top.gif) no-repeat bottom left;
	}

#kdimg{
	margin-top:-91px;
	margin-left:575px;
	position:absolute;
	background:url(images/kdickey.png) no-repeat bottom left !important;
	background:url(images/kdickey.gif) no-repeat bottom left;
	width:181px;
	height:252px;
	}
	

#content{
	width:800px;
	padding:0 13px;
	text-align:left;
	margin:0;
	background:url(images/wrapbg-middle.gif) repeat-y top left;
	}

#content .leftside{
	width:150px;
	height:100%;
	margin-right:10px;
	float:left;
	padding:0;
	}

.leftside img{
	padding:5px;
	margin:10px 0;
	}


/* MENU STYLE */

.menu{
	background-color:#c1e3b5;
	width:150px;
	height:100%;
	padding:0;
	margin:0;
	}
	
.menu ul{
	background-color:#c1e3b5;
	list-style:none;
	margin:0;
	padding:0;
	width:150px;
	display:inherit:/* :KLUDGE: removes large gaps in IE/Win */ 
	}

.menu li{
	float:left;
	padding:0;
	margin:0;
	width:150px;
	display:inline:/* :KLUDGE: removes large gaps in IE/Win */ 
	}
	
.menu a{
	font-weight:bold;
	color:#32a00d;
	text-decoration:none;
	display:block;
	padding:5px 0 5px 10px;
	margin:0;
	}
	
.menu a:hover{
	text-decoration:none;
	background-color:#a1d590;
	}
	
	
	

	
	
	
#content .rightside{
	float:right;
	width:575px;
	margin-right:25px;
	padding:20px 5px 5px 5px;
	}


.rightside h2{
	font-size:22px;
	color:#3f410c;
	line-height:24px;
	margin:0;
	padding:0;
	}
	
.rightside p{
	padding:5px;
	margin:0;
	}
	
	
	
/*extras section*/
	
#extra{
	float:right;
	width:286px;
	margin:0;
	padding-bottom:10px;
	background: #d2d6ab url(images/extras-bottom.gif) no-repeat bottom left;
	}

#extra h3{
	color:#3f410c;
	font-size:16px;
	padding-top:50px;
	padding-left:35px;
	height:28px;
	margin:0;
	background:url(images/extras-top.gif) no-repeat top left;
	}
	
#extra p{
	background:url(images/extras-middle.gif) repeat-y top left;
	padding-left:40px;
	}
	
#extra a{
	color:#666666;
	font-size:10px;
	text-decoration:underline;
	line-height:14px;
	}
	
#extra a:hover{
	text-decoration:none;
	}
	
	
	
/*  FORM STYLES  */	
	
input{
	width:10em;
	}

input#doc_name{
	width:20em;
	}

input#submit{
	width:auto;
	}

label{
	width:60px;
	float:left;
	}
	
.alert{
	color:#e62e1f;
	font-size:13px;
	font-weight:bold;
	}
	
	
	
/* FOOTER SECTION */

.footer{
	color:#333333;
	line-height:12px;
	margin:10px 0;
	}
	
.footer a{
	color:#333333;	
	text-decoration:underline;
	}

.footer a:hover{
	text-decoration:none;
	}
	
.clear{
	clear:both;
	}