/*=================== SECTIONAL BACKGROUNDS ====================*/
body#about		{background-image: url(/images/backgrounds/about.jpg);}
body#education	{background-image: url(/images/backgrounds/education.jpg);}
body#policy		{background-image: url(/images/backgrounds/policy-initiatives.jpg);}
body#jobs		{background-image: url(/images/backgrounds/jobs.jpg);}
body#involved	{background-image: url(/images/backgrounds/get-involved.jpg);}
body#resources	{background-image: url(/images/backgrounds/resources.jpg);}
body#contact	{background-image: url(/images/backgrounds/contact.jpg);}
body#sitemap	{background-image: url(/images/backgrounds/sitemap.jpg);}
body#secure		{background-image: url(/images/backgrounds/sitemap.jpg);}

/*=================== STANDARD RULES ====================*/
#container{
	width:766px;
	margin-left:5px;
	background-image:url(/images/secondary-column-bg.gif);
	background-repeat:repeat-y;
	border-top:10px solid black;
}
#leftcolumn{
	float:left;
	width:194px;
	margin-left:10px;
}
/* IE/Win Only */
* html #leftcolumn{_margin-left:5px;}

#contentcontainer{
	margin-top:50px;
	margin-left:204px;
	padding-bottom:60px;
}

#content{
	margin:0px 30px 10px 20px;
	padding-top:35px;
	/*font:normal 1.1em/1.4 Georgia, Times, serif;*/
	font:normal 14px/18px Georgia, Times, serif;
}
/*=================== STANDARD CONTENT RULES ====================*/
#content p, #content ul, #content fieldset, #content table, #content form {margin-bottom:1em;}
#content h2 {margin-bottom:.8em;}
#content h3, #content h4, #content h5, #content h6 {margin-bottom:.23em;}
#content ul {margin-left:20px;}
#content ul, #content ol {margin-top:0;}
#content ol ol, #content ul ul, #content ol ul, #content ul ol {margin-top:0; margin-bottom:0;}
#content hr {
	height:1px;
	color:#990000;
	background-color:#990000;
	border-color:#990000;
	margin:1em 0 .3em;
	border-width:0;
}

/*===============================================================*/
#content h1 {margin-bottom: 30px;}
#content p {margin-bottom: 14px;}

#container .clearfloats{clear:both; height:.1em;}

#leftmenu{
	position:relative;
	width:199px;
	margin-left:-15px;
	margin-top:20px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	font-weight:bold;
	text-transform:uppercase;
	background-image:url(/images/backgrounds/leftmenu-bg.gif);
}
#leftmenu h2{
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:0;
	margin-left:16px;
	padding:10px 0px 0px 10px;
}
#leftmenu ul {padding:5px 0 10px;}
#leftmenu ul ul {padding:0;}
#leftmenu li {
	list-style:none;
	display:block;
	margin-left:16px;
}
#leftmenu li li {
	margin-left:0;
}
#leftmenu li a {
	display:block;
	padding:3px 10px 3px 10px;	
}
* html #leftmenu li a {height:1%;}
#leftmenu li li a {
	padding:3px 10px 3px 20px;
}
#leftmenu li a:link, #leftmenu li a:visited {
	color:white;
	text-decoration:none;
}
#leftmenu li a:active, #leftmenu li a:focus, #leftmenu li a:hover {
	background:url(/images/arrow-right.gif) no-repeat -2px 4px;
	text-decoration:none;
}
#leftmenu li.cur-page a {background:url(/images/arrow-right.gif) no-repeat -2px 4px;}
#leftmenu li.cur-page li a {background-image:none;}
#leftmenu li.cur-page a:active, #leftmenu li.cur-page a:focus, #leftmenu li.cur-page a:hover {
	background:url(/images/arrow-right.gif) no-repeat -2px 4px;
}

#leftmenubottom{
	position:relative;
	width:199px;
	height:10px;
	margin-left:-15px;
	margin-bottom:60px;
	background-image:url(/images/backgrounds/leftmenubottom-bg.gif);
}

#leftimage{
	position:relative;
	width:199px;
	margin:0 0 60px -15px;
}
#leftimage-image {
	padding-left:15px;
	background:url(/images/backgrounds/leftimage-bg.gif) repeat-y;
}
#leftimage-top, #leftimage-bottom {
	font-size:0;
	line-height:0;
}
#leftimage-top {
	height:12px;
	background:url(/images/backgrounds/leftimage-bg-top.gif) repeat-y;
}
#leftimage-bottom {
	height:16px;
	background:url(/images/backgrounds/leftimage-bg-bottom.gif) repeat-y;	
}

#leftquote{
	position:relative;
	width:199px;
	margin:0 0 60px -15px;
}
#leftquote-image {
	padding-left:15px;
	background:url(/images/backgrounds/quote-bg.gif) repeat-y;
}
#leftquote-top, #leftquote-bottom {
	font-size:0;
	line-height:0;
}
#leftquote-top {
	height:12px;
	background:url(/images/backgrounds/quote-bg-top.gif) repeat-y;
}
#leftquote-bottom {
	height:5px;
	background:url(/images/backgrounds/quote-bg-bottom.gif) repeat-y;	
}
