@charset "utf-8";
/* CSS Document */

body {
	background-color: #2a353b;
}
.topText, .bottomText, .miniNavBar {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.topText {
	color:#697c86;
	text-align:right;
}
.bottomText {
	color:#a0b6bd;
}
.header {
	background-image:url(../images/headerBackground.jpg);
	background-repeat:no-repeat;
	height:100px;
}
.content {
	background-image:url(../images/contentBackground.jpg);
}
.twitterMiddle {
	background-color:#000;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px;
}
h1 {
	color:#bb3201;/*262e33;*/
	font-size:22px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
}
.h4 {
	color:#bb3201;/*262e33;*/
	font-size:16px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.mainText {
	padding-left:40px;
	padding-right:40px;
}
.text {
	/*color:#586a74;
	font-size:12px;*/
	color:#000000;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
.bottomText1 {	
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.testimonialTable{
	width:450px;
	margin:0 auto;
	border:1px solid #CCC; 
	padding:30px;
}
.txtFields{
    width:260px;
}
.txtPhoneAreaExt{
    width:50px;
}
.txtPhone{
    width:100px;
}
a.linkwhite:link { color: #fff; text-decoration: none; }
a.linkwhite:visited { color: #fff; text-decoration: none; } 
a.linkwhite:hover { color:#ff0000; text-decoration:underline; }
a.linkorange:link { color: #bb3201; text-decoration: none; }
a.linkorange:visited { color: #bb3201; text-decoration: none; } 
a.linkorange:hover { color:#0000ff; text-decoration:underline; }
a.linkorangeh3:link { color: #bb3201; font-size:20px; font-weight:bold;}
a.linkorangeh3:visited { color: #bb3201; font-size:20px; font-weight:bold;}
a.linkorangeh3:hover { color:#0000ff; font-size:20px; font-weight:bold;}

.required{
    color:#ff0000;
    font-weight: 700;
}
.formWrapper{
    margin-left:50px;
}
#cd{
    font-weight:bold;
    color:#000000;
}