/* --
* Title: LFG Master Styles
* Author:
* Updated: Feb 11,  2007 V. 1.0
--*/

/* =Global
------------------------------------------------------------------*/

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {margin:0; padding:0;}
body {
	color: #000000;
	background-image: url(../images/backgrounds/mainbkgrnd.gif);
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 76%;
	line-height: 150%;
	background-repeat: repeat-x;
}
ul,li {list-style-type:none;}
ol,li {list-style-type:none;}
hr {clear:both; visibility:hidden; height:1px;}
a {outline: none;}
a img {border: none; outline:none; vertical-align: middle;}

/* links  */

a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #647552;
	text-decoration: none;
}

/*  common elements  */

h1 {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 180%;
	font-weight: bold;
	color: #C08830;
	padding: 20px 10px 0;
	margin: 0;
	line-height: 130%;
}
h2 {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	padding: 0 10px .5em;
	margin: 0;
	line-height: 125%;
}
h3 {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	font-weight: bold;
	color: #7E1422;
	padding: 0px 10px 10px 10px;
	margin: 0;
	line-height: 120%;
}
h4, h5 {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 105%;
	font-weight: bold;
	color: #666666;
	padding: 0 10px 5px;
	line-height: 120%;
}
h6 {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #666;
	padding: 0 10px 5px;
	line-height: 120%;
}
big {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 500%;
	color: #FFF;
	padding: 20px 10px .5em;
	margin: 0;
	line-height: 100%;
}
p {
	font-size: 12px;
	line-height: 20px;
	padding: 0;
	margin: 0;
}
em {font-style: italic;}
strong {font-weight: bold;}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right; margin-left: 10px;}
.fltlft { /* this class can be used to float an element left in your page */
	float: left; margin-right: 10px;}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* header + container  */
#header {
	height: 90px;
	width: 796px;
	margin: 0 auto 10px;
	padding: 0;
	clear: both;
	background: url(../images/backgrounds/LFG.gif) no-repeat left bottom;
} 
#header h1 a {
	height: 60px;
	width: 425px;
	text-indent: -9999px;
	display: block;
	float: left;
}
#header span {
	width: 71px;
	height: 19px;
	margin: -32px 5px 0 0;
	display: block;
	float: right;
	clear: both;
}
#header span a { width: 71px; height: 19px; display: block; text-indent: -9999px; }
#header .logo { width: 60px; height: 80px; display: block; }

#container {
	width: 750px;
	margin: 0 auto 10px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
	background-image: url(../images/backgrounds/bkgrnd.gif);
}


/*  main sidebar elements  */
#sidebar {
	float: left;
	width: 180px;
}
#sidebar10 {
	float: left;
	width: 180px;
	padding-top: 10px;
}



/* menu*/
div.sdmenu {
	width: 180px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	padding-bottom: 0px;
	color: #fff;
	line-height: 28px;
}
div.sdmenu div {overflow: hidden;}
div.sdmenu div:first-child {}
div.sdmenu div.collapsed {height: 32px;}
div.sdmenu div span {
	display: block;
	padding: 5px 10px;
	font-size: 9px;
	font-weight: bold;
	line-height: 20px;
	color: white;
	cursor: default;
	border-bottom: 1px solid #666;
	letter-spacing: 1px;
	color: #FFFFFF;
	background-color: #103110;
}
div.sdmenu div.collapsed span {
	background-color: #326533;
	color: #FFFFFF;
}
div.sdmenu div a {
	padding: 5px 10px;
	background-color: #C5C8B0;
	display: block;
	text-decoration: none;
	line-height: 15px;
	border-bottom: 1px solid #666;
	color: #333;
}
div.sdmenu div a.current {
	color: #000;
	background-color: #7E9469;
}
div.sdmenu div a:hover {
	color: #000;
	text-decoration: underline;
	background-color: #326533;
}



/* submenu*/
div.subsdmenu {
	width: 180px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	padding-bottom: 0px;
	color: #333;
	font-weight: bold;
	background-color: #EBE3D4; /* opened sub menu*/
}
div.subsdmenu div {
overflow: hidden;
}
div.subsdmenu div:first-child {}
div.subsdmenu div.collapsed {
	height: 32px;
	border-bottom: 1px solid #666;
}
div.subsdmenu div.open {
	height: 32px;
	border-bottom: 1px solid #666;
}
div.subsdmenu div span {
	display: block;
	padding: 0px 0px;
	font-weight: bold;
	line-height: 22px;
	cursor: default;
	background-color: #ADB09A; /* button selected for expanding menu*/
}
div.subsdmenu div.collapsed span {
	background-color: #D5CFBF;  /* button for expanding menu*/
	height: 32px;
}
div.subsdmenu div.open span {
	background-color: #D5CFBF;
	height: 32px;
}

div.subsdmenu div a {
	padding: 10px 10px;
	
	display: block;
	text-decoration: none;
	line-height: 10px;
	color: #333;
}
div.subsdmenu div a.current {
	background-color: #929381;
}

div.subsdmenu div a:hover {
	color: #333333;
	text-decoration: underline;
	background-color: #929381;
}




/* submenu2*/
div.subsdmenu2 {
	width: 180px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	padding-bottom:0px;
	color: #333;
	line-height: 28px;
}
div.subsdmenu2 div {overflow: hidden;}
div.subsdmenu2 div:first-child {}
div.subsdmenu2 div.collapsed {
	height: 32px;
}
div.subsdmenu2 div span {
	display: block;
	padding: 5px 10px;
	font-weight: bold;
	line-height: 20px;
	cursor: default;
	background-color: #666;
}
div.subsdmenu2 div.collapsed span {	
text-decoration: none;
background-color: #666;
}
div.subsdmenu2 div a {
	display: block;
	padding: 5px 10px;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
	cursor: default;
	background-color: #999;
	text-decoration: none;
}
div.subsdmenu2 div a.current {
background-color: #ccc; 
}
div.subsdmenu2 div a:hover {
	color: #13365F;
	text-decoration: underline;
	background-color: #999;
}



/* main elements  */
#main {
	width: 560px;
	margin: 0px;
	padding: 0px;
	float: right;
} 
#main .image {
	width: 560px;
	height: 163px;
	float: right;
}
#main .image h1{
	color: #0F390F;
} 
 
#home #main .image {background: url(../images/backgrounds/homebkgrnd.jpg) no-repeat right top;}
#jdc1 #main .image {background: url(../images/backgrounds/1bkgrnd.jpg) no-repeat right top;}
#jdc2 #main .image {background: url(../images/backgrounds/2bkgrnd.jpg) no-repeat right top;}
#jdc3 #main .image {background: url(../images/backgrounds/3bkgrnd.jpg) no-repeat right top;}
#jdc4 #main .image {background: url(../images/backgrounds/4bkgrnd.jpg) no-repeat right top;}
#jdc5 #main .image {background: url(../images/backgrounds/5bkgrnd.jpg) no-repeat right top;}
#jdc6 #main .image {background: url(../images/backgrounds/6bkgrnd.jpg) no-repeat right top;}
#jdc7 #main .image {background: url(../images/backgrounds/7bkgrnd.jpg) no-repeat right top;}
#jdc8 #main .image {background: url(../images/backgrounds/8bkgrnd.jpg) no-repeat right top;}
#jdc9 #main .image {background: url(../images/backgrounds/9bkgrnd.jpg) no-repeat right top;}

#main p {
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#subdisclaimer p {
	font-size: 9px;
	line-height: 12px;
	color: #333333;
	text-align: left;
	
}

#main ul {
	margin: -1em 0 15px 0;
	font-size: 12px;
}
#main  ul li {
	padding-left: 12px;
	background-image: url(../images/backgrounds/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
	margin: 0px 10px 0px 10px;
	line-height: 20px;
}

#main ol {
margin: -1em 0 0 0;


}
#main  ol li {
	padding-left: 10px;
	margin: 0px 0px 0px 0px;
	line-height: 20px;
	list-style-type:lower-alpha;
	list-style-position: inside;
}


#main .dui-f-l {
	width: 558px;
	margin-bottom: 0px;
	padding-top: 10px;
	border: 1px solid #FFF;
	float: left;
	margin-top: 10px;
	background-color: #FFFFFF;
}
#main .dui-g-l {
	width: 368px;
	margin-bottom: 0px;
	padding-top: 10px;
	border: 0px solid #CCC;
	float: left;
	margin-top: 10px;
	background-color: #FFFFFF;
	min-height: 100%;
}

#main .dui-g-r {
	width: 368px;
	margin-top: 10px;
	padding-top: 10px;
	border: 0px solid #CCC;
	float: right;
	background-color: #FFFFFF;
	min-height: 100%;
}




#main .dui-g-r-pa {
	width: 368px;
	margin-bottom: 10px;
	padding-top: 10px;
	border: 1px solid #999;
	float: right;
	background-image: url(../images/states/pa.jpg);
	background-repeat: no-repeat;
	background-position: 160px 10px;
	margin-top: 10px;
	background-color: #FFFFFF;
}
#main .dui-g-r-oh {
	width: 368px;
	margin-bottom: 10px;
	padding-top: 10px;
	border: 1px solid #999;
	float: right;
	background-image: url(../images/states/oh.jpg);
	background-repeat: no-repeat;
	background-position: 230px 10px;
	margin-top: 10px;
	background-color: #FFFFFF;
}
#main .dui-g-r-ky {
	width: 368px;
	margin-bottom: 10px;
	padding-top: 10px;
	border: 1px solid #999;
	float: right;
	background-image: url(../images/states/ky.jpg);
	background-repeat: no-repeat;
	background-position: 170px 10px;
	margin-top: 10px;
	background-color: #FFFFFF;
}
#main .dui-g-r-in {
	width: 368px;
	margin-bottom: 10px;
	padding-top: 10px;
	border: 1px solid #999;
	float: right;
	background-image: url(../images/states/in.jpg);
	background-repeat: no-repeat;
	background-position: 230px 10px;
	margin-top: 10px;
	background-color: #FFFFFF;
}
#main .dui-g-r-wv {
	width: 368px;
	margin-bottom: 10px;
	padding-top: 10px;
	border: 1px solid #999;
	float: right;
	background-image: url(../images/states/wv.jpg);
	background-repeat: no-repeat;
	background-position: 170px 10px;
	margin-top: 10px;
	background-color: #FFFFFF;
}


#main .dui-ga-r-hm {
	width: 178px;
	margin-bottom: 0px;
	padding-top: 10px;
	border: 1px solid #999;
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	height: 411px;
}
#main .dui-ga-r-hm h1{
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
	text-align: center;
	padding: 0 0 10px 0;
}
#main .dui-ga-r-hm p{
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color: #0F390F;
	font-weight: bold;
	line-height: 13px;
	text-align: center;
}

#main .dui-ga-r {
	width: 178px;
	margin-bottom: 0px;
	padding-top: 10px;
	border: 1px solid #999;
	float: right;
	margin-left: 10px;
	margin-top: 10px;
}
#main .dui-ga-r p{
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	line-height: 13px;
	text-align: center;
}
#main .dui-ga-r h1{
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
	text-align: center;
	padding: 0 0 10px 0;
}

#main .dui-ga-l {
	width: 178px;
	padding-top: 10px;
	border: 1px solid #999;
	float: left;
	margin-top: 10px;
}
#main .dui-ga-l p{
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	line-height: 13px;
	text-align: center;
}

#main .dui-ga-l-hm {
	width: 178px;
	padding-top: 10px;
	border: 1px solid #999;
	float: left;
	margin-top: 10px;
	height: 60px;
}
#main .dui-ga-l-hm p{
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	line-height: 13px;
	text-align: center;
}

#main .dui-ga-l h1{
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
	text-align: center;
	padding: 0 0 10px 0;
}
#main .dui-ga-l h2 {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	font-weight: bold;
	color: #D5AB42;
	padding: 5px 0 0 0;
	text-align: center;
	line-height: 120%;
}


#main .dui-ga-l-10-hm {
	width: 178px;
	margin-bottom: 0px;
	padding-top: 10px;
	border: 1px solid #999;
	float: left;
	margin-left: 10px;
	background-color: #CCCCCC;
	margin-top: 10px;
	height: 60px;
}


#main .dui-ga-l-10-hm p{
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	line-height: 13px;
	text-align: center;
}

#main .dui-ga-l-nav {
	width: 180px;
	margin-bottom: 10px;
	padding-top: 10px;
	float: left;
	background-color: #EEE;
}

#disclaimer {
	width: 750px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top: 10px;
	clear: both;
}
#disclaimer p {
	font-size: 9px;
	line-height: 12px;
	color: #333333;
	text-align: left;
}

/* footer */
#footer {
	width: 750px;
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 10px 0 195px;
	background-color: #333;
	width: 545px;
} 


#footer a:link {
	color: #009966;
	text-decoration: underline;
}
#footer a:visited {
	color: #009966;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}



#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	line-height: 12px;
	color: #fff;
}

/* giantboy */
#giantboy {
	width: 750px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top: 5px;
	clear: both;
}
#giantboy p {
	font-size: 9px;
	line-height: 12px;
	color: #999999;
	text-align: center;
}
