/* Design by: DENiAL-Design.com */
/* Author: Jason Kingery */
/* Released under GPL */
/* Link MUST STAY in footer */
/** {
	margin: 0px;
	padding: 0px;
}*/
body {
	background-color: #fff;
	color: #9f9f9f;
	//font-size: 100%;
	width: 1024px;
	background-position: top center;
	margin: 0 auto;
	padding-top: 5px;
	font-family: "arial", helvetica, sans-serif;
        //font-variant: small-caps;
	font-size: 79%;
	height: auto;
	letter-spacing: .1em;
	//border: 1px solid #cccccc;
}
a {
	text-decoration: none;
	color: #9bb2be;
	//font-size: 90%;
	//border-bottom: 1px dashed #eee;
}
/*a:hover {
	text-decoration: none;
	color: #fff;
	background: #c60000;
	border-bottom: 0px;
}*/
p {
	margin-bottom: 25px;
}

#logo {
	float: left;
	width: 222px;
        height: 220px;
	margin: 0;
	background-image : url(images/logo.jpg);
        background-repeat: no-repeat;
        background-position: top;
}

/* Header */
#header {
	float: right;
	width: 802px;
        height: 204px;
	margin: 0;
	padding-top: 2px;
	      -moz-border-radius-topleft: 3px;
	      -khtml-border-top-left-radius: 3px;
	      -webkit-border-top-left-radius: 3px;
	      border-top-left-radius: 3px;
	      -moz-border-radius-topright: 3px;
	      -khtml-border-top-right-radius: 3px;
	      -webkit-border-top-right-radius: 3px;
	      border-top-right-radius: 3px;
	      -moz-border-radius-bottomleft: 3px;
	      -khtml-border-bottom-left-radius: 3px;
	      -webkit-border-bottom-left-radius: 3px;
	      border-bottom-left-radius: 3px;
	      -moz-border-radius-bottomright: 3px;
	      -khtml-border-bottom-right-radius: 3px;
	      -webkit-border-bottom-right-radius: 3px;
	      border-bottom-right-radius: 3px;
        //background-repeat: no-repeat;
	//background-image: url(images/banner.jpg);
	
}


#navcontainer {
	background-image: url(images/menubg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	width: 222px;
    height: 224px;
	margin: 0;
	clear: both;
}
/* All <ul> tags in the menu including the first level */
#navlist, #navlist ul {
 margin: 0;
 padding: 1px 0px 1px 15px;
 width: 150px;
 list-style: none;

}

#navlist ul {
    color: #387009;
    text-decoration: none;
    display: none;
    position: absolute;
    -moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
    top: -1px;
    float: left;
}

#navlist li {
    list-style: none;
    margin: 2px;
   // width: 95%;
    padding: 1px 1px 1px 1px;
    border-bottom: 1px solid #cccccc;
    position: relative;
    vertical-align: top;
    height: 20px;
    white-space: nowrap;
}

#navlist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

#navlist a {
    color: #000099;
    text-decoration: none;
    //width: 120px;
    cursor: default;
    vertical-align: text-bottom;
    display: inline-block;
    padding: 1px 0 1px 5px;
   // overflow: hidden;
    clear:both;
}

/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
/*#navlist a .subind {
 float: right;
}*/
/*
 Lit items: 'hover' is mouseover, 'highlighted' are parent items to visible menus.
*/
#navlist a:hover, #navlist a.highlighted:hover, #navlist a:focus {
 color: #FFF !important;
 background-color: #79BCF0 !important;
 width: auto !important;
 vertical-align: top;
 display: inline;

}

#navlist a.highlighted {
 color: #FFF;
 vertical-align: top;
 width: auto;
//opacity:.10;
// background-color: #C86;
 position: absolute;
}

/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html #navlist li {
 float: left;
 width: 100%;
}

* html #navlist li {
 float: right;
 list-style: none;
 height: 1%;
 width: auto;
}

* html #navlist a {
 height: 1%;
 display: block;

}
/* End Hacks */

#navlist li:hover>ul {
 
 position: absolute;
 width: auto;
 vertical-align: top;
 display: block;
 left: 142px;
 list-style: none;
 background-color: #139BA7;
 float: both;
 opacity:.95;
 z-index: 10000;
}

.title {
	font-family: "verdana", helvetica, sans-serif;
	font-size: 1.2em;
	text-decoration: none;
	text-align: left;
	color: #000099;
        //margin-left: 90px;
       // padding-left: 10px;
        font-weight: bold;
}

.subtitle {
	font-family: "arial", helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	text-align: left;
	color: #a9d6f3;
	padding-top: 10px;
	//height: 20px;
        vertical-align: text-bottom;
       padding-right: 10px;
        font-weight: bold;
        position: relative;
}

#content {
	float: right;
	//clear: both;
	display: block;
	width: 750px;
	height: auto;
        top: 224px;
	margin-left: 210px;
	padding: 10px 20px 10px 30px;
	text-align: 120px;
	text-decoration: justify;
	position: absolute;
	vertical-align: top;
	background-position: 0 bottom;
 }

#content img {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
	margin: 2px;
	padding: 2px;
	position: relative;
	vertical-align: bottom;
}

#leftcont {
	float: left;
	clear: left;
	width: 222px;
        height: 220px;
	margin: 0;
	padding-left: 20px;
	position: inherit;
        background-position: top;
}

#leftcol {
	float: left;
	//clear: both;
	//display: block;
	width: 370px;
        //height: 224px;
	//margin-left: 210px;
	//padding: 10px 20px 10px 30px;
	//text-align: 120px;
	position: relative;
	//border: 1px solid #cccccc;
}

#rightcol {
	float: right;
	//clear: both;
	//display: block;
	width: 370px;
        //height: 224px;
	//margin-left: 210px;
	//padding: 10px 20px 10px 30px;
	//text-align: 120px;
	position: relative;
	//border: 1px solid #cccccc;
}

/* footer */
#footer {
	clear: both;
	//position: fixed;
	background: #eee;
	font-size: 76%;
	top: 100;
	text-align: center;
	display: block;
}
#footer span {
	color: #666;
}

#titlehead {
	color: #666;
	width: 270px;
	float: left;
}
.style4
{
 
    FONT-FAMILY: verdana;
    LIST-STYLE-TYPE: disc;
    TEXT-DECORATION: none;
    FONT-SIZE: 10px;
    FONT-FAMILY: verdana;
}