/*********************/
/* Header */
/*********************/
#logo 
	{
	width: 1000px;
	height: 190px;
	background: url(/images/img01.jpg) no-repeat left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	}
a.logo {
		float:left;
		top: 0; 
		left: 0; 
		width: 200px; 
		height: 190px; 
		z-index: 100;
		margin:0px
		}
		
a.logo:hover {border-bottom: none;}

a.skipnav 
	{
	float:left;
	width: 10px;
    margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 0px 0px;
	background-color: #031539;
	z-index: 200;
	}


/********* Search Google Default *********/	
#search-google1
	{
	float:left;
	margin: 70px 0px 0px 500px;
	padding: 0px 0px 0px 0px;
	}
/********* Search Google Default *********/	
	
/********* Search Google Default Supporting*********/	
#search-google
	{
	float:left;
	margin: 70px 0px 0px 500px;
	padding: 0px 0px 0px 0px;
	}
/********* Search Google Default Supporting*********/	

/********* Search Google Default Supporting Audit Reports*********/	
#search-google2
	{
	
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	}
/********* Search Google Default Supporting Audit Reports*********/
		
input.c1 {font-size:10px;}
	
/*********************/
/* Menu Main Navigation */
/*********************/
/* Begin CSS Drop Down Menu */

#menuh-container
	{
/*********************/
/* Put the Negative Margin Below and make the image larger to accomodated the navigation */
/*********************/
	position:absolute;
	z-index: 300;
	margin: -25px auto;
	top: -19px;
	bottom: 20px;
	width: 545px;
	height: 50px;
	left: 460px;
	}

#menuh
	{
	font-size: small;
	font-family: helvetica, arial, geneva, sans-serif;
	width:545px;
	float:right;
	margin: 0px;
	margin-top: 1px;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1.5px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 10px;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	background-image: url(/images/nav_bg.png);
	background-repeat:repeat;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu on mouse-over  */
	{
	color: #F19325;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(/navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:8em;
	/* 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 */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:relative;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin: -1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	z-index:200;
	cursor:pointer;
	}

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;}

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;}

/* End CSS Drop Down Menu */


/*********************/
/* Wrapper */
/*********************/

#wrapper 
	{
	
	}

/*********************/
/* Page */
/*********************/                                                                                                                                          
#page 
	{
	position:relative;
	z-index:1;
	width: 990px;
	margin: 0 auto;
	padding: 10px 5px;
	background: #FFFFFF;
	}

#page-bg 
	{
	
	}

/*********************/
/* Body */
/*********************/

body 
	{
	padding: 0;
	background: #787878;	
	text-align: justify;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
/*****For body above code to add backgroundimage****/
/***background-image:url(../images/bg1.jpg);
	background-repeat: no-repeat; ****/

h2, h3 
	{
	color: #024771;
	font-weight: bold;
	}

h2 
	{
	font-size: 1.6em;
	}

h3 
	{
	font-size: 1em;
	}


/***** Hyperlinks in Body ****/

a:link {text-decoration:none; color:#024771; font-weight: bold;} 
a:hover {color:#F19325; border-bottom: 1px solid #F19325; font-weight: bold;}
a:visited {text-decoration:none; font-weight:bold;}
/***** Hyperlinks End ****/


a img 
	{
	border: none;
	}

img.left 
	{
	float: left;
	margin: 0 20px 0 0;
	}

img.right 
	{
	float: right;
	margin: 0 0 0 20px;
	}
	

/*********************/
/* Content */
/*********************/

#content 
	{
	float:left;
	margin: 0px 0px 0px 5px;
	width: 590px;
	}

.style21 {font-size: 1.3em}

/************************************/
/* Features - Image Rotator Start */
/*************************************/
#features {
    background: none repeat scroll 0 0 #1c567d;
    border: 2px solid #000000;
    height: 355px;
    margin: 0 0 0px;
	padding: 4px;
    position: relative;
    width: 590px;
	color:#EEEEEE;
}

#features #rotator { height: 310px; width: 560px;}

#features a,  #features a:active, #features a:visited 
{ color: #F19325; padding-left: 0px; text-decoration: none; border: 0; }
#features a:hover {color:#EEEEEE;}

#pager { font: bold 18px Helvetica, Arial, sans-serif; position: absolute; top: 335px; left: 150px; z-index: 10}
#pager a { float: left; display: block; color: #000; background: #E6F6FF; border: 1px solid #ccc; margin: 0 5px; padding: 5px 10px; -moz-border-radius: 5px;}
#pager a:hover { color: #fff; background: #0E4263; border-color: #000;}
#pager a.activeSlide, #pager a:focus { color: #fff; background: #0E4263;  border: 1px solid #fff;}

/*********************************/
/* Features - Image Rotator End */
/*********************************/


/*********************/
/* Sidebar 1 */
/*********************/

#sidebar1 
	{
	float: left;
	}
#sidebar1 a:hover {color:#F19325;}
	
.sidebar1 
	{
	float: left;
	width: 139px;
	padding: 0;
	font-size: 1.2em;
	}
	
.sidebar1 ul 
	{
	margin: 0;
	padding: 0;
	list-style: none;
	}

.sidebar1 li 
	{
	padding: 0px 0 0px 0;
	}

.sidebar1 li ul 
	{
	
	}

.sidebar1 li li 
	{
	margin: 10px 5px 0px 5px;
	padding: 0px 0px;
	}


.sidebar1 li h2 
	{
	height: 30px;
	margin: 0 0 0 0;
	padding: 10px 5px 0px 5px;
	background: #0033ff url(/images/nav_bg.png) repeat left top;
	font-size: 16px;
	color: #FFFFFF;
	}

/*********************/
/* Sidebar 1 */
/*********************/
#sidebar2 
	{
	float: right;
	}
#sidebar2 a:hover {color:#F19325;}

.sidebar 
	{
	float: left;
	width: 239px;
	padding: 0;
	font-size: 12px;
	}
	
.sidebar ul 
	{
	margin: 0;
	padding: 0;
	list-style: none;
	}

.sidebar li 
	{
	padding: 0 0 20px 0;
	}

.sidebar li ul 
	{
	
	}

.sidebar li li 
	{
	margin: 0 20px 0 15px;
	padding: 8px 0px;
	border-bottom: 1px #BBBBBB dashed;
	}


.sidebar li h2 
	{
	height: 30px;
	margin: 0 0 0 0;
	padding: 10px 15px 0px 15px;
	background: #0033ff url(/images/nav_bg.png) repeat left top;
	font-size: 16px;
	color: #FFFFFF;
	}


/**************************************************/
/* Date and Month Calendar Icons for Recent News */
/**************************************************/

.date {  
	background: #E6F6FF; border: 1px solid #C5E6F9; width: 50px; height: 50px; float: left; text-align: center; font: bold 16px Georgia, "Times New Roman", Times, serif; margin: 0 10px 20px 0; -moz-border-radius: 5px; 
	}
.month { 
background: #0E4263; color: #fff; display: block;  margin-bottom: 5px; text-transform: uppercase; font-weight: bold; padding-bottom: 2px; 
	}
	
#calendar { position: relative; margin-top: 20px;}
#calendar h3 { border-bottom: 1px dotted #ccc; line-height: 1.4em; margin: 0px 0px 10px 0px; }
#calendar ul { margin: 0px; position: relative; }
#calendar ul li { list-style-type: none; clear: left; margin-bottom: 10px; font-size: 12px; line-height: 1.2em}
#calendar ul ul { float: right; position: absolute; left: 60px;  width: 500px; /* uncomment for two columns width: 170px;*/ }
#calendar li li { margin-bottom: 5px; display: inline; /*remove inline for two columns*/ }
#calendar ul li ul { overflow: auto; height: 60px;  } /*add height to list of events, if info is too long, scroll bar will appear*/
#calendar .more { position: absolute; top: 5px; right: 20px;  }
#calendar a:hover {color:#F19325;}
/**************************************************/
/* Date and Month Calendar Icons for Recent News */
/**************************************************/

/*********************/
/* Footer 1 */
/*********************/
#footer {
	width: 960px;
	height: 230px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(/images/img04.jpg) no-repeat left top;
}

#footer h2 { font: bold 16px Arial, Helvetica, sans-serif; color:#fff; padding: 0 0 8px; margin: 0 0 10px; border-bottom: 1px solid #ccc; text-shadow: 1px 1px 0px #333;}

#footer li {list-style-type:none;  }
#footer ul { font-size: 12px; line-height: 1.5em; padding:0; margin:0px 0px 20px 0; }
#footer ul li { color:#EEEEEE;}
#footer a { background: transparent; color: #EEEEEE; font-weight: normal;}
#footer a:hover, #footer a:focus { text-decoration: none; color:#F19325; border-bottom: 1px solid #F19325;}

/*********************/
/* FOOTER 2 */
/*********************/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	padding-top: 20px;
}

.grid_3 {
	display: inline;
	float: left;
	position: relative;
	padding-left: 9px;
	padding-right: 9px;
	margin-top: 0px;
}

.grid_4 {
	display: inline;
	float: left;
	position: relative;
	padding-left: 9px;
	padding-right: 9px;
	margin-top: 0px;
}

.container_12 .grid_3 {
	width: 195px;
}

.container_12 .grid_4 {
	width: 303px;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/	
		


#finder li {list-style-type:none;}  
#finder ul { margin-left: 0px; margin-top: 0px; height: 10px; padding-top: 0px; }
#finder ul li { float: left; border-left: 1px solid #ccc; border-color: rgb(126, 133, 149); padding: 0 12px; line-height: 1em; }
#finder li:first-child { border: 0;}
#finder a { font-size: 10px; color:#EEEEEE; border: 0;}
#finder a:hover, #finder a:focus { color: #F19325; border-bottom: 1px solid #EEEEEE; }


/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

<!--.clearfix {
	display: block;} -->

