body, td
{
	padding: 0px;
        text-align:left;
        background-color: #FFFFFF;
	color: #5B5B5B;
	font: 11px arial, tahoma, verdana;
}
body#default {
	background-color: #F1F1F1;
	text-align: center;
	margin: 0px auto;
}
H1 {
	padding-bottom: 5px;
	margin: 0px;
	color:#19315D;
	font: 16pt Arial Narrow, arial, tahoma, verdana;
	font-weight: normal;
         
} 

H2 {
	padding-bottom: 10px;
	margin: 0px;
	color:#557432;
	font: 13pt Arial Narrow, arial, tahoma, verdana;
	font-weight: bold;
        text-transform:uppercase;
	line-height: 16px;
}


ul {
	list-style-image: url(bullet.gif);
	margin: 0px 10px 0px 20px;
	padding: 0px;
}
ul li {
	line-height: 14px;
        margin-bottom: 0px;
}
ol li {
	margin-bottom: 7px;
}
a {
	color: #D64E00;
	text-decoration: none;
	font: 11px arial, tahoma, verdana;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:focus {
	-moz-outline-style: none;
}
.headline {
        padding: 0px 0px 7px 0px;
}

/* Layout formatting and positioning */
/* note: see innerstyle.css for the layout for the inner template */
/******************************************************************************************************************************************/

#container
{
	background-color: #FFFFFF;
	color: #000;
	width: 980px;
        border: solid 0px #000;
        margin: 0px auto;
	text-align:left;
}

#header {
        position: relative;
        background-color: #FFFFFF;
        border: 0px solid #333333;
        padding: 0px 0px 0px 0px;
        margin-bottom: 0px;
        height: 51px;
        width: 980px;
        clear: both;
}

#search {
        position: absolute;
        padding-top:0px;
        left: 790px;
        top : 5px;
        margin: 0px 0px 0px 0px;
        background-color: #FFFFFF;
        width: 200px;
        height: 30px;
        font : Arial, Verdana;
        font-size : 10px;
        font-weight : bold;
        color : #5B5B5B;
}

#orphan_navigation {
        position: absolute;
        left: 500px;
        top : 10px;
        background-color: #FFFFFF;
        padding: 0px 0px 0px 0px;
        width: 250px;
        height: 20px;
        font-weight : normal;
}
#mainnav {
	position: absolute;
        left: 275px;
        top : 15px;
        /*float:right;*/
	color:#5B5B5B;
	font: 9pt arial, tahoma, verdana;
	border: 0px solid #333333;
	background: none;
	vertical-align: text-bottom;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
        height: 37px;
	width: 730px;
}

#mainnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#mainnav ul li {
	display: inline;
	float: left;
	padding: 0px 10px;
}
#mainnav ul li a {
	color:#5B5B5B;
	font: bold 12px Tahoma, Arial, Verdana, sans-serif;
	text-decoration: none;
	padding: 0px 10px 0 0;
	
}
#mainnav ul li a.last {
	background: none; 
        padding: 0px 0px;
}

#mainnav ul li a:hover {
	color:#D64E00;
        text-decoration: none;
}
#mainnav ul li a.subactive {
	color:#D64E00;
        text-decoration: none;
}
#mainnav ul li a:focus {
	-moz-outline-style: none;
}

#logo {
        position: absolute;
        left: 0px;
        top : 0px;
        background-color: #FFFFFF;
        padding: 0px 0px 0px 0px;
        width: 210px;
        height: 50px;
}

#quicklinks {
        position: absolute;
        left: 690px;
        top : 0px;
	//float:right;
        background-color: none;
        padding-left: 0px;
        padding-right: 110px;
        padding-top: 180px;
        width: 180px;
}

#quicklinks a {
        color:#FFFFFF;
        font: 12px arial, tahoma, verdana;
        font-weight: bold;
        text-decoration: none;   
}

#quicklinks a:hover {
        color:#000000;
        text-decoration: none;
}

#banner {
        position: relative;
        border: 0px solid #333333;
        padding: 0px 0px 0px 0px;
        margin-bottom: 5px;
        height: 155px;
        width: 980px;
        clear: both;
}
#content { 
        margin: 2px 14px; 
}

#subnav
{
	width: 210px;
        height: 500px;
	float: left;
	padding: 15px 20px 0px 0px;
        margin-bottom: 30px;
}
#subnav div.searchdiv {
        margin: 15px 0px 0px 0px;
}

#subnav div.title {
	padding-bottom: 10px;
        margin-bottom: 10px;
	color:#557432;
	font: 13pt arial, tahoma, verdana;
	font-weight: bold;
        text-transform:uppercase;
}
#subnav ul.navigation {
	padding-left: 0px;
	list-style: none;
}
#subnav ul.navigation li {
	margin: 3px 0px 3px 0px;
	background: url(/templates/default/li.gif) 0px 5px no-repeat;
	text-indent: 10px;
}
#subnav ul.navigation li a {
	text-decoration: none;
	color: #181818;
	display: block;
}
#subnav ul.navigation li a:focus {
	-moz-outline-style: none;
}
#subnav ul.navigation li a:hover {
	color: #FB7102;
}
#subnav ul.navigation ul li {
	padding-left: 11px;
	display: block;
	margin: 3px 0px 3px 0px;
/*here*/
	text-indent: 0px;
        list-style: none;
}
#subnav ul.navigation li a.subactive {
	color: #FB7102;
}
#content_main {
	width: 675px;
	float: right;
	padding: 30px 0px 30px 15px;
	color: #5B5B5B;
	font: 12px arial, tahoma, verdana;
line-height:15px;
}

#leftColumn
{
	border: solid 0px #000;
	float: left;
	width: 660px;
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 15px 20px;
}

#rightColumn
{
	float: right;
	width: 220px;
	margin-left: 0px;
	margin-right: 0px;
        background: #FFFFFF;
	padding: 10px 10px 15px 0px;
	font: 11px arial, tahoma, verdana;
	font-weight: normal;
}

#contentColumn
{
	float: right;
	width: 915px;
	margin-left: 0px;
	margin-right: 5px;
        background: #FFFFFF;
	padding: 10px 25px 15px 30px;
	font: 11px arial, tahoma, verdana;
	font-weight: normal;
        color: #676767;
}

#callout
{
	//float: left;
	width: 205px;
	height: 125px;
	//margin-left: 10px;
	padding: 10px 5px 5px -20px;
	text-align:left;
	font: 11px verdana, tahoma, arial;
	font-weight: normal;
}

#footer {
        position: relative;
        left: 0px;
        background-color: #FFFFFF;
        border: 0px solid #333333;
        margin: 15px 0px 5px 0px;
        height: 20px;
        width: 940px;
        clear: both;
}
#footer_header {
        width: 980px;
        height: 20px;
        background: url(grey_bar.gif) no-repeat;
}

#footer_nav {
        background-color: #FFFFFF;
        color:#5B5B5B;
        font: 11px arial, tahoma, verdana;
        font-weight: normal;
        padding: 5px 0px 0px 30px;
}

#footer_nav a {
        color:#676767;
        font: 11px arial, tahoma, verdana;
        font-weight: normal;
        text-decoration: none;
}

#footer_nav a:hover {
        color:#676767;
        text-decoration: underline;
}

/*******************************************************************************************************************************************/
/*  text formatting for specific sections of the website */


.hilite {
        font : Arial, Verdana;
        font-size : 12px;
        font-weight : bold;
        color : #D06500;
        margin-left: 5px;
        text-decoration: none;
}

.hilite a {
        font : Arial, Verdana;
        font-size : 12px;
        font-weight : bold;
        color : #D06500;
        margin-left: 5px;
        text-decoration: none;
}

.hilite a:hover {
        text-decoration: underline;
}

.orphan_navigation {
        font : Arial, Verdana;
        font-size : 11px;
        font-weight : bold;
        color : #5B5B5B;
        margin-right: 5px;
 }
.orphan_navigation a {
	margin-top : 3px;
        color: #5B5B5B;
	text-decoration: none;
}
.orphan_navigation a:hover {
	color: #000;
        text-decoration: none;
}


/* NOTE */
/* the dynamically generated links will be outputted as list items in an unordered HTML list for flexibility in formatting the output */
/*******************************************************************************************************************************************/

// Horizontal navigation class	
.horizontal_navigation ul
{
	margin: 0;
	padding-left: 0;
	padding-right: 10;
        margin: 0px 20px 0px 0px;
	list-style-type: none;
	color:#5B5B5B;
}
/* this is the style that prevents the list items form going to a new line */
.horizontal_navigation ul li { display: inline; }
.horizontal_navigation ul li a 
{ 
	text-decoration: none;
	padding-left: 10;
	padding-right: 10;
        margin: 0px 20px 0px 0px;
	color:#5B5B5B;
	font: 13px arial, tahoma, verdana;
	font-weight: bold;
	}
.horizontal_navigation ul li a:hover 
{ 
	text-decoration: none;
	color:#000000;
}

//list-style-image: url(redball.gif);
#custom-gen ul li {
list-style-position: outside;
padding-left: -10;
	}
	



/* set some default syles for image alignment and image padding */
img {
border: 0;
vertical-align: bottom;
}

#inner_leftColumn img {
border: 0;
vertical-align: middle;
}
.dosearch {
     padding-top: 3px;
}
.itemheadline {
font-weight: bold;
}
.frontendlabel {
    float: left;
    width: 100px;
    height: 15px;
}
#content_main input, textarea {
        margin-right: 0px;
        display: block;
} 
td#keywords h1, td#keywords h1 a, #keywords {
color:#676767;
font: 11px Arial, Helvetica, sans-serif;
text-decoration:none;
}
