body {
	color: #FFF;
	margin: 0px;
	font: 14px Verdana, Geneva, sans-serif;
}
h1 {
	font-size: 24px;
}
#bodywrapperhome {
	background: url(graphics/background.jpg) no-repeat center top;
	padding-top: 0px;
	margin: 0px auto;
	min-height: 1000px;
}
#bodywrapperabout {
	background: url(graphics/background2.jpg) no-repeat center top;
	padding-top: 0px;
	margin: 0px auto;
	min-height: 1000px;
}
#bodywrapperservices {
	background: url(graphics/background3.jpg) no-repeat center top;
	margin: 0px auto;
	min-height: 1000px;
	padding: 0px;
}
#bodywrapperfaq {
	background: url(graphics/background4.jpg) no-repeat center top;
	padding-top: 0px;
	margin: 0px auto;
	min-height: 1000px;
}
#bodywrappercontact {
	background: url(graphics/background5.jpg) no-repeat center top;
	padding-top: 0px;
	margin: 0px auto;
	min-height: 1000px;
}
#contentwrapper {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#container {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border: 3px groove #000;
	clear: both;
	float: left;
	margin-top: 10px;
	background: url(graphics/bgtrans.png) repeat;
}
/* Logo */
#logo {
	width: 960px;
	height: 300px;
	background: url(graphics/logo.png) no-repeat;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
/* Menu */
#navigation {
	width: 960px;
	height: 40px;
	background: url(graphics/nav.png) repeat-x;
	margin: 0px auto;
	position: relative;
	padding-top: 0px;
	float: left;
}

#navigation ul {
	list-style: none;
	line-height: normal;
	padding-left: 1px;
	width: 960px;
	margin-top: 0;
	margin-bottom: 0;
}
#navigation li {
	display: inline;
}
#navigation a {
	display: inline;
	float: left;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	border-right-style: solid;
	border-right-color: #F00;
	border-right-width: 2px;
	width: 100px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 12px;
	font: normal 14px Verdana, Geneva, sans-serif;
}
#navigation ul li a:hover , #navigation .active{
	width: 100px;
	background: url(graphics/nav_hov.png) repeat-x;
	color: #FFF;
}
#navigation img {
	border-style: none;
}
#navigation .facebook{
	float: right;
	border-style: none;
	margin-top: -10px;
}
#navigation .linkedin{
	float: right;
	border-style: none;
	margin-top: -7px;
	margin-right: 30px;
	margin-left: 20px;
}
#banner {
	height: 250px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	background: url(graphics/banner.png) no-repeat;
}
#banner h1 {
	margin-left: 600px;
	margin-top: -10px;
}
#banner h2 {
	margin-left: 600px;
	padding-top: 40px;
	margin-top: 0px;
	font-size: 14px;
	font-weight: normal;
}
#banner p {
	width: 200px;
	margin-left: 600px;
	padding-right: 10px;
}
#banner a {
	margin-left: 720px;
	background: url(graphics/readmore.png) no-repeat;
	text-decoration: none;
	color: #FFF;
	padding: 1px 12px 4px;
}
#banner a:hover, #frontpage a:hover {
	background: url(graphics/readmore_hov.png) no-repeat;
	color: #000;
}
/* Page */
#contentWrapper {
	width: 100%;
	background: #F00 url(graphics/bg.png) no-repeat center top;
	overflow: hidden;
	height: auto;
	margin: 10px auto 0px;
	padding-top: 0px;
}
#frontpage {
	width: 960px;
	margin: 0px auto;
	padding-top: 10px;
	height: 300px;
	color: #000;
	float: left;
	background: url(graphics/bgtrans2.png) repeat;
}
#frontpage h1, #rightcolumn h1 {
	font-size: 16px;
	text-align: center;
}
#frontpage p, #rightcolumn p {
	font-size: 16px;
	margin-right: 10px;
	margin-left: 10px;
}
#frontpage a, #rightcolumn a {
	background: url(graphics/learnmore.png) no-repeat;
	text-decoration: none;
	color: #FFF;
	padding: 1px 10px 4px;
	float: right;
	margin-right: 20px;
	margin-top: -10px;
}
#frontpage a:hover, #rightcolumn a:hover {
	background: url(graphics/learnmore_hov.png) no-repeat;
	color: #000;
}
#fpbox {
	background: url(graphics/services.png);
	height: 160px;
	width: 300px;
	float: left;
	margin-left: 15px;
	margin-bottom: 15px;
}
#content {
	min-height: 530px;
	width: 960px;
	margin: 0px auto;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #000;
	float: left;
}
#content h1 {
	font-size: 16px;
}
#content h2 {
	font-size: 12px;
}

#content em {
	font-size: 10px;
}
#content img {
	float: left;
	padding-bottom: 5px;
	padding-right: 5px;
}
#rightcolumn {
	height: auto;
	width: 310px;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
#about {
	height: auto;
	width: 630px;
	float: left;
	padding-left: 5px;
}
#about img {
	margin-top: 10px;
}
#services {
	height: auto;
	width: 630px;
	float: left;
	padding-left: 5px;
}
#services a {
	color: #00C;
	text-decoration: none;
}
#services a:hover {
	color: #930;
}
#contact {
	height: auto;
	width: 470px;
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
}
#contact em {
	color: #039;
	font-weight: bold;
	font-size: 12px;
}
#contactinfo {
	height: 250px;
	width: 200px;
	float: right;
}
#contactinfo h3 {
	margin-left: 5px;
	margin-top: 0px;
}
#contactinfo p {
	margin-left: 5px;
}
#contactinfo em {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
}
#contactinfo ul {
	margin-left: -35px;
	margin-top: -10px;
	margin-bottom: 50px;
}
#contactinfo li {
	display: block;
	margin-bottom: 2px;
}
#map {
	height: auto;
	width: 250px;
	float: left;
	margin-bottom: 20px;
	margin-left: 20px;
}
#map a {
	text-align: center;
	color: #000;
	text-decoration: none;
}
form {
	width: 450px;
	padding: 5px 0 20px 10px;
	background: url(graphics/form.png) repeat;
}
form fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
form textarea {
	background-color: #FFF;
	color: #09F;
	margin-top: 5px;
}
form textarea:focus {
	background-color: #9CF;
	color: #000;
}
#footer {
	width: 960px;
	height: 75px;
	font-size: 10px;
	background: url(graphics/footer.png) repeat;
	padding-top: 10px;
	border-top: 1px solid #006;
	color: #000;
	float: left;
	margin-right: auto;
	margin-left: auto;
}
#footer a {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	color: #F60;
	text-decoration: none;
	list-style-type: none;
	padding-right: 5px;
	font-weight: normal;
}
#footer a:hover {
	text-decoration: underline;
}
.imrc {
	float: right;
}
.footerfix {
	margin-bottom: -20px;
}
.warning {
	color: #F00;
	font-style: italic;
	font-weight: bold;
}
.formbox {
	background-color: #FFF;
	color: #09F;
	margin-left: 10px;
}
.formbox:focus, .hearhow:focus {
	background-color: #9CF;
	color: #000;
}
.label {
	float: left;
	width: 40px;
}
