/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/* This sets a default font for all of our tag selectors. */
p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	font-size: 11px;
	line-height: 1.5;
}

h1 { 
	width: 533px;
	margin: 0px 0px 0px 200px;
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	border-bottom: 1px dotted #333333;
}

h2 { 
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FF00FF;
	margin-bottom: 0;
}

ul {
	margin-top: 3px;
	margin-bottom: 3px;
}

li {
	font-size: 11px;
	color: #660066;
	line-height: 1.5;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link { 
	color: #003399; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:visited { 
	color: #000066; 
	}

a:active {
	color: #ff0000; 
	}
	
a:hover { 
	color: #EC1212; 
	}

/* ----------------- MAIN NAVIGATION ----------------- */

ul#mainnav {
	padding: 0px; 
	margin: 0px; 
	width: 175px; 
}

ul#mainnav li {
	display: block;
	list-style-type: none;
	font-size: 10px;
	font-weight: bold;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active { 
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #FF6600;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse: collapse;
}

td {
	vertical-align: top;
}

/* Styles the table that serves as the container for the content and navigation.*/
div#container {
	width: 748px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 3px;
	background-color: #ffffff;
}

/* Creates DIV container for header. */
div#pageTitle {
	height: 44px;
	background-image: url(images/layout_02.gif);
	background-repeat: no-repeat;
}

/* Creates DIV container for main body content. */
div#bodyLeft {
	width: 175px;
	margin: -10px 0px 0px 0px;
	padding: 10px;
	text-align: left;
	float: left;
}

div#bodyRight {
	width: 533px;
	margin: -15px 0px 0px 0px;
	padding: 10px;
	text-align: left;
	float: right;
}

div#addressInfo {
	width: 165px;
	background-color: #FFFFCC;
	padding: 5px;
	margin-top: 50px;
	text-align: left;
}

div#addressInfo p{
	font-size: 10px;
	color: #0066FF;
}

/* Creates the div container for the footer. */	
div#footerContainer {
	width: 748px;
	margin-left: auto;
	margin-right: auto;
}

div#footBar {
	width: 748px;
	height: 5px;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
	background-color: #004EFE;
}

div#footer {
	padding: 0px 5px 5px 5px;
}

div#footer p {
	font-size: 9px;
}

/* Creates the div container for the copyright. */
div#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/* Creates the div container for the privacy info. */
div#privacy {
	width: 165px;
	padding: 5px;
	margin-top: 50px;
	text-align: left;
}

div#privacy p{
	font-size: 9px;
	color: #666666;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	margin-right: 10px;
	float: left;
}

img.right {
	margin-left: 10px;
	float: right;
}

img.valignMiddle {
	vertical-align: middle;
}

div#clear {
	height: 1px;
	margin: -5px;
	padding: 0px;
	clear: both;
}

/* ----------------- Form ELEMENTS ----------------- */

form#contact {
	width: 415px;
	margin: 15px 10px 0px 25px;
	font-size: 11px;
	color: #000066;
}

/* ----------------- CUSTOM CLASSES ----------------- */
.company {
	font-weight: bold;
	font-size: 10px;
}
