/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: url(images/bgbody.gif) repeat-x;
	background-color: #eee9e3;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
}

/* 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: .8em;
	color: #000000;
	margin: 0px;
	padding: 5px 5px 5px 40px;
	text-align: left;
	line-height: 1.7;
}


h1 {
font: bold 22px Verdana, Arial, Helvetica, sans-serif;
color: #9e0b0f;
margin: 0;
padding: 0px 0px 0px 40px;
text-transform:uppercase;
}

h2 {
font: bold 16px Verdana, Arial, Helvetica, sans-serif;
color: #000;
margin: 0px 0px 10px 0px;
padding: 10px 20px 10px 40px;
text-align: center;

}


address {
margin:0;
padding: 0;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
color: #000;
text-align: left;
line-height: 1.4;
}



li {
font: normal .8em Verdana, Arial, Helvetica, sans-serif;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
color: #9e0b0f;
}
a:visited {
color: #9e0b0f;
}
a:hover {
color: #737373;
}
a:active {
color: #9e0b0f;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper {
width: 790px;
margin: 0px auto;
padding: 0px;
}


div#header {
width: 790px;
height: 280px;
margin: 0px auto;
padding: 0px;
position: relative;
}

div#container {
width:790px;
margin:0px auto;
padding:0px;
background: url(images/bgcontainer.jpg) repeat-y;
}

div#rightsidebar {
float: right;
width: 230px;
margin: 0;
padding: 0;
}

div#content {
	float: left;
	width:500px;
	margin: 0px auto 0 25px;
	padding: 0px 0px 20px 0;
	vertical-align:top;
	text-align:left;
}


div#content a:link {
text-decoration: none;
border-bottom: 1px dotted #737373;
font-weight: bold;
}

div#content a:visited {
text-decoration: none;
border-bottom: 1px dotted #737373;
font-weight: bold;
}

div#footer {
	width:720px;
	height: 59px;
	margin:0 auto;
	padding:0 0 0 70px;
	font:normal 11px Verdana, Arial, Helvetica, Verdana, sans-serif;
	color:#9e0b0f;
	text-align: left;
	background: url(images/footer.gif) no-repeat;
	clear:both;
} 

div#footer a:link, div#footer a:visited {
	font-size:11px;
	color:#9e0b0f;
	text-decoration:none;
	font-weight: bold;
}

div#footer a:hover, div#footer a:active {
	font-size:11px;
	color:#ed2414;
	text-decoration:none;
}

/* -----------NAVIGATION--------------------------*/
	ul#mainnav {
	margin: 0;
	padding: 0;
	width: 210px;
	position: absolute;
	top: 160px;
	left: 560px;
	}

	ul#mainnav li {
	display: inline; 
	list-style: none;
	}
	
	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 11px;
	color: #000;
	text-decoration: none;
	display: block;
	width: 210px;
	padding: 3px 4px 5px 20px;
	background: url(images/navoff.gif) no-repeat;
	}
	
	ul#mainnav li a:hover, ul#mainnav li a#current:link, ul#mainnav a#current:visited {
	color: #9e0b0f;
	font-weight: bold;
	background: url(images/navon.gif) no-repeat;
	}
	
	
/* ----------------- COPYRIGHT CONTAINER ----------------- */

div#copyright {
position:relative;
color: #000;
width: 770px;
margin: 0 auto;
padding: 5px 0px;
font: normal 9px Arial, Helvetica, Verdana, sans-serif;
text-align: right;}

div#copyright a:link, div#copyright a:visited {
color: #000;
text-decoration: none;}

div#copyright a:hover, div#copyright a:active {
color: #000;
text-decoration: underline;}

.ypimg {
position:absolute;
top:2px;
left:0;}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	border: 1px solid #dadada;
	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: 5px 0px 5px 10px;
	padding: 0px;
	clear: both;
}

img.middle {
	border: 1px solid #dadada;
	padding: 5px;
}

div#clear {
	clear: both;
}

img.list {
	margin-right: 5px;
}

/* ----------------- CUSTOM CLASSES ----------------- */

ul#bullet {
list-style:none;
}

ul#bulletfloat {
float: left;
width: 180px;
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 15px 0px 15px;
line-height: 1.7;
}

.company {
font-weight: bold;
color: #9e0b0f;
}

