/*main stylesheet PrismNet*/

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #333333;
	font-size: 12px;
	color: #333333;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color: #990000;
}

a:hover {
	color: #666666;
}

#wrapper {
	width: 904px;
	margin: auto;
}

#wrapperWhite {
	width: 100%;
	background: #FFFFFF;
}

#header {
	background: url(../images/header_bg.gif) top center;
	background-repeat: no-repeat;
	height: 84px;
	width: 904px;
}

#logo {
	width: 40%;
	float: left;
}

#topRight {
	width: 60%;
	float: right;
}

#nav {
	background: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 36px;
	width: 100%;
}

#content {
	padding: 12px;
}

#mid {
	padding-top: 1px;
}

.nav {
	display: block;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	/*padding: 8px 4px 1px 4px;*/
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #FFFFFF;
}

.navEnd {
	display: block;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	/*padding: 8px 4px 1px 4px;*/
	padding-left: 10px;
	padding-right: 10px;
	border-right: 0;
}


a.nav, .nav:visited {
	display: block;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 11px 2px 8px 2px;
	border: 0;
	text-decoration: none;
}

.nav:hover {
	color: #CC0000;
}

.topRight {
	font-size: 13px;
	padding: 6px 13px 1px 0;
	color: #990000;
}

.topNav:link, .topNav:visited {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	color: #666666;
	border-right: 1px solid #999999;
	padding: 0 6px 0 6px;
}

.topNav:hover {
	color: #990000;
}

.topNavend:link, .topNavend:visited {
	font-size: 11px;
	border: 0;
	text-transform: uppercase;
	text-decoration: none;
	color: #666666;
	padding: 0 6px 0 6px;
}

.topNavend:hover {
	color: #990000;
}

.column1 {
	border-right: 1px dotted #990000;
	padding: 0 7px 0 10px;
}

.columnRight {
	padding: 0 6px 0 10px;
	font-size: 11px;
}

.subhead1, .subhead1:link, .subhead1:visited {
	color: #990000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.subhead1 a:hover {
	color: #666666;
	text-decoration: none;
}

.subhead2 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}

.pcWhite {
	color: #999999;
	font-weight: bold;
	font-size: 14px;
}

.pcBlue {
	color: #006699;
	font-weight: bold;
	font-size: 14px;
}

.pcGreen {
	color: #339933;
	font-weight: bold;
	font-size: 14px;
}

.smallText {
	font-size: 11.5px;
}

.smallText2 {
	font-size: 11px;
}

.sideNav2 {
	font-size: 11px;
}

.pageTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	float: left;
	padding-left: 50px;
}

.pageSubtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	float: left;
}

.testimonial {
	float: right;
	font-style: italic;
	color: #FFFFFF;
	padding-right: 30px;
	
}

.quote {
	font-size: 25px;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.quote2 {
	font-size: 16px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.description {
	font-size: 11px;
	display: block;
	padding-left: 12px;
	padding-right: 5px;
}

.statusMsg {
	 color: red;
	 font-weight: bold;
	 font-size: 14pt;
	}

.submitLink {
	background-color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
 	border: none;
	cursor: pointer;
	cursor: hand;
}

#footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 10px;
	color: #cccccc;
	height: 50px;
}

.footer:link, .footer:visited {
	color: #cccccc;
	text-decoration: none;
	padding: 3px;
	text-transform: uppercase;
	font-size: 9px;
}

.footer:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.copyright {
	font-size: 10px;
	margin-top: 8px;
}
input.button {
color: #FFFFFF; background: #880000;
  font-size: .8em;
  font-weight:bold;
  font-family: 

Verdana, Arial, Helvetica, sans-serif;
  border: solid 1px #ffcf31;
}
