
body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, textarea, blockquote, th, td
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3D3D3D;
	font-weight: Normal;
	letter-spacing: .05em;
	line-height: normal;
}

fieldset,img{
    border:0;
}

html{
    height:100%;
    margin-bottom:1px;
}

body{
    position:relative;
}

:focus{
    outline:hidden;
}

/* links */
a{
    color:#0000FF;
    text-decoration:none;
}

a:hover
{
	color: #336633;
    text-decoration:underline;
}

/* header elements */
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #282828;
	line-height: 100%;
}

h1{
    font-size:28px;
}

h2{
    font-size:23px;
}

h3{
    font-size:18px;
}

h4{
    font-size:15px;
}

h5{
    font-size:14px;
}

h6{
    font-size:11px;
}

/* page setup */
body
{
	background: #FFF url(/images/page_bg.jpg) 50% 0 repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	color: #000000;
	font-size: 10px;
}

/* wrapper setup */
div.pagewpr{
    margin:auto;
    width: 975px;
}

/* header */
div#header
{
	background-position: 0 0;
	position: relative;
	height: 73px;
	margin: 0px;
}

/* logo */
span#logo, img#logo{
    position:absolute;
    top:0px;
    left:0px;
    border:0;
}

/* main body setup */
div#middle
{
	width: auto;
	margin: 0px 0px 0px 0px;
	clear: both;
	border: #C6C6C6 1px solid;
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF;
}

/* right column */
div#right{
    width:255px;
    padding:0px 0px 0px 9px;
    float:right;
}

* html div#right{
    padding:0px 0px 0px 8px;
}

/* content column */
div#main{
    width:auto;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

div#mainmiddle{
    margin:0px 0px 0px 0px;
}

div#content{
    width:auto;
}

/* footer */
div#footer{
    width:auto;
    padding:5px 0px 20px 0px;
    clear:both;
    color:#fff;
}

/* clearing & floating */
.clearingfix:after{
    content:".";
    display:block;
    line-height:0px;
    clear:both;
    visibility:hidden;
}

.clearingfix{
    display:block;
}

.floatbox{
    overflow:hidden;
}

/* alignments */
.alignleft{
    float:left;
    margin:0 20px 0 0;
}

.alignright{
    float:right;
    margin:0 0 0 20px;
}

/* topmenu */
div#topmenu{
    position:absolute;
    top:46px;
    right:10px;
    height:27px;
}

div#topmenu ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}

div#topmenu li
{
	float: left;
	display: block;
	margin: 0 0 0 5px;
}

div#topmenu li a
{
	float: left;
	display: block;
	position: relative;
	background: transparent url(/images/menu-r.gif) 100% 0 no-repeat;
	height: 27px;
	padding: 0 5px 0 0;
	overflow: hidden;
	color: #202020;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	line-height: 27px;
	text-align: center;
}

div#topmenu li a span{
    display:block;
    background:url(/images/menu-l.gif) 0 0 no-repeat;
    padding:0 10px 0 15px;
}

div#topmenu li a.active, div#topmenu li a:hover{
    background:url(/images/menu-r.gif) 100% -28px no-repeat;
    text-decoration:none;
}

div#topmenu li a.active span, div#topmenu li a:hover span{
    background:url(/images/menu-l.gif) 0 -28px no-repeat;
}

/* main image */
div.main-image
{
	margin: 0 0 8px 0;
}

/* sectiontitle */
div.sectiontitle{
    
    padding:0 20px 10px 0;
    margin:0 0 5px 0;
}

div.sectiontitle h1, div.sectiontitle h2{
    font-weight:normal;
    text-transform:uppercase;
    margin:0;
}

div.sectiontitle h1 span, div.sectiontitle h2 span{
    color:#3d821c;
}

/* rightcontent box */
div.rightcontent
{
	background-position: 0 0;
	background: url(/images/rightcontent-bg3.jpg) 0 0 no-repeat;
	padding: 15px 0 0 0;
	vertical-align: top;
}

div.rightcontent-bg
{
	background: url(/images/rightcontent-bg3.jpg) 0 100% no-repeat;
	padding: 0 13px 15px 13px;
}

div.rightcontent h3{
    text-transform:uppercase;
    font-weight:normal;
    margin:0 0 20px 0;
}

div.rightcontent ul
{
	list-style: none;
	margin: 0px 10px 5px 10px;
}

div.rightcontent ul li
{
	margin: 0px 0px 3px 0px;
	background-position: 7px;
	background: url(/images/arrow-right2.gif) 7px 0px no-repeat;
	padding: 0px 0px 1px 22px; /* border-bottom: #d4d3d3 1px solid; */
	vertical-align: top;
}

div.rightcontent ul li a{
    font-size:12px;
    color:#282828;
}

div.rightcontent2
{
	margin: 0px 5px 5px 0px;
	border-top: #d4d3d3 1px solid;
}

div.rightcontent2 ul
{
	list-style: none;
	margin: 0px 5px 0px 0px;
	border-bottom: #d4d3d3 1px solid;
}

div.rightcontent2 ul li
{
	padding: 0px 0px 1px 0px;
	border-bottom: #d4d3d3 1px solid;
	vertical-align: top;
	background-image: none;
	font-size: 1px;
}

div.linkcontent ul li
{
	margin: 5px 0px 3px 0px;
	background-position: 7px;
	background: url(/images/arrow-right2.gif) 7px 0px no-repeat;
	padding: 0px 0px 8px 22px;
	vertical-align: top;
}

div.linkcontent ul li a{
    font-size:12px;
    color:#282828;
}

div.linkcontent ul li a:hover{
    font-size:12px;
    color:#0000FF;
    text-decoration:underline;
}

div.linkcontent2
{
	margin: 5px 0px 2px -20px;
}

div.linkcontent2 ul li
{
	margin: 5px 0px 2px 0px;
	background-position: 0px;
	background: url(/images/arrow-right2.gif) 7px 0px no-repeat;
	padding: 0px 0px 0px 22px;
	vertical-align: top;
}

div.linkcontent2 ul li a{
    font-size:12px;
    color:#282828;
    
}

div.linkcontent2 ul li a:hover{
    font-size:12px;
    color:#0000FF;
    text-decoration:underline;
}

div.linkcontent3 ul li
{
	margin: 5px 0px 3px 0px;
	background-position: 7px;
	background: url(/images/arrow-right2.gif) 7px 0px no-repeat;
	padding: 0px 0px 8px 22px;
	vertical-align: top;
}

div.linkcontent3 ul li a{
    font-size:12px;
    color:#0000ff;
}

div.linkcontent3 ul li a:hover{
    font-size:12px;
    color:#0000FF;
    text-decoration:underline;
}

div.maincontent
{
	padding: 0 10px 10px 5px;
	margin: 0 0 5px 0;
}

div.maincontent a
{
	color:#0000FF;
    text-decoration:none;
}

div.maincontent a:hover
{
	text-decoration: underline;
}

div.maincontent ul li
{
	list-style:none;
	margin: 0px 0px 8px 0px;
	background-position: 7px;
	background: url(/images/arrow-right2.gif) 7px 0px no-repeat;
	padding: 0px 0px 8px 22px;
	vertical-align: top;
}

/* features box */
div.box{
    background:url(/images/box-top3.gif) 0 0 no-repeat;
    padding:10px 0 0 0;
}

div.box-bg{
    background:url(/images/box-bg3.gif) 0 100% no-repeat;
    padding:0 10px 10px 10px;
}

div.box2{
    background:url(/images/box-top2.jpg) 0 0 no-repeat;
    padding:10px 0 0 0;
}

div.box-bg2
{
	background: url(/images/box-bg2.jpg) 0 100% no-repeat;
	padding: 0 15px 10px 10px;
}

.subtitle
{
	font-weight: bold;
	color: #282828;
	font-size: 13px;
	margin-top: 8px;
	margin-bottom: 8px;
}

/* features */
ul.features{
    list-style:none;
}

ul.features li{
    float:left;
    width:240px;
    margin:10px 15px;
    height:60px;
}

* html ul.features li{
    margin:10px 10px;
}

ul.features li img.features-icon{
    float:left;
    width:50px;
}

ul.features li div.details{
    float:right;
    width:180px;
}

ul.features li div.details h4{
    margin:0;
}

/* footermenu */
ul.footermenu{
    list-style:none;
    margin:0 0 0 10px;
}

ul.footermenu li{
    float:left;
    margin:0 0 0 15px;
}

ul.footermenu a{
    font-size:12px;
    color:#747474;
    text-transform:uppercase;
}

/* credits */
div.credits{
    float:right;
    margin:0 25px 0 0;
}

div.credits a{
    font-size:12px;
    color:#747474;
}

.logo 
{
	font-size:16px;
    color:#ffffff;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a
{
	position: absolute;
	top: 0;
	border: 1px solid black; /*THEME CHANGE HERE*/
	border-top-width: 5px; /*Top border width. Should match height of .ddcolortabsline above*/
	border-bottom-width: 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	z-index: 100;
	background-color: white;
	width: 200px;
	visibility: hidden;
}


.dropmenudiv_a a
{
	width: auto;
	display: block;
	text-indent: 5px;
	border-top: 0 solid #678b3f;
	border-bottom: 1px solid #678b3f; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: black;
}

.dropmenudiv_a a:hover
{
	/*THEME CHANGE HERE*/
	background-color: #999933;
	color: white;
	text-decoration: none;
}

.dropmenudiv_a a:visited
{
	/*THEME CHANGE HERE*/
	text-decoration: none;
}

* html .dropmenudiv_a a
{
	/*IE only hack*/
	width: 100%;
}

* html .dropmenudiv_a a:visited
{
	/*IE only hack*/
	color: black;
	text-decoration: none;
}

* html .dropmenudiv_a a:hover
{
	/*IE only hack*/
	background-color: #8c1229;
	color: white;
	text-decoration: none;
}


/* Stock Ticker */
div#stockticker{
    position:absolute;
    top:6px;
    right:10px;
    height:27px;
    color: White;
    font-weight: bold;
}

div#stockticker td
{
	color: White;
	font-weight: bold;
}

div#stocktickerdelay
{
	position:absolute;
    top:28px;
    right:10px;
    height:20px;
    color: White;
	font-weight: normal;
	font-size: 9px;
	text-align: right;
}

div#ctl00_stockticker{
    position:absolute;
    top:6px;
    right:10px;
    height:27px;
    color: White;
    font-weight: bold;
}

div#ctl00_stockticker td
{
	color: White;
	font-weight: bold;
	text-align: right;
}

div#ctl00_stocktickerdelay{
    position:absolute;
    top:28px;
    right:10px;
    height:20px;
    color: White;
	font-weight: normal;
	font-size: 9px;
	text-align: right;
}

.small
{
	font-size: 9px;
}