/*--------------------------------------------Reset All--------------------------------------------
-------------------------------------------------------------------------------------------------*/


html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input
{
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th
{
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}

ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }

table
{
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	font: 62.5% "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	min-width: 964px;
	background-color: #FFF;
	}

#wrapper {
	width: 954px;
	margin: 0 auto;
	background-color: #FFFFFF;
	text-align: left;
	position: relative;
	}

#branding {
	height: 24px;
	/*background-color: #00ff00;*/
	margin: 40px 39px 0 39px;
	}

#navContainer {
	width: 876px;
	height: 77px;
	/*background-color: #aeaeae;*/
	margin: 0 39px 0 39px;
	top: 1em;
	left: 1em;
	}

#content {
	width: 875px;
	height: 525px;
	margin: 0 39px 0 39px;
	background: #FFF;
	position: relative;
	/*background-color: #00ff00;*/
	/*border: 1px solid #555;*/
	}


#slideshow {
	position: absolute; 
	}

#column1 {	
	float: left;
	padding: 35px 20px 0 25px;
	width: 840px;
	}
	



/*--------------------------------------------Fonts-----------------------------------------------
-------------------------------------------------------------------------------------------------*/

/* Set all font properties in one declaration 
		
		#declaration { font: font-style font-variant font-weight font-size/line-height font-family; }
*/


p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999;
	font-weight: lighter;
	line-height: 1.4em;
	margin-bottom: 1.2em;
	}


h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: lighter;
	color: #FFF;
	background: #999;
	padding: 3px 0 3px 39px;
	margin: 0px -39px;
	}

	
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: lighter;
	color: #06C;
	line-height: 1.2em;
	margin-bottom: 0.5em;
}


h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: lighter;
	color: #FFF;
	font-variant: normal;
}

#navContainer {
	font: normal lighter 1.3em "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

/*--------------------------------------------Links--------------------------------------------
-------------------------------------------------------------------------------------------------*/

a:link {
	color: #cc1100;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/*--------------------------------------------Navigation--------------------------------------------
-------------------------------------------------------------------------------------------------*/

#navContainer a.logo {
	display: block;
	float: left;
	width: 400px;
	height: 80px;
	background: url(images/header_aa.jpg) no-repeat;
	text-indent: -9999px;
	}

#mainNav
	{
	float: right;
	margin: 35px 0px 0px 0px;
	}
	
#mainNav a
	{
	text-align: center;
	display:block;
	/*border: 1px solid #555;*/
	white-space:nowrap;
	margin:0;
	padding: 0.3em 1em 0.3em 1.2em;
	}
	
#mainNav a.last
	{
	padding-bottom: 0.8em;
	}
	
#mainNav a:link, #mainNav a:visited, #mainNav a:active	/* menu at rest */
	{
	color: black;
	background-color: white;
	text-decoration:none;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	}
	
#mainNav a:hover						/* menu on mouse-over  */
	{
	color: #cc1100;
	background-color:none;
	text-decoration:none;
	}	
	
#mainNav a.top_parent, #mainNav a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{	
	background-position: 0 50%;
	background-repeat: no-repeat;
	/*background-color: aqua;*/
	}



#mainNav ul.first a.top_parent 		/* removes down-arrow and padding on first top-parent */
	{
	background-image: none; 
	/*padding-left: 0em;*/
	}	
	
#mainNav a.parent, #mainNav a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(images/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#mainNav ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	/* width:9em;	 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 "#main a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}


#mainNav li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;	/* Sophie Dennis contribution for IE7 */
	}

#mainNav ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 0 1em 1em 1em;
	margin:0 0 0 -1em;
	/*padding: 1em;
	margin: -1em 0 0 -1em;
	background-color: aqua; --- changed from this to above to increase clickable area on top parent */
	}

#mainNav li li a {text-align: left;}

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

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

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

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

/* End CSS Drop Down Menu */


/*--------------------------------------------Footer--------------------------------------------
-------------------------------------------------------------------------------------------------*/

#footer {
	clear: both;
	height: 26px;
	background-color: #FFF;
	text-align: center;
	display:block;
	/*border: 1px solid #555;*/
	white-space:nowrap;
	margin:0;
	padding: 0.3em 1em 0.3em 1.2em;
	}
}



