@charset "UTF-8";
.Border/* CSS Document */

 {
	border: 1px solid #CCCCCC;
}
.menuFont {
	font-family: "Gotham Medium", "Gotham Book", Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
}
.lightGreyBorderRLTB1px {
	border: 1px solid #999999;
}
.pageFont {
	font-family: "Gotham Book", Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
}
.pageFontHeaders {
	font-family: "Gotham Book", Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
}
.pageFontTextHeaders {
	font-family: "Gotham Book", Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
}
.translucentWhite {
	background-color: #FFFFFF;
	opacity: .9;
}
.translucentWhiteandBorder {
	background-color: #FFFFFF;
	opacity: .9;
	border: 1px solid #999999;
}
.footerFont {
	font-family: "Gotham Book", Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #999999;
}
.greyFill {
	background-color: #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
}
.dottedLineLeft {
	font-family: "Gotham Book", Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
.pageFontwSpace {
	font-family: "Gotham Book", Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	line-height: 17px;
}
#contactForm
{
	margin:0 auto;
	width:600px;
	line-height:18px;
	font-family:verdana, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	color:#000000;
}

#contactForm ul li 
{
	display:inline;
	list-style-type:none;
}

.inputbox
{
	width:360px;
	height:23px;
	border-top:2px solid #E0E0E0;
	border-left:1px solid #E0E0E0;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding:3px;
}
#submitBtn
{
	width:100%;
	display:inline-block;
	text-align:center;
	padding-top:20px;
}


#contactForm1
{
	margin:0 auto;
	width:650;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height:18pt;
	color:#282828; /* #5A5959; */
}
#contactForm1 input{
   	border:1px solid #CCCCCC; 
	background:#EDEDED; 
	width:288px; 
	height:22px;
	font-size:1em;
	color:#1947A3;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:2px
}
.inputHeight{ height:30px;padding-bottom:6px;}

