/* PAGE */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	background: white;
}
div#wrapper {
	max-width: 1024px;
	margin: 0 auto;
	padding: 1px;
	position: relative;
}
div#content {
	/*margin-top: -15px;*/
	margin-left: 192px;
	margin-right: 40px;
	height: 740px;
  
}
html>body div#content {
	min-height: 740px;
	height: auto;
}

/* Page content */
div#content a {
	color: blue;
}
div#content p {
	margin: 10px 0;
	text-align: justify;
}
h1 {
	margin: 0 15px;
	padding: 0;
	position: relative;
	background: transparent url("images/header-left.jpg") no-repeat top left;
	height: 250px;
}
h1 img {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

h1 img#freequote {
	top: 185px;
	right: 36px;
}
h2 {
	/*margin-top: 30px;*/
  margin-top: 0px;
	margin-bottom: 0;
	font-size: 1.4em;
	letter-spacing: 1px;
  
  
}
h2 span {
	color: #505050;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
h2 img {
	vertical-align: middle;
}
h3 {
	font-size: 1.1em;
	margin-top: 1em;
	margin-bottom: 0;
}
form h3 {
	text-transform: uppercase;
	color: #505050;
	margin-top: 0;
	margin-bottom: 1em;
}
h4 {
	font-size: 1em;
}
a img {
	border: none;
}
div.section {
	clear: both;
}
img.supportleft {
	float: left;
	margin: 5px 10px 5px 0;
}
img.supportright {
	float: right;
	margin: 5px 0px 5px 10px;
}



img.news{
  float: left;
  margin : 0 5px 5px 5px;
}

img.banner{
  float: right;
  
}

div.ban{
  width : 100%;
  margin-bottom: 0px;
  
  
}

div.links
{
 margin-top: 15px;
}

div.links img{
  margin : 5px 0 5px 0;
}
strong {
	color: #991d3d;
}
table {
	border: 1px solid black;
	border-collapse: collapse;
	font-size: 0.9em;
	text-align: center;
	vertical-align: middle;
}
th, td {
	border: 1px solid block;
	padding: 2px;
}
td.required {
	color: #991d3d;
	width: 30px;
}
form {
	padding: 15px;
	margin: 0;
}
form table {
	border: none;
	text-align: left;
}
form th, form td {
	border: none;
	vertical-align: top;
	color: #00f;
}
form th {
	color: #991d3d;
	padding-top: 10px;
}
input, textarea, select {
	width: 98%;
}
input.fixed {
	width: auto;
}

/* NAVIGATION MENU */
div#menu {
	position: absolute;
	top: 250px;
	left: 0;
	width: 194px;
	text-align: center;
}
div#menu ul {
	padding: 0;
	margin: 0;
	font-size: 16px;
}
div#menu li {
	list-style-type: none;
	font-family: Arial, sans-serif;
	font-weight: bold;
	padding: 0;
	margin: 2px 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -1px;
}
div#menu a {
	color: #991d3d;
	text-decoration: none;
	border: 0;
}
div#menu a.current  {
	color: #0013a3;
}
div#menu .testimonial {
	font-weight: normal;
	font-size: 11px;
	font-style: italic;
	margin: 0 20px;
	color: #991d3d;
}

/* FOOTER */
div#footer {
	clear: both;
	height: 170px;
	padding-top: 1px;
	background: transparent url("images/footer-left.jpg") no-repeat top left;
	font-size: 10px;
	position: relative;
}
div#footer img#footer-image {
	position: absolute;
	top: 0;
	right: 0;
}
div#footer img#backtotop {
	position: absolute;
	left: 30px;
	top: -50px;
}
div#footer p#credits {
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 40px;
	text-align: right;
	color: black;
}
div#footer p#credits a {
	color: black;
	text-decoration: none;
}
