body {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #333333;
	background-image: url(/images/BG_jpg.jpg);
	background-repeat: repeat;
	background-position: top center;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper {
	background-image: url(/images/bgShadow.png);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	xxxxxxxxxxxxxposition: relative;
	width: 960px;
	height: 100%;
}

#top{
	xxxxxxxxxxxxxposition: relative;
	background-image: url(/images/topBG.jpg);
	height: 210px;
	width: 930px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	float: none;
	background-position: center top;
}
#taglinecontent{
	width: 200px;
	height: 15px;
	padding: 20px;
	color: #000000;
	xxfloat: left;
	text-align: center;	
}

/* --------nav div containing sign up to newsletter fields and main menu-------------------------*/

#navigation{
	width: 930px;
	height: 20px;
	background-color:#eaeaea;
	padding: 0px;
	margin:  auto;
	}

#signup{
	width: 930px;
	height: 35px;
	 background-image: url(../images/topBGBottom.jpg);
                     	padding: 0px;
                      text-align: center;
                      margin: auto;
	font-size: 12px;
	color: #ffffff;                 
     }

#gradient1{
	xxxxxxxxxxxxposition: relative;
	width: 910px;
	background-image: url(/images/gradientbg1.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #ffffff;
	height: 100%;
	padding-top: 5px;
}
#gradient2{
	xxxxxxxxxxxxposition: relative;
	width: 890px;
	background-image: url(/images/gradientbg2.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #ffffff;
	clear: both;
	float: none;
	height: 100%;
	padding-top:10px;
}
#bottomnav {
		background-color: #005782;
	position: relative;
font-color:#ffffff;
font-size:10px;
	margin: auto auto 0px;
	height: 150px;
	width: 930px;
	clear: both;
	bottom: 0px;
	background-image: url(/images/bgShadowbottom.png);
	background-repeat: no-repeat;
	background-position: center top;
}



#bottomleftnav {
	width: 165px;
	border: none;
    text-align:left;
	float: left;
	margin-left:45px;
    margin-right:38px;
	margin-top:20px;
}

#bottommidnav {
	width: 200px;
	border: none;
	float: left;
	margin-right:40px;
	margin-top:20px;
    text-align:left;
}


#bottomrightnav {
	width: 165px;
	border: none;
	float: left;
	margin-right:38px;
	margin-top:20px;
    text-align:left;
}

#bottomfarright {
	width: 180px;
	border: none;
	background-color:#hytytr;
    float: right;
	margin-right:5px;
	margin-top:2px;
                      
}



#bottom {
		position: relative;
	margin: 0px auto auto;
	height: 60px;
	width: 960px;
	clear: both;
	bottom: 0px;
	background-image: url(/images/bgShadowbottom.png);
}

/* --------left hand side vertical navigation and link effects with background images---------*/

#sidenav {
	float: left;
	xposition: relative;
                     background-color: #ffffff;
	background-repeat: repeat-x;
	background-position: center top;
	width: 165px;
min-height:600px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: 10px;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-image: url(/images/bgContentArea.png);
}

#sidenavcontainer ul
{
margin: 0;
padding:0;
list-style-type: none;
}

#sidenavcontainer a
{
	display: block;
	color: #000033;
	width: 150px;
	background-image: url(/images/divideline.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 25px;
	padding-left: 5px;
	padding-bottom: 0px;
	vertical-align: bottom;
	text-align:left;
	list-style-type: none;
}

#sidenavcontainer a:hover
{
color: #006699;
background-image: url(/images/divideline_over.gif);
text-decoration: none;
}


/*-------------------------------------------------------------*/

#pagecontent{
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 180px;
	min-height: 800px;
	width: 690px;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
        padding-top: 1px;
}

#pagecontent a {
color: #990000;
decoration:underline;}
#pagecontent a:hover {
color: #000000;
decoration:underline;}

/* other elements-----*/
/*----headings for lhs nav area----*/
.headertext {
	font-family: "Century Gothic";
                      font-size: 16px;
	font-weight: bold;
	color: #000000;
    text-align:left;


/*Hover menu--------------*/
#menu {
width: 12em;
background: #eee;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a, #menu h2 {
font: 13px Georgia, "Times New Roman", Times, serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: #003300;
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#menu a:hover {
background: #003300;
background: #fff;
}

#menu li {
position: relative;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

</style>

<!--[if IE]>
<style type="text/css" media="screen">
 #menu ul li {float: left; width: 100%;}
</style>
<![endif]-->
<!--[if lt IE 7]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
} 
#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
} 

</style>
<![endif]-->
