* {
	outline:none;
	outline:0;
}
body {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height:24px;
	color:#121212;
	background-color:#0e0e12;
	margin:0;
	padding:0;
}
.layout {
	margin:auto;
	width:907px;
	background-color:#fff;
}
.navLayout {
	background-image:url(/images/bg_nav.gif);
	background-position:top left;
	background-repeat:repeat-x;
	height:50px;
	text-align:center;
}
.navItem {
/*	float:left;*/
	width:auto;
	margin:0 12px;
}
.mainTableContent {

}
.leftColumn {
	background-image:url(/images/vdiv.gif);
	background-position:top right;
	background-repeat:repeat-y;
	width:272px;
	text-align:left;
}
.leftColumnContent {
	padding:0 14px 0 14px;
}
.leftColumnLogoContent {
	text-align:center;
	background-image:url(/images/hdiv.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding:2px 0;
}
.rightColumn {
	width:600px;
	text-align:left;
	padding:175px 17px 10px 18px;
	background-image:url(/images/bg_header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#aboutUs {background-image:url(/images/bg_header_about.jpg);}
#qualifications {background-image:url(/images/bg_header_qualifications.jpg);}
#resourceCenter {background-image:url(/images/bg_header_resources.jpg);}
#locateUs {background-image:url(/images/bg_header_locate.jpg);}
#contactUs {background-image:url(/images/bg_header_contact.jpg);}

.footerLayout {
	background-image:url(/images/bg_footer.gif);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#dadada;
}
.footerLocationLayout {
	text-align:center;
}
.footerLocationItem {
	float:left;
	width:171px;
	text-align:center;
	padding:5px;
}
.footerCopyright {
	font-size:11px;
	padding:4px 8px;
	margin:2px 0 0 0;
	background-image:url(/images/hdiv_footer.gif);
	background-position:top left;
	background-repeat:repeat-x;
}
.footerCopyright p {
	margin:0;
	padding:0;
}

/* --- Positioning --- */

.back {
	float:left;
}
.forward {
	float:right;
}
.block {
	display:block;
}
.inline {
	display:inline;
}
.clearFloat {
	clear:both;
}

/* --- Text --- */

h1 {
	color:#ec1d0e;
	font-size:19px;
	font-weight:normal;
}
h2 {
	color:#0e0e12;
	font-size:18px;
	font-weight:normal;
	margin:0 0 4px 0;
}
h4 {
	margin:0;
}

.hDiv {
	height:20px;
	background-image:url(/images/hdiv.gif);
	background-position:center left;
	background-repeat:repeat-x;
}

ul.imageList {
	list-style-type:none;
	padding:0 0 0 10px;
}
ul.imageList li {
	background-image:url(/images/arrow.gif);
	background-position:0 12px;
	background-repeat:no-repeat;
	padding:3px 0 3px 10px;
}

.rowEven, .rowEven td {
	border-top:1px dotted #dadada;
	border-bottom:1px dotted #dadada;
}

/* --- Links --- */

a.arrow, a.arrow:link {
	background-image:url(/images/arrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:0 0 0 10px;
}
a, a:link {
	color:#ec1d0e;
	text-decoration:none;
}
a:visited {
	color:#e60f02;
}
a:active, a:hover {
	text-decoration:underline;
}
a.noLink, a.noLink:link, a.noLink:active, a.noLink:visited, a.noLink:hover {
	color:#121212;
	text-decoration:none;
	cursor:text;
}

