@charset "utf-8";
/* CSS Document */

/*CSS RESET SHEET - THIS RESETS MOST BROWSERS DEFAULT MARGIN AND PADDING VALUES TO ENSURE CROSS BROWSER CONSISTANCY*/
body, h1, h2, h3, h4, h5, h6, p, img, form {
	margin:0px;
	padding:0px;
	border:none;
	font-family: Arial, Tahoma, Verdana, sans-serif;
}
img {
	/*display:block;*/
	border:0px;
}

/*VISIONSCAPE MENU SETTINGS*/
html {
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
	overflow-y: scroll;
	height:100%;
}
/* BASIC TEXT STYLING */

p, li, ol, ul {
	font-size:12px;
	line-height:16px;
	color:#444;
}
p, ol, ul, h1, h2, h3, h4, h5, h6 {
	margin-bottom:10px;
}
a:link, a:visited {
	color: #0097d8;
	text-decoration: none;
}
a:hover, a:visited:hover {
	color: #01a9f2;
	text-decoration:underline;
}
h1 {
	font-size:19px;
	color:#0097d8;
	/*text-transform:uppercase;*/
	font-weight: normal;
}
h2 {
	font-size:16px;
	color:#ec008c;
	font-weight: normal;
}
h3 {
	font-size:14px;
	color:#00a451;
	font-weight: bold;
}
h4 {
	font-size:12px;
	color:#f7931e;
	font-weight: normal;
}
/* SPECIFIC CLASS STYLING */
.header p {
	color: #fff;
	margin-bottom:0px;
}
.header a:link, .header a:visited {
	color: #fff;
	margin-bottom:0px;

}
.header a:hover, .header a:visited:hover {
	color: #fff;
}

.quote p {
	line-height:27px;
	margin-bottom:0px;
	font-size:14px;
}

.disclaimer p {
	font-size:10px;
	color: #fff;
	line-height:10px;
	margin-bottom:0px;
}
.disclaimer span {
	color: #fff;
}
.disclaimer a:link, .disclaimer a:visited {
	color: #fff;
	text-decoration:none;
}
.disclaimer a:hover, .disclaimer a:visited:hover {
	color: #fff;
	text-decoration:none;
}