/* CSS Document */
body {
	background-color: #D7D7D7;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 18px;
}
h1 {
	position: absolute; 
	left: 18px; 
	bottom: 26px;
	font-size: 12px;
	z-index: 999;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #C78D3B;
	border-top: 6px solid #e5e5e5;
	border-bottom: 3px solid #acacac;
	padding: 3px 0px 3px 33px;
	margin-bottom: 10px;
	background-image:url(../images/bg-h2.png);
	background-repeat:no-repeat;
	background-position:left;
}
h3 {
	font-size: 13px;
	color: #C78D3B;
}
/******************/
a:link {
	color: #C68C3A;
}
a:visited {
	color: #C68C3A;
}
a:hover {
	color:#745121;
	-webkit-transition: .25s linear;
}
a:active {
	color: #C68C3A;
}
a.important:link {
	color: #333333;
	text-decoration: none;
}
a.important:visited {
	color: #333333;
	text-decoration: none;
}
a.important:hover{
	color: #333333;
	text-decoration: none;
}
a.important:active {
	color: #333333;
	text-decoration: none;
}

/******************/

#container {
	width: 962px;
	margin: 0 auto;
	background-image: url(../images/bgcase.jpg);
}
#shell {
	width: 900px;
	background-color: #FFFFFF;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	margin: 0 auto;
	position: relative;
}
#header {
	height: 155px;
	width: 900px;
	background-image:url(../images/debugtop.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#header p#logo {
	width: 219px;
	height: 39px;
	text-indent: -9999px;
}
#header p#logo a {
	position: absolute;
	width: 146px;
	height: 119px;
	top: 27px;
	left: 20px;
	display: block;
}
#branding {
	height: 252px;
	width: 900px;
	clear: both;
	background-image:url(../images/bg-branding.jpg);
	background-repeat:no-repeat;
}
#branding form {
	position: absolute;
	height: 84px;
	width: 350px;
	top: 312px;
	left: 52px;
}
#teasers {
	padding-top: 15px;
}
#teasers div {
	width: 206px;
	float: left;
	padding-left: 15px;
}
#teasers div dl {
	background-color: #d6d6d6;
	padding: 10px;
}
#teasers div dt{
	display: none;
}
#teasers div dd.date {
	font-weight: bold;
}
#teasers div dd.item{
	padding-bottom: 10px;
}
/************************************/
#sidebar {
	float: left;
	width: 200px;
	padding: 20px 40px 20px 20px;
	height: auto;
	display: inline;
}
#mainContent {
	float: left;
	width: 616px;
	padding: 20px 0px 20px 0px;
}
.homePage #mainContent {
	float: left;
	clear: both;
	width: 870px;
	padding-left: 15px;

}
#footer {
	background-image: url(../images/bgbottom.jpg);
	height: 81px;
	width: 882px;
	padding-left: 18px;
	padding-top: 9px;
	clear: both;
	position:relative;
}
#footer ul#links li {
	floar: left;
	display: inline;
	padding-right: 10px;
}
#footer ul#social {
	top: 15px;
	left: 548px;
	position: absolute;
	height: 48px;
	width: 360px;
}
#footer ul#social li {
	text-indent: -9999px;
}
#footer ul#social li#twitter a {
	background-repeat: no-repeat;
	height: 47px;
	width: 34px;
	position: absolute;
	background-image:url(../images/bg-twitter.png);
	left: 211px;
	top: -1px;
}
#footer ul#social li#facebook a {
	background-repeat: no-repeat;
	height: 47px;
	width: 34px;
	position: absolute;
	background-image:url(../images/bg-facebook.png);
	left: 254px;
	top: -1px;
}
#footer ul#social li#youtube a {
	background-repeat: no-repeat;
	height: 47px;
	width: 34px;
	position: absolute;
	background-image:url(../images/bg-youtube.png);
	left: 297px;
	top: -1px;
}
/************************************/
ul#nav {
	width: 885px;
	height: 21px;
	background-image: url(../images/bg-navBar.jpg);
	background-repeat:repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top: 3px;
	padding-left: 15px;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav a {
	display: block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding: 3px 15px 5px 0px;
}
#nav a:hover {
	color: #666666;
}
#nav li { /* all list items */
	float: left;
	/* width: 110px; width needed or else Opera goes nuts */ 
	border-left: 1px solid #C7C7C7;
	padding-left: 15px;
	position: relative;
}
#nav li.last {
	border-right: 1px solid #C7C7C7;
}
#nav li li { /* all list items */
	border-left: none;
}
#nav li ul { /* second-level lists */
	position: absolute;
	background: #ededed;
	width: 110px;
	border: 1px solid #C7C7C7;
	border-top: none;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: 0px;
}

/************************************/
.sitemap:link {
	color: #333333;
	font-weight: bold;
}
.sitemap:visited {
	color: #333333;
	font-weight: bold;
}
.sitemap:hover {
	color: #333333;
	font-weight: bold;
}
.sitemap:active {
	color: #333333;
	font-weight: bold;
}
/************************************/
input.textbox {
	width: 95px;
}
input[type="hidden"] {
	display: none;
}
input.sbmit {
	background-color: #3f3f3f;
	border: 1px solid #252525;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
input.sbmit:hover {
	background-color: #3f3f3f;
}
#branding span {
	position: absolute;
	top: 54px;
	left: 281px;
}
label.info {
	width: 100px;
	padding-right: 10px;
	float: left;
}
/************************************/
.imgwrap {
	margin-right: 6px;
	margin-bottom: 6px;
}
.clear {
	clear: both;
	display: block;
}
.left {
	float: left;
	margin-right: 20px;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
.right {
	float: right;
	margin-left: 20px;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
.paddingbottom {
	padding-bottom: 10px;
}
.noborder {
	border: none;
}
