/*
----------------------
styles.css
Main styles for site
----------------------
*/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,  p, blockquote, td, th
{
	margin:  0;
	padding : 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

/* Removes list-styles from lists  */
ol, ul
{ list-style : none; }


*{
	padding: 		0;
	margin: 		0 0 0 0;
}	

body{background:#fff url(../pagepix/beigebg.gif) repeat-x;width:780px;text-align:left;margin-right:auto;margin-left:auto;margin-bottom:25px}

/* side navigation */

#sidenav {
	width: 180px;
}

#sidenav ul
{
	list-style-type: none;
}

#sidenav a
{
display: block;
	width: 160px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	line-height: 28px;
}

#sidenav a:link, #navlist a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	list-style-type: square;
	background-color: #C12B2B;
	background-image: url(../pagepix/navbg-red1.gif);
	background-repeat: repeat-x;
}

#sidenav a:hover
{
	background-color: #961010;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	background-image: url(../pagepix/navbg-red2.gif);
}

A:link	{
	text-decoration:underline;
	font-size: 13px;
	font-weight: normal;
	color: #003399;
}
A:visited	{ text-decoration:underline;  font-weight: normal; color: #003399}
A:hover	{ text-decoration:underline;  font-weight: normal; color: #000000 }
A:active	{ text-decoration:underline;
}

p{text-decoration:none;background:transparent;font-size:12px;font-weight:normal;color:#000;line-height:22px;padding-top:6px;padding-bottom:6px}

h1{padding:0 0 8px;text-decoration:none;background:transparent;font-size:23px;color:#000;line-height:normal;text-transform:none;font-weight:normal;margin:0}

h2{padding:0 0 8px;margin:0 0 4px;text-decoration:none;background:transparent;font-size:23px;color:#000;line-height:normal;font-weight:normal}

h3{text-decoration:none;background:transparent;font-size:14px;font-weight:bolder;color:#000;padding-top:6px;padding-bottom:6px}

#header{background:#fdfdfd url(../pagepix/header-bg.gif) repeat-x bottom;width:770px;border-right-width:1px;border-left-width:1px;border-right-style:solid;border-left-style:solid;border-right-color:#b91010;border-left-color:#b91010;border-top-width:5px;border-top-style:solid;border-top-color:#b91010;height:100px}

#header td{padding:18px 14px}

#header h1{
	padding:0 0 0 15px;
margin:0color:#b91010; 		font-family: "trebuchet ms", verdana, arial, "helvetica";
	font-size: 32px;
	color: #B91010;
	font-weight: bold;
}

#header p{padding:0 0 0 15px;margin:-4px 0 0;font-weight:bold;font-size:12px;color:#999}

#dotted-h{
	width: 770px;
	background-image: url(../pagepix/dottedred-h.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	height: 1px;
}

#main{width:770px;border-right-width:1px;border-left-width:1px;border-right-style:solid;border-left-style:solid;border-right-color:#b91010;border-left-color:#b91010}

td.left-col{
	width: 170px;
	text-align: left;
	background-color: #F5F5F5;
}

td.gutter{
	width: 1px;
	background-image: url(../pagepix/dottedred-v.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

td.content{
	text-align: left;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 18px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-image: url(../pagepix/rightedge.gif);
	background-repeat: repeat-y;
	background-position: right;
}

td.content ul{
	font-size: 14px;
	line-height: 22px;
	list-style-type: square;
	margin-left: 18px;
	margin-top: 4px;
	margin-bottom: 4px;
}


#contact-form{
	padding: 14px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	font-weight: normal;
	width: 400px;
}

#contact-form td{
	padding: 4px;
}

#footer{
	width:770px;
	text-align:center;
	height:25px;
	background-color: #C43636;
}

#footer a{color:#fff;padding-right:12px;padding-left:12px;font-size:11px;text-decoration:none}

#copyright{
	width: 770px;
	text-align: center;
	font-size: 11px;
	color: #333333;
}

#copyright a{
	font-size: 11px;
	text-decoration: underline;
}

