/*
----------------------
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{
	width:780px;
	text-align:left;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:25px;
	font-size: 12px;
}

/* 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: #0566AA;
	background-image: url(../pagepix/navbg-blue1.gif);
	background-repeat: repeat-x;
}

#sidenav a:hover
{
	background-color: #003366;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	background-image: url(../pagepix/navbg-blue2.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:20px;padding-top:6px;padding-bottom:6px}

h1{padding:0 0 8px;text-decoration:none;background:transparent;font-size:12px;color:#015f89;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:#015f89;line-height:normal;font-weight:normal}

h3{text-decoration:none;background:transparent;font-size:14px;font-weight:bolder;color:#015f89;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:#2675AC;border-left-color:#2675AC;border-top-width:5px;border-top-style:solid;border-top-color:#2675AC;height:100px}

#header td{padding:18px 14px}

#header  h1{
	padding:0 0 0 15px;
margin:0color:#0566aa; 	font-family: "trebuchet ms", verdana, arial, helvetica;
	font-size: 33px;
	color: #2675AC;
	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/dottedblue-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:#2675AC;border-left-color:#2675AC}

td.left-col{
	width: 170px;
	text-align: left;
	background-color: #e6bf31;
}

td.gutter{
	width: 1px;
	background-image: url(../pagepix/dottedblue-v.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

td.content{
	background:#fff url(../pagepix/rightedge.gif) repeat-y right;
	text-align:left;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 15px;
}

td.content ul{font-size:12px;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: #2675AC;
}

#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;
}
