html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color: #D71600;
}
/* ---------- @ Float Clearing -----------*/
.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
.clear{
	clear: both;
}

body{
	background: #022f47 url(../images/background.gif);
	font: 1em "Georgia", "Trebuchet MS", serif;
	line-height:1.8em;
	text-align: center;
}
#wrapper{
	width: 960px;
	margin: 5px auto;
	text-align: left;
	position: relative;
}
#header{
	background:transparent;
}
#logo{
	float: left;
}
#logo a{
	display: block;
	width: 424px;
	height: 184px;
	background: url(../images/logo.gif) top left no-repeat;
	text-indent: -9999px;
}
#slogan{
	background:url(../images/slogan.gif) top left no-repeat;
	width: 264px;
	text-indent: -9999px;
	float: left;
	margin-top: 20px;
}
/* LAVA NAVIGATION */

       .lavaLampWithImage {
		 	clear: both;
            height: 49px;
            width: 920px;
            background: url("../images/navigation.gif") no-repeat top;
            padding: 40px 20px 0 20px;
            margin: 10px 0 20px 0;
            overflow: hidden;
			position: relative;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
						  		behavior: url(../js/iepngfix.htc);
                        background: url("../images/lava.png") no-repeat right -29px;
                        width: 11px; height: 29px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
									behavior: url(../js/iepngfix.htc);
                            background: url("../images/lava.png") no-repeat top left;
                            height: 29px;
                            margin-right: 11px;
                        }
                    .lavaLampWithImage li a {
                        font: bold 14px arial;
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
								position: relative;
                        overflow: hidden;
                        margin: auto 10px;    
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }
								.lavaLampWithImage li.current a{
									 color: #FFF693;
								}
								
/*Tabbed featured Area*/
#featured{
	height:auto; /*360px;*/
}
#featured a { color:#FFFFFF;}
#usual1{
	background: #1D4D3C url(../images/tab.gif) top left no-repeat;
	height:auto; /*274px;*/
	width: 960px;
}
.tab{
	height:auto; /*204px;*/
	color: #fff;
	padding: 35px 35px 35px 35px;
	position: relative;
}
.tab h1{
	font-family: Trebuchet MS;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	color: #FFF693;
}
.tab p{
	line-height: 1.3em;
}
#tabs{
	background: url(../images/tab_menu.gif) top left no-repeat;
	height: 83px;
	padding: 0 10px 0 10px;
	color: #fff;
}
#tabs li{
	float: left;
	height: 83px;
}
#tabs li a{
	color: #022f47;
	text-decoration: none;
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	padding: 17px 30px 40px 30px;
	display: block;
}
/*
#mtab1{
	background: url(../images/tab1.png) bottom center no-repeat;
	_background: url(../images/tab1.gif) bottom center no-repeat;
}
#mtab2{
	background: url(../images/tab2.png) bottom center no-repeat;
	_background: url(../images/tab2.gif) bottom center no-repeat;
}
#mtab3{

	background: url(../images/tab3.png) bottom center no-repeat;
	_background: url(../images/tab3.gif) bottom center no-repeat;
}
#mtab4{

	background: url(../images/tab4.png) bottom center no-repeat;
	_background: url(../images/tab4.gif) bottom center no-repeat;
}
*/
.tab_image{
	float: right;
	margin: 0 0 0 20px;
}
.selected{
	background: url(../images/tab_selected.gif) top center no-repeat;
}
#content{
	background: #fff url(../images/content.gif) top left no-repeat;
	padding: 20px 35px 0 35px;
	margin-top: 15px;
	clear: both;
}
.col {
	float: left;
	width: 276px;
	padding: 0 20px 0 0;
}
.col h2{
	font-size: 1em;
	color: #3F4320;
	font-family: Trebuchet MS;
	margin: 0 0 15px 0;
}
.col blockquote{
	color: #606060;
	font-size: 0.8em;
	line-height: 1.6em;
}
cite{
	font-weight: bold;
	font-size: 0.9em;
	font-style: normal;
	padding: 0 0 10px 0;
	display: block;
}
.date{
	background: url(../images/date.gif) top left no-repeat;
	width: 38px;
	height: 15px;
	padding: 4px 0 0 4px;
	margin: 0 10px 0 0;
	display: block; 
	float: left;
	color: #000;
	font-weight: bold;
	font-size: .7em;
}
.col li{
	line-height: 1;
	clear: both;
	margin: 0 0 10px 0;
	padding: 3px 0 3px 0;
}
.col a{
	line-height: 1.3em;
	font-size: .9em;
	display: block;
	float: right;
	width: 220px;
	text-decoration: none;
	color: #3F4320;
	font-weight: bold;
}
.col p.special {
	line-height: 1.3em;
	font-size: .9em;
	display: block;
	float: right;
	width: 220px;
	border-bottom:#CCCCCC 1px dashed;
	padding-bottom:10px;
}
.col a.special {
	line-height: 1.3em;
	font-size: .9em;
	display:inline;
	float:none;
	width:auto;
	text-decoration: none;
	color: #3F4320;
	font-weight: bold;
}

#page-sidebar a.special {
	line-height: 1.3em;
	font-size: .9em;
	display:inline;
	width:auto;
	text-decoration: none;
	color: #3F4320;
	font-weight: bold;
}
.col p{
	margin: 7px 0 0 0;
	font-size: .8em;
	line-height: 1.3em;
	clear: both;
}
#footer{
	background: url(../images/footer.gif) top left no-repeat;
	height: 36px;
	padding: 40px 35px 0 35px;
	font-size: .8em;
	color: #4a4a4a;
}
.field{
	background: #F6F6F6;
	border: 1px solid #CDCDCD;
	color: #4A4A4A;
	padding: 2px 3px 2px 20px;
	height: 18px;
	width: 195px;
	margin: 3px 0 3px 3px;
}
#kt_login_user{
	background: #F6F6F6 url(../images/user_icn.gif) 3px 3px no-repeat;	
}
#user-email{
	background: #F6F6F6 url(../images/email_icn.gif) 3px 3px no-repeat;	
}
#email{
	background: #F6F6F6 url(../images/email_icn.gif) 3px 3px no-repeat;	
	width:400px;
}
#kt_login_password{
	background: #F6F6F6 url(../images/pass_icn.gif) 3px 3px no-repeat;	
}
#user-comment{
	height: 120px;
	background: #F6F6F6 url(../images/comment_icn.gif) 3px 3px no-repeat;
	width: 260px;
}
#submit{
	float: right;
	margin: 10px 0 0 0;
}
.contact_icn{
	background: url(../images/contact.gif) top left no-repeat;
	display: block;
	float: left;
	width: 50px;
	height: 55px;
	text-indent: -9999px;
}
.contact_icn.login{
	background: none;
	width: 0px;
	height: 0px;
	}
label, legend{
	display: none;
}	
#inside{
	background: #fff;
}
#page-title{
	background: url(../images/page_title.gif) top left no-repeat;
	height: 53px;
	padding: 14px 25px 0 25px;
}
#page-title h1{
	float: left;
	color: #fff;
	font-family: Trebuchet MS;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	line-height: 1.5em;
	color: #FFF693;
}
#searchform{
	width: 255px;
	float: right;
	padding: 0 10px 0 20px;
}
#page-content{
	background: url(../images/inside-content.gif) top right no-repeat;
	width: 589px;
	padding: 20px 30px;
	float: left;
	font-size: 0.9em;
	line-height: 1.4em;
}
#page-content p{
	margin: 0 0 10px 0;
}

#page-content h2{
	font-family: Trebuchet MS;
	font-size: 1.2em;
	font-weight: normal;
	display: block;
}

.alignleft{
	float: left;
	margin: 15px 15px 10px 0;
	border: 3px solid #eee;
}
.alignright{
	float: right;
	margin: 15px 0 10px 15px;
	border: 3px solid #eee;
}
#page-content ul{
	list-style: disc;
	margin: 0 0 10px 18px;
}
#page-sidebar{
	float: right;
	width: 270px;
	padding: 20px 20px;
}
#searchinput{
	background: url(../images/searchinput.gif) top left no-repeat;
	width: 206px;
	height: 25px;
	float: left;
	margin: 5px 0 0 0;
}
#searchinput input{
	border: 0px solid;
	background: transparent;
	margin: 3px 0 0 10px;
	width: 190px;

}
.search_btn{
	background: url(../images/searchsubmit.gif) top left no-repeat;
	width: 35px;
	height: 36px;
	border: 0px solid;
	text-indent: -9999px;
	margin: 0 0 0 10px;
}
#page-sidebar h2{
	font-family: Trebuchet MS;
	font-size: 1.2em;
	font-weight: normal;
	display: block;
	border-bottom:#CCCCCC 1px dashed;
	margin-top:10px;
}
#page-sidebar ul li{
	margin: 0 0 20px 0;
}
#page-sidebar ul li ul li{
	line-height: .7em;
	clear: both;
	margin: 0 0 10px 0;
	padding: 3px 0 3px 0;
}
#page-sidebar a{
	line-height: 1.1em;
	font-size: .9em;
	display: block;
	margin: 0 0 0 10px;
	text-decoration: none;
	color: #3F4320;
	font-weight: bold;
}
#page-sidebar p{
	margin: 7px 0 0 0;
	font-size: .8em;
	line-height: 1.3em;
}



#featured
{
	position: relative;
	height: 378px;

}



#featured h2
{
	position: absolute;
	bottom: 0;
	margin: 0;
	line-height: 1.3em;
	padding: .2em;
	background: black;
	color: white;
	text-align: center;
	width: 100%;
	filter: alpha(opacity=60);
	-moz-opacity: 60;
	opacity: .6;
}

ul#options
{
	background: #e3e3e3 url(images/bottom.jpg) repeat-x 0 100%;
	overflow: hidden;
	height: 1%;
	margin: 0;
	padding: .5em;
	border-top: 1px solid #8A8A8A;
	border-bottom: 1px solid #f5f5f5;
}

#options li
{
	float: left;
	width: 60px;
	height: 60px;
	list-style: none;
	cursor: pointer;
}

#options li:hover img
{
	border: 2px solid gray;
}

#options li img
{
	width: 50px;
}

.selected1
{
	border: 2px solid gray;
}


#options a
{
	outline: none;
}
#myform fieldset{
	padding: 0;
}
#myform input{
	border: 1px solid #CACACA;
	padding: 3px;
}
#myform textarea{
	background: url(images/sidebar.gif) top left repeat-x;
	border: 1px solid #CACACA;
	padding: 3px;
}
#myform label{
	display: block;
}
.submit{
	border: 0px solid;
	margin: 0 auto;
	display: block;
	font-weight: bold;
	color: #368D1F;
}
.error{
	border: 2px solid #B44426;
	background: #F0C4B9;
	padding: 10px;
	margin-top: 30px;
	margin-bottom: 60px;
}
.success{
	border: 2px solid #239E1A;
	background: #BAF3B6;
	padding: 10px;
	margin-top: 30px;
	margin-bottom: 60px;
}
.meta{
	float: left;
	width: 140px;
}
.meta h3{
	font-family: Trebuchet MS;
	font-size: 1em;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
.meta a{
	display: block;
	color: #368D1F;
}
.entry{
	float: right;
	width: 440px;
	padding: 0 0 30px 0;
}
.entry h2{
	margin-bottom: 10px;
}
.post{
	clear: both;
}
.read-more{
	background: url(../images/read_more.jpg) top left no-repeat;
	text-indent: -9999px;
	width: 106px;
	height: 26px;
	display: block;
	position: absolute;
	bottom: 40px;
	left: 300px;
}
.tab ul{
	margin: 0 0 0 18px;
}
.tab ul li{
	list-style: disc;
}

/*Tabbed featured Area*/
#showMe{
float:right;
color:#fff;
background:#00283d;
text-decoration: none;
padding:4px;
margin-top:140px;
}
#switchLinks{
padding:40px 10px 0 10px;
background-color:#FFF;
cursor:pointer;
position: absolute;
top:0;
right:0;
}
#switchLinks a{
padding:12px;
width:92px;
border:1px solid #232323;
text-align:center;
}

/*Nameplate*/
#nameplate{
	position: absolute;
	padding:10px;
	width:510px;
	height:50px;
	top:20px;
	right:0;
	text-align: right;
}
#nameplate h2{
	color:#ffbb0e;
	font-size:16px;
	font:18px/1.5 "Lucida Grande","Lucida Sans Unicode", sans-serif;
}
#nameplate h3{
	color:#fff;
	font:12px/1.5 "Lucida Grande","Lucida Sans Unicode", sans-serif;
}

/*Skip Nav*/
a.skipnav{
	display: block;
	background:#00283d;
	border-bottom:1px solid #3f8cbf;
	color:#3f8cbf;
	text-decoration: none;
	padding:0 0 0 0;
	margin:0 0 0 0;
	font-size:.8em;
	text-transform: uppercase;
	height:1.7em;
}
a.skipnav:hover{
	background:#3f8cbf;
	border-bottom:1px solid #00283d;
	color:#00283d;
}
.subtitle { color:#3F4320; font-weight:bold;}
.subsectiontitle {background-color:#22503c; color:#FFFFFF; padding:5px;}
.box { border:#22503c solid 1px; padding-left:10px; padding-bottom:10px; padding-right:10px; width:100%; border-top:10px #22503c solid; margin-bottom:10px;}


