/* Start of CMSMS style sheet 'default' */
/* CSS Document */

body {
	margin: 0px;
	background:#666 url(images/bg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

u { /* Added to find things they underlined because they wanted links, remove long before launch */
/*	color:red;
	background-image:url(images/broken-link-temp.gif);
	background-repeat:no-repeat;
	background-position:right; 
	padding-right:15px; */
}

a {
	text-decoration:underline;
	color: #000;
}
a:hover {
	text-decoration:none;
}

#container {
	width:958px;
	margin: 0px auto;
	background-color:#33485E;
}

#wrap {
	width:958px;
	margin:0 auto;
	text-align:left;
	background-color:#33485E;
}

#header_top {
	height:110px;
	background-image:url(images/header.jpg);
	position:relative;
}

#header_nav {
	background:url(images/nav.gif);
	height:27px;
	color:white;
	font-size:13px;
	padding-left:15px;
	padding-top:8px;
	font-weight:bold;
}

#header_nav a {	color: white; text-decoration:none; }
#header_nav a:hover { text-decoration:underline; }

#subheader {
	>margin-bottom:-4px;
}
#sidebar {
	width:177px;
	float:left;
	font-size:12px;
	font-weight:bold;
	background-color:#33485E;
	color:#333;
}

#sidebar a { color:#333; text-decoration:none; display:block; }
#sidebar a:hover { text-decoration:underline; }

#sidebar ul {
	margin:0px;
	padding:0px;
	list-style-image:none; list-style-type:none;
	list-style-position:outside;
}
#sidebar li {
	display:block;
	padding:5px;
	text-indent:0px;
	line-height:normal;
	background-image:url(images/libg.gif);
	margin-bottom:2px;

}

#content {
	padding:80px 30px 20px;
	width:721px;
	_width:721px;  /* IE6 Haxorz */
	float:right;
	background:white url(images/bodybg.jpg) no-repeat;
	min-height:200px;
}
#content li { list-style:square; }
#content strong em { color:red; } /* Probably needs to be changed, we'll see */
#content, #content td { color:#444; font-size:12px; line-height:160%; }

#footer {
	clear:both;
	color:white;
	font-size:14px;
	text-align:center;
	background:#333;
	color:#ccc;
	padding:12px 0;
}

#subfooter {
	font-size:14px;
	color:#999;
	background:#666;
	text-align:right;
	padding:6px 0;
}

#subfooter a { color:#999; text-decoration:none; }
#subfooter a:hover { text-decoration:underline; }

h1, h2, h3, h4 {
	font-family:'Lucida Grande','Lucida Sans',Verdana,Tahoma,Arial;
	line-height:normal;
	margin-bottom:0px;
}

h1 {
	margin:0px; /* added tp prevent ie6 header padding weirdness */
	font-size: 30px;
	color: #333;
	font-weight:normal;
	letter-spacing:-2px;;
}
h2 {
	font-size:16px;
	font-weight:bold;
	color:#33485E;
}

#content .pdfs li {
	list-style-image:url(images/pdf.gif);
}

ol, ul{
	margin-top:0px;
}

#printlogo {
display:none;	
}

#alcoLink {
	z-index: 9999;
	position: absolute;
	top: 89px;
	left: 211px;
	width: 259px;
	height: 23px;
	>cursor: hand;
	cursor: pointer;
}

#links{
	float:right;
	padding:10px;
	width:210px;
	text-align:center;
}
	#links a{margin-bottom:10px;}
	#links img{border:0px;}
#ladle_images{
	padding: 10px; 
	float: right; 
	width: 300px;
}
	#ladle_images img{
		border:1px solid #383838;
		margin:0px;
	}
	#ladle_images p{
		margin-top:0px;
		margin-bottom:10px;
		padding:0px 5px;
		text-align:center;
	}
/* End of 'default' */

