
body 	{background:#cee8f8; font-family:"gill sans", arial; font-size:10pt; color:#111111; margin-top:30px;}
body.custom {
    margin-top: 30px !important;
}
#wrap 	{width:980px; margin:0 auto; background:#fff;}
#header {background: url(images/header.png) no-repeat; height:179px; width:980px; padding:0;}
.tagline {font:normal 13px rockwell, arial; color:#5384c6; padding:5px 90px;}

.menu   {background:#70ac07; font:normal 14px rockwell, arial; height:25px;}
.menu ul {list-style:none; margin:0; padding-left:12px;}
.menu li {float:left; line-height:25px; padding-right:32px;}
.menu li a {display:block}
.menu a {text-decoration:none; color:#d0fe24; }
.menu a:hover {color:#fff;}

	.menu li ul{display:none;
                background:#70ac07;
		height:auto;
		padding:0px;
		margin:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		}
	.menu li li {
		display:block;
		float:none;
		width:225px;
		}
	.menu li:hover li a{ background:none; padding-left:10px; }
	.menu li ul a{display:block;}
	.menu li ul a:hover, .menu li ul li:hover a{background:#81c609;}	





#content {float:right; width:660px; padding:10px 30px;}
#one-column {padding:10px 30px;}
#sidebar {float:left; width:220px; padding:10px 20px;}

#sidebar ul {list-style:none; margin:0; padding:0;}

#sidebar-left{float:left; width:220px; padding:10px;}
#sidebar-right {float:right; width:220px; padding:10px;}
#content-3col {float:left; width:470px; padding-top:7px;}

a {color:#0663ba;}
a:hover {text-decoration:none;}

h1 {font-size:15pt; font-weight:normal;}
h2 {font-size:12pt; color:#0663ba;}
h3 {font-size:11px; font-weight:bold;}

#footer {clear:both; text-align:right; background:url(images/footer.png) no-repeat; height:75px; font:normal 12px rockwell, arial; color:#fff;}
#footer a {color:#fff;}
#footer p {padding:30px 20px;}

.adsense-search {
    margin-left: 580px;
    margin-top: 110px;
    padding: 5px;
}


.search-btn {
    font-size: 11pt;
    font-family: "Gill Sans MT","Gill Sans",Calibri,"Trebuchet MS",sans-serif;
    padding:0px;
}


input{
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #EEEEEE;
    border-color: #AAAAAA #DDDDDD #DDDDDD #AAAAAA;
    border-style: solid;
    border-width: 1px;
    color: #444444;
    font-size: 1em;
}



