/* CSS Document */


#subpage_container {
	width: 100%;
	background-image: url(../_images/proofing/hearder_bottom_shadow.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 25px;
	padding-bottom: 25px;
}
#about_table {
	width: 100%;
}
#twoCol_left {
	padding:15px;
}
#twoCol_right {
	padding:15px;
}

#about_table h1 {
	display: block;
	padding: 2px;
	border-bottom: 1px solid #DDDDDD;
	text-transform: uppercase;
	color: #003B6A;
	font-size: 20px;
	letter-spacing: 0.2em;
}
#about_table h2 {
	color: #F69D2C;
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .2em;
}
#about_table h3 {
}
#about_table p {
	line-height: 20px;
	max-width: 600px;
}

.listed {
	display: block;
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	background-color: #fafafa;
	padding: 10px;
	list-style-type: none;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
}
.listed h2 {
	margin-top: 0px;
}
ul.listed li {
	color: #003B6A;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding-left: 20px;
	margin-top: 8px;
	list-style-type: none;
	list-style-position: inside;
	background-image: url(../_images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 1px 3px;
}
ul.listed a {
	text-decoration: none;
	display: block;
	margin-top: 12px;
}
ul.listed a:hover {
	text-decoration: underline;
}


#process strong {
	color: #003B6A;
}




#featuredQuote {
	margin: 20px 0px 20px 0px;
}
#featuredQuote p{
	margin: 0px;
	padding: 8px;
	background-color: #F6F6F6;
	color: #333333;
}
#featuredQuote p span {
	color: #003B6A;
	font-weight: bold;
	font-size: 14px;
	padding-right: 1px;
	padding-left: 1px;
}
#featuredQuote .quote_id {
	background-image: url(../_images/quote.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	color: #F69D2C;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 50px;
}
#featuredQuote .quote_id span{
	color: #999999;
	font-weight: normal;
	padding-top: 2px;
	font-style: italic;
}



#contact_form {
	display: block;
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	background-color: #fafafa;
	padding: 10px;
	list-style-type: none;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
}
form .input {
	border: 1px solid #003B6A;
	color: #666666;
	padding: 2px;
	background-image: url(../_images/proofing/hearder_top_shadow.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 14px;
}
form .input:focus {
	margin: -1px;
	border: 2px solid #F69D2C;
	color: #333333;

}

form .input_box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #003B6A;
	color: #666666;
	padding: 2px;
	background-image: url(../_images/proofing/hearder_top_shadow.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 12px;
}
form .input_box:focus {
	border: 2px solid #F69D2C;
	color: #333333;
	margin-bottom: -1px;
	margin-left: -1px;
}

form .contct_btn {
	border: 0px;
	padding: 0px;
	margin: 0px;
	height: 34px;
	width: 83px;
	display: block;
	background: url("../_images/send1.jpg") top left no-repeat;
	background-repeat: no-repeat;
	cursor: pointer;
}
form .contct_btn:hover {
	background-image: url(../_images/send2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
