@charset "UTF-8";
/* CSS Document */

	/* The strange width proprties containing slashes are a workaround for deficiencies in the IE box model 
		Otherwise IE tends to double up the space between horizontally adjacent boxes */

	/* For non-stretchy page remove comment marks from around width properties of #container */

		
html, body, i, img {
	border: 0;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	color: #333333;
	line-height: 1.3;
	word-wrap: break-word;
}
p {
	margin-top: 0px;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 3px;
	color: #103d8e;
}
h2 {
	font-size: 150%;
	text-transform: uppercase;
}
h4 {
	color: #999999;
	font-size: 110%;
	font-style: italic;
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:link, a:visited {
	color: #f47c20;
}
a:hover, a:active {
	color: #007e9e;
}

#container {
	width:770px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	background: #fff;
	/*border: 6px solid #FF9900;*/
}
.outerwrapper {
	background: url(../images/leftcol.gif) left top repeat-y;
}
.innerwrapper {
	background: url(../images/rightcol.gif) right top repeat-y;
}
#content {
	float: left;
	width: 374px;
	margin: 0 25px 0 20px;
	font-size: 80%;
}
#content-wide {
	float: left;
	width: 550px;
	padding: 15px;
	font-size: 80%;
}
#content ul, #content-wide ul {
	margin-left: 30px;
	list-style-position: outside;
	list-style-image: url(/images/dot.png);
}
#content h3, #content-wide h3, {
	line-height: 125%;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 120%;
	color: #070e7b;
}
#sidebar-a {
	float: left;
	width: 162px;
	font-size: 76%;
	padding: 8px;
	word-wrap: break-word;
}
#sidebar-a h1, #sidebar-a h2, #sidebar-a h3, #sidebar-a h4, #sidebar-a h5, #sidebar-a h6 {
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	color: #003D6E;
	font-size: 120%;
}
#sidebar-a ul {
	list-style-position: outside;
	list-style-type: square;
}
#sidebar-a li {
	margin-bottom: 5px;
	line-height: 110%;
}
#sidebar-a h4 {
	font-family: "Times New Roman", Times, serif;
	line-height: 135%;
	text-transform: uppercase;
	letter-spacing: .3em;
	font-size: 130%;
}
#sidenav {
	margin: 0px;
	padding: 0px;
	float: left;
}
#sidenav ul {
	margin: 0;
	padding: 0;
	float: left;
}
#sidenav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image:  url(img/p7PM_sapphire.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	width: 150px;
}
#sidenav a {
	display: block;
	text-decoration: none;
	background-color: #112C56;
	padding: 4px 10px;
	color: #CCCCCC;
	border-right: 2px solid #495F96;
	border-bottom: 1px solid #495F96;
	border-left: 1px solid #112C56;
	line-height:1;
}
#sidenav a:hover, #sidenav a:active, #sidenav a:focus {
	background-color: transparent;
	border-top: 1px solid #333333;
	color: #333333;
	letter-spacing: .01px;
}
#sidebar-b {
	float: left;
	width: 165px;
	padding: 5px 0 0 0;
	color: #333333;
	font-size: 76%;
}

#sidebar-b h1, #sidebar-b h2, #sidebar-b h3, #sidebar-b h4, #sidebar-b h5, #sidebar-b h6 {
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	color: #e40d0d;
	font-size: 120%;
}
#sidebar-b ul {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 90%;
	line-height: 1.5;
	padding-left: 35px;
	font-weight: bold;
	}
#sidebar-b li {
	list-style-image: url(../images/vsp_logo_sm.gif);
	list-style-position: outside;
	vertical-align: middle;
	}
#subcolumn-left {
	float:left;
	width: 50%;
}
#subcolumn-right {
	margin-left: 51%;
}
#footer {
	clear: both;
	padding: 5px 20px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #007e9e;
	font-size: 76%;
	color: #007e9e;
}
#footer a {
	padding: 0 10px;
	text-decoration: none;
	}
#footer a:link, #footer a:visited {
		color: #007e9e;
	}
#footer a:hover, #footer a:active {
		text-decoration: underline;
	}
.image-left {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
.image-right {
	float: right;
	margin: 0px 0px 3px 10px;
	padding: 0px;
}
	/* from John Gallant the following closes floats */

.brclear {
clear:both;
height:0;
margin:0;
font-size: 1px;
line-height: 0;
}
	/* from John Gallant Holly Hack for a bug in floats?*/

/* \*/
* html #p7TMnav {height: 1%;}
/* */

/*\*/
* html .outerwrapper,
* html .innerwrapper
{height: 1%;}
/* */
.line-divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #007e9e;
	line-height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.bold-ital {
	font-style: italic;
	font-weight: bold;
}
.box-right {
	padding: 5px 5px 2px;
	width: 150px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 2px solid #e40d0d;
	float: right;
}
.quote-by {
	font-size: 90%;
	font-style: italic;
	text-align: right;
	}
.MORE {
	font-size: 76%;
	text-transform: uppercase;
}
.testimonials {
	color: #1ea14b;
	font-style: italic;
	font-size: 110%;
	margin-top: 12px;
	margin-bottom: 0px;
}
