/* Paragraphs, Lists Tables and Text Area */

body, td, tr {

	margin: 0px;

	font-family: Arial, Helvetica, sans-serif;

	color: #000;

}

.smalltext {	font-size: 0.9em;}

.content{font-size: 0.75em;}

.content td {font-size: 0.75em;}



.right-cta {float:right; margin: 3px 2px 10px 10px}



li, ul {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #000;

}



#menutab a {

	border-top:1px solid #333; 

	border-left:1px solid #333;

	display: block; 

	color: #333; 

	text-decoration:none; 

	font-size:11px; 

	line-height:16px; 

	font-family: Tahoma, verdana, sans-serif;

	padding: 2px 5px;

}



#menutab a:link {

	color: #333; 

	background: white; 

}



#menutab a:active { 

	color: #000;

	background: white; 

}



#menutab a:visited {

	color: #333; 

	background: white; 

}



#menutab a:hover {

	color: red;

	background: #F2EFE7;

}



#menutab td.cta a {

	color: #eee; 

	text-decoration:none; 

	font-size:11px; 

	line-height:16px; 

	padding: 2px 5px;

}



#menutab td.cta a:link {

	color: #000; 

	background: #FCD34A; 

}



#menutab td.cta a:active { 

	color: #000;

	background: #FCD34A; 

}



#menutab td.cta a:visited {

	color: #000; 

	background: #FCD34A; 

}



#menutab td.cta a:hover {

	color: red;

	background: #FCD34A; 

}



/* Forms */



form {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

}



select {

	font-size: 12px;

}



input {

	font-size: 12px;

}



textarea {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	background: #fff;

	overflow: auto;

}



/* Page Headings */



h1 {

	padding-top: 10px;

	font-size: 16px;

	font-weight: bold;

	color: #000;

}



h2 {

	font-size: 14px;

	font-weight: bold;

	color: #000;

}



h4 {

	font-size: 14px;

	font-weight: bold;

	color: #000;

	padding-top: 10px;

}



h3 {

	font-size: 12px;

	font-weight: bold;

	color: #000;

}



.nopad{padding-top:0;}



/* Link Formatting */



a {

	color: #003366;

}



a:visited {

	color: #666;

}



a:hover{

	text-decoration: underline;

	color: #FF0000;

}



/* Page Specific Classes */



#listing {

	border-top: #ccc 1px solid;

	border-left: #ccc 1px solid;

	border-right: #ccc 1px solid;

}



#listing tr td {

	background-color: #fff;

	border-bottom: #ccc 1px solid;

}



#listing tr td.hlight {

	background-color: #F2EFE7;

	border-bottom: #ccc 1px solid;

}







.red {

	color: red;

}



#contact-head {

	border-left: #ccc 1px solid;

	border-right: #ccc 1px solid;

	border-top: #ccc 1px solid;

}



#contact-tab {

	border: #ccc 1px solid;

}



#contact-tab .padding{

	padding: 5px;

}



#contact-tab .nobord{

	border: #fff 1px solid;

}



.topfloat {

	width: 220px;

	background: #F2EFE7;

	border-left: #333 1px solid;

	border-right: #333 1px solid;

	border-bottom: #333 1px solid;
	
	border-top: #333 1px solid;

	padding: 8px;

	margin-bottom: 10px;

	float: right;

}



td.content {

	padding-left: 5px;

	padding-bottom: 10px;

}



#request{

margin:0;

padding-top:30px;

background-image:url("../images/CTA/request.gif");

background-repeat: no-repeat;

width:151px;

height:155px;

}