/* Edited with EditCSS */
/**** LINK-tag style sheet styles.css ****/

/* Edited with EditCSS */
/**** LINK-tag style sheet styles.css ****/

/* Edited with EditCSS */
/**** LINK-tag style sheet styles.css ****/

/* Edited with EditCSS */
/**** LINK-tag style sheet styles.css ****/

/* Edited with EditCSS */
/**** LINK-tag style sheet styles.css ****/

/*******************************************/
/*     Global Style Sheet for Website      */
/* These styles are not listed in the      */
/*   ACE style menu, but they are used.    */
/*******************************************/

/* CMS Specific style - sets background color within CMS */
div#WebPageEdit {
	background-color: white;
}


/* General styles for page */
body {
	font-family: Verdana, arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-color: #000000;
	background-color: #AA201C;  
	behavior: url("csshover.htc");	/*Menu behavior for IEWin */
} 
p {
	color: #000;
	font-size: 11px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
}
h2 {
	font-size: 12px;
	font-weight: bold;
}

h3{
	font-size: 12px;
	font-style: italic;
}

h5{
	font-size: 9px;
	font-weight: bold;
}
h6{
	font-size: 10px;
}

.ourjob{
font-size: 12px;
font-weight: bold;
}

#breadcrumbs{
	margin-left: 40px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}

li{
font-size: 9px;
text-align: left;
}
a {
	text-decoration: underline;
}
a:link {
	color: #AA201C; 
}
a:visited {
	color: #AA201C; 
}
a:hover {
	color: #AA201C;
}
a:active {
	color: #AA201C;
}

/*2 column layout - equal columns*/
#content-left-equal{
	width: 315px;
	padding: 15px;
float: left;
position: relative;
}
#content-right-equal{
	width: 315px;
	padding: 15px;
float: right;
position: relative;
}


/*2 column layout - 75% 25% columns*/
#content-left-75{
	width: 460px;
	padding: 10px 30px 10px 10px; 
float: left;
position: relative;
}
#content-right-25{
width: 200px;
	padding: 10px 10px 0px 5px; 
float: right;
position: relative;
}


#footernav a {
	text-decoration: none;
}
#footernav a:link {
	color: #000;
}
#footernav a:visited {
	color: #000; 
}
#footernav a:hover {
	color: #AA201C;
}
#footernav a:active {
	color: #AA201C;
}



/* Styles for the navigation */
#nav {
	height: .8em;
	margin-left: 40px;
	padding: 0;
	white-space: nowrap;
	font-size: 10px;
	font-color: #660100;
	font-weight: bold;
	position: relative;
	top: -4px;

}
#nav a {
	display: block;
	text-decoration: none;
	padding: 0px 20px 2px 0px; 

}
#nav ul.level0 a{
	margin-left: .5em;
	}
#nav ul.level0 a:link {
	color: #000;
}
#nav ul.level0 a:visited {
	color: #000;
}
#nav ul.level0 a:hover {
	color: #AA201C;

}
#nav ul.level0 a:active {
	color: #AA201C;
}

#nav a.current {
	/* Current page selected link */
	color: #000;
}
#nav ul {
	cursor: default;
	list-style: none;
	padding: 0;
}
#nav ul.level0 li {
	float: left;
	position: relative;
	top: 2px;
	background-image: url(../media/nav-image.jpg);
	padding-left: 1em;
	background-repeat: no-repeat;
	background-position: 0px 0px 0px 10px;
}
#nav ul.level0 {
}
#nav ul.level1 {
	display: none;
	position: absolute;
	z-index: 1;
	text-transform: none;
	font-weight: normal;
	margin-left: -1px;
	background-color: #CCCCCC;
	white-space: nowrap;

}
#nav ul.level1 li {
	float: none;
	display: inline;
	position: relative;
}
#nav ul.level0 li:hover ul {
	/* Display sublist on hover */
	display: block;
}
















