
body {
	text-align:center;
	margin: 0px;
	color: #252525;
	font: 15px/1.3em Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4 {
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
}

p {
	margin-top: 0px;
	margin-bottom: 15px;
}

h1 {
	font: 3em "Book Antiqua", "Times New Roman", Times, serif;
	font-weight:normal;
}

h2 {
	font: 1.9em "Book Antiqua", "Times New Roman", Times, serif;
	color:#e23729;
	font-weight:normal;
	padding-bottom:3px;
}

h1 span {
	font-size:0.6em;
	color:#0068b0;
	
}

blockquote {
	color:#e23729;
	font-style: italic;
	font-weight: bold;
	background-image: url(../images/quotes/quote-l-red.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 0px 20px;
	padding: 0px 0px 0px 35px;
}

.right-quote {
	display:block;
	background-image: url(../images/quotes/quote-r-red.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right:35px;
}

.author {
	font-size:0.8em;
	font-style:normal;
}


.contact-us-box {
	color:#e23729;
	background-color:#FFFEE9;
	padding:15px;
	margin:0px 0px 20px 0px;
	font-weight: bold;
	border:solid 1px #e23729;
}

#content h1 {
	border-bottom:solid 2px #b88238;
	padding-bottom:7px;
	margin-bottom:15px;
	color:#e23729;
}

a img {
	border: none;
	
}

a {
	color: #0062af;
	text-decoration:none
}

a:hover {
	text-decoration:underline;
}

a:focus {
	outline-style: none;
}

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

#content ul li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 18px;
	margin-left: 0px;
	list-style-type: none;
	margin-bottom:5px;
}

#content ul li ul{
	padding-top:10px;
}

#content a {
}

#content p {
	line-height:1.4em;
}

.arrow-links {
	display:block;
	background: url(../images/link-arrow.gif) no-repeat left 3px;
	padding-left:15px;
}

 
 label span {
	 color:#e23729;
	
	 
 }
 
#content label { 
	display:block;
	font-weight:bold;
	margin: 20px 0 5px 0;
	
}
 
#content .input, #content .textarea,#content select {
	display:block;
	margin-bottom:10px;
	width:90%;
	font-family: Helvetica, Arial, sans-serif;
	border: solid 1px #CCCCCC;
	font-size:15px;
	padding: 3px;
	color:#333333;
	background-color:#FFFFFF !important ;
}
 
#content .textarea {
	height:100px;
}
 
#content select {
	width:auto;
	font-size:12px;
	
}
 
#content input.button {
	width:70px;
	font-weight: bold;
	color: #e23729;
	 background-color:#FFFEE9 !important ;
	font-size: 12px;
	padding: 2px 15px;
	cursor:pointer;
	margin-bottom:30px;
	
}
 
#content .checkboxes input {
	display:inline;
	margin-bottom:10px;
	width:15px;
	border: none;
}
 
 
#content  input.hidden {
	display:none;
}
 
#content .checkboxes label {
	font-weight:normal;
	display:inline;
	padding:0 10px 0 0;
 
}
 