/* general styling */
* {
	margin: 0;
	padding: 0;
}
html,body {
	height: auto;
	background: #CCCCCC;
	color: #330000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* the hyperlinks */
a {
	color: #999966;
	text-decoration: underline;
}
a:hover {
	color: #000000;
}


/* site specific styling */


/* the container centers the page */
#container {
	width: 800px;
	height: auto;
	margin: 0 auto 0 auto;
}	


/* the topbar that contains the most upper links */
#topbar {
	width: 800px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	text-align: right;
}

/* the links in the topbar are an unordered list, formatted here */
	#topbar ul {
		float: right;
	}
	#topbar li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
	#topbar a {
		text-decoration: none;
		display: block;
		padding: 0 10px 0 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-transform: uppercase;
	}
	#topbar a:hover {
		background: #999966;
		color: #FFF;
	}


/* the header that contains the big image */
#header {
	width: 800px;
	height: 300px;
	background: #999966 url(images/CarrBanner.jpg) top left no-repeat;
	position: relative;
}

/* the big title text in the header */
	#header h1 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 30px;
		font-weight: 100;
		letter-spacing: -1px;
		color: #FFF;
		position: absolute;
		top: 60px;
		left: 20px;
	}

#quote p {
	line-height: 20px;
	padding: 10px 20px 30px 20px;
	color: #000033;
	font-style: italic;
	
}



/*Flash Banner below Header*/

#banner {
	width: 800px;
	height:100px;
	position:absolute;
	bottom: 49px;
	left: -1px;
}



/* the navigationbar in the header */
#navbar {
	position: absolute;
	bottom: 7px;
	right: 1px;
	width: 800px;
	height: 38px;
}

/* the links in the navigationbar are an unordered list */
	#navbar ul {
	
	}
	
	#navbar li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
	#navbar a {
		text-decoration: none;
		display: block;
		padding: 4px 10px 4px 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 16px;
		text-transform: uppercase;
	}
	#navbar a:hover {
		background: #999966;
		color: #FFF;
	}
	
/* the core contains all the site contents */
#core {
	width: 800px;
	height: auto;
	margin-top: 5px;
	background: #FFF url(images/coreback.gif) top right repeat-y;
}

/* the coreright contains the left part of the core */
#coreright {
	width: 140px;
	height: auto;
	/*background:*/
	float: right;
}

/* the links in coreright are another unordered list */
	#coreright ul {
	}
	#coreright li {
		display: block;
		height: auto;
		width: 136px;
		margin: 2px;
	}
	#coreright a {
		display: block;
		height: auto;
		padding: 4px;
		width: 128px;
		color: #999966;
		/*background:*/
		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		border: 0;
	}

	#coreright a:hover {
		background: #999966;
		color: #FFF;
	}
	
	#coreright h3 {
		padding: 20px 4px 0 4px;
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 18px;
		color: #330000;
		margin: 0;
	}
	
	#coreright p {
		padding: 5px;
		margin-top: 0px;
		line-height: 16px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #999966;
		font-size: 10px;
	}
	

/* the corecenter contains the center part of the core */
#corecenter {
	width: 800px;
	height: auto;
	background: url(images/corecenter_back.jpg) top repeat-y;
	
}

	#corecenter h2 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 24px;
		color: #000066;
		padding: 10px 0 0 20px;
	}
	#corecenter h3 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 18px;
		color: #003366;
		padding: 10px 0 0 20px;
	}
	#corecenter h4 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 18px;
		color: #003366;
		}
	#corecenter p {
		line-height: 20px;
		padding: 10px 20px 30px 20px;
		color: #003366;
	}
	#corecenter p1 {
		font-size: 14px;
		line-height: 25px;
		padding: 10px 20px 30px 20px;
		color: #003366;
		
	}
	#corecenter p2 {
		line-height: 20px;
		color: #333333;
	}
	
	#corecenter ul {
		padding: 20px;
		width: auto;
	}
	#corecenter li {
		list-style: none;
		line-height: 20px;
		border-bottom: 1px solid #DDD;
	}
	#corecenter li a {
		text-decoration: none;
		color: #cc9999;
		display: block;
		height: auto;
		padding: 4px;
	}
	#corecenter li a:hover {
		background: #999966;
		color: #000;
	}


#footer {
	margin-top: 0px;
	clear: both;
	width: 800px;
	height: 151px;
	background: url(images/footer_bg.jpg);
	line-height: 100px;
	vertical-align: middle;
	/*text-align: right;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
	#footer p {
		color: #FFF;
		padding-right: 20px;
	}
	#footer a {
		color: #FFF;
	}
#footbar{
	width: 800px;
	height: 24px;
	line-height: 24px;
	}
	
	
	#footbar a {
		text-decoration: none;
		display: block;
		padding: 0 10px 0 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-transform: uppercase;
		float:left;
	}
	#footbar a:hover {
		background: #999966;
		color: #FFF;
	}

/* Begin CSS Drop Down Menu */

#menuh-container
	{
	position: absolute;
	bottom: 7px;
	right: 22px;
	width: 800px;
	height: 50px;	/* Default Postitioning
	position: absolute;		
	top: 1em;
	left: 1em;
	}
*/
}
#menuh
	{
	font-size: 20px;
	font-family: Verdana, arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin:2em;
	margin-top: 1em;
	}
		
#menuh a
	{
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 4px 10px 4px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	
	/*display:block;*/
	
	/*border: 1px solid #555;*/
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}


#menuh a:link, #menuh a:visited, #menuh a:active  /* menu at rest */
	{
	color: white;
	background-color: #999966;
	text-decoration:none;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: #999966;
	background-color: #CCCC99;
	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:9.5em;	/* 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:absolute;
	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
	{
	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;}

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 */
