@charset "utf-8";
/* CSS Document */

/*CSS RESET SHEET - THIS RESETS MOST BROWSERS DEFAULT MARGIN AND PADDING VALUES TO ENSURE CROSS BROWSER CONSISTANCY*/
div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, p, blockquote, a, a:link, a:href, a:visited, a:hover, a:visited:hover, img {
	margin:0;
	padding:0;
	border:none;
}

body {
	margin:0;
	padding:0;
}

img {
display:block;
border:0px;
} 

/*VISIONSCAPE MENU SETTINGS*/
html {
	overflow: -moz-scrollbars-vertical;
}
html {
	overflow-x: auto;
}
/*PAGE STYLING*/

body {
	background-color:#999999;
}

/*TRANSMENU SHADOW HIDE AND OPACITY FIX*/
.transMenu .shadowRight {
	opacity:0 !important;
	filter:alpha(opacity=0) !important;
}
.transMenu .shadowBottom {
	opacity:0 !important;
	filter:alpha(opacity=0) !important;
}
.transMenu .background {
	opacity:.9 !important;
}

/*TRANSMENU CUSTOM SETTINGS*/
.transMenu .item td {
	height:29px !important;
	padding-top:0px !important;
	padding-bottom:0px !important;
	padding-left: 10px !important;
	vertical-align:middle !important;
	text-align:left !important;
}
#menu a {
	height:31px !important;
	padding-left:0px !important;
	padding-right:0px;
}

#menu td {
	margin-right:0px !important;
	padding-right:0px !important;
	padding: 10px 0px 0px 0px !important;
	height:41px !important;
	width:117px;
}

/* BASIC TEXT STYLING */

p, li, ol, ul{
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:22px;
	color:#5d5c5c;
	margin-bottom:5px;
}

ul{
	list-style-type: none;
	padding-left:0px;
	margin: 0px;
}

li{
	background: url(../images/bullet.gif) left top no-repeat;
	padding-left:15px;
}

a:link, a:visited {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	color: #990033;
	text-decoration: none;
	font-weight:bold;
}

a:hover, a:visited:hover {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	color: #990033;
	text-decoration:underline;
}

h1 {
	font-size:20px;
	font-family: Arial, sans-serif;
	color:#000000;
	margin-bottom:7px;
	margin-top:0px;
}

h2 {
	font-size:16px;
	font-family: Arial, sans-serif;
	color:#990033;
	margin-bottom:7px;
	font-weight:normal;
}

h3 {
	font-size:13px;
	font-family: Arial, sans-serif;
	color:#990033;
	margin-bottom:7px;
	text-decoration:underline;
	font-weight:normal;
}

h4 {
	font-size:13px;
	font-family: Arial, sans-serif;
	color:#000000;
	margin-bottom:7px;
	text-decoration:none;
	font-weight:bold;
}

h5 {
	font-size:13px;
	font-family: Arial, sans-serif;
	color:#990033;
	margin-bottom:7px;
	text-decoration:none;
	font-weight:bold;
	
}

h6 {
	font-size:14px;
	font-family: Arial, sans-serif;
	color:#990033;
	margin-bottom:7px;
	text-decoration:none;
	font-weight:normal;
	margin-top:13px;
}

/* SPECIFIC CLASS STYLING */

.contentPad {
	padding:4px;
	background-color:#FFFFFF;
}

.homelist {
	color: #990033;
	font-weight: bold;
}

.box1 {
	padding: 15px 18px 15px 18px;
}

.box1 h1 {
	font-size:13px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #5d5c5c;
	margin-left:-2px;
}

.box1 a:link, .box1 a:visited{
	line-height: 17px;
	color: #000000;
	font-weight:normal;
}

.box1 a:hover, .box1 a:visited:hover{
	line-height: 17px;
	color: #990033;
}

.box2 {
	padding: 15px 18px 15px 18px;
}

.box2 h1 {
	font-size:13px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #5d5c5c;
	margin-left:-2px;
}

.box2 a:link, .box2 a:visited{
	line-height: 17px;
	color: #000000;
	font-weight:normal;
}

.box2 a:hover, .box2 a:visited:hover{
	line-height: 17px;
	color: #990033;
}

.box3 {
	padding: 15px 18px 15px 18px;
}

.box3 h1 {
	font-size:13px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #5d5c5c;
	margin-left:-2px;
}

.box3 a:link, .box3 a:visited{
	font-size:13px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #5d5c5c;
}

.box3 a:hover, .box3 a:visited:hover{
	color: #990033;
}

.disclaimer p{
	font-size:10px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #5d5c5c;
	margin-top:0px;
}

.disclaimer a:link, .disclaimer a:visited{
	font-size:10px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #5d5c5c;
}

.disclaimer a:hover, .disclaimer a:visited:hover{
	font-size:10px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #5d5c5c;
}

.quickSearchButton{ display:none;}

.quickSearchTextBox{ width:113px; border: none; margin-left:10px; height:20px;}