/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #6d92df;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.background {
	background-image:url(/images/images/background.gif);
	background-position: center top;
	background-repeat:no-repeat;
}
.main-content {
	padding-right: 40px;
}
.page-title {
	color: #4575d7;
	font-size:19px;
	font-weight:bold;
}
.sub-title1 {
	color: #007dc3;
	font-size:16px;
	font-weight:bold;
}
.sub-title1 a:link {
	color: #007dc3;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}
.sub-title1 a:hover {
	color: #007dc3;
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
}
.sub-title1 a:active {
	color: #007dc3;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}
.sub-title1 a:visited {
	color: #007dc3;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}
.sub-title2-unbold {
	color: #00aa4f;
	font-size:15px;
}
.sub-title2 {
	color: #00aa4f;
	font-size:15px;
	font-weight:bold;
}
.phone-link {
	color: #ff9900;
	font-size:12px;
}
.footer {
	color: #ffffff;
	font-size:12px;
	text-decoration: none;
}
.footer a:link {
	color: #ffffff;
	font-size:12px;
	text-decoration: underline;
	font-weight:bold;
}
.footer a:hover {
	color: #ffffff;
	font-size:12px;
	text-decoration: none;
	font-weight:bold;
}
.footer a:visited {
	color: #ffffff;
	font-size:12px;
	text-decoration: underline;
	font-weight:bold;
}
.footer a:active {
	color: #ffffff;
	font-size:12px;
	text-decoration: underline;
	font-weight:bold;
}
.small {
	font-size:11px;
}
a:link {
	color: #ff9900;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #ff9900;
}
a:hover {
	text-decoration: none;
	color: #ff9900;
}
a:active {
	text-decoration: underline;
	color: #ff9900;
}
#input {
  		width:227px; height:20px;
		border-width:1px;
		border-style:solid;
		border-color:#cccccc;
		background-color:#ffffff;
		
		padding-left:4px; padding-top:2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
}
#select {
  		width:227px; height:28px;
		border-width:1px;
		border-style:solid;
		border-color:#cccccc;
		background-color:#ffffff;
		
		padding-left:4px; padding-top:2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
}
.inputcss {
  		width:227px; height:20px;
		border-width:1px;
		border-style:solid;
		border-color:#cccccc;
		background-color:#ffffff;
		
		padding-left:4px; padding-top:2px
}
#textarea {
  		width:227px; height:200px;
		border-width:1px;
		border-style:solid;
		border-color:#cccccc;
		background-color:#ffffff;
		
		padding-left:4px;
		overflow:auto;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
}
.img-padding {
	margin:5px;
}