
html body {
	color: #4D4D4D;
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, p {
	margin: 0;
	padding: 0;
	padding-bottom: 1em;
}

td {
	color: #4D4D4D;
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	margin: 0px;
	padding: 0px
}

/* --------------------------------------------------------------------------- IMG */

img {
	border: 0px;
}

/* ---------------------------------------------------------------------------  LINKS */

a:link { 
	color: #4A729F;
	text-decoration: none;
}

a:visited { 
	color: #4A729F;
	text-decoration: none;
}

a:hover,  a:active { 
	color: #4A729F;
	text-decoration: underline;
}

/* --------------------------------------------------------------------------- CONTAINER */

#container {
	width: 755px;
}

/* --------------------------------------------------------------------------- HEADERCONTAINER */

#headercontainer {
	width: 755px;
}

/* --------------------------------------------------------------------------- LOGO */

#logo {
	float: left;
	display: inline;
	height: 112px;
	width: 163px;	
}

/* --------------------------------------------------------------------------- BANNER */

#banner {
	background: url(images/header-bg.gif) no-repeat;
	float: left;
	display: inline;
	height: 106px;
	padding-top: 6px;
	width: 429px;
}

/* --------------------------------------------------------------------------- QUOTE */

#quote {
	float: left;
	display: inline;
	height: 112px;
	width: 163px;
}

/* --------------------------------------------------------------------------- BODY CONTAINER */

#bodycontainer {
	width: 755px;
}

* html #bodycontainer {
	margin-top: 1px;
}

/* --------------------------------------------------------------------------- LEFT*/

#left {
	float: left;
	display: inline;
	width: 160px;
}

/* --------------------------------------------------------------------------- NAV */

#nav {
	float: left;
	display: inline;
	/*margin-bottom: -10px;*/
	width: 160px;
}

* html #nav {
	margin-bottom: 0px;
}

#nav ul {
	/*margin-left: -40px;*/
	margin: 0;
	margin-top: 3px;
	padding: 0;
}

* html #nav ul {
	margin: 0px;
}

#nav li {
	clear: both;
	list-style: none;
	margin-bottom: 1px;
	padding: 0px;
}

/* --------------------------------------------------------------------------- FIREFOX NAV LINKS */

#nav a:link { 
	background: url(images/nav-bg.gif) no-repeat;
 	color: #FFFFFF;
	display: block;
	height: 18px;
	padding-top: 4px;
	padding-left: 5px;
	text-decoration: none; 
	width: 155px;
}

#nav a:visited { 
	background: url(images/nav-bg.gif) no-repeat;
	color: #FFFFFF;
	display: block;
	height: 18px;
	padding-top: 4px;
	padding-left: 5px;
	text-decoration: none; 
	width: 155px;
}

#nav a:hover, #nav a:active { 
	background: url(images/nav-roll-bg.gif) no-repeat;
	color: #FFFFFF;
	display: block;
	height: 18px;
	padding-top: 4px;
	padding-left: 5px;
	text-decoration: underline; 
	width: 155px;
}

/* --------------------------------------------------------------------------- INTERNET EXPLORER NAV LINKS */

/* html #nav a:link { 
	height: 22px;
	width: 160px;
}*/

/* html #nav a:visited { 
	height: 22px;
	width: 160px;
}*/

/** html #nav a:hover, * html #nav a:active { 
	height: 22px;
	width: 160px;
}*/

/* --------------------------------------------------------------------------- FIREFOX GREY LINKS */

#nav .grey a:link { 
	background: url(images/nav-bg-grey.gif) no-repeat;
 	color: #FFFFFF;
	display: block;
	height: 18px;
	padding-top: 4px;
	padding-left: 5px;
	text-decoration: none; 
	width: 155px;
}

#nav .grey a:visited { 
	background: url(images/nav-bg-grey.gif) no-repeat;
	color: #FFFFFF;
	display: block;
	height: 18px;
	padding-top: 4px;
	padding-left: 5px;
	text-decoration: none; 
	width: 155px;
}

#nav .grey a:hover, #nav .grey a:active { 
	background: url(images/nav-roll-bg.gif) no-repeat;
	color: #FFFFFF;
	display: block;
	height: 18px;
	padding-top: 4px;
	padding-left: 5px;
	text-decoration: underline; 
	width: 155px;
}

/* --------------------------------------------------------------------------- INTERNET EXPLORER GREY LINKS */


/* html #grey a:link { 
	height: 22px;
	width: 160px;
}*/

/* html #grey a:visited { 
	height: 22px;
	width: 160px;
}*/

/* html #grey a:hover, * html #grey a:active { 
	height: 22px;
	width: 160px;
}*/

/* --------------------------------------------------------------------------- NEWSLETTER */

#newsletter {
	background: #F0F0F0;
	padding-top: 5px; 
	padding-bottom: 5px; 
	width: 160px;
	text-align: center;
}

/* --------------------------------------------------------------------------- CONTENT */

#content {
	float: left;
	display: inline;
	line-height: 14pt;
	margin-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: 415px;
}

#content ul {
	margin: 0px;
	padding: 0px;
}

#content li {
	background: url(images/arrow.gif) no-repeat 0 35%;
	display: block;
	list-style: none;
	padding-left: 20px;
	padding-bottom: 5px;
}

/* --------------------------------------------------------------------------- CONTENT */

#sitemap {
	float: left;
	display: inline;
	line-height: 12pt;
	margin-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: 415px;
}

#sitemap ul {
	margin: 0px;
	padding: 0px;
}

#sitemap li {
	background: url(images/sitemap-icon.gif) no-repeat;
	display: block;
	list-style: none;
	margin-bottom: 10px;
	padding-left: 30px;
	padding-bottom: 5px;
}

/* --------------------------------------------------------------------------- RIGHT */

#right {	
	float: left;
	display: inline;
	width: 160px;
}

/* --------------------------------------------------------------------------- CONTACT */

#contact {	
	background: #7493B5;
	color: #FFFFFF;
	height: 56px;
	margin-top: 3px;
	padding: 12px;
	width: 136px;
}

* html #contact { 
	margin-top: -3px; 
}

#contact a:link { 
	color: #000000;
	text-decoration: none;
}

#contact a:visited { 
	color: #000000;
	text-decoration: none;
}

#contact a:hover, contact a:active { 
	color: #FFFFFF;
	text-decoration: underline;
}

/* --------------------------------------------------------------------------- GALLERY */

#gallery {
	background: #F0F0F0;
	display: block;
	padding: 5px;
	width: 150px;	
}

#footer {
	background: #F0F0F0;
	clear: both;
	display: block;
	height: 19px;
	margin-top: 20px;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	width: 735px;	
}

/* --------------------------------------------------------------------------- CLASSES */

.cursor-pointer { cursor: pointer; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.bold {
	font-weight: bold;
}

.red {
	color: red;
}

.green {
	color: #AEEB39;
}

.heading {
	border-bottom: 2px solid #4A729F;
	color: #4A729F;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 3px;	
	width: 415px;
}

.images {
	margin-bottom: 5px;
}

.flt-lft {
	float: left;
}

.flt-rht {
	float: right;
}

.submit {
	background: #F0F0F0;
	border: 1px solid #A5ACB2;
	color: #4A729F;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 22px;
	width: 55px;
}

.form {
	font-size: 8pt;
}

.mgn-top {
	margin-top: 5px;
	margin-left: 5px;
}
