/* Start of CMSMS style sheet '2 Col - NH RSidebar' */
@charset "utf-8";
/* CSS Document */

/*******************************************************
Reset / Common
*******************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background-image: transparent;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clear {
	clear:both;
}
.clear-l {
	clear: left;
}
.clear-r {
	clear: right;
}
.pad1 {
	padding: 20px
}
.pad2 {
	padding: 15px
}
/* IE6 PNG fix */
img, div, a, input {
	behavior: url('/images/iepngfix.htc')
}
/*******************************************************
Layout / Style
*******************************************************/

body {
	height:100%;
	background-color:#ffffff;
	color:#333;
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 150%;
	background-image: url(./uploads/whitehouse/images/ivy_bg.jpg);
	background-repeat: repeat;
}
#container {
	margin:0 auto;
	padding:0;
	width:960px;
	text-align:left;
	vertical-align: middle;
	background-color: #ffffff;
}
a {
	color: #000000;
	font-weight: bold;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
blockquote {
	margin:1em;
	padding:.5em;
	background-color:#eeeeee;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
blockquote p {
	margin:.2em;
}
/* Nav */

#logo {
	float: left;
	font-size: 35px;
}
#primary-nav {
	float:left;
}
#primary-nav li {
	float: left;
	list-style: none;
	margin: 0px 0 10px 20px;
}
#primary-nav li a {
	text-decoration: none;
	font-size: 12px;
	color: #809b8b;
}
#primary-nav li a:hover {
	text-decoration: underline;
}
/* Header */

#header {
	padding:0;
	height:200px;
	background-color:#ffffff;
}
#header h1 {
	margin:0;
	padding:20px 0 0 20px;
	font-size:1.8em;
	color:#ffffff;
}
#header h2 {
	margin:0;
	padding:0 0 0 20px;
	color:#eeeeee;
}
/* Sidebar */

#sidebar {
	float:right;
	width:320px;
	height: 100%;
	background-repeat: no-repeat;
	padding: 0px 0px 15px 0px;
}
.sidebaritem {
	margin-bottom: 20px;
}
#sidebar p {
	padding:10px
}
#sidebar h2 {
	margin:0;
	padding:5px 0 10px 0;
	font-size:1.3em;
	font-weight: bold
}
#sidebar h3 {
	border-bottom: 1px solid #eee;
	padding: 0 0 2px 0;
	margin: 0 0 5px 0;
	font-weight: bold;
}
#sidebar ul {
	margin:0 0 0 0;
	list-style:none;
}
#sidebar li {
	margin:4px 0 5px 10px;
}
#sidebar li a {
	text-decoration:underline;
}
#sidebar li a:hover {
	text-decoration:none;
}
#sidebar .calendar-event {
	margin-bottom: 15px;
}
#sidebar .NewsSummary {
	margin-bottom: 15px;
}
/* Content */

#content {
	width: 600px;
	padding:0;
	padding: 0px 0px 20px 20px;
}
#content p {
	padding:6px 0 10px 0;
}
#content h2 {
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	font-size:1.6em;
	font-weight: normal;
	border-bottom: 1px solid #eee;
}
#content h3 {
	font-weight: bold;
	margin-bottom: 10px
}
#content ul {
	margin:0 0 0 -10px;
	list-style-type:disc;
}
#content li {
	margin:20px 15px 5px 10px;
	width:127px;
}
#content .calendar-event {
	border-bottom: 1px dashed #eee;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
#content .NewsSummary {
	margin-bottom: 20px;
}
#NewsPostDetailHorizRule {
	height: 1px;
	border-color: #ddd;
	background-color: #ddd;
	margin: 13px 0 10px 0;
}
h3#NewsPostDetailTitle {
	font-size: 17px;
	margin-top: 10px;
}
textarea {
	border:1px solid #CCCCCC;
	width:280px;
}
.contactform input {
	width: 280px;
	height: 25px;
	border: solid 1px #cccccc;
}
/* Footer */

#footer {
	color: #809b8b;
	font-size: 75%;
	height: 166px;
	width: 960px;
	clear: both;
	background-color: #003616;
}
#footer a {
	color: #809b8b;
	font-weight: normal;
}
/* Additional Styles */
#nav {
	width: 960px;
	height: 33px;
}
#footer .menu {
	height:63px;
	margin:0 auto;
	padding: 10px 0px 0px 0px;
	width:568px;
}
#footer .copyright {
	width: 960px;
	height: 103px;
	background-color: #002710;
	float:left;
}
#grad1header {
	width: 640px;
	height: 20px;
	background-image: url(./uploads/whitehouse/images/grad1.jpg);
	background-repeat: repeat-x;
}
.sidebarcontent {
	background-color:#FFFFFF;
	margin:15px 15px 0;
	padding:15px;
	width:260px;
	font-size: 11px;
}
#menuwrapper {
	text-align:center;
}
#cat_listing {
	width: 590px;
	height: 142px;
}
#cat_image {
	width: 107px;
	float:left;
	margin-right: 18px;
}
#cat_content {
	width: 400px;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 21px;
}
#divider_spacing {
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 20px 0px 0px 0px;
	clear: left;
	border-bottom: solid 1px #E8E8E8;
	width: 95%;
}
#divider_spacing1 {
	display: block;
	margin: 0px 0px 12px 0px;
	padding: 12px 0px 0px 0px;
	clear: left;
	border-bottom: solid 1px #E8E8E8;
	width: 95%;
}
#contactleft {
	width: 300px;
	float:left;
	margin-top: 27px;
}
#contactright {
	width: 286px;
	float:right;
}
#background {
	background: url(./uploads/whitehouse/images/background.jpg) no-repeat;
	min-height: 600px;
}

/* End of '2 Col - NH RSidebar' */

