/*------------------------------------------------*/
/*-----------------[CUSTOM STYLES]-----------------*/
/*------------------------------------------------*/

.featured-logo { width: 125px; height: 410px;  position: absolute; left: 10px; top: 55px; display: inline; margin-right: 20px; }



/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
@import "calendar.css";

.cform { 
	margin:0px; 
	width: 290px; 
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 15px 0; 
	border:1px solid #adadad; 
	border-left-color:#ececec; 
	border-top-color:#ececec; 
	background:#f7f7f7; 
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin-left:10px;
	padding: 0 2px; 
	font:normal 20px Times;
	color:#666666;
}

ol.cf-ol { 
	margin:0!important; 
	padding:0!important;
}

ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important;
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	background:#F0F0F0 !important;
	letter-spacing:1px;
	margin:10px 0pt !important;
	padding:5px 0pt;
	text-align:center;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:290px; 
	margin:4px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
}

.cform label span {
	width:290px; /* must be the same as above!*/
	display:block; 
}

label.cf-before {
	margin:4px 10px 0 0; 
}

label.cf-after 	{
	margin:4px 15px 0pt 6px;
	text-align:left;
	width:115px;
}

label.cf-after span {
	width:115px;
	display:block;
}

label.cf-group-after {
	margin:3px 4px 0 2px;
	width:72px;
	text-align:left;
}
label.cf-group-after span {
	width:72px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	padding:3px;
	background: #f9f9f9; 
	border: 1px solid #888888; 
	vertical-align:top;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#AFC667; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#F3F8F8; 
}

.cform textarea,
.cform input {
	width:290px; 
}
.cform select {
	width:158px; /* attempt to have equal length */
	padding:2px 0;
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	overflow:auto;
}

/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	font-weight:bold;
	letter-spacing:1px;
	padding:8px 0 0 100px; /* check with label 'width' incl. */
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

.cform input.cf-box-a,
.cform input.cf-box-b 	{ 
	margin:2px 0 0 0; 
	width:14px;
	height:22px;
	border:none!important;
	background:none!important; 
}

.cform input.cf-box-a 	{ 
	margin-left:100px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	margin:10px 0pt 0px !important;
	padding-left: 100px; 
} 

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	margin:3px 0 0 3px;
	font-size:0.9em;
	display: -moz-inline-box; 
	vertical-align:top;
}

/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	text-align:right;
	padding: 0!important;
	margin: 0;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	width:100px;  
	padding:5px; 
	margin: 10px 0 0 5px;
	font-size:0.8em;
	background:url(../images/button-bg.gif) repeat-x; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
}
.cform input.resetbutton {
	width: auto;
	padding:5px 1em;
}
.cform input.backbutton {
	width: auto;
	padding:5px 1em;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 0!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	height:1%;
	min-height:1%;
	margin:0 0 0 100px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:50px;
	padding: 4px 4px;
	margin: 0;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_grey.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:380px;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:#ad2929!important;
	text-decoration:underline!important;
}
div.success {
	background:#F7F7F7 none repeat scroll 0% 50%;
	color:#444444;
	display:block;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:#ad2929; 
	border:1px solid #ad2929; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */
.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	width:410px;
	margin:0 auto 10px!important;
	padding:0!important;	
	text-align:center!important;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa!important;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}

* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;  /*for ie6*/
}
*+html .cform label,
*+html ol.cf-ol,
*+html ol.cf-ol li,
*+html span.reqtxt,
*+html span.emailreqtxt {
	display: inline-block; /*for ie7*/
}

* html img.captcha {
	margin-bottom:1px!important;
}
*+html img.captcha {
	margin-bottom:1px!important;
}
	

/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/

body { margin: 0px; padding: 0; color: #2c6868; background-color:#AFC767; background-image: url(images/im-brue_bk.jpg); background-repeat: no-repeat; font-family: Arial; font-size: 15px; line-height: 22px; }

.post-wrapper a:link {
text-decoration: none; color: #AFC767; outline: none; font-weight:bold;
}
.post-wrapper a:visited {
text-decoration: none; color: #AFC667; font-weight:bold;
}

#container2 a:link {
font-weight:bold;
}

#container2 a:visited {
font-weight:bold;
}

.post-wrapper a:hover, #container2 a:active {
color: #E7185C; outline: none; font-weight:bold;
}

.post-wrapper h1 a:link {
text-decoration: none; color: #AFC767; outline: none; font-weight:none;
}
.post-wrapper h1 a:visited {
text-decoration: none; color: #AFC667; font-weight:none;
}

.post-wrapper h1 a:hover, #container2 h1 a:active {
color: #E7185C; outline: none;font-weight:none;
}

a:link { text-decoration: none; color: #AFC767; outline: none; }

a:visited { text-decoration: none; color: #AFC667;  }

a:hover, a:active { color: #E7185C; outline: none;  }

h1 { margin: 0px 0px 10px 0px; font-weight: normal; font-size: 30px; line-height: 36px;}

h2 { margin: 0px 0px 10px 0px; font-weight: normal; font-size: 27px; }

h3 { margin: 0px 0px 10px 0px; font-weight: normal; font-size: 24px; line-height: 30px;}

blockquote { overflow: auto; padding: 0 10px; margin: 20px 30px; background-color: #002f5f; border: 1px solid #0e4781; }

p img { padding: 0; max-width: 100%; }

/*------------------------------------------------*/
/*---------------[MAIN LAYOUT INFO]---------------*/
/*------------------------------------------------*/

#bgdiv { width: 100%; }

#logobg { }

.headings { width: 194px; background-color: #002f5f; display: block; height: 28px; font-weight: bold; color: #fff; padding-left: 20px; padding-top: 3px; clear: both; }

#wrapper2 { width: 1000px; margin: auto; margin-top: -100px; margin-left: 150px; padding: 35px 0px 0px 30px; float: left; display: inline;}

.post-wrapper { width: 606px; padding: 0px; }

.rule { clear: both; border-top: 1px solid #002f5f; width: 636px; margin: 15px 0px; float: left; }

#home-wrapper { width: 678px; margin-top: 15px; padding: 10px auto 10px; }

.home-left { width: 420px; border-right: 1px solid #002f5f; float: left; }

.home-post-wrap { width: 395px; border-bottom: 1px solid #002f5f; padding: 15px 25px 25px 0px; }

.home-post-wrap-2 { width: 636px; border-bottom: 1px solid #002f5f; padding: 15px 0px; }

.home-post-wrap-3 { width: 636px; border-bottom: 1px solid #002f5f; padding: 0px; }

.home-right { width: 214px; float: left; }

.readmore { background-image: url(images/readmore-bg.png); padding: 5px 10px; color: #fff; font-size: 12px; font-weight: bold; margin: 23px 0px 0px 0px; display: block; float: right; width:90px; }

.readmore a:link, .readmore a:hover { color: #fff; font-size: 12px; font-weight: bold; }

.titles a:link, .titles a:visited, .titles a:active { text-decoration: none; font-size: 20px; font-family: Georgia; margin-top: 10px; color: #6a909f; float: left; margin-bottom: 15px; clear: both; }

.post-title { margin: 15px 0px 20px 0px; }

.post-title2 { margin: 0px 0px 20px 0px; padding:0px;}

#header { width: 950px; margin-top: 0px; height: 219px; background-color: #373434; background-image: url(images/header-bg-Blue.gif); background-repeat: repeat-x; float: left; }

#container { float: left; width: 950px; background-color: transparent; display: inline; }

#container2 { float: left; width: 950px; margin-top: 15px; background-color: #F1E9B8; padding-top: 15px; text-align:justify; }

#left-div { width: 678px; float: left; }

#left-div2 { width: 663px; float: left; padding: 0px 0px 15px 15px; margin:0px; }

#left-inside { float: left; padding: 0px 0px 0px 19px; }

.adwrap { margin-left: -5px; float: left; width: 270px; }

.adwrap a, .adwrap a:hover, .adwrap a:visited { margin-right: 5px; margin-bottom: 5px; display: block; float: left; }

#about-image { float: left; display: inline; margin-right: 10px; border: 5px solid #2c6868; }

.post-info { color: #56adff; font-size: 12px; background-color: #004184; float: left; padding: 4px 10px; clear: both; height: 22px; }

.post-info2 { height: 22px; float: left; background: #AFC767; color: #fff; padding: 4px 10px; width: 595px; text-align: center;}

.post-info a:link, .post-info a:visited { color: #fff; }

.logo { border: none; float: left; }

#animate a { background:url(images/pages-bg-Blue.gif) repeat -80px 35px; }

.current-category { background-color: #2C6868; color: #fff; border: 1px solid #1158a1; padding: 5px 10px; display: block; margin-bottom: 10px; width: 626px; }

.ad_468 { position: absolute; left: 403px; top: 20px; }

/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/

#footer { clear: both; float: left; padding-top: 0px; width: 950px; background-color:#f1e9b8; padding:10px 0px;
background-image:url(images/footerbg.jpg);
background-repeat:no-repeat;
background-position:top center;
height:455px;
}

.footer-inside { margin: auto; width: 940px; padding: 0px 10px 0px 0px; text-align: right; }

.footer-insie a:link, .footer-insie a:visited { color: #fff; }



.bottom-box { width: 294px; background-color: #AFC767; border-bottom: 5px solid #002853; float: left; margin-right: 17px; }

.bottom-box2 { width: 294px; background-color: #AFC767; border-bottom: 5px solid #002853; float: left; margin-right: 17px; min-height: 299px; }

.bottom-box2 h3 { color: #fff; font-size: 20px; margin-left: 10px; }

.bottom-box-inside { width: 274px; margin-left: 10px; padding: 10px 0px; float: left; background-image: url(images/line-bg-Blue.gif); background-repeat: repeat-x; background-position: top; }

.bottom-box h3 { color: #fff; font-size: 20px; margin-left: 10px; }

.bottom-span { width: 193px; display: block; color: #d5eaff; float: left; }

.bottom-span a:link, .bottom-span a:visited { font-size: 14px; }

.bottom-span2 { width: 193px; color: #56adff; display: block; float: left; }

.bottom-span3 { width: 193px; color: #d5eaff; display: block; float: left; }

.bottom-span3 a:link, .bottom-span3 a:visited { color: #d5eaff; }

.bottom-thumbnail { background-color: transparent; border: 1px solid #2C6868; padding: 4px; float: left; display: inline; margin-right: 12px; position: relative; }

.bottom-thummbail-hover-wrap { position: relative; display: none; }

.bottom-thumbnail-hover { width: 59px; height: 59px; background-image: url(images/thumbnail-overlay.png); z-index: 5; position: absolute; float: left; }

/*------------------------------------------------*/
/*--------------------[SIDEBAR]-------------------*/
/*------------------------------------------------*/

#sidebar { float: right; width: 262px; padding-right: 10px; display: inline; text-align:left;}

.sidebar-box { float: right; width: 262px; background: #E6E088; margin-bottom: 10px; }

.sidebar-box-inside {width: 242px; float: right; padding: 10px 10px; }

.sidebar-box ul li a:link, .sidebar-box ul li a:visited, .sidebar-box ul li a:active { color: #fff; display: block; background-color: #AFC767; border: 1px solid #034a91; padding: 3px 8px 5px 8px; }

.sidebar-box ul li { margin: 5px 3px 3px 5px; clear: both; }

.sidebar-box ul { list-style-type: none; clear: both; margin-left: 0px; padding-left: 0px; margin-top: 0px; padding-top: 0px; }

.sidebar-box ul li a:hover { color: #fff; background-color: #2C6868; }

.sidebar-box-title { font-size: 20px; color: #2C6868; margin-bottom: 10px; float: left; }

/*------------------------------------------------*/
/*------------------[THUMBNAILS]------------------*/
/*------------------------------------------------*/

.thumbnail-wrap { float: left; margin: 12px; width: 110px; height: 110px; }

.thumbnail-category { margin: 0px 14px 18px 0px; }

.thumbnail-div { float: left; padding: 5px 0px 0px 5px; width: 110px; height: 110px; }

.thumbnail-div .sections-overlay { background: url(images/thumbnail-overlay.png) no-repeat -40px -300px; width: 110px; height: 100%; margin-top: -33px; float: left; }

.thumbnail-shadow { width: 100%; float: left; height: 33px; }

.thumbnail-div .sections-overlay .zoom { margin: 0px 0px 0px 0px; }

.thumbnail-single .sections-overlay { width: 624px; height: 364px; }

.thumbnail-bottom { margin: 5px 0px 0px -5px; }

.thumbnail-single { border: 10px solid #2C6868; width: 624px; height: 364px; }

.blogthumbnail { border: 10px solid #2C6868; display: inline; float: left; margin-right: 15px; }

/*------------------------------------------------*/
/*-------------------[COMMENTS]-------------------*/
/*------------------------------------------------*/

.comments-wrapper { background-color: #E6E088; width: 585px; padding: 15px 15px 15px 15px; float: left; background-repeat: repeat-x; }

#commentform { margin: 10px 0px 0px 20px; }

#commentform textarea { background-color: #AFC767; border: 1px solid #0e4781; width: 520px; padding: 10px; color: #fff; }

#commentform #email { font-size: 13px; background-color: #002f5f; border: 1px solid #0e4781; width: 207px; height: 20px; padding-left: 13px; padding-top: 6px; margin-bottom: 3px; color: #fff; }

#commentform #author { font-size: 13px; background-color: #002f5f; border: 1px solid #0e4781; width: 207px; height: 20px; padding-left: 13px; padding-top: 6px; margin-bottom: 3px; color: #fff; }

#commentform #url { font-size: 13px; background-color: #002f5f; border: 1px solid #0e4781; width: 207px; height: 20px; padding-left: 13px; padding-top: 6px; margin-bottom: 3px; color: #fff; }

.commentmetadata { text-transform: uppercase; color: #fff; font-size: 12px; text-transform: uppercase; margin-top: 10px; display: block; background-color: #002f5f; border: 1px solid #0e4781; padding: 2px 10px; width: 190px; }

#comments { margin: 0px 0px 15px 6px; color: #fff; }

.commentmetadata a:link, .commentmetadata a:hover, .commentmetadata a:visited { color: #fff; }

.fn, .fn a:link, .fn a:hover, .fn a:visited, .says { color: #56adff; font-family: Georgia; font-size: 17px; font-style: normal; }

.avatar { border: 5px solid #002f5f; margin-bottom: -15px; margin-right: 10px; width: 40px; height: 40px; }

.comment { border-bottom: 1px solid #002f5f; margin-bottom: 15px; float: left; clear: both; width: 100%; list-style: none; }

.children .comment { border-top: 1px solid #002f5f; border-bottom: none; padding-top: 15px; margin-bottom: 0px; }

.comment-reply-link, .comment-reply-link:visited { color: #002850 !important; display: block; font-weight: bold; background-color: #c4c4c4; padding: 2px 7px; float: right; text-transform: lowercase; font-size: 11px; border: 1px solid #fff; margin-bottom: 10px; margin-top: -10px; }

.commentlist { float: left; margin-left: 0px; padding-left: 10px; }

.comment-reply-link:hover { background-color: #fff; }

.cancel-comment-reply a:link, .cancel-comment-reply a:visited { color: #002850 !important; display: block; font-weight: bold; background-color: #c4c4c4; border: 1px solid #fff; padding: 0px 5px; text-transform: lowercase; font-size: 10px; float: left; clear: both; margin-left: 19px; }

#commentform { clear: both; float: left; }

.cancel-comment-reply a:hover { background-color: #fff; }

#respond { float: left; width: 100%; }

#respond h3 { color: #E7185C; margin-left: 20px; margin-top: 0px; }

/*------------------------------------------------*/
/*-----------------[FEATURED SLIDER]--------------*/
/*------------------------------------------------*/

.featured { background-color: transparent; border: 10px solid #2c6868; width: 930px; height: 364px; margin-top: 15px; float: left; }

.featured-info { color: #56adff; background-color: #004184; border: 1px solid #1158a1; padding: 0px 10px; margin: 15px 0px; }

#sections { width: 655px; height: 364px; float: left; overflow: hidden; }

#sections ul { width: 10000px; padding: 0; margin: 0; height: 364px; float: left; list-style-image: none; display: block; }

#sections li { width: 655px; height: 364px; display: block; float: left; }

.sections-overlay { background-image: url(images/readmore-bg.png); width: 655px; height: 364px; }

.sections-overlay .zoom { margin: 165px 0px 0px 312px; border: none; }

#featured-right { width: 262px; height: 364px; float: right; text-align:justify; }

#sections2 { width: 262px; height: 296px; float: right; overflow: hidden; }

.featured-readmore { background-color: #F1E9B8; padding: 0px 10px 3px 10px; display: block; float: right; margin-top: 5px; }

#sections2 ul { width: 262px; padding: 0; margin: 0; height: 5000px; float: left; list-style-image: none; display: block; }

#sections2 li { width: 227px; height: 257px; display: block; float: left;  padding: 20px; background: #AFC767; background-repeat: no-repeat;}

.featured-title a { color: #fff; font-size: 20px; }

.featured-title a:hover, a:active {
color:#E7185C;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;}


#featured-button { width: 261px; height: 66px; background-image: url(images/slider-arrows-bg-Blue.gif); float: right; }

.prev { width: 40px; height: 40px; cursor: pointer; float: left; background-image: url(images/arrow-left-Blue.gif); margin-top: 18px; margin-left: 10px; }

.next { width: 40px; height: 40px; cursor: pointer; float: right; background-image: url(images/arrow-right-Blue.gif); margin-top: 18px; margin-right: 10px; }

.prev-hover { width: 40px; height: 40px; cursor: pointer; background-image: url(images/arrow-left-hover-Blue.gif); }

.next-hover { width: 40px; height: 40px; cursor: pointer; background-image: url(images/arrow-right-hover-Blue.gif); }

/*------------------------------------------------*/
/*-------------[CAPTIONS AND ALIGNMENTS-----------*/
/*------------------------------------------------*/

.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px; }

.wp-caption img { margin: 0; padding: 0; border: 0 none; }

.wp-caption p.wp-caption-text { font-size: 12px; line-height: 17px; padding: 0 4px 5px; margin: 0; }

img.centered { display: block; margin-left: auto; margin-right: auto; }

img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }

img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }

.alignright { float: right; }

.alignleft { float: left }

/*------------------------------------------------*/
/*------------------[NAVIGATION]------------------*/
/*------------------------------------------------*/

.logowrap { float: left; width: 1000px; margin-top: 80px; }

.logowrap ul { float: left; margin: 32px 0px 0px 0px; padding: 0px; }

.logowrap ul li { float: left; display: block; margin-right: 10px; }

.logowrap ul li a:link, .logowrap ul li a:visited { padding: 5px 10px; color: #fff; background-color: #afc667; border: 1px solid #306768; display: block; }

		/*------------------[DROPDOWN MENU]------------------*/
		.nav ul { position:absolute; top:-999em; }
		
		.nav li { float:left; position:relative; z-index:9; }
		
		.nav ul li { width: 100%; }
		
		.nav li:hover ul, ul.nav li.sfHover ul { left:0px; top:2px; }
		
		.nav li:hover li ul, .nav li.sfHover li ul { top:-999em; }
		
		.nav li li:hover ul, ul.nav li li.sfHover ul { left:161px; top:-26px; }
		
		.nav li:hover ul, .nav li li:hover ul { top: -999em; }
		
		.nav li li { padding: 0px; }
		
		.nav li:hover { }
		
		.nav li li a:link, .nav li li a:visited { width: 180px; display: block; background-image: url(images/pages-bg-2-Blue.gif) !important; background-position: 400px 0px; }
		
		.nav li li a:hover { }

/*------------------------------------------------*/
/*------------------[SEARCH FORM]-----------------*/
/*------------------------------------------------*/

#searchform { margin-right: 20px; margin-bottom: 15px; }

.search_bg { float: right; margin-top: 18px; margin-left: 10px; }

.search_bg #s { background: #FFF; font-size:11px; color:#fff; font-family: Arial; width:50px; vertical-align:middle; padding:10px; border: 1px solid #e5e3d3; }

.search_bg #searchsubmit { background-color: #56adff; color: #fff; font-weight: bold; cursor: pointer; border: 5px solid #f6f6e9; vertical-align:middle; text-transform: lowercase; margin-left: 10px; height: 30px; padding-bottom: 10px; }

/*------------------------------------------------*/
/*-------------[CATEGORIES DROPDOWN]--------------*/
/*------------------------------------------------*/

#categories-button { float: right; margin-right:-20px; cursor: pointer; margin-top: 30px; }

#categories-dropdown { width: 237px; position: absolute; left: 815px; top: -8px; display: none; }

.categories-inside { width: 237px; background-color: #afc767; float: left; }

.categories-inside ul { width: 237px; padding: 0px; margin: 0px; float: left; list-style-type: none; }

.categories-inside ul li { display: block; float: left; padding: 0px; margin: 0px; list-style-type: none; }

.categories-inside ul li a:link, .categories-inside ul li a:visited { display: block; float: left; padding: 5px 10px; margin: 2px 0px; width: 199px; border: 1px solid ##2C6868; background-color: #afc667; margin-left: 8px; }

.categories-inside ul li a:hover { background-color: #2C6868; color: #fff; }

.categories-top { float: left; }

/*------------------------------------------------*/
/*-----------------[WP PAGE NAVI]-----------------*/
/*------------------------------------------------*/
.wp-pagenavi { margin-bottom: 15px; }

.wp-pagenavi a, .wp-pagenavi a:link { padding: 5px 7px; margin: 2px; text-decoration: none; border: 1px solid #1158a1; color: #FFF; background-color: #004184; }

.wp-pagenavi a:visited { padding: 5px 7px; margin: 2px; text-decoration: none; border: 1px solid #1158a1; color: #FFF; background-color: #004184; }

.wp-pagenavi a:hover { border: 1px solid #fff; color: #000; background-color: #c9c9c9; }

.wp-pagenavi a:active { padding: 5px 7px; margin: 2px; text-decoration: none; border: 1px solid #1158a1; color: #FFF; background-color: #004184; }

.wp-pagenavi span.pages { padding: 5px 7px; margin: 2px 2px 2px 2px; color: #000000; border: 1px solid #1158a1; color: #FFF; background-color: #004184; }

.wp-pagenavi span.current { padding: 5px 7px; margin: 2px; font-weight: bold; border: 1px solid #fff; color: #000; background-color: #c9c9c9; }

.wp-pagenavi span.extend { padding: 5px 7px; margin: 2px; border: 1px solid #fff; color: #000; background-color: #c9c9c9; }


.orangetext {
color:#d27200;
}

.orangetext a:link {
color:#d27200;
text-decoration:none;
}

.orangetext a:visited {
color:#d27200;
text-decoration:none;
}

.orangetext a:hover {
color:#d27200;
text-decoration:underline;
}

.orangetext a:active {
color:#d27200;
text-decoration:none;
}

.orangetext2 {
margin-bottom:10px;
}

.orangetext2 a:link {
color:#d27200;
text-decoration:underline;
font-size:20px; 
font-weight:bold; 
width:100%;
margin-bottom:15px;
}


.orangetext2 a:visited {
color:#d27200;
text-decoration:underline;
font-size:20px; 
font-weight:bold; 
width:100%;
margin-bottom:15px;
}


.orangetext2 a:hover {
color:#d27200;
text-decoration:none;
font-size:20px; 
font-weight:bold; 
width:100%;
margin-bottom:15px;
}


.orangetext2 a:active {
color:#d27200;
text-decoration:none;
font-size:20px; 
font-weight:bold; 
width:100%;
margin-bottom:15px;
}

ul {
text-align:left;
}