/**
Theme Name: WaveSpeed
Theme URI: http://wavespeed.net/
Description: 
Version: 1.0
*/

body {
	font: normal 10pt Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	margin: 10px;
	padding: 0;
}

img {
	border: none;
}

a {
	color: #239dcb;
	text-decoration: none;
	border-bottom: 1px dotted #ef3e34;
}

a:hover,
a:focus {
	border-bottom: 1px solid #ef3e34;
}

.clear {
	clear: both;
}

#wrap {
	width: 740px;
	margin: 0 auto;
}

#header {
	width: 740px;
	height: 60px;
}

#header .logo {
	float: left;
	width: 220px;
	height: 50px;
}


#header a {
	text-decoration: none;
	border: none;
}

#header a:hover {
	text-decoration: none;
	border: none;
}

#header .navigation {
	float: right;
	height: 50px;
}

#header .topnav {
	float: right;
	font-size: 9pt;
}

.topnav ul {
	margin: 0;
	padding: 0;
}
.topnav ul li {
	display: inline;
}
.topnav ul li:first-child {
	border-left: 1px solid #333;
}
.topnav ul li {
	border-right: 1px solid #333;
	padding: 0 5px;
}

#header .topnav a {
	color: #4b4748;
	text-decoration: none;
}

#header .topnav a:hover,
#header .topnav a:focus {
	color: #4b4748;
	border-bottom: #239dcb 1px solid;
	text-decoration: none;
}

/* (-- NAVIGATION LIST --) */
#nav, #nav ul {
	padding: 0;
	list-style: none;
	text-transform: uppercase;
}
#nav ul {
	text-transform: none;
}

#nav a {
	display: block;
	height: 28px;
	font-size: 8pt;
	width: 100px;
	border-right: 1px #000000 solid;
	text-align: center;
	color: #000000;
	border-bottom: none;
}
#nav > li:first-child > a {
	border-left: 1px #000000 solid;
}

#nav a:hover,
#nav a:focus {
	background: #ef3e34;
	color: #FFFFFF;
	border-right: 1px #000000 solid;
}

#nav li {
	float: left;
	padding: 0;
	margin: 0;
}

#nav li ul {
	position: absolute;
	width: 100px;
	display: none;
	margin: 0;
}

#nav li ul li { 
	display: block;
	padding: 0;
}

#nav li ul li a {
	height: 15px;
	background: #e2f2f8;
	border: 1px solid white;
}
#nav li ul li a:hover,
#nav li ul li a:focus {
	height: 15px;
	border: 1px solid white;
}

#nav li:hover ul, 
#nav li:focus ul,
#nav li.sfhover ul {
	display: inline;
}

/* (-- MAIN BODY --) */

#main {
	background: #fff url(./images/hor-line.jpg) top center no-repeat;
	padding-top: 5px;
}

.images {
	border: none;
	width: 220px;
	float: left;
	margin: 20px 37px 20px 0;
	border: 1px solid white;
}

.images a {
	border: none;
}

.box-inner a.go {
	float: right; 
	position: absolute; 
	right: 0px; 
	top: 90px;
	background: url(./images/arrow.gif) right center no-repeat;
	padding-right: 15px;
}

.box-inner {
	position: relative;
}

#business-box {
	width: 220px;
	border: 1px solid #239dcb;
	background: #e2f2f8;
	color: #242021;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	float: left;
	margin-right: 37px;
}

#business-box .box-inner {
	width: 200px;
	height: 100px;
	margin: 7px;
	background: #e2f2f8 url( ./images/buser_icon.jpg ) top right no-repeat;
	text-align: justify;
}

#business-box h1 {
	color: #239dcb;
	font-weight: bold;
	font-size: 10pt;
	line-height: 10pt;
	margin: 0 0 1em;
}

#home-box {
	width: 220px;
	border: 1px solid #ef3e34;
	background: #ffe1df;
	color: #242021;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	float: left;
	margin-right: 37px;
}

#home-box .box-inner {
	width: 200px;
	height: 100px;
	margin: 7px;
	background: #ffe1df url( ./images/huser_icon.jpg ) top right no-repeat;
	text-align: justify;
}

#home-box h1 {
	color: #ef3e34;
	font-weight: bold;
	font-size: 10pt;
	line-height: 10pt;
	margin: 0 0 1em;
}

#other-box {
	width: 220px;
	border: 1px solid #000000;
	background: #cbc9ca;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	float: left;
}

#other-box .box-inner {
	width: 200px;
	height: 100px;
	margin: 7px;
	background: #cbc9ca url( ./images/otherservices_icon.jpg ) top right no-repeat;
	text-align: justify;
}

#other-box h1 {
	color: #000000;
	font-weight: bold;
	font-size: 10pt;
	line-height: 10pt;
	margin: 0 0 1em;
}


#quicklinks {
	border-bottom: 1px solid #d4d3d3;
	border-left: 1px solid #d4d3d3;
	margin-top: 30px;
	float: left;
	width: 25%;
	height: 115px;
}

#quicklinks ul {
	list-style: url(./images/bullet.jpg);
	margin: 5px 0 0 0;
	padding: 0 0 0 20px;
}

#quicklinks ul li {
	padding-bottom: 1px;
}

#quicklinks ul a {
	color: #000000;
	text-decoration: none;
	border: none;
	font-size: 9pt;
}

#quicklinks ul a:hover {
	border-bottom: 1px solid #ef3e34;
}

#quicklinks .header {
	display: block;
	padding-top: 8px;
	height: 22px;
	color: #ffffff;
	background: #239dcb url(./images/quicklinks.jpg) center left no-repeat;
	padding-left: 25px;
	font-weight: bold;
}

#search {
	border-bottom: 1px solid #d4d3d3;
	border-left: 1px solid #d4d3d3;
	margin-top: 30px;
	float: left;
	width: 25%;
	height: 115px;
	font-size: 8pt;
}

#search p {
	padding-left: 5px;
}

#search .text-input {
	border: 1px solid #000000;
	margin-left: 5px;
}


#search .submit-input {
	border: 1px solid #000000; 
	background: #95c07f;
	color: white;
	width: 25px;
}

#search .header {
	display: block;
	padding-top: 8px;
	height: 22px;
	color: #ffffff;
	font-size: 10pt;
	background: #239dcb url(./images/search.jpg) center left no-repeat;
	padding-left: 25px;
	font-weight: bold;
}

#announcements {
	border-bottom: 1px solid #d4d3d3;
	border-left: 1px solid #d4d3d3;
	border-right: 1px solid #d4d3d3;
	margin-top: 30px;
	float: left;
	width: 49.4%;
	height: 115px;
}

#announcements .header {
	display: block;
	padding-top: 8px;
	height: 22px;
	color: #ffffff;
	background: #239dcb url(./images/newspaper.jpg) center left no-repeat;
	padding-left: 25px;
	font-weight: bold;
}

#announcements ul {
	list-style: url(./images/bullet_green.jpg);
	margin: 5px 0 0 0;
	padding: 0 0 0 20px;
}

#announcements ul li {
	padding-bottom: 5px;
	font-size: 8pt;
}

#announcements ul a {
	color: #ef3e34;
	text-decoration: none;
	border: none;
	font-weight: bold;
	font-size: 10pt;
}

#announcements ul a:hover {
	border-bottom: 1px solid #ef3e34;
}

#announcements ul li p {
	padding: 0;
	margin: 0;
}

#left-content {
	width: 180px;
	float: left;
	margin-top: 20px;
}

#left-content dt {
	font-size: 1.1em;
	letter-spacing: 1px;
	color: #239dcb;
}

#right-content {
	width: 550px;
	float: right;
	border: 1px solid #d4d3d3;
	margin-top: 20px;
	
}

#right-content h1 {
	display: block;
	width: 545px;
	margin: 0;
	padding-top: 8px;
	height: 22px;
	color: #ffffff;
	font-size: 10pt;
	background: #239dcb;
	padding-left: 5px;
	font-weight: bold;	
}

#right-content p {
	padding: 5px 5px 0 5px;
	text-align: justify;
}

.left-nav a {
	color: #000000;
	border-bottom: none;
}

.left-nav a:hover {
	border-bottom: 1px solid #ef3e34;
}

.left-nav {
	list-style: url(./images/arrow.gif);
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

.left-nav ul {
	list-style: url(./images/bullet.jpg);
	padding: 2px 0 2px 15px;
	font-size: 9pt;
}

.left-nav ul li {
	padding-bottom: 1px;
}

.left-nav li.current_page_item {
	font-weight: bold;
}
.left-nav li.current_page_item li {
	font-weight: normal;
}

/* (-- FOOTER --) */

#footer {
	margin-top: 20px;
	text-align: center;
	font-size: 8pt;
	color: #239dcb;
}

#footer .copyright {
	font-size: 10pt;
}

.footnav li:first-child {
	border-left: 1px solid #239dcb;
}

.footnav li {
	display: inline;
	padding: 0 5px;
	border-right: 1px solid #239dcb;
}

#footer a {
	border: none;
}

#footer a:hover {
	border-bottom: 1px solid #ef3e34;
}

form {
	margin: 0;
	padding: 0;
}

p {
	margin: 5px 0 1em 0;
	padding: 0;
}