@charset "utf-8";
body {
  text-align: center;
	min-width: 965px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0 0 0;
	color: #666666;
}
form {
	padding: 0;
	margin: 0;
}
p {
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 80%;
}
ul {
	font-size: 80%;
}
label {
	font-size: 80%;
}
a {
	color: #009999;
	text-decoration: none;
}
a.article {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #ab4a9c;
	text-decoration: underline;
}
h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #009999;
}
a.more {
	text-decoration: none;
	color: #666666;
}
a.more:hover {
	color: #ab4a9c;
}
a.home {
	color: #009999;
	text-decoration: none;
}
a.home:hover {
	color: #ab4a9c;
}

#wrapper {
  width: 965px;
  margin: 0 auto;
  text-align: left;
}
#header .logo {
	width: 435px;
	float: left;
}
#header .tabs {
	margin: 10px 0 0 0;
}
#header .banner {
	width: 475px;
	float: right;
}
#header .home {
	padding: 5px 0 0 0;
	width: 52px;
	height: 23px;
	float: left;
	background-image: url(/images/tab-home.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-align: center;
	font-size: 85%;
}
#header .professional {
	margin: 0 0 0 5px;
	padding: 5px 0 0 0;
	width: 125px;
	height: 23px;
	float: left;
	background-image: url(/images/tab-professional.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-align: center;
	font-size: 85%;
}
#header .options {
	margin: 0;
	padding: 5px 10px 0 0px;
	width: 246px;
	height: 23px;
	float: right;
	background-image: url(/images/tab-printb.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-align: right;
	font-size: 85%;
}


#header a.print, #header a.help, #header a.contact {
	color: #ffffff;
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
}
#header a.print:hover, #header a.help:hover, #header a.contact:hover {
	text-decoration: underline;
	color: #ffffff;
}
#header a.print {
	background-image: url(/images/icons/print2.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
}
#header a.contact {
	background-image: url(/images/icons/contact2.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
}
#header a.help {
	background-image: url(/images/icons/help2.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	padding-right: 10px;
}


#navcontainer ul {
	padding: 0;
	margin: 0 0 10px 0;
	background-color: #00aaac;
	float: left;
	width: 100%;
}
#navcontainer ul li { 
	display: inline;
	font-size: 95%;
}
#navcontainer ul li a {
	padding: 8px 5px 6px 5px;
	color: #ffffff;
	text-decoration: none;
	float: left;
	border-right: 1px #ffffff solid;
	border-bottom: 2px #00aaac solid;
}
#navcontainer ul li a:hover {
	background-color: #ffffff;
	color: #000000;
	border-bottom: 2px #ab4a9c solid;
}
#content {
  width: 835px;
	float: right;
}
#column1 {
  width: 130px;
  float: left;
}
#column2 {
  width: 700px;
  float: left;
}
#column2 .teaser {
  margin-right: 5px;
}
#searchBox {

}
#content a.print, #content a.help, #content a.search, #content a.next, #content a.previous, #content a.refine, #content .reorder {
	color: #009999;
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
}
#content a.sort {
	color: #009999;
	text-decoration: none;
}
#content a.print:hover, #content a.help:hover, #content a.search:hover, #content a.next:hover, #content a.previous:hover, #content a.refine:hover {
	text-decoration: underline;
	color: #ab4a9c;
}
#content a.print {
	background-image: url(/images/icons/print.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
}
#content a.help {
	background-image: url(/images/icons/help.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
}
#content a.search {
	background-image: url(/images/icons/search.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
}
#content a.previous {
	background-image: url(/images/icons/previous.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	float: right;
}
#content a.next {
	background-image: url(/images/icons/next.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 17px;
	margin-left: 10px;
	float: right;
}
#content a.refine {
	background-image: url(/images/icons/refine.gif);
	background-repeat: no-repeat;
	padding-left: 24px;
}

#searchBox h1 {
	padding: 0;
	margin: 0 0 10px 0px;
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ab4a9c;
}
#searchBox h2 {
	padding: 0;
	margin: 10px 0 10px 0px;
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #009999;
}

#column3 {
  width: 120px;
  float: right;
}
#footer {
	margin: 10px 0 0 0;
  
}
#footer .links {
	background: #00aaac;
	height: 20px;
	padding: 5px 0 0 5px;
	color: #ffffff;
	font-size: 80%;
}
#footer .copyright {
	padding: 0;
	margin: 5px 0 0 0;
	float: left;
	width: 675px;
	font-size: 70%;
}
#footer .options {
	margin: 0;
	padding: 5px 0 0 0;
	width: 247px;
	height: 27px;
	float: right;
	background-image: url(/images/tab-print2.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-align: right;
	font-size: 85%;
}
#footer a.print, #footer a.help, #footer a.contact {
	color: #ffffff;
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
}
#footer a.print:hover, #footer a.help:hover, #footer a.contact:hover {
	text-decoration: underline;
	color: #ffffff;
}
#footer a.print {
	background-image: url(/images/icons/print2.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
}
#footer a.contact {
	background-image: url(/images/icons/contact2.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
}
#footer a.help {
	background-image: url(/images/icons/help2.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	padding-right: 10px;
}

#footer .explore {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 60%;
}


/* boxes */
/* light blue box no border */
#box {}
#box .content {margin: 0; padding: 5px 10px 5px 10px; border-left: 1px solid #eef8fb; border-right:1px solid #eef8fb; background-color: #eef8fb;}
#box .top {display: block; background: transparent; font-size: 1px;}
#box .bottom {display: block; background: transparent; font-size: 1px;}
#box .b1, #box .b2, #box .b3, #box .b4 {display:block; overflow: hidden;}
#box .b1, #box .b2, #box .b3 {height:1px;}
#box .b2, #box .b3, #box .b4 {background:#eef8fb; border-left:1px solid #eef8fb; border-right:1px solid #eef8fb;}
#box .b1 {margin:0 5px; background:#eef8fb;}
#box .b2 {margin:0 3px; border-width:0 2px;}
#box .b3 {margin:0 2px;}
#box .b4 {height:2px; margin:0 1px;}

/* light blue gradient background box */
#box1 {}
#box1 .content {margin: 0; padding: 5px 10px 5px 10px; border-left: 1px solid #00aaac; border-right:1px solid #00aaac; background-image: url(/images/box-home-bg.gif); background-repeat: repeat-x; background-color: #eef8fb;}
#box1 .top {display: block; background: transparent; font-size: 1px;}
#box1 .bottom {display: block; background: transparent; font-size: 1px;}
#box1 .b1, #box1 .b2t, #box1 .b3t, #box1 .b4t, #box1 .b2, #box1 .b3, #box1 .b4 {display:block; overflow: hidden;}
#box1 .b1, #box1 .b2t, #box1 .b3t, #box1 .b2, #box1 .b3 {height:1px;}
#box1 .b2t, #box1 .b3t, #box1 .b4t {background:#ffffff; border-left:1px solid #00aaac; border-right:1px solid #00aaac;}
#box1 .b2, #box1 .b3, #box1 .b4 {background:#eef8fb; border-left:1px solid #00aaac; border-right:1px solid #00aaac;}
#box1 .b1 {margin:0 5px; background:#00aaac;}
#box1 .b2t, #box1 .b2 {margin:0 3px; border-width:0 2px;}
#box1 .b3t, #box1 .b3 {margin:0 2px;}
#box1 .b4t, #box1 .b4 {height:2px; margin:0 1px;}

/* light blue box */
#box2 {}
#box2 .content {margin: 0; padding: 5px 10px 5px 10px; border-left: 1px solid #00aaac; border-right:1px solid #00aaac; background-color: #eef8fb;}
#box2 .top {display: block; background: transparent; font-size: 1px;}
#box2 .bottom {display: block; background: transparent; font-size: 1px;}
#box2 .b1, #box2 .b2, #box2 .b3, #box2 .b4 {display:block; overflow: hidden;}
#box2 .b1, #box2 .b2, #box2 .b3 {height:1px;}
#box2 .b2, #box2 .b3, #box2 .b4 {background:#eef8fb; border-left:1px solid #00aaac; border-right:1px solid #00aaac;}
#box2 .b1 {margin:0 5px; background:#00aaac;}
#box2 .b2 {margin:0 3px; border-width:0 2px;}
#box2 .b3 {margin:0 2px;}
#box2 .b4 {height:2px; margin:0 1px;}

/* purple/pink box */
#box3 {}
#box3 .content {margin: 0; padding: 5px 10px 5px 10px; border-left: 1px solid #ab4a9c; border-right:1px solid #ab4a9c; background-color: #f7effd;}
#box3 .top {display: block; background: transparent; font-size: 1px;}
#box3 .bottom {display: block; background: transparent; font-size: 1px;}
#box3 .b1, #box3 .b2, #box3 .b3, #box3 .b4 {display:block; overflow: hidden;}
#box3 .b1, #box3 .b2, #box3 .b3 {height:1px;}
#box3 .b2, #box3 .b3, #box3 .b4 {background:#f7effd; border-left:1px solid #ab4a9c; border-right:1px solid #ab4a9c;}
#box3 .b1 {margin:0 5px; background:#ab4a9c;}
#box3 .b2 {margin:0 3px; border-width:0 2px;}
#box3 .b3 {margin:0 2px;}
#box3 .b4 {height:2px; margin:0 1px;}

#box3 h1, #box3 h2, #box3 h3 {
	color: #993399;
	margin-bottom: 5px;
}
#box3 a {
	color: #993399;
}

/* borders */
.border-top {
	border-top: 1px solid #00aaac;
}
.border-right {
	border-right: 1px solid #00aaac;
}
.border-bottom {
	border-bottom: 1px solid #00aaac;
}
.border-left {
	border-left: 1px solid #00aaac;
}
.border-box {
	border-top: 1px solid #00aaac;
	border-right: 1px solid #00aaac;
	border-bottom: 1px solid #00aaac;
	border-left: 1px solid #00aaac;
}

/* generic styles */
ul.arrow {
	list-style: none;
	margin: 0;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 80%;
}
ul.arrow li {
	margin: 3px 0 3px 0;
}


.left { 
	float: left;
}
.right { 
	float: right;
}
.clear { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* font styling */
.txt-white, a.txt-white {
	color: #FFFFFF;
	text-decoration: none;
}
.txt-green, a.txt-green {
	color: #009999;
}
.txt-purple, a.txt-purple {
	color: #993399;
}
.txt-big {
	font-size: 120%;
}
.bold {
	font-weight: bold;
}