/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, html, label, table, tr, td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset, img, a img, :link img, :visited img {border:0px none;}
address, caption, cite, code, dfn, th, var {font-style:normal;font-weight:normal;}
ol, ul {list-style:none;}
caption, th {text-align:left;}
h1, h2, h3, h4, h5, h6 {font-size:100%;}
q:before, q:after {}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
	background:#7B7373;
	text-align:center; 
	color:#000; font-style:normal; font-variant:normal; font-weight:normal; line-height:16px; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#000; }
h2	{ font-size:1.1em; color:#000; }
h3	{ font-size:1.0em; color:#000; }

h1 span, h2 span, h3 span	{ display:none; }

a:link, a:visited	{ color:#2f2f2f; text-decoration:underline; outline:none; }
a:hover, a:active	{ color:#5E3267; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}


/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url('../images/bg-wrap.jpg') repeat-y;
	width:800px;
	margin:0 auto;
	text-align:left;
	}

#wrap-img {
	background: url('../images/bottom-left-col.jpg') left bottom no-repeat;
	width: 800px;
	margin-bottom: 20px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url('../images/masthead.jpg');
	height:233px
	}
	/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	left:20px;
	width:512px;
	top:0px;
	height:157px;
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:214px;
	float:left;
	background:url(../images/bg-left-col.jpg);
	}

	#column-left p {
		margin:0px 0px 10px 15px;
		}

    #col-left-bottom {
	background: url(../images/bottom-left-col.jpg);
	height: 128px; 
	}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	background-color: #EBF5C2;
	width:586px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:10px 10px 10px 15px;
		}
		
		#column-right ul li { 
			margin-left: 25px;
			list-style-type: circle;
			}		

	#column-right form { margin-left:0px; }


#title-contact {
	height:62px;
	background:url('../images/subhead-contact.jpg') ;
	}


/* ------------------------ bottom-wrap framework ------------------------ */
#bottom-wrap {
	background:url('../images/bottom-wrap.jpg') no-repeat;
	width:100%; /* fix for Safar */
	height:10px;
	clear:both;
	}

/* ------------------------footer framework ------------------------ */

#footer-wrap {
	background:url('../images/footer-wrap.jpg') top center no-repeat;
	width:800px;
	margin:0 auto;
	text-align:left;
	}


#footer {
	width:800px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#2f2f2f;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#2f2f2f; }
#footer a:hover, #footer a:active { color:#000; }

#footer ul {margin: 40px 0 10px 0;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #2f2f2f;
		}
	#footer li.first { border: none; }

/* ------------------------ vertical sprite nav ------------------------ */
#nav {
	background:url("../images/nav.jpg") top left no-repeat;					
	width:214px;	/* Width of buttons, not entite image (or half of entire image) */
	height:231px;	 /* Height of entire image */
	margin:0;
	padding:0;
	}

#nav li span { display: none; }

#nav li { float:left; list-style:none; position:relative; }

#nav li, #nav a { 
	height:33px;	/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#nav-01 { margin-top:0px; width:214px; }

/* margin-top if there is a spacing between each nav button */
#nav-02, #nav-03, #nav-04, #nav-05, #nav-06, #nav-07 { margin-top:0; width:214px; }

#nav-01 a:hover { background:url("../images/nav.jpg") -214px  0px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -214px  -33px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -214px  -66px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -214px  -99px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -214px -132px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -214px -165px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -214px -198px no-repeat; }


