*{padding:0;margin:0;}

body {
	padding:0;
	margin:0;
	color: #000000;
	font-size:small;
	font-weight:normal;
	font-family : Tahoma, sans-serif;
	background-color : #FFFFFF;
}

#landing {
    width:790px;
	height:500px;
	background-image : url(images/landing_page_bg.jpg);
	background-position : top left;
	background-repeat : no-repeat;
	border-top: 2px;
	border-left: 2px;
	border-right: 2px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #809d8f;
	margin-top:10px;
    margin-left:auto;
    margin-right:auto;
    overflow:hidden;
}

#promobanner {
	width:790px;
	height:150px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding:2px;
	background:#809d8f;
}

#landingmenu {list-style:none; list-style-image: none; overflow:hidden;}

#landingmenu li{display:inline;margin-top:0px;margin-left:0px;position:relative;float:left;}

* html #landingmenu li a{height:1%;}

#landingmenu a,#landingmenu a:link{
	display:block;
	margin-left: 0px;
	margin-right: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color:#ffffff;
	background:#809d8f;
	font-weight:bold;
	text-decoration:none;
	font-size: 8pt;
}

#landingmenu a:hover {
	color:#ffffff;
	background:#497361;	
}

/* mac hide \*/
* html #landingmenu a {display:inline-block; margin-top:0px; height:50px;}
* html #landingmenu a:link {display:inline-block; margin-top:0px; height:50px;}
/* end hide*/

#header{
	position:relative;
	width:790px;
	height:200px;
	margin-top:10px;
    margin-left:auto;
    margin-right:auto;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	border-top: 2px;
	border-left: 2px;
	border-right: 2px;
	border-bottom: 2px;
	border-style: solid;
	border-color: #809d8f;
	color: #000000;
	background-image : url(images/header.jpg);
	background-repeat : no-repeat;
	overflow:hidden;
}

/* mac hide \*/
* html #header{height:200px;he\ight:200px}/* height needed for ie to force layout*/
/* end hide*/

#title{
	position: relative;
	float: right;
	height:153px;
	width: 327px;
	margin-top:10px;
    margin-right:10px;
	border:0px;
	background-image : url(images/landing_page_title.gif);
	background-repeat : no-repeat;
}

#contentbox1{
	position:relative;
	width:790px;
	min-height:450px;
	margin-top:0px;
    margin-left:auto;
    margin-right:auto;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	border-top:0px;
	border-left:2px;
	border-right:2px;
	border-bottom:2px;
	border-style:solid;
	border-color:#809d8f;
	color: #000000;
	background-color:#d0cab2;
	background-image : url(images/contentbox1.jpg);
	background-repeat : no-repeat;
	overflow:hidden;
}

#leftcolumn {
	position:relative;/*ie needs this to show float */
	width:164px;
	min-height:400px;
	float:left;
	margin-top:20px;
	margin-left:10px;
	margin-right:0px;
	margin-bottom:10px;
}

/* mac hide \*/
* html #leftcolumn {margin-left:5px;}
/* end hide*/

#navigation {list-style:none; list-style-image:none; overflow:hidden;}

#navigation li {display:block; width:164px;margin-top:0px;margin-left:0px;position:relative;float:left;}

* html #navigation li a{height:1%;}

#navigation a,#navigation a:link{
	display:block;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	border:2px;
	border-style:solid;
	border-color:#497361;
	color:#ffffff;
	background:#809d8f;
	font-weight:bold;
	text-decoration:none;
	font-size: 8pt;
}

#navigation a:hover {
	color:#ffffff;
	background:#497361;	
}

#innercontent{
	position:relative;
	width:550px;
	min-height:500px;
	float:right;
	margin-top:20px;
	margin-right:10px;
	margin-left:0px;
	margin-bottom:20px;
	padding-top:5px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	background-color:#ffffff; opacity:0.9; filter:alpha(opacity=90);
	border:2px;
	border-style:solid;
	border-color:#809d8f;
}

/* mac hide \*/
* html #innercontent {height:500px; margin-right:5px;}
/* end hide*/

#footer {
	position:relative;
	width:500px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	padding-left:20px;
	padding-right:20px;
	color:#497361;
	text-align:center;
	font-size : x-small;
	font-weight: bold;
	clear:both;
}

#form {
    width:360px;
	height:300px;
    margin-left:auto;
    margin-right:auto;
    overflow:hidden;
}

#buttons {
	width: 170px;
	height: 75px;
	clear: both;
	margin-left:auto;
    margin-right:auto;
    overflow:hidden;
}

div,p  {margin-top:0}/*clear top margin for mozilla*/


A:LINK {color :  #497361; font-weight : normal;  text-decoration : underline;}

A:VISITED {color :  #497361; font-weight : normal; text-decoration : underline;}

A:HOVER {color :  #809d8f; font-weight : normal; text-decoration : underline;}

A:ACTIVE {color :  #497361; font-weight : normal; text-decoration : underline;}

H1 {
	color : #497361;
	font-size : small;
	font-weight : bold;
	text-align: center;
	padding-bottom : 10px;
	padding-top : 10px;
	text-decoration : underline;
}

H2 {
	color : #497361;
	font-size : small;
	font-weight : bold;
	padding-bottom : 10px;
	padding-top : 10px;
}

H3 {
	color : #497361;
	font-size : x-small;
	font-weight : bold;
	padding-bottom : 10px;
	padding-top : 10px;
}

H4 {
	color : #497361;
	font-size : x-small;
	font-weight : bold;
	text-align : center;
	padding-bottom : 10px;
	padding-top : 10px;
}

H5 {
	color : #497361;
	font-size : small;
	font-weight : bold;
	text-align : center;
	padding-bottom : 10px;
	padding-top : 10px;
}

P {
	color : #497361;
	font-size : small;
	font-weight : normal;
	padding-bottom : 10px;
	padding-top : 10px;
}


TD {
	color : #497361;
	font-size : small;
	font-weight : normal;
	padding-bottom : 10px;
	padding-top : 10px;
}

HR {
	background:#497361;
	color : #497361;
	width : 50%;
	border:0;
	margin:auto;
}

HR.short {
	background:#497361;
	color : #497361;
	width : 35px;
}

FORM P {
	width: 360px;
	clear: both;
}

FORM P LABEL {
	font-weight: bold;
	float: left;
}

FORM P TEXTAREA {
	background: transparent;
	padding: 3px 3px 3px 3px;
	color: #000000;
	font-family: Tahoma, sans-serif; 
	font-size: small;
	float: right;
}

FORM P INPUT{
	background: transparent;
	padding: 3px 3px 3px 3px;
	color: #000000;
	font-family: Tahoma, sans-serif; 
	font-size: small;
	float: right;
}

FORM P INPUT.button {
	margin-left: 5px;
	margin-right: 5px;
	width : 75px;
	font-weight : bold;
	float: none;
	clear: both;
}

.alignleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.alignright {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

.italic {
	font-style: italic;
}

.border {
	border:2px;
	border-style:solid;
	border-color:#809d8f;
}

.nopadding {
	padding-bottom : 0px;
	padding-top : 0px;
}


>html body #HR{}
