* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 81%;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	color: #666666;
	background: url(../images/bkgd.gif) top center repeat-y;
}
#wrapper {
	background: url(../images/bkgd-container.png) repeat-y;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#home-container {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/left-col-bkgd.gif) top left repeat-y;
}
a {
	color: #006BAD;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/*main navigation */
ul#nav {
	width: 712px;
	float: left;
	background: url(../images/bkgd-nav.jpg) repeat-x;
	list-style: none;
	height: 56px;
	padding-left: 3px;
}
ul#nav li {
	float: left;
}
a span {
	display: none;
}
a#nav-home, a#nav-about, a#nav-products, a#nav-news, a#nav-support, a#nav-contact {
	display: block;
	height: 56px;
	background-position: 0 0;
}
a#nav-home {
	width: 72px;
	background-image: url(../images/nav-home.jpg);
}
a#nav-about {
	width: 118px;
	background-image: url(../images/nav-about.jpg);
}
a#nav-products {
	width: 157px;
	background-image: url(../images/nav-products.jpg);
}
a#nav-news{
	width: 125px;
	background-image: url(../images/nav-news.jpg);
}
a#nav-support {
	width: 152px;
	background-image: url(../images/nav-support.jpg);
}
a#nav-contact {
	width: 86px;
	background-image: url(../images/nav-contact.jpg);
}
a#nav-home:hover, a#nav-about:hover, a#nav-products:hover, a#nav-news:hover, a#nav-support:hover, a#nav-contact:hover {
    background-position: 0 -56px;
}
/*sub page nav*/
ul#sub-page-nav {
	width: 710px;
	float: left;
	margin-left: 15px
	background: url(../images/bkgd-nav.jpg) repeat-x;
	list-style: none;
	height: 56px;
}
ul#sub-page-nav li {
	float: left;
}
/*main content*/
#left-col {
	float: left;
	width: 260px;
	min-height: 825px;
	background: #EBEBEB;
}
#container {
	float:left;
	width: 715px;
	padding-bottom: 20px;
	background: url(../images/bkgd-blue-line.gif) bottom no-repeat;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#002E55;
	font-size: 175%;
	text-transform: uppercase;
	font-weight:550;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color:#8F8F8F;
	font-size: 130%;
	text-transform: uppercase;
	font-weight: 450;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color:#002E55;
	font-size: 115%;
	text-transform: uppercase;
	font-weight: 550;
}
p {
	line-height: 145%;
	margin-bottom: 8px;
}
p.header {
	margin-top: 10px;
	margin-bottom: 0px;
}
.float-left {
	float: left;
	padding: 2px;
	border: 1px #666666 solid;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.left-noborder {
	float: left;
	margin-top: 15px;
	margin-right: 19px;
	margin-bottom: 15px;
}
/*home css*/
#flash {
	float: left;
	width: 270px;
}
#home-content {
	float: left;
	width: 445px;
	padding: 25px 20px 0px 25px;
	margin-right: 4px;
}
#home-content h2 {
	margin-bottom: 10px;
}
#home-content img.main {
	border: 1px solid #666;
	padding: 2px;
}
#home-content p a img, #home-right-col p a img {
	margin-top: 5px;
}
#home-main-left {
	width: 220px;
	float: left;
}
#home-main-left p {
	margin: 0px;
	padding: 0px;
}
#home-main-left h3 {
	margin-bottom: 5px;
}
#home-main-left img {
	float: left;
	clear: both;
	padding: 2px;
	border: 1px solid #666;
	margin-right: 15px;
	margin-bottom: 12px;
}
.vanguard-callout {
	padding-top: 10px;
	margin-left: 25px;
	clear:left;
}
.main-callout {
	margin-top: 16px;
	padding-top: 15px;
	border-top: 1px #CCCCCC solid;
	clear:left;
}
.main-callout img {
	float: left;
	width: 148px;
}
.main-callout p {
	line-height: 130%;
}
a.read-more {
	display: block;
	background-position: 0 0;
	background-image: url(../images/button-read-more.gif);
	height: 17px;
	width: 97px;
}
a.read-more:hover   {
    background-position: 0 -17px;
}
/*sub-pages*/
#sub-container {
	float:left;
	width: 710px;
	padding-bottom: 20px;
	background: url(../images/bkgd-blue-line.gif) bottom no-repeat;
}
#sub-content {
	float: left;
	width: 440px;
	padding: 0px 20px 0px 25px;
	margin-right: 4px;
}
#sub-content p a img, #sub-right-col p a img {
	margin-top: 5px;
}
p.sub-margin {
	margin-top: 10px;
}
p.breadcrumb {
	width: 650px;
	float:left;
	margin-left: 15px;
	margin-bottom: 15px;
	padding: 15px;
	border-bottom: 1px #CCCCCC solid;
	font-size: 85%;
}
.sub-nav {
	margin: 25px 20px;
}
ul#sub-nav {
	width: 210px;
	list-style: none;
	color: #333333;
	font-size: 115%;
	margin-left: 10px;
}
ul#sub-nav li {
	margin-bottom: 10px;
	padding-left: 18px;
	background: url(../images/bullet-blue-arrow.gif) no-repeat;
	background-position: 0 4px;
	padding-bottom: 5px;
}
ul#sub-nav li a{
	color: #333333;
	text-decoration: none;
}
ul#sub-nav li a:hover{
	color: #006BAD;
	text-decoration: underline;
}
#sub-content blockquote {
	width: 260px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 45px;
	margin-right: 0px;
  	background: transparent url(../images/left-quote.gif) left top no-repeat;
}
#sub-content blockquote div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	line-height: 150%;
	color: #006BAD;
	font-weight: bold;
	width: 260px;
  	padding-top: 0px;
	padding-left: 35px;
	padding-right: 25px;
	margin-right: 0px;
 	background: transparent url(../images/right-quote.gif) right bottom no-repeat;
}
.sub-callout img {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	border: 1px solid #666;
	padding: 3px;
}
p.more {
	padding-right: 20px;
	background-position: 128px 4px;
	background-repeat: no-repeat;
}
table.biglist {
	clear: left;
}
table.biglist ul {
	list-style-type: none;
	margin-right: 10px;
	margin-left: 10px;
}
table.biglist li {
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../images/bullet-tiny.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 10px;
}
table.biglist li strong {
	color: #196BAD;
}

/*affiliated companies*/
.main-callout-2 {
	margin-top: 20px;
	border-top: none;
	clear:left;
	padding-bottom: 5px;
}
.main-callout-3 {
	margin-top: 16px;
	padding-top: 20px;
	border-top: 1px #CCCCCC solid;
	clear:left;
	padding-bottom: 5px;
}
.main-callout-3 img.logo, .main-callout-2 img.logo {
	float: left;
	width: 65px;
	margin-right: 15px;
}

.main-callout-2 p, .main-callout-3 p {
	line-height: 130%;
}
p a.visit {
	padding-left: 15px;
	background: url(../images/bullet-blue-arrow.gif) no-repeat;
	background-position: 0 3px;
	padding-bottom: 5px;
}
h2.sub {
	font-family: Arial, Helvetica, sans-serif;
	color:#006BAD;
	font-size: 150%;
	text-transform: uppercase;
	font-weight: 400;
	clear: left;
	border-bottom: 1px #CCCCCC solid;
	padding-bottom: 5px;
	margin-top: 25px;
	margin-bottom: 10px;
}
h2.careers {
	font-family: Arial, Helvetica, sans-serif;
	color:#006BAD;
	font-size: 115%;
	text-transform: uppercase;
	font-weight: 550;
}
h2.contact {
	font-family: Arial, Helvetica, sans-serif;
	color:#006BAD;
	font-size: 115%;
	text-transform: uppercase;
	font-weight: 550;
	margin-top: 15px;
}
/*right column*/
#right-col {
	float: left;
	width: 220px;
	margin-left: 1px;
	line-height: 140%;
}
.light-gray-box {
	background-color: #EBEBEB;
	width: 185px;
	padding: 18px 15px 16px 20px;
}
p.blue{
	color: #2F99D9;
	margin-top: 5px;
	margin-bottom: 0px;
}
.light-gray-box p a{
	color: #666666;
	text-decoration: none;
}
.light-gray-box p a:hover{
	text-decoration: underline;
}
a.more-news {
	display: block;
	height: 17px;
	background-position: 0 0;
	width: 97px;
	background-image: url(../images/button-more-news.gif);
}
a.more-news:hover   {
    background-position: 0 -17px;
}
.gray-box {
	background: url(../images/bkgd-gray-box.gif) repeat-x;
	width: 185px;
	padding: 18px 15px 16px 20px;
	color: #333333;
}
.gray-box img.box-img {
	margin: 8px 0px;
	border: #999999 1px solid;
	padding: 2px;
}
.gray-box p {
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 150%;
	font-size: 100%;
}
a.sign-up {
	display: block;
	height: 17px;
	background-position: 0 0;
	width: 106px;
	background-image: url(../images/button-signup.gif);
}
a.sign-up:hover   {
    background-position: 0 -17px;
}
/*terms of use & privacy policy*/
ol.bullet {
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bold;
}
ol.bullet li {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #196BAD;
}
ol.bullet li strong {
	color: #196BAD;
}
ol.bullet p {
	padding-top: 5px;
	color: #666666;
	font-weight: normal;
}
ol.bullet li ol {
	margin-left: 10px;
}
ol.bullet li ol li{
	margin-top: 0px;
}
ol.bullet li ol li ul {
	list-style-type: none;
	margin-right: 10px;
	margin-left: 10px;
}
ol.bullet li ol li ul li {
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../images/bullet-tiny.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 10px;
	color: #666666;
	font-weight: normal;
}
ol.bullet li p strong {
	color: #666666;
}
/*footer*/
#footer {
	float: right;
	width: 680px;
	margin-top: 5px; 
	margin-right: 30px;
	font-size: 85%;
	color: #999999;
	text-align: right;
}
#footer p {
	line-height: 90%;
}
#footer a {
	color: #999999;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
#bottom {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	min-height: 40px; 
	background: url(../images/bkgd-bottom.png) no-repeat;
}
iframe {
	border: 1px solid #CCC;
}

