body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 12px;
}
a {
	color: #000000;
}


ul.nav{
margin-left: 0px;
margin-bottom: 5px;
margin-top: 0px;
padding-left: 5px;
padding-top: 0px;
white-space: nowrap;
}


ul.nav li{
	font-size: 14px;
	letter-spacing: -1px;
	
	margin-left: 5px;
	list-style-type: none;
	display: inline;
}

ul.nav a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 5px;
}

ul.nav a:hover{
	font-weight: bold;
	color: #ececec;
	text-decoration: underline;	
}

#liner {
	color: #000000;
	margin: 0px;
	padding: 0px;
}
.navContainer {
	background-image: url(../images/globalNavBg.jpg);
	background-repeat: repeat-x;
	height: 34px;

}
.homeCallOut {
	width: 315px;
	height: 154px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	z-index: 20;
	background-image: url(../images/CallOutBg.jpg);
	background-repeat: repeat-x;
	margin-top: -4px;
}

.homeCallOut .link {
	background-image: url(../images/linkArrow.jpg);
	background-repeat: no-repeat;
	background-position: right -1px;
	padding-right: 20px;
	font-weight: bold;
	padding-bottom: 2px;
}

.homeCallOut .link a{
	text-decoration: underline;
	color: #000000;
}

.homeCallOut .link a:hover{
	text-decoration: none;
	color: #000000;
}

.text {
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
	text-align: left;
}

.mainText {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	text-align: left;
}

.contactText {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 3px;
	text-align: left;
}
.map {
	padding: 5px;
	display: block;
}

h2 {
	color: #231F20;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -1px;
	padding-left: 10px;
	display: inline;
	z-index: 100;
	margin-top: 15px;
	text-align: left;
}

.brand {
	margin-top: 5px;
	margin-bottom: 15px;
}

.mainCallOut {
	width: 365px;
	height: 331px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	z-index: 20;
	background-image: url(../images/HomeMainBg.jpg);
	background-repeat: repeat-x;
	margin-top: -4px;
}

.mainCallOut .link {
	background-image: url(../images/linkArrow.jpg);
	background-repeat: no-repeat;
	background-position: right -1px;
	padding-right: 20px;
	font-weight: bold;
	padding-bottom: 2px;
}

.mainCallOut .link a{
	text-decoration: underline;
	color: #000000;
}

.mainCallOut .link a:hover{
	text-decoration: none;
	color: #000000;
}

.footer {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
}

.footer a{
color: #FFFFFF;
text-decoration: underline;
}

.footer a:hover{
color: #FFFFFF;
text-decoration: none;
}

body#home a#homenav,
body#phys a#physnav,
body#proc a#procnav,
body#forms a#formsnav,
body#billing a#billingnav,
body#location a#locationnav,
body#contact a#contactnav{
	color: #ececec;
	text-decoration: underline;
}a:hover {
	color: #000000;
	text-decoration: none;
}
#contact #mainForm #form {
	padding-left: 5px;
}
