@charset "UTF-8";

* {	margin: 0; padding: 0; }
.clear { clear: both; }
.align-right { text-align: right; }
.align-left { text-align: left; }
.float-left { float: left; margin: 0 10px 5px 0; }
.float-right { float: right; margin: 0 0 5px 10px; }

img { border: none; }	
hr {border: none; border-bottom: 1px dotted #777;margin-bottom: 25px;}
.border { border: 5px solid #D4EAF8;}
.nopad { padding: 0; }
	
body  {
	font: 100% Helvetica, Verdana, Arial, sans-serif;
	background: #69C url(img/bg.jpg) 0 0 repeat-x;
	margin: 0; 
	padding: 0;
	text-align: left; 
	color: #000000;
}

a { color: #3F6C9A; }
a:hover { color: #900; }

#container {
	width: 960px;
}

#logo {
	position: absolute;
	top: 69px;
	left: 79px;
	width: 143px;
	height: 166px;
}
#logo a {
	display: block;
	background: url(img/logo.jpg) 0 0 no-repeat;
	width: 143px;
	height: 166px;
}
#logo a span {
	display: none;
}

#left {
	width: 367px;
	float: left;
	background: url(img/left-bg.jpg) right 98px no-repeat;
	text-align: left;
}

#right {
	width: 593px;
	float: right;
	margin-top: 107px;
	background: url(img/right-bg.gif) left 300px repeat-y;
}

#tagline {
	background: url(img/tagline.jpg) 0 0 no-repeat;
	height: 119px;
	width: 593px;
}
#tagline span { display: none; }

#content, #tab-box {
	background: url(img/content-bg.gif) 0 0 no-repeat;
	padding: 35px;
}

.contact-box { border-bottom: 7px solid #69C;}


#tab-box {
	padding: 9px 8px;
}

#content p {
	font-size: 16px;
	line-height: 140%;
	color: #333;
	font-size: 16px;
	padding-bottom: 15px;
}
#content p.small {
	font-size: 14px;
	border-bottom: 1px dotted #888;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

blockquote {
float: right;
width: 175px;
	border: 1px solid #E3144F;
	background: #E4EAE1;
	padding: 12px 18px 0px 18px;
	color: #E3144F;
	font-style: italic;
	font-family: Georgia, Times, serif;
	font-size: 15px;
	line-height: 125%;
	margin: 0 0 0 10px;
}
#content blockquote p.credit {
	color: #E3144F;
	font-size: 14px;
	text-align: right;
	padding-top: 8px;
	font-style: normal;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

#content ul, #in-right ul {
	margin: 5px 10px 25px 0px;
}
#content li, #in-right li {
	margin-bottom: 10px;
	list-style-type: none;
	background: url(img/arrow.gif) left 7px no-repeat;
	padding-left: 12px;
	color: #777; /* twas 69C */
}



#nav {
	margin-top: 265px;
	padding-right: 46px;
	text-align: right;
}

	#nav li {
		list-style-type: none;
		padding: 0 0px 0 0;
		margin-bottom: 15px;
		font-size: 16px;
		}
	#nav li a {
		padding: 2px 15px;
		color: #3F6C9A;
		text-decoration: none;
		height: 24px;
		line-height: 24px;
		}
	#nav li a:hover {
		color: #900;
	}	
	#nav li.active a {
		background: url(img/nav-bg.jpg) 0 0 repeat-x;
		color: #fff;
	}

h3 {
	color: #E3144F;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: normal;
	margin: 0 0 10px 0;
	font-family: Georgia, Times, serif;
	}
h4, h4 a {
	color: #3F6C9A;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
	margin-top: 15px;
	text-decoration: none;
	}
h4.notopmargin { margin-top: 0; }
h5 {
	color: #777;
	font-weight: normal;
	margin-bottom: 20px;
}

#resources-p #content p { font-size: 14px; padding-bottom: 10px;}
#resources-p #content h5 { margin-bottom: 10px;}



#toolbox {
	background: url(img/toolbox-bg.jpg) top 20px repeat-y;
	margin: -31px 0 0 -25px;
/*	border: 1px solid green;*/
}
#tools {
	padding: 0 0 15px 0;
	margin: 0;
	width: 144px;
	background: transparent;
}
#tools li {
	list-style-type: none;
	padding: 0;
	background: none;
	padding: 15px 0 0 0;
	width: 130px;
}
#tools li a {
	text-decoration: none;
	display: block;
}

#in-left {float: left; width: 140px; background: url(img/toolbox-bg.jpg) top 1px repeat-y;}
#in-right {float:right; width: 420px;}

/* this is the tab craziness */

#tab-thingy {
	background: url(img/toolbox-bg.jpg) top 20px repeat-y;
	margin: -31px 0 0 -25px;
	border: 1px solid red;
	}

ul.tabset {
	clear: both;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	list-style-type: none;
	}
ul.tabset li {
	display: block;
	padding:0;
	margin:0;
	width: 138px;
	}
ul.tabset li a {
/*	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	list-style-type: none;
	height: 46px;
	padding-top: 18px;
	line-height: 100%;
	width: 270px;
	text-align: center;
	background: #f2f2f2 url('img/tab-bg.jpg') no-repeat top right;
	border-right: 1px solid #C6C9CB;
	display: block;
	text-decoration: none;
	color: #666;
	border-bottom: 1px solid #fff;*/
	text-decoration: none;
	display: block;
	padding: 15px 0 15px 10px;
	}
ul.tabset li a:hover { color: #900;}
ul.tabset li a.active {
	background: url(img/active.jpg) bottom right no-repeat;
	color: #E3144F;
	background-color: #EAF1F3;
	}
.tab-inner { 
	padding: 12px 20px 20px 0;
	}
#tab1, #tab2, #tab3 {
	}
#tab1 p, #tab2 p, #tab3 p, #tab4 p, #tab5 p, #tab6 p {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 140%;
	color: #404E5B;
	margin-bottom: 10px;
	}
	
#tab1 { background: url(img/tab-bg-1.jpg) no-repeat top right; }
#tab2 { background: url(img/tab-bg-2.jpg) no-repeat top right; display: none; }
#tab3 { background: url(img/tab-bg-3.jpg) no-repeat top right; display: none; }