* { 
padding : 0; 
margin : 0; 
} 
body { 
font-family : Arial, Helvetica, sans-serif; 
font-size : 13px; 
background-image : url(images/bbg1.png); 
background-repeat : repeat-x; 
} 
img {
	padding : 1px;
	border : 0px solid #5f9b1e;
} 
img.floatTL {
	float : left;
	margin-right : 10px;
	margin-bottom : 5px;
	margin-top : 10px;
	margin-left : 0;
} 
img.floatTR { 
float : right; 
margin-left : 10px; 
margin-bottom : 5px; 
margin-top : 10px; 
margin-right : 0; 
} 
#wrapper {
	margin : 10px auto;
	width : 750px;
	background-image : url(images/wbg3.jpg);
	background-repeat : repeat-y;
	color: #FFF;
} 
#header {
	color : #FFF;
	width : 750px;
	float : left;
	padding : 0px;
	height : 135px;
	margin : 0;
	background-color : #;
	background-image : url(images/hbg.jpg);
	background-repeat : no-repeat;
} 
.logo h1.lineone { 
font-size : 1.7em; 
font-weight : lighter; 
font-family : helvetica, arial, sans-serif; 
padding-top : 10px; 
padding-left : 5px; 
border : none; 
letter-spacing : -1px; 
color : #5f9b1e; 
} 
.logo h1.lineone span { 
color : #53a5ce; 
} 
.logo h2.linetwo { 
padding-left : 5px; 
font-size : 0.9em; 
font-family : helvetica, arial, sans-serif; 
text-transform : none; 
color : #53a5ce; 
} 
.logo a { 
color : #53a5ce; 
text-decoration : none; 
} 
#navigation {
	float : right;
	width : 750px;
	color : #000;
	padding :  0px;
	border-bottom : 8px solid;
	margin : 0 0 0 0;
	background-color : #333;
    background-image : url(images/button1.gif);
} 
#navigation ul {
	list-style : none;
	padding : 0;
	margin : 0;
	display : block;
	font-weight : bold;
	float : right;
	background-repeat: repeat;
} 
#navigation ul li { 
list-style : none; 
display : inline; 
float : left; 
width : 96px; 
height : 35px; 
padding : 0; 
line-height : 35px; 
font-size : 13px; 
margin : 0 10px 0 0px; 
} 
#navigation ul li a {
	height : 35px;
	width : 100px;
	float : left;
	text-decoration : none;
	padding : 0;
	margin : 0;
	color : #FFF;
	text-align : center;
	background : url(images/button1.gif) no-repeat center 0%;
} 
#navigation ul li a:hover {
	height : 35px;
	width : 100px;
	text-decoration : none;
	color : #FFF;
	background : url(images/1.gif) no-repeat center 0%;
} 
#navigation ul li a.current {
	height : 35px;
	width : 100px;
	float : left;
	text-decoration : none;
	padding : 0;
	margin : 0;
	color : #FFF;
	background : url(images/1.gif) no-repeat center 0%;
} 
#leftcolumn { 
color : #333; 
margin : 0 0 0 0; 
padding : 10px; 
min-height : 350px; 
width : 180px; 
float : left; 
} 
.leftnav { 
width : 180px; 
margin-top : 20px; 
margin-left : 5px; 
} 
.leftnav li h2 { 
margin : 0; 
height : 25px; 
color : #5f9b1e; 
padding-left : 20px; 
padding-top : 10px; 
font-size : 1.5em; 
} 
.leftnav li ul { 
line-height : normal; 
list-style-type : none; 
display : list-item; 
} 
.leftnav li li { 
padding : 5px; 
margin-left : 20px; 
font-size : 1em; 
} 
.leftnav li a { 
padding-left : 10px; 
text-decoration : none; 
color : #53a5ce; 
} 
.leftnav li a:hover { 
border : none; 
padding-left : 10px; 
} 
#content {
	float : left;
	color : #333;
	background : #999;
	margin : 0;
	padding : 5px;
	min-height : 350px;
	width : 500px;
	display : inline;
	text-align : justify
} 
#content h1 {
	color : #06F;
	font-size : 1.9em;
	font-weight : lighter;
} 
#content h2 { 
color : #53a5ce; 
font-size : 1.6em; 
font-weight : lighter; 
padding-top : 20px; 
} 

/* contact form */
.contactform {width: 340px; position: relative; float: right; padding: 0 0 0 20px; margin: 0;}
.contactform form {padding: 0; margin: 0;}
.contactform form fieldset {border: none; padding: 0px; margin: 0px;}
.contactform form p {padding: 3px 0px 0px 0px; margin: 0px; color: #4f7288; line-height: 1.2em;}
.contactform form label {display: block; padding: 0 0 4px 0; color: #4f7288;}
.contactform form label em, .contactform form p em {font-weight: bold; color: #c95202; font-style: normal;}
.contactform form input { background-color: #192531 ;border:2px #374753 solid; padding:4px 2px; margin:0 0 8px 0; color: #6a757d; font-size: 11px; width: 300px; text-align: left; vertical-align: top;}
.contactform form input:hover, .contactform form textarea:hover {background-color: #fff;}
.contactform form input:focus, .contactform form textarea:focus {background-color: #fff;}
.contactform form textarea {background-color: #192531 ;border:2px #374753 solid;padding:4px 2px; margin:0 0 8px 0; color: #6a757d; font-size: 11px; width: 300px; text-align: left; vertical-align: top;}

.contactform p.button input {background: url("none"); border:none; padding:0; margin:0; width: 125px;}

.contactform img {padding-bottom:8px;}
.contactform form input.submit_button {
	 background-image:url(../images/submit_button.gif);
	background-repeat:no-repeat; 
	width:80px; 
	height:30px; 
	color:#000; 
	font-weight:bold; 
	text-align:center; 
	border:none
}
.contactform form input.submit_button:hover{
	background-image:url(../images/submit_hover.gif);
	background-repeat:no-repeat;
}
.contactform form input.submit_button:active{
	background-image:url(../images/submit_active.gif);
	background-repeat:no-repeat;
}
.contactform form input.submit_button:focus{
	background-image:url(../images/submit_hover.gif);
	background-repeat:no-repeat;
}
#rightcolumn { 
color : #333; 
margin : 0 0 0 0; 
padding : 10px; 
min-height : 350px; 
width : 202px; 
float : left; 
} 
.ads p { 
font-family : verdana; 
font-size : 1em; 
padding-left : 5px; 
padding-bottom : 5px; 
margin-right : 10px; 
text-align : justify; 
padding-right : 10px; 
} 
.ads { 
width : 190px; 
height : 600px; 
margin-left : 5px; 
margin-top : 15px; 
} 
.ads h4 { 
background-color : #5f9b1e; 
color : #fff; 
font-weight : lighter; 
font-size : 0.8em; 
padding-bottom : 2px; 
text-decoration : underline; 
} 
.ads h3 { 
font-family : verdana; 
font-size : 1em; 
padding-top : 30px; 
padding-left : 3px; 
padding-bottom : 5px; 
color : #5f9b1e; 
text-decoration : underline; 
} 
.ads a { 
margin-right : 25px; 
margin-bottom : 2px; 
color : #53a5ce; 
font-size : 0.8em; 
font-weight : bold; 
padding-left : 3px; 
text-decoration : none; 
padding-bottom : 15px; 
} 
#footer { 
width : 730px;
clear : both; 
color : #333; 
background : #000000; 
margin : 0 0 0 0; 
padding : 10px; 
text-align : center; 
} 
#content h1 {
}
#content h1 {
	font-size:20px;
	color: #06F;
}

