
#search2 
{
 background-image: url(../images/augredesign/i/bodysearchbkg.jpg);
 background-repeat: repeat-x;
}

body 
{
 background: url(../images/augredesign/i/body-bg.jpg) repeat-x;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul {
	line-height: 20px;
	list-style-type: square;
	}

form { 
	margin: 0; 
} 

.leftnav ul {
	list-style-type: square;
	color: #7f04bf;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 10px;
	line-height: 40px;
}

.chromestyle{
width: 977px;
position: relative;
z-index: 15;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "|"; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 977px;
padding: 0px 0px 0px 0px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
text-indent: 15px;
padding: 0;
margin: 0;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 0px 0px 0px 0px;
margin: 0;
text-decoration: none;
}

.nopad {
padding: 0px 0px 0px 0px;
	}

.chromestyle ul li a:visited {
text-decoration: none;
color: #FFFFFF;
}

.chromestyle ul li a:hover{
text-decoration: none;
color: #e7cbf6;
}


.chromestyle ul li a:active {
text-decoration: none;
color: #FFFFFF;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 13px "Verdana";
line-height:24px;
z-index:999;
background-color: #533b5f;
width: 150px;
visibility: hidden;
text-align: left;
color: #FFFFFF;
}


.dropmenudiv a {
width: auto;
display: block;
text-indent: 15px;
padding: 5px 0;
text-decoration: none;
color: #FFFFFF;
text-align: left;
}

* html .dropmenudiv a { /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #8d65a2;
text-decoration: none;
color: #ebd5ed;
}

.dropmenudiv a:link,a:visited{
color: #FFFFFF;
}

.dropmenudiv a:visited{
color: #FFFFFF;
}



a:link, a:visited 
{
 color: #7f04bf;
 text-decoration: none;
 font-weight: normal;
}

a:hover, a:active, a:focus 
{
 color: #d38bf8;/* might want to change this one? */
 font-weight: normal;
 text-decoration: none;
}

h1 
{
 color: #0595af;
 font-size: 18px;
 font-weight: bold;
}

h2 
{
 color: #674976;
 font-size: 14px;
 font-weight: bold;
}

h3 
{
 color: #0595af;
 font-size: 12px;
 font-weight: bold;
}


p 
{
 font-size: 12px;
 line-height: 18px;
}

.toplinks 
{
 padding-bottom: 4px;
}

.toplinks, .toplinks a:link, .toplinks a:visited, .toplinks a:active, .toplinks a:focus 
{
 color: #FFFFFF;
 text-decoration: none;
 font-size: 10px;
 font-weight: normal;
}

.toplinks a:hover 
{
 color: #ebd5ed;
}

#nav 
{
 height: 35px;
 background-image: url(../images/augredesign/i/nav-bg.jpg);
 background-repeat: repeat-x;
}

#content 
{
 background-image: url(../images/augredesign/i/content-bg.jpg);
 background-repeat: repeat-x;
 padding-top: 0;
 padding-right: 14px;
 padding-bottom: 0;
 padding-left: 14px;
}

#content-interior 
{
 background-color: #FFFFFF;
 padding-top: 0;
 padding-right: 20px;
 padding-bottom: 0;
 padding-left: 20px;
}

#search 
{
 width: 235px;
 height: 70px;
 background-image: url(../images/augredesign/i/search-bg.jpg);
 background-repeat: repeat-x;
}

#latestNews-top 
{
 color: #fff;
 background-color: #674976;
 padding: 7px;
}

#latestNews-bottom 
{
 padding: 7px;
 border-bottom-color: #674976;
 border-bottom-width: 3px;
 border-bottom-style: solid;
}

#menu 
{
 z-index: 1000;
 width: 1001px;
 font-size: 12px;
 position: relative;
}

/* remove all the bullets, borders and padding from the default list styling */
#menu ul 
{
 padding: 0;
 margin: 0;
 list-style-type: none;
}

#menu ul ul 
{
 width: 150px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu li 
{
 float: left;
 width: 120px;
 position: relative;
 border-right-color: #6a5874;
 border-right-width: 1px;
 border-right-style: solid;
}

/* style the links for the top level */
#menu a, .menu a:visited 
{
 display: block;
 font-size: 12px;
 font-weight: bold;
 text-decoration: none;
 color: #f4f2f4;
 width: 120px;
 height: 20px;
 line-height: 20px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html #menu a, * html #menu a:visited 
{
 width: 120px;
 w\idth: 109px;
}

/* style the second level background */
#menu ul ul a.drop, #menu ul ul a.drop:visited 
{
 background-color: #533B5F;
}

/* style the second level hover */
#menu ul ul a.drop:hover 
{
 background-color: #795889 ;
}

/* style the second level hover */
*html #menu ul ul li a:hover 
{
 background-color: #795889 ;
}

#menu ul ul :hover > a.drop 
{
 background-color: #795889 ;
}

/* style the third level background */
#menu ul ul ul a, #menu ul ul ul a:visited 
{
 background-color: #795889 ;
}

/* style the third level hover */
#menu ul ul ul a:hover 
{
 background-color: #795889 ;
}

/* style the third level hover */
*html #menu ul ul ul a:hover 
{
 background-color: #795889 ;
}

#menu ul ul ul :hover > a 
{
 background-color: #795889 ;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu ul ul 
{
 visibility: hidden;
 position: absolute;
 height: 0;
 top: 20px;
 left: 0;
 width: 156px;
 z-index: 1000;
}

/* another hack for IE5.5 */
* html #menu ul ul 
{
 top: 20px;
 t\op: 21px;
}

/* position the third level flyout menu */
#menu ul ul ul 
{
 left: 156px;
 top: 0;
 width: 150px;
 position: absolute;
}

/* style the second level links */
#menu ul ul a, #menu ul ul a:visited 
{
 background-color: #533B5F;
 color: #fff;
 height: auto;
 line-height: 1.5em;
 padding-top: 5px;
 padding-right: 5px;
 padding-bottom: 5px;
 padding-left: 5px;
 width: 175px;
 text-align: left;
}

*html #menu ul ul a, *html #menu ul ul a:visited 
{
 background-color: #795889 ;
 color: #fff;
 height: auto;
 line-height: 1em;
 padding-top: 5px;
 padding-right: 5px;
 padding-bottom: 5px;
 padding-left: 5px;
 width: 156px;
}

/* style the top level hover */
#menu li:hover, #menu a:hover 
{
 color: #fff;
}

#menu ul ul a:hover 
{
 color: #fff;
}

#menu :hover > a 
{
 color: #fff;
}

#menu ul ul :hover > a 
{
 color: #fff;
 background-color: #795889 ;
}

/* make the second level visible when hover on first level list OR link */
#menu ul li:hover ul, #menu ul li.sfhover ul 
{
 visibility: visible;
}

/* keep the third level hidden when you hover on first level list OR link */
#menu ul li:hover ul ul, #menu ul li.sfhover ul ul 
{
 visibility: hidden;
}

/* make the third level visible when you hover over second level list OR link */
#menu ul li:hover ul li:hover ul, #menu ul li.sfhover ul li.sfhover ul 
{
 visibility: visible;
}

.clear 
{
 clear: both;
}

.footertext p {
	color: gray;
	font-size: 9px;
	line-height: 13px;
	display: inline;
	}
	
	


