@charset "utf-8";
/* CSS Document */
body
{
	margin-left:23%;
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#pageContainer
{
	position:relative;
	margin:0 auto;
	padding-bottom:0px;
	text-align: left;
	width:67.35em;
	margin-left:-0px;
	background:#FF9933;
	height:50em;
}
#page
{
	width:67em;
	max-width:100%;
	height:37.7em;
	background:#FF9933;

}
#pageText
{
	width:95%;
	margin-left:2%;
	margin-right:2%;
	margin-top:2%;
	border: solid thin #FFBA52;
	background:#FFCC66;
	float:left;
	height:37.3em;

}
p
{
	padding-left:20px;
	padding-right:20px;
}
#navigationFrame,
#footer
{
	width:67.35em;
	float:left;
	vertical-align:bottom;
}
#goHome
{
	
}
#imageContainer
{
	width:13em;
	max-width:100%;
	height:11em;
	float:left;
	background-color:#FFA12D;
	border-color:#FFBA52;
	border-width:thin;
	border-style:solid;	
}
#textContainer
{
	width:50em;
	max-width:100%;
	height:11.3em;
	float:right;
	background-color:#FFCC66;
	border:1px;
	border-style:solid;
	border-color:#FFF982;
}									
#content
{
	width:65.6em;
	background-color:#FF9933;
	float:left;
	padding: 5px 5px 0px 15px;
}
.body-heading
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	padding-left:110px;
	color:#FFFFFF; 
	font-size: 11px;
	font-weight:bold;
}

.bullet
{
	list-style-position:outside;
	padding-left:0px;
	text-indent:0px;
	list-style-image:url(../images/bullet.gif);
	margin-top:2em;
}

ul {
	margin: 0px;
	padding: 0px;
	padding-right:0px;
	list-style: none;
	width: 100%;
	float: left;
	background: url(../images/mainNavBg.gif) repeat #FFFFFF;
	background-color:#FFFFFF;
}

ul li {
	float: left;
	font-size:11px;
	line-height:2em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background: url(../images/mainNavBg.gif) repeat #FFFF00;
}

ul a {
	padding-right: 22px;
	padding-left: 20px;
	line-height: 2em;
	float: left;
	text-decoration:none;
	color:#333333;
	background: url(../images/divider.gif) repeat-y left top;
}

ul a:hover {
	color:#FF9933;
}

ul .first a {
	background: url(../images/dividerFirst.gif) no-repeat;
	padding-left: 35px;
	
}

span.spanTextDropdown{
	position: absolute;
    top: 420px;
	left: 733px;
	width: 148px;
	z-index: 101;
	background-color: #C0C0C0;
	border: 1px solid #000000;
	padding-left: 2px;
	overflow: visible;
	display: none;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#000000; 
	font-size: 11px;
}

span.spanTextDropdown2{
	position: absolute;
    top: 530px;
	left: 733px;
	width: 148px;
	z-index: 101;
	background-color: #C0C0C0;
	border: 1px solid #000000;
	padding-left: 2px;
	overflow: visible;
	display: none;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#000000; 
	font-size: 11px;
}

span.spanMatchText{ 
	text-decoration: underline; 
}

span.spanNormalElement{ background: #C0C0C0; }

span.spanHighElement{ 
	background: #CCCCCC;
	color: white;
	cursor: pointer; 
}

span.noMatchData{ 
	color: #000000; 
}

legend {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#CCCCCC; 
	font-size: 11px;
	border:thin;
}

fieldset {
	margin: 5px 0;
	padding: 5px;
	border: 1px solid #ccc;
	vertical-align:top;
}
fieldset#contactDetails {
	margin: 5px 0;
	padding: 5px;
	border: 1px solid #ccc;
}

#contactDetails div{
	width: 23em;
	float:left;
}

#contactDetails input[type="text"]{
	background-color:#CCCCCC;
	border-style:inset;
}

.clear {
	clear: both;
}
.dropDown		{
	border: 1 solid windowtext;
	padding: 0;
	background: white;
	border-style:inset;
}
#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font-size:11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#000000; 
	line-height:18px;
	z-index:100;
	line-height: 1.5em;	
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	padding-right: 8px;
	line-height: 1.5em;	
	color: #000000;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: white;
	color: #FF6633;
}
.image {
	width:100%;
	height:125px;
	overflow:hidden;
}