/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	background: #FFFFFF url(images/bg.gif);
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px 0px 50px; /* Always apply padding if you apply margins */
	text-align: left; /* 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. */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	font-family:"Trebuchet MS", Arial, sans-serif;
	text-align: left; 
}

/* Redefines the p tag */
p {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 9pt;
	padding: 5px;
}

li {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 9pt;
	}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #663300;
	font-size: 14pt;
	font-variant: small-caps;
	margin-top: 10px;
	margin-bottom: 40px;

}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 12pt;
	margin-top: 0px;
	font-weight: normal;
	background-color: #336600;
	padding: 6px;

}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003399;
	font-size: 24pt;
	margin-top: 30px;
	font-weight: bold;
	padding: 10px;
	border: 1px dotted #003399;
	height: auto;
	width: 250px;
	float: right;
	margin-right: 10px;

}

hr {
	color: #333333;
	background-color: #333333;
	height: 1px;
	width: 500px;
	text-align: right;
} 


address {
	width:223px;
	height:auto;
	margin: 0px auto;
	clear:both;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 9pt;
	}
	
address p{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	margin: 10px;
	color: #FFFFFF;
}

blockquote {

}

cite {

}

marquee {
}

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

div#navcontainer {
	width:530px;
	height:130px;
	clear:both;
	margin: 0px;
	padding: 0px;
	}

ul#mainnav {
	margin: 0px;
	padding: 95px 0px 0px;
	border-bottom: 1px solid #000000;
}

ul#mainnav li {
	list-style-type: none;
	display: inline;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	display: inline;
	padding: 6px;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link,  ul#mainnav li a.current:visited{
	color: #FFFFFF;
	background-color: #663300;
	text-decoration: underline;
}

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

/* Creates the div container for the site. */
div#container {
	width:800px;
	height:auto;
	background-color:#FFFFFF;
	border-right:1px solid #000000;
	text-align:right;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	background-image: url(images/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

div#logo {
	width:250px;
	height:130px;
	padding:0px;
	margin:0px;
	clear:both;
	}
	
div#left {
	width:250px;
	height:auto;
	float:left;
	text-align:center;
	background-color: #663300;
}
 
div#right {
	width:530px;
	padding:0px 10px;
	height:auto;
	float:left;
	text-align:left;
	vertical-align: top;
}

div#clear {
	clear:both;
	}

/* Creates the div container for the copyright. */
div#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #CCCCCC;
	font-style: normal;
	text-align: left;
	margin-top: 40px;
	padding: 10px;
}

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

div#footernavigation {
	width:800px;
	height:20px;
	position:relative;
	clear:both;
	background-color: #C1AE85;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	}

ul#footernav {
	margin: 0px;
	padding: 0px;
	text-align: right;
	width: 600px;
}

ul#footernav li {

	list-style-type: none;
	display: inline;
}

ul#footernav li a:link, ul#footernav li a:visited, ul#footernav li a:active {
	text-align:right;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	padding: 8px;
}

ul#footernav li a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}


/* ----------------- TABLE ELEMENTS ----------------- */

/* Apply this ID to your Services table. The only properties in the code should be the table tags; no widths, colors, spacing, etc. */

table#services {

}
caption {

}
th {

}

td {

}

/* ----------------- FORM ELEMENTS ----------------- */

fieldset {

}

legend {

}

label {
}

/* The following two styles are optional, if you want to style your textfields or textareas. */

input {

}

textarea {

}

/* ----------------- LIST ELEMENTS ----------------- */

ul#services {
}

dl {

}

dt {

}

dd {

}

/* -----------------IMAGE AND FLOAT ELEMENTS ----------------- */

.left {
	float: left;
	margin: 10px 5px 5px 10px;
	padding: 5px;
}

.right {
	float: right;
	padding: 5px;
	margin: 5px;
}

.clear {
	clear: both;
}

object#borderpadding {
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 80px;
}

div.caption {
	float: left;
	margin-right: 5px;
}

div.caption p {
	text-align: center;
}

/* ----------------- YOUR CUSTOM CLASSES ----------------- */
a:link {
	color: #FF9900;
}
a:visited {
	color: #FF9900;
}
a:hover {
	color: #FFCC00;
}
a:active {
	color: #FFCC00;
}
