/* ------------------------------------------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #DAC3AA url(images/bg_main.gif);
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td, div {
	font-family: Trebuchet MS, Trebuchet, Verdana, sans-serif;
	font-size: 9pt;
	color: #003366;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

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

a:link {
	color: #DEAD7D;
	text-decoration: none;
}
a:visited {
	color: #B47635;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #DEAD7D;
	text-decoration: none;
}

/* ---------------------------------------------------------- TEXT STUFF  ----------------- */

p#padding {
	padding:5px;
	margin-left:15px;
}

h1 {
	font-size: 22pt;
	margin: 40px 0px 50px 10px;
	text-align: left;
	font-family:"Trebuchet MS", Arial, sans-serif;
	color:#003366;
	font-weight:normal;
	border-bottom: 1px solid #003366;
	width:50%;
}

h2 {
	font-size: 14pt;
	margin: 10px 0px 8px 10px;
	text-align: left;
	font-family:"Trebuchet MS", Arial, sans-serif;
	color:#003366;
	font-weight:bold;
}

h3 {
	font-size: 11pt;
	margin: 5px 0px 45px 20px;
	text-align: left;
	font-family:"Trebuchet MS", Arial, sans-serif;
	color:#003366;
	font-weight:normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003366;
	width: 30%;
}


li {
	margin-left: -10px;
}

li.index {
	margin-left: 10px;
}




/* ---------------------------------------------------- PAGE LAYOUT ELEMENTS ------------------------------------ */



table, td, th  {	
	border-collapse: collapse;
}

div#header {
	text-align: left;
	margin: 10px auto 0px auto;
	width: 750px;
	height: 111px;
	border: 1px solid #ffffff;
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	clear:both;
}

div#headercontact {
	height:90px;
	float:right;
	padding: 5px;
	width:190px;
	}
	
div#headercontact p{
	color:#FFFF99;
	}
	
div#headerimage {
	height:111px;
	float:left;
	padding: 0px;
	margin:0px;
	width:348px;
	}


div#content {
	background: #FFFFFF;
	margin: 0px auto 0px auto;
	width: 750px;
	height:auto;
	padding:0px;
	border: 1px solid #ffffff;
	clear:both;
}

div#footer {
	margin: 0px auto 0px auto;
	width: 750px;
	height: 74px;
	background: #003366;
	border: 1px solid #ffffff;
	clear:both;
}

div#copyright {
	margin: 15px auto 15px auto;
	font-size: 9px;
	line-height: 14px;
	text-align: center;
	font-family: Trebuchet MS, Trebuchet, Verdana, sans-serif;
	clear:both;
}

div#copyright a {
	font-size: 9px;
	color:#cccccc;
}

div#smallcolumn {
	float:left;
	width:160px;
	height:100%;
	padding:4px;
	background-color:#FFFFFF;
	margin:0px 0px 0px 8px;
	}


/* ---------------------------------------------------- MAIN NAVIGATION ----------------- */

ul#mainnav {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	clear:both;
	text-align:center;
}

ul#mainnav li {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 5px 65px 5px 66px;
	margin: 0px;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #FFFF99;
	background: #8C4F0E;
}


ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	background-color: #CC9966;
	font-weight: normal;
	color: #663300;
	padding: 5px 65px 5px 66px;
	margin: 0px;
}

ul#mainnav li a.left {
	border-left: 1px solid #FFFFFF;
}

ul#mainnav li a.testimonies {
	padding: 5px 65px 5px 66px;
}

/* ----------------------------------------------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

img.right {
	float: right;
}

clear {
	clear: both;
}

img.border {
	border: 2px solid #733B00;
}

object {
	padding:0px;
	margin:45px 15px 20px 8px;
	background-color:#CC9966;
	border: 1px solid #663300;
	float:right;
	}


/* ------------------------------------------- FOOTER NAVIGATION ----------------- */

ul#footernav {
	width: 100%;
	margin: 10px 0px 15px 0px;
	padding: 0px;
	list-style-type: none;
	clear:both;
	text-align:right;
}

ul#footernav li {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align:right;
}

ul#footernav li a:link, ul#footernav li a:visited, ul#footernav li a:active {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-align:right;
	display: block;
	width: auto;
	padding: 5px 5px 5px 5px;
	margin: 0px;
	color: #cccccc;
}


ul#footernav li a:hover, ul#footernav li a.current:link, ul#footernav li a.current:visited {
	font-weight: normal;
	color: #003366;
	padding: 5px 5px 5px 5px;
	margin: 0px;
}


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

div#coupon {
	width:70%;
	height:auto;
	background-color:#CC9966;
	border: 2px dashed #003366;
	padding: 10px;
	margin: 0px auto 30px auto;
	text-align:center;
	}
	
div#coupon p{
	font-size:12pt;
	color: #FFFFFF;
	padding-left:25px;
	text-align:center;	
	}
	
div#coupon h1{
	font-size:15pt;
	color: #FFFF99;
	padding:0px;
	margin:0px auto 0px auto;
	border: none;
	text-align:center;
	font-weight:bold;
	width:80%;
	border-bottom: 1px solid #ffff99;
	}
