@charset "utf-8";
body {
	margin-top: 0px;
	background-color: #C0C0C0;
}
a {
	text-decoration: none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	width: 978px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 40px;
	background-image: url(../images/backgroundGrad.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFF;
	padding-right: 40px;
	font-size: 14px;
}


#header {
	width: 100%;
	height: 310px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
#nav {
	padding-top: 0px;
	padding-bottom: 3px;
    padding-left: 75px;
	vertical-align: middle;
	height: 32px;
	background-image: url(../images/navBg.jpg);
	background-repeat: repeat-x;
	font-size: 15px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav a {
	color: #FFF;
	background-color: #F00;
	display: block;
	padding-top: 7px;
	padding-bottom: 6px;
	background-image: url(../images/navBg.jpg);
	background-repeat: repeat-x;
}
#nav a:hover {
	color: #CE1C02;
}
#nav li {
	float: left;
	text-align: center;
}
#nav a span {
	padding-left: 20px;
	padding-right: 19px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #900;
	padding-top: 2px;
	padding-bottom: 2px;
}
#nav a:hover span {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	background-image: url(../images/navOver.jpg);
	background-repeat: repeat-x;
}
#content1 {
	padding: 10px;
	float: left;
	width: 22%;
}
#content1 ul {
	font-size: 14px;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
#content1 ul li {
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#content1 ul a {
	color: #CF1B02;
	text-decoration: underline;
}
#testimonial {
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-image: url(../images/testim.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 20px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


#content2 {
	padding: 10px;
	float: left;
	width: 50%;
}
#content2 ul {
	list-style-image: url(../images/bulletTick.gif);
	color: #F00;
	font-size: 12px;
	margin-left: -20px;
	float: right;
	margin-top: 2px;
}
#imageside {
	width: 200px;
}
#imagetext {
	width: 200px;
	float: right;
}


#content3 {
	float: right;
	width: 21%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
h1 {
	font-size: 28px;
	color: #2D356C;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
h3 {
	font-size: 12px;
	margin-bottom: 3px;
	color: #2D356C;
}
.floatright {
	float: right;
}

.greyborderPad2 {
	padding: 2px;
	border: 1px solid #CCC;
	margin: 5px;
}
.floatleft {
	float: left;
}
.search_button {
	padding-top: 5px;
}
#textbox1 {
	margin-right: 10px;
	border-top-width: 1px;
	border-right-width: 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CE1C00;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding: 7px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #2D356C;
	font-weight: bold;
}
#textbox2 {
	margin-right: 10px;
	border-top-width: 1px;
	border-right-width: 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CE1C00;
	border-right-color: #76798C;
	border-bottom-color: #CE1C00;
	border-left-color: #CE1C00;
	padding: 7px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #2D356C;
	font-weight: bold;
}





#footer {
	clear: both;
	padding: 20px;
	font-size: 11px;
	background-image: url(../images/footerbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#footer span {
	margin-right: 30px;
	margin-left: 30px;
}
