html
{
	margin: 0px;
	padding: 0px;
}
body
{
	margin: 0px;
	padding: 0px;
	cursor: default;
	background-color:#000000;
}
.context
{
	display:block;
    position: relative;
    width: 900px;
    margin: 0px auto 0px auto;
	background-color:#FFFFFF;
}
.logo
{
    position: absolute;
    top: 0px;
    border: none;
}
.phone_number
{
    position: absolute;
    right: 0px;
    top: 40px;
}
div.main_menu
{
    position: relative;
    top: 225px;
    width: 900px;
    height: 32px;
	color:#ffffff;
	background-image:url(/resources/mainmenuback.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	margin:0px auto 0px auto;
	padding:0px;
	font-family:  "Century Gothic", Arial, Helvetica, sans-serif;
}

div.main_menu  UL#MainMenu {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	TEXT-ALIGN: left;
	display:block;
	height:32px;
}
div.main_menu UL#MainMenu A,
div.main_menu UL#MainMenu A:link,
div.main_menu UL#MainMenu A:visited,
div.main_menu UL#MainMenu A:active {
	color:#f4f4f4;
	TEXT-DECORATION: none;
	display:block;
	height:32px;
	padding:6px 15px 0px 15px;
	margin:0px;
	font-size:14px;
	height:26px;
	float:left;
}
div.main_menu UL#MainMenu A:hover{
	background-image:url(/resources/mainmenuover.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}
div.main_menu UL#MainMenu LI {
	margin:0px;
	height:32px;
	padding:0px 0px 0px 0px;
	display:block;
	background-image: url(menu_tile.jpg);
	float:left;
	position:relative;
}
div.main_menu UL#MainMenu li ul {
	z-index:210;
	list-style:none;
	margin:0px;
	padding:0px;
	display:block;
	position:absolute;
	left:0px;
	top:32px;
	visibility:hidden;
}
div.main_menu UL#MainMenu li ul li {  
	margin:0px;
	list-style:none;
	padding:0px 0px 0px 0px;
	display:block;
	height:32px;
	clear:both;
}
div.main_menu UL#MainMenu li ul li a,
div.main_menu UL#MainMenu li ul li a:link,
div.main_menu UL#MainMenu li ul li a:visited,
div.main_menu UL#MainMenu li ul li a:active { 
	color:#fff;
	text-decoration:none; 
	background-color:#a19e9d;
	display:block;
	margin:0px 0px 0px 0px;
	padding:7px 0px 0px 15px;
	text-align:left;
	font-size:12px;
	width:150px; 
	height:25px;
	clear:both;
}
div.main_menu UL#MainMenu li ul li a:hover { 
}
.page
{
    position: absolute;
    top: 257px;
    padding-bottom: 0px;
	background-color:#e0ded9;
	background-image:url(/resources/bodyback.jpg);
	background-position:left top;
	background-repeat:repeat-y;
	z-index:1;
	width:900px;
	display:block;
	overflow:hidden;
}
.sub_menu
{
    position: absolute;
    width: 900px;
    top: 121px;
    left: -10px;
    padding: 10px;
    z-index: 1;
    background-color: rgb(156,179,221);
}
.sub_menu_item
{
    display: block;
    float: left;
    width: 149px;
    height: 20px;
    text-align: center;
    padding-top: 2px;
    background-color: rgb(0,91,150);
    color: White;
    font: normal normal bold 11px "Century Gothic", Arial;
    cursor: pointer;
    margin: 1px 1px 0px 0px;
    text-decoration: none;
}
.sub_menu_item:hover
{
    background-color: Red;
}
.section
{
    position: relative;
    height: 1%;
}
.section:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.section_heading
{
    clear: both;
    background: transparent url(/resources/heading_new.gif) no-repeat;
    background-position: -20px -2px;
    padding: 0px 0px 0px 20px;
    margin: 20px 0px 0px 20px;
    font: normal normal bold 13px "Century Gothic", Arial;
    height: 19px;
    color:#1463b2;
}
.sub_heading
{
    font: normal normal bold 11px "Century Gothic", Arial;
    color: rgb(0,91,150);
    text-align: right;
    margin: 0px 20px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-bottom: solid 1px rgb(0,91,150);
}
.paragraph
{
    font: normal normal normal 10px "Century Gothic", Arial;
    margin: 20px 20px 0px 20px;
	text-align:justify; 
}
.paragraph strong
{
    font: bold normal normal 12px "Century Gothic", Arial;
    margin: 20px 20px 0px 0px;
	text-align:justify; 
}
.form
{
    margin: 10px 0px 0px 20px;
}
.form_label
{
    font: normal normal bold 10px "Century Gothic", Arial;
    text-align: right;
    white-space: nowrap;
}
.form_value
{
    font: normal normal normal 10px "Century Gothic", Arial;
}
.details_label
{
    font: normal normal bold 10px "Century Gothic", Arial;
    text-align: right;
    white-space: nowrap;
}
.details_value
{
    font: normal normal normal 10px "Century Gothic", Arial;
}
.text_input
{
    width: 125px;
}
.select_input
{
    width: 130px;
}
.area_input
{
    width: 250px;
    height: 80px;
}
.select_input_long
{
    width: 580px;
}
.small_text_input
{
    width: 50px;
}
.button_container
{
    margin-top: 10px;
    text-align: center;
}
.button
{
    font: normal normal normal 10px "Century Gothic", Arial;
    cursor: pointer;
}
.list
{
    margin: 10px 20px 0px 30px;
    padding: 0px 0px 0px 15px;
}
.list_item
{
    position: relative;
    font: normal normal normal 11px "Century Gothic", Arial;
    margin: 3px 0px 0px 0px;
    padding: 0px;
    line-height: 13px;
}
.link
{
    color: rgb(0,91,150);
    text-decoration: none;
    cursor: pointer;
    line-height: 13px;
}
.link:hover
{
    text-decoration: underline;
}
.index_menu
{
    position: relative;
    width: 250px;
    float: left;
}
.index_content
{
    position: relative;
    width: 650px;
    float: right;
}
.footer_divide
{
    clear: both;
}
.footer_menu
{
    margin-top: 20px;
    clear: both;
    height: 105px;
    padding: 15px 15px 5px 25px;
    width: 860px;
    font: normal normal normal 11px "Century Gothic", Arial;
    color: #e4e3e2;
    text-align: left;
	background-color:#a19e9d;
	position:relative;
}
.footer_menu div#copyright{
	display:block;
	margin-top:10px;
}
.footer_menu img#extralogos{
	position:absolute;
	top:33px;
	right:25px;
	display:block;
}
div.footer_menu a:link,
div.footer_menu a:active,
div.footer_menu a:visited
{
    font: normal normal bold 11px "Century Gothic", Arial;
    text-decoration: none;
    cursor: pointer;
    color:#f1f1f1;
}
div.footer_menu a:hover
{
    text-decoration: underline;
}
.data
{
    margin-top: 20px;
}
.data_heading
{
    font: normal normal bold 11px arial;
    padding-left: 10px;
    text-align: left;
}
.data_cell
{
    font: normal normal normal 11px arial;
    padding-left: 10px;
}
.image
{
    float: right;
    margin: 20px;
}

.underlineThis{
	border-bottom:1px solid;
	margin-right:20px;
}
.bringback{
	margin-left:142px;
	display:block;
	text-align:left;
}
.backtotop{
	display:block;
	position:absolute;
	right:20px;
	font-size:11px;
}
#SiteBy
{
	display:block;
	position:absolute;
	bottom:10px;
	left:25px;
}
