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

form {margin:0; padding:0;}

body {
	font-size: 60%;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the .container selector */
	color: #898989;
	}

.container {
	text-align:left;
	width:740px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	font-size:1.5em;
	line-height:1.4em;
	position:relative;
	}



/* Links */

a:link {color: #68bc45; text-decoration:none; border-bottom:none;}     /* unvisited link */
a:visited {color: #68bc45; text-decoration:none; border-bottom:none;}  /* visited link */
a:hover {color: #4354a6; text-decoration:none; border-bottom:1px solid #c1cce8;}   /* mouse over link */
a:active {color: #68bc45; text-decoration:none; border-bottom:none;}   /* selected link */

a.button:link {border:none;}     /* unvisited link */
a.button:visited {border:none;}  /* visited link */
a.button:hover {border:none;}   /* mouse over link */
a.button:active {border:none;}   /* selected link */

a img {border:none;}
	

h2 {
	font-size:140%;
	color:#4354a6;
	}

h3 {
	color:#555555;
	font-size:110%;
	}

strong {font-weight:bold;}

/* standard sub page content */

.norm {
	width:720px;
	margin:30px 0 30px 0;
	}

.norm img.large {
	border: 3px solid #e5e5e5;
	}


/* related content */
.commenthide { display: none; }

table.layout .leftcol { width: 720px !important; }
table.layout .rightcol { width: 0px !important; display: none; }

table.layout .related {
	width:260px;
	background:transparent url(../img/related_bg.jpg) 0 0 no-repeat;
	padding:0;
	margin:0;
	}

table.layout .related ul {
	padding:30px 20px 0 20px;
	margin:0;
	list-style-type:none;
	}

table.layout .related li {
	margin:0 0 6px 0;
	}
	
img.thumb {
	border:3px solid #e5e5e5;
	margin:5px 20px 20px 0;
	float:left;
	}
	
/* hidden content */	

.login {
	display:none;
}

#MenuBar1 {
	display:none;
}
	
.breadcrumbs {
	display:none;
}
.sidebar {
	display:none;
}
.quote {
	display:none;
}
.footer {
	display:none;
}
#footer {
	display:none;
}
.print {
	display:none;
}
.searchbar {
	display:none;
}	

.news {
	display:none;
}	

#promo_main {
	display:none;
}

#rCol {
	display:none;
}

#tabs {
	margin-top: 30px;}

div.frontArticle {
	border-bottom: 1px solid #DDDDDD;
}

div.frontArticle h4 {
	margin-right: 10px;
	padding: 0px;
}

div.frontArticle img {
	border:3px solid #E9E9E9;
	float:left;
	margin-right:15px;
	display:block;
}

#footernav {
	display:none;
}

/* Tabs */

.tabs {
	position:relative;
	}

.tabs h3 {
	color:#4354a6;
	font-weight:bold;
	font-size:1.2em;
	line-height:1.2em;
	letter-spacing:.1em;
	}

.tabs ul {
	width:435px;
	height:30px;
	margin:0;
	padding:0;
	border:0;
	background: transparent url(../img/tabs.gif) 0 0 no-repeat;
	position:relative;
	}

.tabs ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}

.tabs ul li, .tabs ul a {
	height: 30px;
	display: block;
	}

.tabs ul a {
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	border-bottom:none;
	}

#tab_1	{left: 0; width: 172px;}
#tab_2	{left: 172px; width: 137px;}
#tab_3	{left: 309px; width: 126px;}

#tab_1.active, #tab_1.active a:hover {background: transparent url(../img/tabs.gif) 0 -60px no-repeat; border-bottom:none;}
#tab_2.active, #tab_2.active a:hover {background: transparent url(../img/tabs.gif) -172px -60px no-repeat; border-bottom:none;}
#tab_3.active, #tab_3.active a:hover {background: transparent url(../img/tabs.gif) -309px -60px no-repeat; border-bottom:none;}

#tab_1 a:hover	{background: transparent url(../img/tabs.gif) 0 -30px no-repeat; border-bottom:none;}
#tab_2 a:hover 	{background: transparent url(../img/tabs.gif) -172px -30px no-repeat; border-bottom:none;}
#tab_3 a:hover 	{background: transparent url(../img/tabs.gif) -309px -30px no-repeat; border-bottom:none;}

.tabs_content {
	width:480px;
	background:transparent url(../img/tabs_bg.jpg) left top no-repeat;
	position:relative;
	left:0;
	margin:0;
	}

.tabs_content div {
	padding:10px 20px;
	}



/* Header */

#header, .header {
	display: list-item;  
	list-style-image: url(../img/header_print.jpg);
	list-style-position: inside;  
	text-align:center;
}

.header h1 {
	display:none;
}