/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background-image: url(images/bg.gif);
	margin: 0px;
	padding: 0px;
}

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	font-size: 11px;
	line-height: 1.5;
}

h1 { 
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	text-align: left;
	padding: 6px 0px 6px 0px;
}

h2 { 
	font-size: 10px;
	font-weight: bold;
	color: #003399;
	margin-top: 10px;
}

h3 { 
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #DB0626;
	text-align: center;
	margin-bottom: 10px;
	font-variant: small-caps;
}

h4 { 
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline; 
	color: #000000;
	margin-top: 10px;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link { 
	color: #B91D38; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:visited { 
	color: #B91D38; 
	}

a:active {
	color: #B91D38; 
	}
	
a:hover { 
	color: #2D02CE; 
	}

/* ----------------- LIST ITEMS ----------------- */

ul {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px 10px 0px 10px;
}

ul#left {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	float: left;
}

ul#right {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px 30px 0px 5px;
	float: right;
}

li {
	font-size: 11px;
	line-height: 2;
}

/* ----------------- MAIN NAVIGATION ----------------- */

ul#indexnav {
	width: 126px;
	height: 255px;
	background-image: url(images/indexnavbg.jpg);
	background-repeat: no-repeat;
	padding: 74px 0px 0px 35px; 
	margin: 0px; 
}

ul#mainnav {
	width: 126px;
	height: 269px;
	background-image: url(images/navbg.jpg);
	background-repeat: no-repeat;
	padding: 13px 0px 0px 35px; 
	margin: 0px; 
}

ul#mainnav li, ul#indexnav li {
	display: block;
	list-style-type: none; 
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;
	color: #590E00;
}

ul#mainnav li a:link, ul#indexnav li a:link { 
	color: #590E00;
	text-decoration: none;
	font-weight: bold;
}

ul#mainnav li a:visited, ul#indexnav li a:visited { 
	color: #590E00;
	text-decoration: none;
	font-weight: bold;
}

ul#mainnav li a:active, ul#indexnav li a:active {
	color: #590E00;
	text-decoration: none;
	font-weight: bold;
}

ul#mainnav li a:hover, ul#indexnav li a:hover {
	color: #A50303;
}

ul#mainnav li a.current:link, ul#indexnav li a.current:link {
	color: #C40404;
}

ul#mainnav a.current:visited, ul#indexnav a.current:visited {
	color: #C40404;
}

/* ----------------- FOOT NAVIGATION ----------------- */

/* Creates the container for the navbar.*/ 

div#indexfootnav {
	padding: 0px 0px 5px 5px;
	clear: both;
}

div#footnav {
	padding: 3px 5px 3px 5px;
	background-color: #990000;
	clear: both;
}

div#footnav p {
	color: #ffffff;
}

div#footnav a:link, div#footnav a:visited, div#footnav a:active {
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
}

/* Creates the hover and "on" status style, which can be applied directly to a single link. */
div#footnav a:hover {
	color: #cccccc;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse: collapse;
}

td {
	vertical-align: top;
	padding: 5px;
	margin: 0px;
}

/* Creates DIV container for header. */
div#header {
	width: 750px;
	margin: 0px;
	padding: 0px;
}

/* Styles the container for the content.*/
div#bodyContainer {
	width: 750px;
	background-image: url(images/layout_05.jpg);
}

div#indexbodyContainer {
	width: 760px;
	height: 329px;
	background-image: url(images/indexbody_02.jpg);
}

/* Creates DIV container for main body content. */
div#indexLeft {
	width: 161px;
	float: left;
}

div#indexRight {
	width: 499px;
	padding: 50px 65px 0px 35px;
	float: left;
}

div#bodyLeft {
	width: 161px;
	float: left;
}

div#bodyRight {
	width: 554px;
	padding: 5px 15px 5px 10px;
	float: right;
}

div#bodyContainer p, div#indexbodyContainer p {
	padding: 6px 0px 6px 0px;
}

/* ----------------- FOOTER ----------------- */

div#footerContainer {
	width: 750px;
	background-image: url(images/layout_06.jpg);
	background-repeat: no-repeat;
	clear: both;
}

div#footinfo {
	width: 400px;
	height: 135px;
	border-top: 1px dotted #999999;
	margin-left: 165px;
	padding-top: 10px;
}

div#footinfo p {
	font-size: 10px;
	color: #333333;
}

div#indexfooterContainer {
	width: 760px;
	background-image: url(images/indexbody_03.jpg);
	background-repeat: no-repeat;
	clear: both;
}

div#indexfooterinfo {
	width: 375px;
	height: 161px;
	border-top: 1px dotted #999999;
	margin-left: 260px;
	padding-top: 10px;
}

/* Creates the div container for the copyright. */
div#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 5px 0px 5px 5px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	margin: 0px 5px 5px 0px;
	float: left;
}

img.right {
	margin: 0px 0px 5px 5px;
	float: right;
}

img.border {
	border: 1px solid #000000;
}

img.valign {
	vertical-align: middle;
}

div#clear {
	clear: both;
	height: 0px;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.companyname {
	font-weight: bold;
}
