/* CSS Document */

html, body, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000000;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

html {
	height:100%;
}

body {
	margin:0;
	height:100%;
	background-color: #ffffff;
	background-repeat:no-repeat;
	background-image: url(/assets/graphics/bodyBKG.jpg);
	background-position: center top;
}

#main {
	position:relative;
	margin: 0 auto;
	width:780px;
	height:auto;
	background-image:url(/assets/graphics/contentBKG.jpg);
	background-repeat:repeat-y;
}

#clearit {
	clear: both;	
}

/* FONT STYLES */


.style2 {
	font-size:20px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FF9900;
}


.style3 {
	font-size:12px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FF0033
}

.style4 {
	font-size: 14px;
	font-weight:bold;
	color:#000000;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* LINKS */

#header ul li{
	padding-right:3px;
	display: inline;
	color:#0000CC;	
}
 
#header ul li a:Visited,
#header ul li a:Link, 
#header ul li a:Active {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

#header ul li a:Hover {
	color:#ff0033;
}
 
#column_left a:Visited,
#column_left a:Link, 
#column_left a:Active {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FF9900;
}

#column_left a:Hover {
	color:#FF9900;
	text-decoration:underline;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* HEADER SETUP */

#topmenu {
	position:absolute;
	right:60px;
}

#header {
	height:200px;
	width:780px;
	background-image:url(/assets/graphics/header2BKG.jpg);
	background-position:center top;	/* for header links, see LINKS (above) */
}

#headermenu {
	position:absolute;
	top:179px;
	width:780px;
	text-align:center;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* FOOTER SETUP */

#footer {
	width:780px;
	height:60px;
	background-image:url(/assets/graphics/footer.jpg);
	background-position:center;
}

#webcac_logo {
	width:220px;
	height:60px;
	float:right;	
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* CONTENT SETUP */

#content {
	margin-left:15px;
	width:750px;
	height:auto;
}

#column_left {
	padding-left:10px;
	padding-top:5px;
	padding-right:5px;
	width:190px;
	height:auto;
	background-image:url(/assets/graphics/location_BKG.jpg);
	float:left;
	border-right-color:#FF9900;
	border-right-width: thin;
	border-right-style: groove;
	background-repeat: repeat-x;	
	
	
/* for links, see LINKS (above) */
}

#infodiv {
	padding-left:10px;
	padding-top:5px;
	padding-right:5px;
	width:500px;
	height:auto;
	float:left;
	margin-left:5px;
}

#infomain {
	background-color:#feffef;
	width:500px;
	height:auto;
}

#infomain ul {
	list-style-position: inside;
	list-style-type:square;
	font-size:16px;	
}

#infofoot {
	margin-top:5px;
	width:500px;
	height:auto;
}

#infofootleft {
	width:250px;
	height:auto;
	float:left;
	border-right-style:dotted;
	border-right-color:#cccccc;
	border-right-width:thin;
}

#infofootright {
	width:245px;
	height:auto;
	float:right;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
