@charset "utf-8";
body {
	background: url(../images/background.jpg);
	background-attachment: fixed;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}

a:link {
	color: #4f7019;
}

a:visited {
	color: #4f7019;
}

a:active {
	color: #4f7019;
}

a:hover {
	color: #4f7019;
}

/*#######################################################################################*/
/* Text Manipulation */
/*#######################################################################################*/

.bold {
	font-weight: 700;
}

.italic {
	font-style: italic;
}

.alert {
	color: #e60000;
}

.whiteout {
	color: #ffffff;
}

.centerText {
	text-align: center;
}

.rightText {
	text-align: right;
}

.underline {
 	text-decoration: underline;
}

.nounderline {
	text-decoration: none;
}

h2 {
	border-bottom: 1px solid #000000;
}

h3 {
	border-bottom: 1px solid #000000;
	font-size: 1.2em;
}

/* CONTAINERS */

#container {
	width: 100%;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin-right: auto;
	margin-left: auto;
	display: inline;
	float: left;
}

#main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.mainTicker {
	background: url(/images/tickerBG.png);
	width: 300px;
	height: 182px;
	float: left;
	padding-left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 10px;
	font-size: 14px;
	padding-right: 8px;
	padding-bottom: 20px;
}

.mainScroller {
	width: 440px;
	height: 200px;
	float: right;
}


.mainHeader {
	width: 100%;
	height: 200px;
	color: #FFFFFF;
	margin-top: 20px;
	
}

/** END CONTAINERS **/

/** HEADER **/

.topHead { 
	background: url(/images/bg-top-head.png) repeat-x scroll top center;
	height: 52px;
	width: 100%;
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:24px;
}

.topHeadWrap {
	width: 800px;
    margin-right: auto;
    margin-left: auto;  
}

.topNav {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
    float: right;
    position: relative;
    z-index: 100;
}

.topNav li{
    float: left;
    padding: 0 11px;
}
.topNav li a{
    color: #e8e8e8;
    float: left;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
.topNav li.active a{
/*  background: url(/images/bg-topNav-a-hover.gif) no-repeat;*/
    text-decoration: none;
}
.topNav li a:hover{color: #fff;}
.topNav li a em{
    position: absolute;
    left:38%;
    top:-9999px;
    text-decoration: none;
}
.topNav li.active a em{
/*  background: url(/images/bg-bullet-01.gif) no-repeat 50% 0;*/
    display: block;
    width:17px;
    height:8px;
    top:52px;
}
.topNav li.active:hover a em,
.topNav li.active.hover a em{display: none;}
.topNav li a span{
    padding: 12px 10px 16px;
    float: left;
}
.topNav li.active a span{
/*  background:url(/images/bg-topNav-a-span-hover.gif) no-repeat 100% 0;*/
    padding: 12px 10px 16px 10px;
}
.topNav li:hover,
.topNav li.hover{position: relative;}
.topNav li:hover .w-drop-down,
.topNav li.hover .w-drop-down{display: block;}
.topNav li .w-drop-down li:hover,
.topNav li .w-drop-down li.hover{position: relative;}
.topNav li .w-drop-down li .w-drop-down,
.topNav li .w-drop-down li .w-drop-down{
    display: none;
    position: absolute;
    left:214px;
    top: -14px;
    padding: 0 0 0 15px;
}
.topNav li .w-drop-down li:hover .w-drop-down,
.topNav li .w-drop-down li.hover .w-drop-down{display: block;}
.topNav li:hover a,
.topNav li.hover a{text-decoration: none; position: relative; z-index: 1;}
.topNav li:hover a span,
.topNav li.hover a span{background:url(/images/bg-top-nav-a-span-hover1.png);}
.topNav li .w-drop-down{
    width:234px;
    position: absolute;
    left:11px;
    top:52px;
    display: none;
}
.topNav li .w-drop-down li strong{
    font-weight: normal;
    background:url(/images/bullet-02.gif) no-repeat 206px 15px;
    display: block;
}
.drop-down-c{
    background:url(/images/bg-top-nav-a-span-hover1.png);
    height:1%;
    padding: 13px 0 0;
}
.drop-down-b{
    background:url(/images/bg-drop-down-b.png) no-repeat;
    height:7px;
}
.topNav li .w-drop-down ul{
    padding:1px 0 0;
    margin:0 9px 0 8px;
    list-style: none;
    background:url(/images/separator-01.gif) repeat-x;
}
.topNav li .w-drop-down ul li{
    float:none;
    background:url(/images/separator-01.gif) repeat-x 0 100%;
    padding:0 0 1px;
}
.topNav li .w-drop-down ul li a{
    color: #fff;
    float: none;
    display:block;
    letter-spacing:-1px;
    padding:5px 0 5px 26px;
    height:1%;
    vertical-align:top;
    background: none;
}
.topNav li .w-drop-down ul li:hover a,
.topNav li .w-drop-down ul li.hover a{background:#656565;}
.topNav li .w-drop-down ul li:hover strong a,
.topNav li .w-drop-down ul li.hover strong a{background:#656565 url(/images/bullet-02.gif) no-repeat 206px 15px;}
.topNav li .w-drop-down ul li:hover li a,
.topNav li .w-drop-down ul li.hover li a{background: none;}
.topNav li .w-drop-down ul li:hover li a:hover,
.topNav li .w-drop-down ul li.hover li a:hover{background:#656565;}


/** END HEADER **/


/* NAVBAR */


/** END NAVBAR **/

#contentContainer {
	display: inline;
	float: left;
	width: 800px;
	height: auto;
	background: transparent url(/images/content_bg.jpg) repeat scroll top center;
}

#content {
	display: inline;
	float: left;
	width: 760px;
	height: auto;
	min-height: 750px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 50px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: transparent url(/images/contentBG.png);
}

#contentMain {
	padding-left: 4px;
	width: 540px;
	float: left;
	display: inline;
	padding-right: 15px;

	height: auto;
}

#contentMainFull {
	padding-left: 4px;
	width: 750px;
	float: left;
	display: inline;
	padding-right: 15px;
	padding-bottom: 50px;
	height: auto;
}

#contentMainContact {
	padding-left: 4px;
	width: 750px;
	float: left;
	display: inline;
	padding-right: 15px;
	padding-bottom: 50px;
	height: auto;
}

#contentMain li {
	margin-bottom: 10px;
}

#contentMain ul.strongFont {
	font-weight: 550;
}

#addressBox {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	
}

#contentSidebar {
	display: inline;
	width: 185px;
	height: auto;
	min-height: 575px;
	border-left: 1px solid #000000;
	float: right;
	padding-left: 15px;
	font-size: 0.8em;
	padding-bottom: 35px;
}


#contentHeader {
	margin-top: 20px;
	display: inline;
	float: left;
	width: 780px;
	height: 2px;
	background: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	vertical-align: middle;
	padding-top: 9px;
	padding-left: 10px;
	padding-right: 10px;
}

#contentHeader img {
	margin-left: 17px;
	margin-right: 17px;
	float: left;
}

#contentHeaderBottom {
	width: 800px;
	height: 4px;
	float: left;
	background: url(/images/contentHeadBottomBG.png);
	display: inline;
}

#contentFooterTop {
	width: 800px;
	background: url(/images/contentBottomBG.png);
	height: 4px;
	display: inline;
	float: left;
}

#contentFooter {
	width: 800px;
	display: inline;
	float: left;
	height: 30px;
	background: #000000;
	padding-top: 10px;
	font-size: 0.8em;
	color: #FFFFFF;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

