/*
Arlington Storm stylesheet 11.08.04
//thanks to Jeffery Zeldman, Kottke.org, Eric Meyer and all the other great CSS/Design resources on the web.
*/
body	{
	background: #fafafa url(/images/bgnd2.gif) repeat-y 0;
	color: #333;
	font-family: "lucida grande", lucida, verdana, arial, geneva, sans-serif;
	font-size: 11px;
	margin: 0;
	}
img {
	display: inline;
	border: 0;
	}
.formImg	{
	display:inline;
	border:0;
	}

#containerWrap {
	width: 746px;
	\width: 766px;
	w\idth: 746px;
	margin: 0;
	padding: 0;
	}
	
#container {
	width: 745px;
	\width: 765px;
	w\idth: 745px;
	margin: 0;
	padding: 0;
	}

#banner {
	padding: 0;
	background-color: #fff;
	border-bottom: 2px solid #333;
	}

#content {
	padding: 5px 5px 30px 15px;
	margin-left: 200px;
	background-color: #fff;
	border-left: 1px solid #333;
	}

.imgRight	{
	display:block;
	float:right;
	margin: 10px 25px 10px 20px;
	border: 1px solid #9DA9B3;
	padding: 2px;
	}
.imgLeft	{
	display:block;
	float:left;
	margin: 10px 20px 10px 5px;
	border: 1px solid #9DA9B3;
	padding: 2px;
	}
.sbimgLeft	{
	display:block;
	float:left;
	margin: 10px 20px 10px 10px;
	padding: 2px;
	}

#sidebar {
	float: left;
	width: 200px;
	\width: 200px;
	w\idth: 200px;
	margin: 25px 0 0 0;
	padding: 0;
	}
#sidebar p	{
	padding: 0 2px 3px 5px;
	margin:0 8px 0 5px;
	font-size: 10px;
	line-height: 15px;
	line-height: 1.5em;
	color: #333;
	}

#footer {
	clear: both;
	padding: 5px;
	}

#footer p	{
	font-size: 9px;
	color:#666;
	margin:12px 0 5px 212px;
	padding:0;
	}

#topNav {
	border-top: 1px solid #ff6600;
	text-align: right;
	padding: 2px 5px 2px 2px;
	margin: 0;
	background: #FF9933;
	color: #fff;
	font-size: 10px;
	}
#topNav a	{
	color: #fff;
	}

#topNav	a:hover	{
	text-decoration: underline;
	}
/*
Links
*/
a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #FF0000;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #FF0000;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #FF0000;
	background: transparent;  
	}

/*
nav
*/
#navcontainer	{
	margin: 0;
	padding: 0 0 0 10px;
	height: 32px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #CBD5DE;
	}

#navcontainer ul	{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	}

#navcontainer ul li	{
	display: block;
	float: left;
	text-align: center;
	border-right: 1px solid #fff;
	padding: 0;
	margin: 0;
	}

#navcontainer ul li a	{
	background: #9DA9B3;
	width: 100px;
	height: 30px;
	border-top: 1px solid #9DA9B3;
	border-left: none;
	border-bottom: 1px solid #9DA9B3;
	border-right: none;
	padding: 0 0 0 10px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: left;
	font: normal 11px/28px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	}

#navcontainer ul li a:hover	{
	color: #fff;
	background: #AFC8D7;
	border-top: 1px solid #AFC8D7;
	border-bottom: 1px solid #AFC8D7;
	}

#navcontainer a:active	{
	background: #990000;
	color: #fff;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
	}

#navcontainer li#active a	{
	background: #990000;
	border: 1px solid #990000;
	color: #fff;
	}
.navside	{
	border-left: 1px solid #fff;
	}
/*
side nav
*/

#secondarynav ul {
	list-style: none;
	padding: 0;
	margin: 0 0 30px 0;
	border: 0;
	}

#secondarynav li	{
	text-align: left;
	border-bottom: 1px solid #333;
	margin: 0;
	padding:0;
	font-size:10px;
	line-height: 15px;
	color: #666;
	background: #fff;
	}

.secondarytop	{
	border-top: 1px solid #333;
	}

#secondarynav li a {
	display: block;
	font-weight: normal;
	padding: 5px 3px 5px 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #ccc;
	color: #000;
	text-decoration: none;
	}
	
	
#secondarynav li a:hover {
	font-weight: normal;
	background: #000;
	color: #fff;
	text-decoration: none;
	border-right: 5px solid #fc0;
	border-left: 1px solid #000;
	padding: 5px 1px 5px 10px;
	}
#secondarynav li#on a {
	font-weight: bold;
	background: #fc0;
	color: #000;
	text-decoration: none;
	border-right: 5px solid #000;
	border-left: 1px solid #fc0;
	padding: 5px 1px 5px 10px;
	}

/*
text
*/
h1, h2,	{
	font-weight: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;
	}
h1 {
	margin-bottom: 15px;
	font-size: 24px;
	color: #003366;
	letter-spacing: 1px;
	}
h2 {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 600;
	color: #333;
	letter-spacing: 1px;
	}
h3 {
	margin-bottom: 5px;
	margin-right: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
	}
h4 {
	margin: 10px 0 6px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 2px;
	}
.emf	{
	font-size:12px;
	line-height: 1.5em;
	color: #333;
	margin: 5px 50px 15px 0;
	}
p	{
	margin: 3px 50px 10px 0;
	line-height: 1.5em;
	}
.highlight	{
	color: #666666;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 5px;
	margin-right: 120px;
	border-left: #e0e0e0;
	border-width: 0 0 0 1px;
	border-style: none none none solid;
	line-height: 1.5em;
	}
/*
nested lists
*/
#nestlist
{
margin-left: 10px;
padding-left:  0;
list-style: none;
margin-right: 60px;
}

#nestlist li
{
padding-left: 10px;
padding-bottom: 10px;
background-image: url(/images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}

#nestlist ul { 
	list-style: none;
	}
/*
Forms
*/
#form img	{
	padding: 0 2px 0 2px;
	}
/* youngpup dropdown styling */

	
.menu  ul	{
	list-style: none;
	padding: 0;
	margin:0;
	border: 0;
	}
.menu  li	{
	text-align: left;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding:0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background: #9DA9B3;
	}

.menu li a {
	display: block;
	font-weight: bold;
	padding: 8px;
	background: #9DA9B3;
	color: #fff;
	text-decoration: none;
	}
.menu li a:hover	{
	display: block;
	font-weight: bold;
	padding: 8px;
	background: #AFC8D7;
	color: #fff;
	text-decoration: none;
	}
.menu li a:visited	{
	display: block;
	color: #fff;
	text-decoration: none;
	}
/* Teaser Box */

.teaser table {
	margin-left: 10px;
}

.teaser {
	width:500px;
	padding:0 0 10px 0;
	margin:10px 0 10px 0;
	background:url("/images/tsr-b.gif") bottom left no-repeat;
	}
.teaser h3 {
	font-size: 14px;
	color:#666;
	text-transform:uppercase;
	margin:0;
	padding:7px 0 10px 10px;
	background:url("/images/tsr-t.gif") top left no-repeat;
	}
.teaser h4 {
	margin:0;
	padding:7px 10px 3px 10px;
	}
.teaser p, {
	margin:0;
	padding:0 0 20px 0;
	border:1px solid #999;
	border-width:0 1px;
	background-color: none;
	}
.teaser a.more {
	display:block;
	text-align:right;
	background:url("/images/tsr-a.gif") 410px 50% no-repeat;
	padding:0 24px 0 0;
	text-decoration:none;
	color:#EAE8E4;
	}
.teaser a.more:hover {
	text-decoration:underline;
	}