/* Defines global site settings and layout. If you're reading this, you are truly a geek. */

* {
	padding:0;
	margin:0;
	}

html, body, form, fieldset, table {
	font: 100%/120% "Lucida Grande",Verdana, Arial, Helvetica, sans-serif;
}


h1
	{
	color: black;/*#1C205B;*/
	font-size: 1.5em;
	line-height:1em;
	display:block;
	}

h2 
	{
	padding: 3px 0;
	color: #333333;
	font-size: 130%;
	/*border-bottom: 1px dotted;*/
	margin-bottom:0.8em;
	margin-top:0.8em;
	line-height:1.25em;
	}

h3, h4, h5, h6 
	{
	margin-bottom:0.8em;
	margin-top:0.8em;
	padding: 5px;
	font-weight:bolder;
	}

h3 {
	font-size:120%;
	}

h4
	{
	font-size:110%;
	}

h5,h6
	{
	font-size:100%;
	}

h1 img
	{
	vertical-align:middle;
	}

table{
	margin-bottom:1em;
	border:1px dotted #333;
	}

td {
	padding:4px;
	border:1px dotted #333;
	margin:0;
	}
th
	{
	color:#ffffff;
	background-color:#3C3C3C;
	text-align:center;
	}

caption
	{
	font-weight:bold;
	}

blockquote
	{
	margin:1em auto 1em auto;
	width:70%;
	border:1px black dashed;
	padding:.5em;
	padding-bottom:0px;
	}

dt
	{
	font-weight:bold;
	}

dd
	{
	margin-left:15px;
	margin-bottom:5px;
	}

acronym,abbr
	{
	border-bottom: 1px dotted black;
	cursor: help;
	}

body 
	{
	/*background:#C6C3B2 url(/media/template/background.jpg) top left repeat-x;*/
	padding: 0px 360px 0 360px;
	font-size: 0.825em;
	color:#000;
	}

/* Modified Jello Mold - http://positioniseverything.net/articles/jello.html */
#sizer 
	{
	margin: 0px auto 20px auto;
	width: 66%;
	max-width: 200px;  
	}
#expander 
	{
	margin: 0 -360px;
	min-width: 720px; /* Critical Safari fix! */
	position: relative;
	}

/* Holly hack for IE, minus the hack */
html #expander { height: 0; }

/* helps IE get the child percentages right. */
#wrapper 
	{ 
	width: 100%;
	} 

/* Head stuff */
#skiptocontent a {
	position:absolute;
	top:1px;
	right:0px;
	padding:2px;
	padding-left:2px;
	margin-right:0px;
	color:#20399D !important;
	}

#skiptocontent a:hover,
#skiptocontent a:active,
#skiptocontent a:focus {
	background-color:#ffffcc;
	}

#logo
	{
	width:198px;
	position:absolute;
	top:0px;
	left:0px;
	margin:26px 0 0 -2px;
	padding:4px 0px 0px 3px;
	float:left;
}

#logo a {
	text-decoration:none;
	}

#expanding
	{
	text-align:right;
	width:164px;
	background-color:#fff;
	margin:-10px 0 0 12px;
	background-color: transparent;
	}

#expanding2
	{
	display:block;
	border:0px dotted #efefef;
	padding:4px 1px;
	margin:0.2em;
	font-variant: small-caps;
	font-weight: bolder;
	color: #AD2D33;
	}
#header
	{
	padding:20px 0 0 192px;
	}

/* TABS */
#tabs
	{
	margin:20px 0px 0px 0px;
	position:relative;
	top:0px;
	left:0px;
	height: 45px;
	text-align:right;
	width: 95%;
	font-weight:bold;
	font-size: 0.8em;
	}

#tabs li {
	position:relative;
	display:inline;
	list-style: none;
	top:15px;
	margin:0;
	padding: 0px;
	margin-right:2px;
	
	}
#tabs li a {
	
	text-decoration: none;
	margin: 0;
	padding: 3px; /*padding inside each tab*/
	border: 1px outset #efefef; /*right divider between tabs*/
	color: #AD2D33;
	}
#tabs a:hover
{
		border-top: 1px solid black;
		color: black;
		background-color:#efefef;
}

/*End of TABS*/

/* Main content stuff */
#breadcrumbs{
	font-size: 0.8em;
	text-align:left;
}
#maincontainer
	{
	margin-top:35px;
	width:100%;
	float:left;

	}

/*Sidebar*/
#sidebarcontainer
	{
	margin:3em 0px 0px 0px;
	padding-left:14px;
	padding-right:14px;
	width:164px;
	float: left;
	display: inline; /* IEwin doubled margin bug fix */
	text-align: left;
	}	

#sidebarbox
	{
	padding:7px 7px 7px 7px;
	background-color:#FFf;
	}


#sidebarbox h2
	{
	color: #fff;
	font-size:110%;
	background:#AD2D33;
	padding:2px;
	text-align:center;
	margin:.7em 0 .5em 0;
	}

#sidebarbox h2 a
{
	color:#AD2D33;
}

#sidebarbox h2 a:hover, #sidebarbox h2 a:active, #sidebarbox h2 a:focus
{
	color:#AD2D33;
	background-color:transparent;
	}

#sidebarcontainer ul
	{
	/*border:1px outset #efefef;*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
	/*border-top: 1px solid #AD2D33;/*#dadada;*/
	padding-top:2px;
	}
#homesidebarcontainer{
top: 0px;
right: 0px;
position:absolute;
background-color: transparent;
}

#sidebarcontainer ul li
	{
	padding-bottom:2px;
	font-size: 0.8em;
	}

#sidebarcontainer ol
	{
	padding-left:2em;
	}

#sidebarcontainer ul li a
	{
	display:block;
	/*padding:0.4em;*/
	font-weight: bold;
	padding: 2px 0;
	text-decoration:none;
	color: #A70303;
	text-align:center;
	/*background: url(../images/arrowbullet.png) no-repeat center left;*/
	/*background:url(../images/bottom_box.gif) top right repeat-x;*/
				/*background:url(../images/box_top.gif) top left repeat-x;*/
	/*background:url(../images/box_center.gif) repeat-y center;*/
	/*background:url(../images/box_bottom.gif) no-repeat center bottom;*/
	/*padding-left: 19px;*/
	border: 1px outset #efefef; /*#AD2D33;/*#dadada;*/
	}

#sidebarcontainer ul li a:active,
#sidebarcontainer ul li a:focus
	{
	text-decoration:none;
	}
#sidebarcontainer ul li a:hover
	{
	background-color: #F3F3F3;
	color: black;
	}
	
#maincontent, #homemaincontent
	{
	margin:0 0 0 192px;
	width:auto;
	padding:10px 34px 0 17px;
	margin-top:0px;
	}
	#homemaincontent{
	margin-left: -7px;
	}
	
#maincontent p, pre
	{
	line-height:1.75em;
	padding-bottom:1em;
	}

#maincontent ul, #maincontent dl, #maincontent ol
	{
	line-height:1.5em;
	}
#maincontent h1,#homemaincontent h1{
	background: url(../images/heading_bg.gif) center left repeat-x;
	padding: 5px;
	border: 1px outset #efefef;
	background-color: transparent;
}
#content
	{
	margin:1em 10px 1em 10px;
	padding-left:10px;
	}
#content h2, h3, h4, h5, h6 {
	margin:0.8em 0 .8em -5px;
	color: #000000;/*#666666;*/
	/*border-bottom: 1px outset #efefef;*/
	/*background-color: #efefef;*/
}
#content ul li{
	list-style-image:url(../images/bullet.gif);
	list-style-type: circle;
	margin-left: 25px;
	padding: 2px 0 2px 2px;
}
#content ol li, dl li{
	margin-left: 25px;
	padding: 2px 0 2px 2px;
}
#lastupdated{
	font-style: italic;	
	font-size: 0.8em;

}

/* FOOTER STUFF */

#googleads {
	text-align:center;
	border-top:1px dotted #1C205B;
	padding:1em;
	border-bottom:1px dotted #1C205B;
	}


#w3TBanner
	{
	text-align:center;
	padding:1em 0;
	clear:both;
	}

#w3TBanner img
	{
	margin:0 20px;
	}

#footercontainer
	{
	clear:both;
	}

#footer
	{
	text-align:center;
	padding-left:192px;
	height:28px;
	color:#000;
	font-size: 0.8em;
	}	
#footer a:active,#footer a:visited,#footer a:hover
	{
	color: #000;
	text-decoration:underline;
	}
	
#footer ul
	{
	margin-right:17px;
	padding:.3em 0;
	height:28px;
	}

#footer li
	{
	display:inline;
	list-style-type:none;
	color: #000;
	}
/*End of FOOTER*/

/* Generic visual styles */
.hidden
	{
	 position:absolute; 
	 left:0; 
	 top:-500px; 
	 width:1px; 
	 height:1px; 
	 overflow:hidden;
	}

.center
	{
	text-align:center;
	}

hr {
	margin:1em 0 1em 0;
	border-style:dotted;
	border-width:thin;
	border-color: #999999;
	}

img	
	{
	border:none;
	}

ul li
	{
	list-style-image:url(images/list_box.gif);
	}

/* LINKS */
a:link
	{
	color: #0033CC;
	text-decoration:none;
	}

a:active,
a:focus,
a:hover
	{
	background-color:#ffffcc;
	color: #BF1722;
	text-decoration: underline;
	}
a:visited
	{
	color:#993300;
	text-decoration: none;
	}

a.transparent:active,
a.transparent:focus,
a.transparent:hover
	{
	background-color:transparent;
	}


#footer a:link,

#footer a:hover,
#footer a:active,
#footer a:focus
	{
	color: #AD2D33;
	}
	
#footer a:visited
	{
	color: #AD2D33;
	}

/* External links */
a.external span
{
	 position:absolute; 
	 left:0; 
	 top:-500px; 
	 width:1px; 
	 height:1px; 
	 overflow:hidden;
}

a.external:link
{
}

a.external:visited
{

}

a.external:hover
{
color: #BF1722;
cursor: help;
}
/* Please move along, there's nothing more to see here. */