/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #BDDDF4;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

/* 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, ol, td {
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

/* Redefines the p tag */
p {
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 20px;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
}

h1 {
	color: #CC3333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 10px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
}

h2 {
	font-size: 14px;
	color: #CC3333;
	padding: 2px;
	font-weight: bold;
	margin: 0px 0px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	background-color: #CBC6BF;
	text-indent: 5px;
}

h3 {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 30px;
}

address {
	margin: 0px 8px;
	padding: 0px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-style: normal;
	text-align: left;
}

address a:link, addressx a:visited {
	color: #666666;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
address a:hover {
	text-decoration: underline;
	color: #CC3333;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #666666;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #79EF6C;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: url(images/header.gif) no-repeat right;
	position: relative;
	width: 800px;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	height: 150px;
	text-align: right;
	vertical-align: top;
}

/* Creates the div container for the site. */
div#container {
	background: url(images/contentbg.gif) repeat-y;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

div#leftside {
	float: left;
	width: 160px;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	vertical-align: top;
}
div#right {
	width: 160px;
	clear: right;
	float: right;
	padding: 0px 15px 0px 0px;
}
div#middle {
	width: 440px;
	float: left;
	margin-left: 5px;
}
div#middle img {
	float: right;
	margin-left: 20px;
	clear: right;
	margin-right: 30px;
	padding: 2px;
	border: 1px solid #EEEEEE;
	margin-bottom: 30px;
}
div#middle img.center {
	float: none;
	padding: 2px;
	border: 1px solid #EEEEEE;
	margin: 0px 0px 20px;
}


/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	height: 39px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	font-size: 10px;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px auto;
	padding: 0px;
	clear: both;
}
div#copyright a {
	font-size: 9px;
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
}

/* ----------------- left NAVIGATION ----------------- */

ul#leftnav {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}
ul#leftnav li {
	display: inline;
	list-style: none;
	line-height: 15px;	
}
ul#leftnav li a:link, ul#leftnav li a:visited, ul#leftnav li a:active {
	display: block;
	border-bottom: 1px solid #CBC6BF;
	color: #666666;
	text-decoration: none;
	font: italic bold 11px Georgia, "Times New Roman", Times, serif;
	padding: 4px 0px;
	margin: 0px;
	text-align: left;
	text-indent: 10pt;
}
ul#leftnav li a:hover {
	color: #333333;
}

ul#leftnav li a.current:link, ul#leftnav a.current:visited {
	color: #CC3333;
}

ul#list {
	font-size: 11px;
	color: #666666;
	float: left;
	margin-left: 20px;
}

ul#list li {
	list-style-image: url(images/bullet.gif);
	line-height: 13pt;
	list-style-position: inside;
}
.clear {
	clear: both;
}


iframe {

}
hr {
	margin-right: 25px;
	margin-left: 25px;
	color: #FBD086;
}
.right {
	float: right;
	margin-right: 30px;
	clear: right;
}


iframe.map {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	border: 1px solid #666666;
}

div#box {
	border: 1px solid #CBC6BF;
	margin: 3px;
	padding: 10px;
}

div#box p {
	margin: 0px 8px;
	padding: 0px;
	color: #666666;
}

div#box a:link, div#box a:visited {
	color: #666666;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
div#box a:hover {
	text-decoration: underline;
	color: #CC3333;
}

.companyname {
	color: #CC3333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
}
.number {
	font-size: 16px;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
}
