/* CSS for the index.html page */



body{
	margin:0px;
	padding:0px;
	margin-right: auto;
	margin-left: auto;
	font: normal 12px Arial;
	background-color:#666666;
	background-image:url(../images/bg_body.gif);
	background-position:center;
	background-repeat: repeat-y;
}


p {
  font-family:Verdana, Helvetica, sans-serif;
  font-size:8.5pt;
  color:#333333;
}



/* ------------------------------------------------- HEADER LAYOUT ELEMENTS ----------------- */

div#header {
	height:118px;
	width:auto;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #cc0000;
	background-color:#ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image:url(../images/bg_header.jpg);
}

div#headercontainer {
	height:118px;
	width:1009px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;

}

div#logocontainer {
	height:118px;
	width:583px;
	float:left;
}

div#searchcontainer {
	height:118px;
	width:271px;
	text-align: left;
	float:right;
}

div#searchcontainer p{
	color:#666;
	padding-left:15px;
	line-height: 0.5pt;
	font-size:10px;
}

/* ------------------------------------------------- MAIN NAVIGATION -------------------------------- */



#menuh-container
	{
	width: 932px;
	height:60px;
	margin: 0px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background-color: #000099;
	padding-left:40px;
	background-image:url(../images/bg_nav.gif)
	}


#menuh
	{
	font-size: .98em;
	font-family: arial, helvetica, sans-serif;
	width:932px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-top: 1em;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	padding: 5px 15px 5px 15px;
	width:75px;
	z-index:30;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #ffffff;
	text-decoration:none;
	z-index:100;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: #000099;
	background-color: #cccccc;
	text-decoration:none;
	z-index:100;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
		z-index:100;
	}
	
	
#menuh a.top_parent_indent, #menuh a.top_parent_indent:hover  /* attaches down-arrow to all top-parents */
	{
		padding-top:12px;
		padding-bottom:12px;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9.1em;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	z-index:100;
	}

#menuh li
	{
	position:relative;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	z-index:100;
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	background-color: #000099;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -8px;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none; z-index:100}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block; z-index:100;}




/* ------------------------------------------------- SUB NAV -------------------------------- */


div#subnavcontainer {
	width:100%;
	height:24px;
	background-color:#cccccc;
	border-right: 1px solid #FFFFFF;
	text-align: left;
	border-top: 1px solid #FFFFFF;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom:30px;
	}
	

div#subnavcontainer a:link, div#subnavcontainer a:visited, div#subnavcontainer a:active {
	font-size: 8pt;
	color: #666666;
	text-decoration: none;
	text-align: center;
	font-weight:bold;
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 17px;
	margin-bottom: 0px;
	margin-left: 17px;
}

div#subnavcontainer a:hover, div#subnavcontainer a.subnavcurrent:link, div#subnavcontainer a.subnavcurrent:visited {
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}




/* ------------------------------------------  CLEAR  ------------------------------------- */


div#clear {
clear:both;
}

div#cleargrey {
	clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-right:50px;
	margin-top:20px;
	margin-bottom:20px;
}


/* ----------------------------------------------- BODY LAYOUT ELEMENTS ----------------- */


div#container {
	width:971px;
	height:auto;
	background-color:#FFFFFF;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	padding-top: 0px;
	}
	
div#navigationflash {
	width:971px;
	clear:both;
	height: 311px;
	position: relative;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

div#flashcontainer {
	width:971px;
	margin: 0px;
	padding: 0px;
	height: 311px;
	position: absolute;
	left: 0px;
	top: 0px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}


/* ----------- << content area >> ---------------- */


div#contentarea {
	width:911px;
	height:auto;
	margin: 0px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 50px;
	}

div#contentarea p{
	padding:4px;
	line-height:18px;
}

div#contentarea a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

div#contentarea a:hover{
	text-decoration: underline;
}

div#contentarea a:visited{
	color:#06F;
}

div#rightcolumn {
	width:41%;
	height:100%;
	float:left;
	text-align: left;
	padding: 0px;
	background-image:url(../images/index_pic2.gif);
	background-repeat: no-repeat;
	background-position: left;
	}
	
	
div#leftcolumn {
	width: 47%;
	height:auto;
	float:left;
	padding:0px;
	text-align: left;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
	
/* ---------------------- 3 COLUMNS ON SUBPAGE ---------------------- */


#leftcolumnsubpage {
	float: left;
	width: 155px;
	padding-right: 30px;
	margin-top:20px;
}

#leftcolumnsubpage p{
	font-size:6.5pt;
	line-height: 1px;
}


#rightcolumnsubpage {
	float: right;
	width: 216px;
	padding-right: 0px;
	padding-top: 30px;
	margin-right: 25px;
	margin-top:20px;
}

#centercolumnsubpage { 
	float: left;
	width: 465px;
	padding-right: 0px;
	margin-top:20px;
}

#twothirdscolumnsubpage { 
	float: left;
	width: 681px;
	padding-right: 0px;
	margin-top:20px;
}

	
	
	
/* ---------------------- 3 BUCKETS ON HOMEPAGE ---------------------- */



div#3bucketscolumn {
	width:30%;
	height:100%;
	float:left;
	text-align: left;
	padding: 0px;
	}


#leftbucket {
	float: left;
	width: 270px;
	padding-right: 30px;
}

#rightbucket {
	float: right;
	width: 270px;
	padding-right: 30px;
}

#centerbucket { 
	float: left;
	width: 270px;
	padding-right: 30px;
}




/* ---------------------- Creates the div container for the footer. ---------------------- */

div#footer {
	clear: both;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width:901px;
	height:auto;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 50px;
}

div#footer h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	text-decoration: none; 
	color: #999999;
	margin:0px 0px 20px 0px;
}

div#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color: #999999;
	margin:0px;
	line-height: 16px;
}

div#footer a:link, div#footer a:visited, div#footer a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	text-decoration: none; 
	color: #999999;
	margin:0px;
}


div#footer a:hover {
	color: #000000;
}


/* -------------------------------------------------- Image Attribures ------------------------- */

.left {
	float:left;
	margin: 8px;
	}

.right {
	float:right;
	padding:0px 0px 30px 10px;
	}
	
.clear {
	clear:both;
	}
	

*  ---------------------------------------------- Redefines the h tag  ---------------------- */

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#C00;
	font-size: 20pt;
	font-weight:200;
}

h2 {
	font-family: Verdana, Helvetica, sans-serif;
	color: #333333;
	font-size: 10pt;
	margin-top:20px;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#C00;
	font-size: 20pt;
	font-weight:200;
	margin-top:10px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#C00;
	font-size: 26pt;
	font-weight:200;
}

fieldset {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
