/* ----------------- redefines the tag selectors ----------------- */

body {
	padding: 0px;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #EBD58C;
}

/* 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. */
	text-decoration: none;
}

/* redefines the p tag */
p {
	font-size: 11px;
	color: #000000;
	text-transform: none;
	font-weight: normal;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	line-height: 21px;
}

h1 {
	color: #4B2F00;
	font-size: 28px;
	margin-top: 30px;
	margin-right: 25px;
	margin-left: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-transform: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #806300;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	padding-right: 0px;
	padding-left: 0px;
}

h2 {
	color: #7D5F00;
	font-size: 18px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: left;
	font-weight: normal;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 25px;
}


address {
	font-style: normal;
}

address a:link, address a:visited {
	color: #ffffff;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
address a:hover {
	text-decoration: none;
	color: #7200c5;
}

/* creates the general link style for the site. this is not the main navigation.  */
a:link, a:visited {
	color: #990000;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

/* ----------------- page layout elements ----------------- */

/* creates div container for header. setting the left and right margins to auto will center div. */
div#header {
	width: 950px;
	height: 220px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	margin: 0px;
}

/* creates the div container for the site. */
div#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/container-bg.gif);
	background-repeat: repeat-y;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* creates the div for the content */
div#content {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 250px;
}

/* creates the div for the address */
div#address {
	text-align: left;
	color: #3E2600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	padding-left: 10px;
	padding-bottom: 25px;
	background-image: url(images/sidebar-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 75px;
}

/* creates the div for the sidebar */
div#sidebar{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 240px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

/* creates the div container for the footer. */
div#footer {
	clear: both;
	width: 950px;
	color: #ffffff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 9px;
	text-align: center;
	height: 21px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #4B2F00;
	background-image: url(images/footer-bg.gif);
	background-repeat: no-repeat;
}

div#footer a:link, div#footer a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	padding-right: 10px;
	padding-left: 10px;
}

div#footer a:hover {
	text-decoration: underline;
}

/* styles the copyright div */
div#copyright {
	text-align: center;
	color: #996600;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	padding: 0px;
	width: 950px;
}

div#copyright a {
	font-size: 9px;
	color: #996600;
	font-weight: bold;
	text-align: center;
}

/* navigation */
div#nav {
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/nav-bg.gif);
	border-bottom-width: 9px;
	border-bottom-style: solid;
	border-bottom-color: #EBD58C;
}
	
ul#mainnav {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


ul#mainnav li {
	display: inline;
	list-style: none;
}


ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #400000;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	margin: 0px;
	padding-left: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBD58C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

ul#mainnav li a:hover {
	color: #FFFFFF;
	background-image: url(images/hover.gif);
}

ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background-image: url(images/current.gif);
	color: #FFFFFF;
}
/* end navigation */

div#listcol {
	margin-left: 25px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	float: left;
	padding: 0px;
	text-align: left;
}

div#listcol p {
	font-size: 11px;
	color: #000000;
	text-transform: none;
	font-weight: normal;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	line-height: 21px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

ul#list {
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 7px;
	padding-left: 52px;
	margin: 0px;
}

ul#list li {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	color: #4B2F00;
	font-size: 11px;
	font-weight: normal;
	padding: 0px;
	line-height: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#map {
	padding: 4px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: 25px;
	border: 1px solid #806300;
	height: 420px;
	width: 640px;
	float: left;
	background-color: #ffffff;
}

div#flash {
	position: absolute;
	top: 100px;
	height: 110px;
	width: 700px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 250px;
	bottom: 0px;
}

div#netopia {
	margin-left: auto;
	margin-top: 0px;
	margin-right: 75px;
	text-align: center;
	margin-bottom: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

div#netopia2 {
	margin-left: auto;
	margin-top: 0px;
	margin-right: 15px;
	text-align: center;
	margin-bottom: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

div#signin {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 950px;
}

.clear {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

iframe {

}

.companyname {
	color: #920F00;
	text-transform: none;
}

.important {
	color: #000000;
	text-transform: none;
	font-weight: bold;
}

.imgcenter {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #948a89;
	padding: 4px;
	background-color: #ffffff;
	margin-bottom: 20px;
}

.rightimg {
	float: right;
	padding: 4px;
	border: 1px solid #806300;
	margin-top: 0px;
	margin-right: 25px;
	margin-left: 20px;
	background-color: #FFFFFF;
	margin-bottom: 15px;
	clear: right;
}

.leftimg {
	float: left;
	padding: 4px;
	border: 1px solid #cccccc;
	clear: both;
	margin-top: 0px;
	margin-right: 18px;
	margin-left: 0px;
	background-color: #ffffff;
}

.alphaorder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #4B2F00;
}

.textcenter {
	text-align: center;
}

.textindent {
	padding-left: 15px;
}
