/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: url(images/bg_main.jpg) repeat-x;
	background-color: #adbfc1;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center;
}

/* 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, h6, a, ul, li, ol, dt, dd, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	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: 12px;
	color: #000000;
	margin: 0px;
	padding: 5px 30px 5px 40px;
	text-align: left;
	line-height: 1.7;
}


h1 {
font: bold 24px Verdana, Arial, Helvetica, sans-serif;
color: #737373;
margin: 0px 0px 0px 0px;
padding: 20px 0px 0px 40px;
}


address {
margin:0px 0px 0px 0px;
padding:15px 0px 0px 40px;
font: normal 13px Verdana, Arial, Helvetica, sans-serif;
color: #000;
text-align: left;
line-height: 1.6;
}



li {
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
color: #3b8edc;
}
a:visited {
color:#3b8edc;
}
a:hover {
color: #737373;
}
a:active {
color: #3b8edc;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper {
width: 840px;
margin: 0 auto;
padding: 0;
}


div#header {
width: 840px;
height: 247px;
margin: 0 auto;
padding: 0;
position: relative;
}


div#container {
width:840px;
margin:0;
padding:0px;
background: url(images/bg_container.gif) repeat-y;
}

div#content {
	width:790px;
	margin: 0px auto;
	padding: 0px 0px 40px 0px;
	vertical-align:top;
	text-align:left;
}


div#content a:link {
text-decoration: none;
border-bottom: 1px dotted #ea1f25;
font-weight: bold;
}

div#content a:visited {
text-decoration: none;
border-bottom: 1px dotted #ea1f25;
font-weight: bold;
}

div#footer {
	width:840px;
	height: 60px;
	margin:0 auto;
	padding:0;
	background: url(images/bg_footer.gif) no-repeat;
	font:normal 9px Verdana, Arial, Helvetica, Verdana, sans-serif;
	color:#000;
	text-align: center;
	clear:both;
} 

div#footer a:link, div#footer a:visited {
	font-size:9px;
	color:#000;
	text-decoration:underline;
	font-weight: bold;
}

div#footer a:hover, div#footer a:active {
	font-size:9px;
	color:#450c08;
	text-decoration:none;
}




/* ----------------- COPYRIGHT CONTAINER ----------------- */
div#copyright {
width: 810px;
margin: 15px 0 0 30px;
padding: 00;
text-align: left;
font: 9px Arial, Helvetica, sans-serif;
color: #000;
}

div#copyright a:link, div#copyright a:visited {
font-size:9px;
color:#000;
text-decoration:none;
}

div#copyright a:hover, div#copyright a:active {
font-size:9px;
color:#000;
text-decoration:underline;
}

div#copyright img {
border: none;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	border: 1px solid #3e3e3e;
	background-color: #ffffff;
	margin: 5px 10px 10px 0px;
	padding: 5px;
	clear: both;
}

img.right {
	float: right;
	border: 1px solid #dadada;
	background-color: #ffffff;
	margin: 5px 0px 5px 10px;
	padding: 5px;
	clear: both;
}

img.rightb {
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 0px;
	clear: both;
}

div#clear {
	clear: both;
}

img.list {
	margin-right: 5px;
}

/* ----------------- CUSTOM CLASSES ----------------- */

ul#bullet {
list-style:none;
}

ul#bulletfloat {
float: left;
width: 250px;
list-style:none;
padding-bottom: 10px;
}

ul#bullet li, ul#bulletfloat li {
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 0px 7px;
padding: 0px 30px 0px 15px;
line-height: 1.7;
}


.bizname {
color: #450c08;
font-weight: bold;
}



