/* CSS Document */

body
{
	background-color: #fff;
	font-family: Arial, Georgia, Serif;
	font-size: 15px;
	color: #000;	
}

#page
{
	width: 775px;
	background-color: #fff;
	margin: 0 auto;
	border: 1px solid #000;
}

#headerRow
{
	padding: 15px 0;
	height: 70px;
}

#logo
{
	position: absolute;
	margin: 0 0 0 70px;
	width: 208px;
	height: 71px;
	border: none;
}

#headerText
{
	position: absolute;
	margin: 0 0 0 450px;
}



#navigationRow
{
	background-color: #344566;
	border-top: 1px solid #2f391c;
	border-bottom: 1px solid #2f391c;
	height: 25px;
}

#navigationRow ul
{
	padding: 0;
	margin: 0 0 0 20px;
	list-style: none;
}

#navigationRow li
{
	float: left;
	position: relative;
	padding: 0;
}

#navigationRow a:link, #navigationRow a:active, #navigationRow a:hover, #navigationRow a:visited
{
	color: #fff;
	display: block;
	padding: 4px 23px 4px 23px;
	font-size: 13px;
	text-decoration: none;
}

#navigationRow a:hover
{
	color: #cdcdcd;
}





#navigationRow li ul
{
	display: none;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 24px;
	background-color: #2f391c;
}

#navigationRow li ul li
{
	border-bottom: 1px solid #455678;
	background-color: #3f5072;
	float: none;
}

#navigationRow li ul li a:link, #navigationRow li ul li a:visited, #navigationRow li ul li a:hover, #navigationRow li ul li a:active
{
	color: #f2f2f2;
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 7px;
	width: 168px;
	font-size: 11px;
}

#navigationRow li ul li a:hover
{
	background-color: #566788;
}

#navigationRow li ul li span
{
	margin-left: 10px;
}

#navigationRow li > #navigationRow ul
{
	top: auto;
	left: auto;
}

#navigationRow li:hover ul, #navigationRow li.over ul
{ 
	display: block; 
}

#navigationRow h5
{
	margin: 0;
	padding: 5px 0 5px 7px;
	width: 168px;
	background-color: #344566;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}



#navigationShadow
{
	background-image: url("/assets/images/navigation-shadow.gif");
	background-position: left;
	background-repeat: repeat-x;
	font-size: 1px;
	height: 2px;
}

#pageBody
{
	background-image: url("/assets/images/interior-page-background.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	padding: 10px 100px 0 10px;
}

#content
{
	padding: 0 0 0 100px;
	padding-bottom: 20px;
}

a:link, a:active, a:hover, a:visited
{
	color: #2564ae;
}

.h1Img
{
	margin: 20px 0 10px 60px;
}

h2
{
	font-size: 21px;
	font-weight: normal;
	font-family: Times, "Times New Roman", Georgia, Serif;
	color: #a95261;
	margin: 0 0 3px 0;
}

h3
{
	font-size: 17px;
	font-weight: normal;
	font-family: Times, "Times New Roman", Georgia, Serif;
	color: #000;
	margin: 0 0 3px 0;
}

h4
{
	font-size: 15px;
	color: #000;
	margin: 0 0 3px 0;
	font-weight: normal;
}

h2 span
{
	font-size: 18px;
}

.commonList
{
	margin: 0 0 0 20px;
	padding: 0;
	color: #a95261;
	list-style-type: disc;
}

.commonList li
{
	margin: 25px 0;
}

.commonList span, .commonList p, .commonList div, .commonList ul
{
	color: #000;
}

p
{
	margin-top: 0;
}

.clearLeft
{
	clear: left;
	font-size: 1px;
}

.clearBoth
{
	clear: both;
	font-size: 1px;
}
