/*
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
}

form {
	margin: 20px 0 0px 0;
	padding: 20px;
}

label {
	display: block;
	font-weight: bold;
	margin-top: 20px;
	color: #fff;
	font-size: 14px;
	padding: 0;
}

input, select {
	border: 1px solid #bbb;
	color: #333;
	padding: 5px;
	margin-right:0px;
	margin-bottom: 0px;
}


select {width: 90px}

textarea {
	color: #333;
	padding: 5px;
	margin-right:5px;
	width: 263px;
	margin-bottom: 5px;
	font-size: 12px;
	border: 1px solid #bbb;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

input[type="button"],input[type="submit"] { 
	margin: 0px 0px 0 0;
	color: #fff;
	background: #444 ;
	text-align: center;
	height: 40px;
	padding: 5px;
	margin: 0 4px 20px 0; 
	border: 1px solid #aaa;
	cursor: pointer;
	font-size: 16px;
	float: right;
	font-family: Arial;
}

.jsvalidation{
display:block; 
font-size: 13px; 
margin-left: 0px; 
color: #fff; 
background: #c20a00; 
text-align: left; 
font-weight: bold;
margin-bottom: 10px;
padding: 2px;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #4F789F;
}

h1 {
	letter-spacing: -1px;
	font-size: 1.7em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.6em;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #4F789F;
}

a:hover {
	text-decoration: underline;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Wrapper */
.wrapper {
	width: 960px;
}


/* Header */

#header {
	width: 904px;
	height: 90px;
	margin: 0 auto;
	padding: 10px 10px 0 10px;
	background: #fff url(images/headerbg.gif) no-repeat;
	border: 1px solid #ddd;
	border-bottom: 0;
}

/* Logo */

#logopic {
	float: left;
	width: 45px;
	height: 70px;
	background:transparent url(images/logobg.png) no-repeat;
}




#logo h1, #logo h2 {
	text-transform: ;
	font-style: ;
}

#logo h1 {
	padding: 0px 0 0 0;
	font-size: 2.2em;
	width: 400px;
	line-height: 25px;
	margin-left: 0px;
}

#logo h2 {
	padding: 3px 0 0 0px;
	font-size: 1.2em;
	color: #888;
}

#logo span {	
	background: url(images/gradient-white.png) repeat-x;
	position: absolute;
	display: block;
	width: 400px;
	height: 21px;
}

* html #logo span {
	background: transparent;
	
} /* to correct transparent png in IE */

#logo a {
	text-decoration: none;
	color: #bf1112;
}

#top-right {
	float: center;
	width: 904px; height: 90px;
	font-family: Arial;
	text-align: center;
	margin: -8px 0 0 0;
}

#top-right .number {
	font-size: 2.3em;
	color: #4c8cb2;
}
#top-right .location {
	font-size: 1.4em;
	color: #888;
}

#top-right h1 {
	font-size: 2em;
	color: #666;
	font-weight: bolder;
}

/* Message */
#message {
	width: 926px; height: 35px;
	background: #000000 url(images/messagebg.gif) no-repeat;
	margin: 0px auto;
	text-align: center;
	padding-top: 13px; 
	margin-bottom: 5px;
}

#message a {
	color: #eee;
	text-decoration: underline;
}

#message .white {
	color: #fff;
	font-size: 1.9em;
}

#message .grey {
	color: #eee;
	font-size: 1.9em;
}

/* Menu */

#menu {
	width: 924px;
	margin: 0 auto;
}

#menu ul {
	margin: 0 auto;
	padding: 0px 0;
	list-style: none;
}

#menu li {
	display: inline;
	text-align: center;
}

#menu a {
	display: inline;
	float: left;
	width: 130px;
	height: 26px;
	padding: 9px 0 0 0;
	text-align: center;
	text-decoration: none;
	text-transform: ;
	font-size: 14px;
	background: #444 url(images/menubg.gif) no-repeat;
	color: #fff;
	margin: 0 0 0 2px;
}

#menu a:hover {
	color: #aaa;
}

#menu.on9 li.tabber9 a,
#menu.on8 li.tabber8 a,
#menu.on7 li.tabber7 a,
#menu.on6 li.tabber6 a,
#menu.on5 li.tabber5 a,
#menu.on4 li.tabber4 a,
#menu.on3 li.tabber3 a,
#menu.on2 li.tabber2 a,
#menu.on1 li.tabber1 a
{
	color: grey;
}

/* Banner */
#banner {
	width: 924px;
	background: #fff;
	margin: 45px auto;
	border: 1px solid #eee;	
	margin-bottom: 0px;
}



/* Page */

#page {
	width: 924px;
	margin: 0px auto;
	padding: 0px 0; 
}

/* Content */

#content {
	float: left;
	width: 552px;
	margin: 0px 0px 0 0;
	padding: 20px 20px 0px 20px;
	background: #B8B9CD;
	font-size: 14px;
	line-height: 22px;
}

#widecontent {
	float: left;
	width: 885px;
	margin: 0px 0px 0 0;
	padding: 20px 20px 0px 20px;
	background: #B8B9CD;
	font-size: 14px;
	line-height: 22px;
}


.testimonials {
	color: #555;
	background: #d9f3fe;
	width: 95%;
	margin: 20px auto;

}

.testimonials p {
	padding: 4px 10px;
}



/* Sidebar */

#sidebar {
	float: left;
	margin: 0px 0 0 0;
	width: 332px;
	border: 0px solid #eee;
	border-top: 0;
	background: #ffffff url(images/sidebarbg.png) top no-repeat;
	padding: 0 0 20px 0;	
}


#sidebar .promo {
	height: 90px;
	padding: 4px 8px 3px 8px;
	text-align: center;
}

#sidebar .promo h1 {
	color: #222;
	font-size: 2em;
}

#sidebar .content {
	padding: 10px;
	text-align: left;
	margin: 30px 0 0 0;
	color: #fff;
}

#sidebar .content h1 {
	margin: 0px 0 4px 0;
	color: #fff;
	font-size: 20px;
}


#sidebar .content p {
	margin: 0px 0 20px 0;
	color: #fff;
	font-size: 14px;
}

#sidebar .content img {
	border: 5px solid #fff;
}


#sidebar ul {
	list-style: none;
	text-align: left;
	margin: 7px 10px 8px 0; padding: 0;
	text-decoration: none;	
	border-top: 1px solid #A9D4EF;	
}
#sidebar ul li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;	
	color: #777;	
	border-bottom: 1px solid #D2E8F7; 
}
* html body #sidebar ul li {
	height: 1%;
}
#sidebar ul li a {
	text-decoration: none;	
	color: #ddd;				
}
#sidebar ul li a:hover {	
	color: #fff;
}




/* Footer */

#footermenu {
	width: 900px;
	height: 0px;
	margin: 0 auto;
}


#footer {
	clear: both;
	padding: 40px 0;
	background: #000;
	border-top: 5px solid #cc3a00;
	text-align: center;
}

#footer p {
	margin: 0;
	color: #fff;
}

#footer a {
	color: #aaa;
}

/* Footer Menu */


#footer ul {
	margin: 0 auto;
	padding: 0px 0;
	list-style: none;
	border-bottom: 1px solid #888;
	width: 70%;
}

#footer li {
	display: inline;
	text-align: center;
	padding: 5px;
}

#footer li a {
	padding: 9px 0 0 0;
	text-align: center;
	text-decoration: none;
	text-transform: ;
	font-size: 12px;
	
	color: #fff;
	margin: 0 0 0 10px;
}

#footer a:hover {
	color: #aaa;
}


.clear {
	clear: both;
	padding-top: 30px;
}


/* Contact Form Styling */

#contactform form {
	margin: 0 0 0px 0;
	padding: 0px;
}

#contactform label {
	display: block;
	font-weight: bold;
	margin-top: 0px;
	color: #333;
	font-size: 14px;
	padding: 0;
}

#contactform input, select {
	border: 1px solid #bbb;
	color: #333;
	padding: 5px;
	margin-right:0px;
	margin-bottom: 0px;
	margin: 0px 0 0 0;
}


#contactform select {width: 90px}

#contactform textarea {
	color: #333;
	padding: 5px;
	margin-right:5px;
	width: 263px;
	margin-bottom: 0px;
	font-size: 12px;
	border: 1px solid #bbb;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#contactform input[type="button"], #contactform input[type="submit"] { 
	margin: 0px 0px 0 0;
	color: #fff;
	background: #4c8cb2 ;
	text-align: center;
	height: 40px;
	padding: 5px;
	margin: 0 4px 20px 0; 
	border: 1px solid #aaa;
	cursor: pointer;
	font-size: 16px;
	float: left;
	font-family: Arial;
}

#contactform .jsvalidation{
display:block; 
font-size: 13px; 
margin-left: 0px; 
color: #444; 
background: #eee; 
text-align: left; 
font-weight: bold;
margin-bottom: 0px;
padding: 2px;
}

