/*
	NOTE ABOUT THIS STYLE SHEET
	You may notice the lack of colors in here,
	please open colors-red, colors-blue, etc for specific colors on the elements below.
*/



html
{
background: #95D3EA url(../images/background.jpg) no-repeat scroll 0 100%;
min-height:100%;
}
	
	
 img
{
	border:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;	
}

body
{
	font-family:Helvetica, Arial, sans-serif;
	font-size:80%;
	color:#333333;
}
h1, h2, h3, h4, h5, h6, p
{
	margin:0;
	padding-top: 7px;
	padding-right: 0;
	padding-left: 0;
	
}
h1, h2, h3, h4, h5, h6
{
	color:#0084cf;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}
p {
	color:#050646;
	line-height:1.4em;
}
h1 {
	font-size:1.3em;
	margin-bottom: 10px;
	background-color: #0084cf;
	width: 100%;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	letter-spacing: 2px;
}
h2 { font-size:1.2em; 	
text-transform: uppercase;
	margin-bottom: 5px;
		background-color: #0084cf;
	width: 100%;
	padding-top: 6px;
	padding-right: 5px;
		padding-bottom: 4px;

	padding-left: 20px;}
h3 {
	font-size:1.1em;
	background-color: #CCEAF5;
	text-transform: uppercase;
	margin-bottom: 10px;
	width: 100%;
	color: #0084CF;
	text-decoration: none;
	text-indent: 10px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
	
	
	h3 a{
	font-size:1.1em;
	background-color: #CCEAF5;
	text-transform: uppercase;
	width: 100%;
	color: #0084CF;
	text-decoration: none;
	}
	
	
h4 { font-size:1.1em; }
h5 { font-size:1em; }
h6 { font-size:1em; }

a:active
{
	outline:0;
}
a.rss
{
	background:url(../images/icons/icon-rss.gif) no-repeat left center;
	padding:0 0 0 20px;
}
img.border
{
	padding:1px;
}
img.right
{
	float:right;
	margin:0 0 10px 5px;
}
img.left
{
	float:left;
	margin:0 5px 10px 0;
}

.contentwidth
{
	padding:0 30px;
}
#heading
{
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#logo a
{
	height:100px;
	display:block;
	background-image: url(../images/logo.gif);
}
#footer
{
	background-color: #0084CF;
	padding-top:5px;
	margin-bottom:40px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #196FC2;
	border-bottom-color: #196FC2;
	border-left-color: #196FC2;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#footer p
{
	font-size:10px;
	color: #F4EEEE;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
}
#footer a
{
	margin:0 0 0 0px;
	color: #FFFFFF;
	text-decoration: underline;
}


#main
{
	background-color: inherit;
	background-image: url(../images/mg.png);
	background-repeat: repeat-y;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#menu UL
{
	margin:0;
	padding:0 0 0 30px;
}
#menu UL LI
{
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
}
#menu UL LI a
{
	display:block;
	float:left;
	margin-right:10px;
	text-decoration:none;
	color: #0084cf;
	font-size:1em;
	letter-spacing:3px;
	text-transform: uppercase;
	margin-left: 10px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
#searchform
{
	width:200px;
	float:right;
	padding:16px 0 0 0;
}
#searchform input
{
	border:0px;
	float:left;
	padding:4px;
	font-weight:bold;
	color:#fff;
}
#searchform .textbox
{
	width:145px;
}
#searchform .submit
{
	background:none;
}


.layout-A
{
}
.layout-A .primary
{
	width:405px;
	float:left;
}
.layout-A .secondary
{
	float:left;
	width:395px;
	margin:0 0 0 20px;
}

.layout-B .primary
{

}
div.portfolio
{
	padding:0 0 15px 0;
}

div.portfolio div.item
{
	float:left;
}

div.item
{
	padding-right:10px;
}

.ads
{
	clear:both;
}
.ad
{
	float:left;
	width:125px;
	margin-bottom:15px;
}
.ad img
{
	padding:1px;
}
.ad + .ad
{
	margin-left:15px;
}

.map
{
	border:1px solid #ccc;
}



.warning p
{
	font-weight:bold;
	color:#990000;
	padding:10px 0;
}

.standardForm label
{
	font-weight:bold;
	display:block;
	color:#fff;
	padding:10px 0 0 0;
}
.standardForm .textbox
{
	padding:5px;
	width:250px;
}
.standardForm textarea
{
	padding:5px;
	width:420px;
	height:90px;
}
.standardForm .submit
{
	font-weight:bold;
	color:#fff;
	border:0;
	padding:5px;
	margin:10px 0;
}

/* hide extra promos for slideshow */
.alternate
{
	display:none;
}

.promo .item
{
	width:400px; /* NEEDED FOR SAFARI using cycle plugin... */
}


#twitterbox
{
	margin:10px 0;
	padding:0;
}
#twitterbox .tweet
{
	margin-bottom:1px;
}
#twitterbox .tweet a
{
	color:#fff;
}
#twitterbox p
{
	padding:5px;
}
#twitterbox h3
{
font-size:1.3em;
}
#twitterbox H3 A
{
	color:#fff;
	padding:5px 0;
	text-decoration:none;
}

div ul#styleswitcher
{
	text-align:right;
}
UL#styleswitcher
{
	margin:0;
	padding:0;
	float:right;
	
}
UL#styleswitcher LI
{
	display:inline;

}
UL#styleswitcher LI a
{
	display:block;
	float:left;
	width:25px;
	height:8px;
}
UL#styleswitcher LI a.purple { background:#b297c7; }
UL#styleswitcher LI a.tan { background:#bdaf86; }
UL#styleswitcher LI a.gray { background:#7a7a79; }
UL#styleswitcher LI a.green { background:#8bae41; }
UL#styleswitcher LI a.red { background:#a3391f; }
UL#styleswitcher LI a.teal { background:#309bb9; }
UL#styleswitcher LI a.blue { background:#416fae; }





/* clearfix start */ 
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/* clearfix end */ 



h1 {
	color:#FFFFFF;

}
h2 { color:#fff; }
h3 { 	color: #0084cf;
 }
h4 { 	color: #0084cf;
 }
h5 { 	color: #0084cf;
 }
h6 { 	color: #0084cf;
 }
a
{
	color: #0084cf;
	text-decoration: underline;
}
a:hover
{
	text-decoration: underline;
	color: #050646;
}
#logo a
{
	background:url(../images/logo.gif) no-repeat;
}


#footer p, #footer a, #searchform .submit
{
	color:#ffffff;
	text-transform: uppercase;
}


#menu UL LI a:hover
{
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	color: #FFFFFF;
}

 #menu UL LI a.active
{
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #7C93A1;
		color: #FFFFFF;

}


hr
{
	border-style:none none dotted; 
	border:1px solid #aacc61;
}
img.border, .ad img
{
}
#heading, .standardForm .submit, #twitterbox .tweet
{
	background-color: #212226;
	border: 1px none #000000;
}
#menu UL LI a
{
	border-bottom:0px solid #aacc61;
}
#footer
{
	
}


#wrapper {
	width:900px;
	margin:0 auto;
}

* html #wrapper
{
	w\idth: expression(document.documentElement.clientWidth > 1200 ? "1200px" : "auto");
}

#innerwrapper {
	margin:1px;
	/*padding:0px 20px;*/
}

#header {
	height:140px;
	margin-bottom:20px;
}

#header input {
	padding:5px;

	font:100% Arial;
	color:#999;

	background-color: #1C1D21;	/* for IE */
	
	border: 1px dotted #6B5E5E;
}

#header form {
	float:right;
	border:none;
	position:relative;
	z-index:100;
	padding:10px;
}

#header .nav {
	position:absolute;
	clear:both;
	background-image: url(../images/nav.gif);
	height: 40px;
	width: 880px;
	padding-top: 7px;
	background-repeat: no-repeat;
}

#header a em {
	font-style:normal;
	text-decoration:underline;
}

#header .nav a {
	color:#FFFFFF;
	display:block;
	float:left;
	font-size: 12px;
	letter-spacing:1px;
	padding-right:10px;
	padding-left:10px;
	padding-top:7px;
	text-decoration:none;
	text-transform:none;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	padding-bottom: 10px;
}

#header .nav a:hover {
	color:#000033;
}

#header .nav li.active a{
	color:white;
}

#header .nav li {
	display:inline;
	list-style:none;
	margin:0 1px 0 0;
}

#header .subnav {
	padding:5px 10px 5px 10px;
	font:10px;
	color:#93AEBF;
			font-size:11px;

	display:none;
	position:absolute;
	top:29px;
	width:800px;
}
#header .active ul, #header li:hover ul{
display:block;
}

#header .subnav li {
	list-style:none;
	display:inline;
}

#header .subnav a {
	color:#8EA8B9;
	text-decoration:none;
	padding:5px;
		font-size:11px;

}

#header .subnav a:hover {
	color:#fff;
		text-decoration: underline;

}

#header .subnav li.active a{
	color:#fff;
			text-decoration: underline;

}


#sidebar {
	background:#fff;
	width:210px;
	padding:10px 20px 20px 5px;
	float:left;
	color:#666;
}

#sidebar h2 {
	font:160% Arial;
	color:#333;
	margin:10px 0 10px 0;
	border:none;
}

#sidebar h3 {
	color:#999;
	font:100% Verdana;
	font-weight:bold;
	letter-spacing:1px;
	margin:0 0 -10px 0;
}

#sidebar p {
	margin:15px 0;
}

#sidebar p.news {
	background:#fefefe;
}

#sidebar p.news a.more {
	color:#ccc;
	display:block;
	text-align:right;
	font:80% Verdana;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
	padding:10px 0;
}

#sidebar p.news a:hover {
	color:#666;
}

#sidebar .subnav {
	border-top:1px solid #fafafa;
}

#sidebar .subnav li {
	list-style:none;
	padding:5px;
}

#sidebar .subnav li a {	
	color:#ccc;
	text-decoration:none;
	display:block;
}

#sidebar .subnav li a:hover {
	color:#666;
}

#sidebar .subnav li a b {
	float:right;
	display:none;
	color:#666;
}

#sidebar .subnav li a:hover b {
	display:inline;
}

#sidebar input {
	padding:4px;
	background:#f6f6f6;
	border:1px solid #ccc;
	color:#777;
	font:90% Verdana;
	width:190px;
}

#sidebarright {
	width:170px;
	float:right;
	padding:10px 0 0 20px;
	background:url(../images/sidebarright.jpg) top left no-repeat;
}

#sidebarright p {
	font:90% ;
	color:#777;
	line-height:20px;
	margin:10px 0;
}

#sidebarright h2 {
	font:140% ;
	color:#333;
	margin:10px 0;
	border:none;
}

#sidebarright ul {
	margin:10px 0 10px 15px;
}

#sidebarright ul li {
	margin:5px 0;
}

#sidebarright a {
	border-bottom:1px dotted #eee;
	color:#444;
	text-decoration:none;
}

#sidebarright a:hover {
	border-bottom:1px solid #ccc;
}


#content {
	padding:10px;
}

#contentnorightbar {
	margin:0 0 0 240px;
	padding:20px 0 0 20px;
}

#content ul {
	margin:7px 0 7px 0;
	line-height:25px;
	padding:15px 0 15px 15px;
	color:#79B933;
	text-transform: uppercase;
}
#content ul span {
	color:#444;
}
#contentnorightbar ul {
	margin:15px 0 15px 20px;
	line-height:25px;
	padding:15px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#79B933;
}
#contentnorightbar ul span {
	color:#444;
}

form {
	color: #0084CF;
}

input {
	width:300px;
	padding:4px;
	color:#0084CF;
	font-size: 90%;
}

textarea {
	padding:4px;
	font:90% Verdana;
	border:1px solid #eee;
	height:200px;
	display:block;
	color:#777;
}

p img {
	float:left;
	margin:0 10px 0 0;
}

blockquote p {
	font:160% Georgia;
	color:#aaa;
	padding:0 10% 0 0;
	line-height:30px;
}

#main, #searchform .textbox{
	color: #196FC2;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

*{
	margin:0px;
	padding:0px;
}

div.right{
	float:right;
	width:490px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 20px;
}

div.rightpages{
	float:right;
	width:590px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 20px;
}

div.rightpages p{
	
	padding-left: 10px;
}
 div.rightpages h3{
	padding-left: 10px;
	color: #0084CF;
}
div.leftside{
	float:left;
	width:320px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


div.leftsidepages{
	float:left;
	width:220px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

div.leftsidepages img{
	float:left;
	margin-bottom: 10px;
	border: 1px solid #C8EAF4;
}

div.topbanner{
	float:left;
	width:880px;
	height: 250px;
	margin-bottom: 10px;
}

div.fullpage{
	float:left;
	width:830px;
	margin-bottom: 10px;
}




.cls{
	clear:both;
}
form, fieldset{
	border:none;
}
label{
	color:#0084CF;
}
.button{
	width:180px;
}
#header #ajaxSearch_submit{
	width:30px !important;
	border:none !important;
	cursor:pointer;
}
#header #ajaxSearch_input{
	width:120px;
}