body {
	background-color:#ffffff;
	margin: 0px auto;
	padding: 0px;
}

p, h1, h2, h3, h4, h5, a, ul, li, lo, address, td {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: left; 
	color:#35383a;
}
/* You may use pixels or ems for text sizing */
p, div#content li {
	font-size: .9em;
}
h1 {
	color: #ffffff;
	font: bold;
	font-size:24px;
	text-align:left;
	padding-left:10px;
	margin:0px;
	background-color:#3987ff;
	border-bottom:#1a429a 1px solid;
	margin-top:10px;
	margin-bottom:10px;
	}
	
hr {
	color:#969ba4;
	clear:both;
}
	
address {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size:12px;
	line-height:14px;
	color:#ffffff;
	text-align:left;
}
address a:link, address a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
}
address a:hover {
	text-decoration:underline;
	font-weight:bold;
}

address#inner {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size:14px;
	line-height:16px;
	color:#35383a;
	text-align:left;
}

address#inner a:link, address#inner a:visited {
	color:#35383a;
	text-decoration:none;
	font-weight:normal;
}
address#inner a:hover {
	color:#35383a;
	text-decoration:underline;
	font-weight:normal;
}

a:link {
	color:#35383a;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color:#35383a;
	text-decoration:none;
	font-weight:bold;
}
/* All links must inclde some type of hover interactivity */
a:hover {
     font-weight: bold;
	 text-decoration:underline;
}
a:active {
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper {
	width: 950px;
	margin: 0px auto;
	padding:0px;
}

div#container {
	background-image: url(images/container-bg-image.gif);
	background-repeat:repeat-y;
	width: 950px;
	margin: 0px auto;
	padding:0px;
	float:left;
}

div#header {
	background-image: url(images/header-bg-image.jpg);
	background-repeat:no-repeat;
	height:200px;
	width:950px;
	float:left;
}

div#content {
	background-image: url(images/content-top-image.gif);
	background-repeat: no-repeat;
	background-position:top left;
	width: 950px;
	float:left;
}

div#columnleft {
	float:left;
	padding-left:50px;
	width:200px;
}

div#columnright {
	width:620px;
	float:right;
	padding-right:60px;
}

div#audio {
	background-image:url(images/audio-bg-image.jpg);
	background-repeat:no-repeat;
	width:950px;
	height:40px;
	float:left;
}

#AudioWebPro {
	float:right;
	margin-top:12px;
	margin-right:75px;
}

div#iframe {
	border:#194399 1px solid;
}


div#map {
	text-align:center;
	margin-top:15px;
}

div#Flash {
	float:left;
	margin-bottom:15px;
}

div#footer {
	background-image:url(images/footer-bg-image.gif);
	background-repeat:no-repeat;
	width:950px;
	height:47px;
	float:left;
	padding:0px;
}

div#addy {
	width:178px;
	padding:5px;
	position:relative;
	left:5px;
	clear:both;
	float:left;
	border:1px solid #ffffff;
}

div#owner {
	padding-left:95px;
	text-align:left;
	float:left;
	position:relative;
	top:0px;
}

div#owner a:link, div#owner a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

div#owner a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
}

div#copyright {
	margin-top:15px;
	margin-bottom:10px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	color: #000000;
	font-size: 10px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-align:center;
	}
	div#copyright img {
	border: none;
	}
	div#copyright a:link, div#copyright a:visited {
	color: #000000;
	font-size:10px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;
	}
	div#copyright a:hover {
	text-decoration: underline;
	font-size:10px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	}


	
/* ----------------- VERTICAL NAVIGATION ----------------- */

div#nav {
	float:left;
	width:200px;
	padding:0px;
	margin-bottom:10px;
	margin-top:0px;
	position:relative;
	top:0px;
	}
	ul#mainnav {
	margin: 0px;
	padding: 0px;
	width:200px;
	list-style-type: none;
	float:left;
	}
	ul#mainnav li {
	display: inline;
	float: left;
	margin-top:0px;
	padding: 0px;
	list-style: none;
	width:200px;
	}
	ul#mainnav li a {
	background-position:0 0px;
	background-repeat:no-repeat;
	overflow:hidden;
	font-size:12px;
	color:#06cdf5;
	text-decoration: none;
	font-weight: bold;
	display:block;
	width:185px;
	height:20px;
	padding-top:5px;
	padding-left:15px;
	border-left:#1a429a 5px solid;
	text-align:left;
	}
	ul#mainnav li a:hover, ul#mainnav li a.current {
	background-color:#1d49a5;
	border-left:#ee2d24 5px solid;
	width:180px;
	height:20px;
	color:#ffffff;
	font-weight:bold;
	}
	
	
/* ----------------------------  NAVIGATION (HORIZONTAL) ----------------------------  */
div#utility {
	width:600px;
	padding:0px;
	padding-right:50px;
	text-align:left;
	float:right;
	position:relative;
	top:0px;
	}
	ul#utilitynav {
	list-style: none;
	display: inline;
	}
	ul#utilitynav li {
	display: inline;
	margin: 0px auto;
	padding: 2px 5px;
	}
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	text-decoration: none;
	display: inline;
	color: #194399;
	font-weight:bold;
	}
	ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	text-decoration: underline;
	font-weight:bold;
	}



/* ----------------- CUSTOM CLASSES ----------------- */

/* Images should include some type of border. We tend to favor this one. */

img.right {
	float: right;
	clear:right;
	padding:5px;
	border:#194399 1px solid;
	margin-left:10px;
	margin-bottom:10px;
}
img.left {
	float: left;
	padding-left:25px;
	padding-top:25px;
}

p.clear {
	clear:both;
}

p.centered {
	text-align:center;
}

.clear {
	clear:both;
}

/*------------------Services List------------------------*/

ul.list {
}

ul.list li {
	list-style: square;
	font-size:14px;
	
}
