@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 20px;
}

hr {
	height: 0;
	border: none;
	clear: both;
}

#container {
	position: absolute;
	top: 0px;
	left: -500px;
	width: 1000px;
	margin: 0px 0px 0px 50%;
}

#container #header {
	width: 995px;
	padding: 4px 0px 0px 5px;
	height: 286px;
	text-align: left;
}

.headerleft {
	float: left;
	width: 675px;
}

.newsletterform {
	float: right;
	margin: 8px 0 0 0;
	padding: 0;
	width: 380px;
	height: 50px;
	overflow: hidden;
	text-align: left;
	font-size: 10px;
}

.nlbox {
	padding: 4px;
	background-color: #FFF;
	border: 1px solid #CCC;
	width: 275px;
	font-size: 11px;
	color: #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: transparent;
	background-image: url(../images/90p.png);
}

.nlbox:focus {
	background-color: #FFF;
	color: #000;}

.nlbut {
	padding: 4px 9px;
	background-color: #fff;
	font-size: 11px;
	margin: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #000;
}

.headerright {
	float: right;
	width: 320px;
}

#logolink {
	width: 675px;
	margin: 0;
	height: 185px;
	border: none;
	float: left;
}

.socialfb {
margin: 0 0 0 100px;
float: left;
}

.socialtw, .socialbl {
margin: 0 0 0 2px;
float: left;
}


#navigation {
	width: 150px;
	float: left;
	margin: 0 0;
}

#navigation a {
	text-decoration: none;
	display: block;
}

#navigation ul {
	list-style: none;
	text-align: center;
	margin: 5px 0 0 15px;
	padding: 0px;
	line-height: 16px;
}

#navigation li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	width: 150px;
	padding: 6px 0px 12px 0px;
}

#styleswitcher {
	float: right;
	width: 125px;
	padding: 6px 11px 0 0;
	margin: 0 0;
}





#container #content {
	width: 710px;
	padding: 10px 145px 20px 145px;
	background-image: url(../images/both-contentbg.gif);
	background-repeat: repeat-y;
	background-position: center center;
}

p {	
	font-size: 12px;
	margin: 0px 0px 20px 0px;
}

td {font-size: 12px; margin: 0px;}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	font-size: 30px;
	margin: 0px 0px 20px 0px;
	font-weight: normal;
	text-transform: capitalize;
}

h1 a {text-decoration: none;}

h1 a:hover {color: #000;}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	font-size: 20px;
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	color: #222;
}

#container #content ul {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

#container #content li {
	padding: 0px;
	margin: 0px 0px 0px 25px;
	font-size: 12px;
	line-height: 20px;
}

#hottip {
	background-image: url(../images/hottip.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
	padding: 25px 120px 10px 25px;
	min-height: 115px;
}

#hottip p {
	margin: 0px;
}

#servicethumb {
	margin: 10px 0px;
}

#servicephoto {
	width: 280px;
	float: right;
	margin: 0px 0px 20px 20px;
	font-size: 10px;
	color: #999;
	text-align: center;
}

#servicenav {
	clear: both;
	padding-top: 15px;
	margin-top: 25px;
	border-top: 1px dotted #999;
}

.textfield {
	margin: 5px;
	padding: 5px;
	font-size: 12px;
	color: #333;
	width: 500px;
	background-color: #FFF;
}

.textarea {
	margin: 5px;
	padding: 5px;
	font-size: 12px;
	color: #333;
	width: 500px;
	max-width: 500px;
	height: 100px;
	max-height: 200px;
	background-color: #FFF;
}

.submitbutton {
	margin: 5px;
	padding: 5px;
	font-size: 12px;
	color: #333;
	background-color: #FFF;
	cursor: pointer;
}

#container #footer #fcone {
	width: 190px;
	float: left;
	border-right: dotted 1px #666;
}

#container #footer #fctwo {
	width: 290px;
	float: left;
	padding-left: 10px;
}

#container #footer p {
	font-size: 10px;
	margin: 0px;
}

#container #footer a {
	text-decoration: none;
	padding: 1px;
}

#container #content #news {
	font-size: 11px;
}

a:hover img {background-color: transparent !important;}
