* {
	margin:0;
	padding:0;
}
body {
	background:#ffffff;
	margin:0 auto;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}



/* wrapper */
div.pagewidth {
	width:1074px;
	margin:0 auto;
}


/* header & nav */
div.header-wrapper {
	background:#000;
	padding: 10px 0 0 0;
}
div.header {
	border-top:10px solid #0AAEE5;
	padding:40px 0 40px 10px;
	margin:0 auto;
}
div.nav-wrapper-outside {
	height:76px;
	display:block;
	background:#49C7F1;
}
div.nav-wrapper {
	width: 1074px;
	height:76px;
	display:block;
	background:#49C7F1;
}
div.nav {
	height:76px;
	display:block;
	background:transparent;
}

div.nav ul {
	list-style:none;
	margin:0;
	height:76px;
	position:relative;
	background:transparent;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 225px;
}
div.nav ul li {
	display:block;
	float:left;
	padding:5px 0px;
}
div.nav ul li a, div.nav ul li a:visited {
	float:left;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	padding:23px 10px;
	font-size:0.8em;
	font-family:Tahoma, Arial, sans-serif;
	border-bottom:none;
	border-right:1px solid #76DCFD;
}
div.nav ul li a:hover {
	text-decoration: none;
	color:#000;

}
div.nav ul li.selected a, div.nav ul li.selected a:visited, div.nav ul li.selected a:hover {
}



/* headers */
h1 {
	font-size:1.4em;
	letter-spacing:-1px;
	padding:0 0 10px 0;
	text-align:left;
	line-height:1.0em;
	font-family: Arial, "Times New Roman", Times, serif;
}
h1 a, h1 a:hover, h1 a:visited {
	text-decoration:none;
	color:#fff;
	font-weight:normal;
}
h2 {
	text-align:left;
	padding:5px 0 5px 5px;
	font-size:0.8em;
	color:#FFF;
	background-color:#35bbe7;
	font-weight:bold;
	text-transform:uppercase;
}
h3 {
	font-size:1.6em;
	font-weight:normal;
	color:#08A5D9;
	letter-spacing:-1px;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
	color:#333;
	padding:7px 0;
	text-transform:uppercase;
	font-weight:bold;
}



/* element defaults */
p {
	margin-bottom:10px;
	line-height:1.3em;
	font-size:0.8em;
}
ul {
	padding:0 0 20px 35px;
	list-style:none;
}
code {
	border:1px solid #dddddd;
	color:#666666;
	display:block;
	padding:10px;
	margin:10px 0;
}

/* default forms */
fieldset { 
	border:none;
	border-top:1px solid #dddddd;
	margin-top:10px;
}
fieldset legend {
	font-size:0.9em;
	color:#666666;
	font-weight:bold;
	padding:0 10px 0 0;
	background-color:#ffffff;
}
form { }
form input, form textarea {
	border:1px solid #999999;
	border-bottom-color:#cccccc;
	border-right-color:#cccccc;
	padding:5px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
}
form input.formbutton {
	background:#3BC0EB none repeat-x scroll bottom left;
	color:#ffffff;
	border:1px solid #17ACDE;
	color:#ffffff;
	font-size:0.8em;
	padding:6px 14px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* default tables */ 
table {
	width:100%;
	margin-bottom:10px;
}
table tr th, table tr td {
	padding:5px 10px; 
}
table tr th {
	background:#3BC0EB none repeat-x scroll bottom left;
	color:#ffffff;
	border-top:2px solid #17ACDE;
}
table tr td {
	border-bottom:1px solid #dddddd;
}


/* default links */
a, a:visited { 
	color:#35BBE7;
	text-decoration: none;
} 
a:hover { 
	color:#000; 
}
	

/* centeral page */
div.page {
	clear:both;
	margin:0;
	padding:0;
	background-color:#ffffff;
}
div.page ul {
	font-size:0.95em;
	color:#333333;
}
div.page ul li {
	padding:2px 0;
}
div.page p {
	text-align:justify;
	font-family:Helvetica, Arial, sans-serif;
	color:#444444;
}

/* content */
div.page-wrap {
	padding:10px;
	clear:both;
	background-color:#fff;
}
div.content {
	float:left;
	width:600px;
	padding-right:10px;
	padding-left:10px;
	border-right:1px dashed #e0e0e0;
	border-left:1px dashed #e0e0e0;
}
div.content ul {
	font-size:0.9em;
	list-style:disc;
}
div.content ul li {
	padding-bottom:5px;
	font-size:0.8em;
}
div.pagewidth div.page-wrap div.content #contentFloatLeft {
	float: left;
	width: 300px;
	height: 180px;
}

div.pagewidth div.page-wrap div.content #contentFloatRight {
	float: right;
	clear: none;
	width: 300px;
	height: 180px;
}

/* left column */
div.ColumnLeft {
	padding-left:20px;
	float:left;
	width:180px;
}
div.ColumnLeft p { 
	margin-bottom:10px;
	padding:2px;
	font-size:0.7em;
}
div.ColumnLeft ul {
	margin:0 0 10px 0;
	padding:0 0 0 15px;
	font-size:0.7em;
}
div.ColumnLeft ul li {
	padding:2px 0 0 0;
	list-style:circle;
}

div.ColumnLeft ul a {
	line-height:14px;
	font-weight:bold;
	text-decoration:none;
}

div.ColumnLeft ul a:hover {
	line-height:14px;
	font-weight:bold;
	text-decoration:none;
}

/*right column*/
div.ColumnRight {
	padding-left:10px;
	float:left;
	width:180px;
}
div.ColumnRight p { 
	margin-bottom:10px;
	padding:2px;
	text-align:center;
}
div.ColumnRight ul {
	margin:0 0 40px 0;
	padding:4px;
	font-size:0.9em;
}
div.ColumnRight ul li {
	padding:8px 0;
}

/* footer */
div.footer-wrapper-outside {
	background: #ADCE24;
}

div.footer p {
	text-align:center;
	color:#fff;
	font-size:0.75em;
	padding:10px 0;
	margin:0;
}

div.footer p a {
	color:#fff;
	border-bottom:none;
	text-decoration:none;
}

div.footer p a:hover {
	color:#000;
	border-bottom:none;
	text-decoration: underline;
}

/* search form */
form.searchform {
}


/* misc classes */
*:focus {
	outline:none;
}
.clear {
	clear:both;
}

#logo {
	position:absolute;
	width:235px;
	height:70px;
	z-index:1;
	left: -10px;
}

#questions a {
	font-size:12.4px;
	font-weight: bold;
	text-decoration: none;
}

#questions a:hover {
	color: #000
}

div.pagewidth div.page-wrap div.content #serviceimg {
	float: left;
	width: 170px;
	height: 100px;
	padding-top:10px;
}

div.pagewidth div.page-wrap div.content #servicetxt {
	float: right;
	clear: none;
	width: 430px;
	height: 100px;
	padding-top:10px;
}

#column {
	width:120px;
	float:left;
	font-size:0.9em;
}

#column ul {
	padding-bottom:0px;
}

#share {
	margin-left:10px;
}

#index {
	text-align:center;
	margin-right:25px;
	margin-top:15px;
}

div.MainLeft p {
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:0.7em;
	font-weight:bold;
}
div.MainRight p {
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:0.7em;
	font-weight:bold;
}
#servicetitle a { 
	color:#FFF;
	text-decoration: none;
}
#servicetitle a:hover { 
	color:#000;
}
