/* based on logical_blocks theme */

body {
	margin: 12px auto;
	padding: 0;
   	font-family:Verdana, Arial, Helvetica, sans-serif;
   	font-size:12px;
	color: #000;
	text-align: center;
	background-color:#FFF;
    background-attachment:fixed;
	background-image:url(http://www.durhamcenter.org/themes/site_themes/default/blue_bkgd.jpg);
	background-repeat:repeat-x;
   	z-index:1;
}

/* These are the default link styles */

a:link, a:visited {
	text-decoration: underline;
	color: #0867b7;
}
a:hover {
	text-decoration: underline;
	color: #0c645a; /* dk green */
}

/* the wrapper holds the whole thing centrally in the browser window */

#wrapper {
	position:relative;
	margin: 0 auto;
	padding: 0;
	width: 808px;
	text-align: left;
	background-color:#FFF;
}

.header {
	position:relative;
	margin: 0;
	height: 146px;
    border: 1px solid #FFF;
}
.header_image {
	position:relative;
    float:left;
    border: 0;
}


/* the content style holds the two main columns together */

#content {
	/* position:relative; DO NOT CHANGE! */
	margin: 0;
    background-image:url(http://www.durhamcenter.org/themes/site_themes/default/blue_left_col.gif);
    background-repeat:repeat-y; 
}

#home_content {
	/* position:relative; DO NOT CHANGE! */
	margin: 0;
    background-image:url(http://www.durhamcenter.org/themes/site_themes/default/main_bkgd.gif);
    background-repeat:repeat-y; 
}
* html #home_content {  /* for IE6 only */
    background-image:url(http://www.durhamcenter.org/themes/site_themes/default/main_bkgd_IE6.gif);
}


/* blog is the right hand column where your entries and main content appear */

#blog {
	position:relative;
	float: left;
	width: 644px;
	margin: 3px 2px 10px 4px;
	color: #333;
	text-align: left;
	padding: 0;
	line-height: 1.4em;
   	z-index: 10;
	/* border: 1px solid red; */
}

#blog-flash {
	position:relative;
	float: left;
	width: 648px;
	margin: 0 1px;
	color: #333;
	text-align: left;
	padding: 0;
	line-height: 1.4em;
   	z-index: 10;
}


/* the main class keeps blog content away from the edges. Could have been done with padding in the blog class, but that could cause some woes with older browsers */

.main {
	margin: 0 2px 0 12px;
  	z-index:10;
}

/* the body field */
.left-col {
	position:relative;
    margin:0;
    padding: 0;
    width: 492px;
    float:left;
    z-index: 10;
}

/* the right col extended field */
.right-col {
	position:relative;
    margin: 8px 0 0 4px;
    padding: 0;
    width: 128px;
    text-align: left;
    float:left;
    font-size: 11px;
	line-height: 1.3em;
	z-index: 10;
    /* border: 1px solid black; */
}

.left-col-flash {
	position:relative;
    margin:0;
    padding: 0;
    width: 500px;
    float:left;
    z-index: 10;
}
/* Citizen Home Bottom section*/
.home-bottom {
	position:relative;
    margin:0;
    padding: 15px 13px;
    width: 219px;
    min-height: 255px;
    float:left;
    font-size: 11px;
	line-height: 1.4em;
    color: #003c76;
    background-color: #d4e1a0;
	background-image:url(http://www.durhamcenter.org/themes/site_themes/default/prov_lime_grad.gif);
	background-repeat:repeat-x;
    border: 2px solid #FFF;
    border-bottom-width: 0px;
    z-index: 10;
}
* html .home-bottom {  /* for IE6 only */
	padding: 15px 12px;
    height: 255px;
} 
.home-bottom .bottom-text {
	margin: 10px 15px 0 15px; 
}

/* Provider Home Bottom section */
.prov-home-bottom {
	position:relative;
    margin:0;
    padding: 5px 13px;
    width: 219px;
    min-height: 275px;
    float:left;
    font-size: 11px;
	line-height: 1.4em;
    color: #003c76;
    background-color: #d4e1a0;
	background-image:url(http://www.durhamcenter.org/themes/site_themes/default/prov_lime_grad.gif);
	background-repeat:repeat-x;
    border: 2px solid #FFF;
    border-bottom-width: 0px;
    z-index: 10;
}
* html .prov-home-bottom {  /* for IE6 only */
	padding: 5px 13px;
    height: 275px;
}
.prov-home-bottom .bottom-text {
	font-weight: bold;
	margin: 10px 15px 0 15px; 
}

.right-col-flash {
	position:relative;
    margin: 0 0;
    padding: 0;
    width: 147px;
    text-align: left;
    float:left;
    font-size: 11px;
	line-height: 1.3em;
    background-color: #e1e1e1;
    border-left: #2c6cac solid 1px;
	z-index: 10;
}
.right-col-header {
	position: relative;
	margin: 0;
    padding-top: 4px;
    height: 20px;    
	background-image:url(http://www.durhamcenter.org/themes/site_themes/default/blue_grad.gif);
	background-repeat:repeat-x;
   	font-weight: bold;
	color: #FFF;
    text-align: center;
}
.right-col-news {
	position: relative;
	margin: 4px 4px 1px 4px;
    padding: 0;
    width: 139px;
    min-height: 419px;    
   	font-weight: none;
	color: #000;
    text-align: left
}
* html .right-col-news { height: 420px; }

.intro {
	font-weight: bold;
	color: #0867b7;
}

/* template - page title */
h1 {
	font-size:  24px;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 6px;
    color: #000;
}
/* template - content title when multiple items per page (Employment) */
h2 {
	font-size:  14px;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 2px;
	color: #0867b7;
   	font-family:Arial, Helvetica, sans-serif; 
}

/* subheads within a content item */
h3 {
	font-size:  14px;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 0px;
    padding: 0;
	color: #0867b7;
   	font-family:Arial, Helvetica, sans-serif; 
}

/* larger, italics sub head within content item */
h4 {
	font-size:  16px;
	font-weight: bold;
	font-style:italic;
	margin-top: 6px;
	margin-bottom: 0px;
	color: #0867b7;
   	font-family:Arial, Helvetica, sans-serif; 
}
/* small, black heading (Calendar) */
h5 {
	font-size:  14px;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 0px;
    padding: 0;
    color: #333333;
   	font-family:Arial, Helvetica, sans-serif; 
}


.AlertText {color:#c00;}


/* small, black heading (News) */
h6 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 0px;
    padding: 0;
    color: #0867b7;
   	font-family:Arial, Helvetica, sans-serif; 
}

.center {
	text-align: center;
}

.spacer {
	clear: both;
}


p {
	margin: 0 0 12px 0;
}

#content a img {
	border: 1px solid #000;
}

/* For use with quotes and text you need to present outside of normal format */

blockquote {
	color: #333;
	border-left: 1px solid #CCC;
	margin-left: 5px;
	padding-left: 4px;
	padding-right: 4px;
	line-height: 165%;
}

/* The standard list styles. There are specific sidebar list styles later on */

ul {
	list-style-type: disc;
	margin-top: 2px;
/*	margin-bottom: 2px;
	margin-left: 0;
	padding-left: 0;  */
}
li {
	border-bottom: 0 solid #CCC;
	padding-bottom: 2px;
}

/* As it says, control of multi-entry page pagination links */

.paginate {
	margin: 18px 16px 18px 8px;
}

/* date and title are added to earlier h tags for greater control of headers. Posted shows all the author, permalink and trackback stuff under each entry */

.date {
	font-size: 10px;
}
.title {
	font-size: 24px;
	margin: 0 0 16px 0;
    padding: 6px 0 6px 6px;
    color: #000;
    background-color:#bfcf97;
    width: 636px;
    height: 22px;
   	font-family:Arial, Helvetica, sans-serif; 
}

/* Some form styling. Not much though */

checkbox {
    border: 3px double #999999;
    padding:1px;
    color: #333333;
    font-size: 10px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
}
textarea {
    border: 3px double #999999;
    padding:1px;
    color: #333333;
    font-size: 10px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
}
input {
    border: 3px double #999999;
    padding:1px;
    color: #333333;
    font-size: 10px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
}
input.submit {
    border: 2px double #999999;
    padding: 1px;
    background-color: #FFF;
    color: #333333;
    font-size: 10px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
}
fieldset {padding:10px;}


/* sidebar is the left column where all the links and secondary info show up */

#sidebar {
	float: left;
	width: 158px;
	text-align: left;
    margin: 0;
    color: #FFF;
    background-color: #0867b7; 
}
#sidebar ul#left_nav {
	margin: 0;
	padding: 0;
}
#sidebar ul#left_nav li {
	display: inline;
    margin: 0;
  /*  height: 34px;  CJT */
	list-style: none;
   	font-family:Arial, Helvetica, sans-serif; 
    font-size: 11px;
}
#sidebar ul#left_nav li a:link, #sidebar ul#left_nav li a:visited {
	color: #FFF;
	line-height: 150%; 
	text-decoration: none;
    font-weight: bold;
	display: block;
	width: 148px;
    height: 26px; 
    padding-top: 10px;
    padding-left: 10px;
   	background-image:url(http://www.durhamcenter.org/themes/site_themes/default/left_menu.png);
    background-position:0 0;
}
#sidebar ul#left_nav li a:hover {
	color: #FFF;
	line-height: 150%; 
	text-decoration: none;
    font-weight: bold;
	display: block;
	width: 148px;
    height: 26px; 
    padding-top: 10px;
    padding-left: 10px;
   	background-image:url(http://www.durhamcenter.org/themes/site_themes/default/left_menu.png);
    background-position:0 -36px;
}
#sidebar ul#left_nav li a.current:link, #sidebar ul#left_nav li a.current:visited  {
	color: #FFF;
	text-decoration: none;
	line-height: 150%; 
	display: block;
    font-weight: bold;
	width: 148px;
    height: 26px; 
    padding-top: 10px;
    padding-left: 10px;
   	background-image:url(http://www.durhamcenter.org/themes/site_themes/default/left_menu.png);
	background-position:0 -72px;
}

/* Cascading Menus */
.menu {
	position:absolute;
	width: 156px; /* this sets the width of the main menu */
	left: 158px;
	/* top is set inline */
	text-align:left;
	color:#FFF;
    background-color: #5e9ddb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
    border-top: 1px solid #ccc; 
    border-right: 1px solid #ccc; 
    border-left: 1px solid #fff; 
	display:none;
	z-index:100;
}

.menuItem {
	position:relative;
	padding: 6px 0px 0px 8px; 
	height: 22px;
    background-color: #5e9ddb;
   	background-image:url(http://www.durhamcenter.org/themes/site_themes/default/submenu.png);
	background-position: 0 0;
	cursor:pointer;
	z-index:101;
}

/* END Nav */

.sidebar_bottom { 
	min-height: 261px;
	text-align: center;
    background-color: #0867b7; 
   	background-image:url(http://www.durhamcenter.org/themes/site_themes/default/sidebar_gradient.gif);
    background-repeat:repeat-x; 
    overflow: hidden;
	height: 100%;
}
* html .sidebar_bottom { height: 240px; } /* IE only */

.sidebar_bottom #search {
	margin-top: 50px;
}
.sidebar_bottom #address {
	margin-top: 50px;
	margin-bottom: 20px;
}


 
/* top nav */

#nav_wrapper {
	padding: 0;
}
#nav_header {
	position: relative;
	width: 808px;
	height: 34px;
}
#nav_header ul#primary {
	margin: 0;
	padding: 0;
	position: relative;
}
#nav_header ul#primary li {
	display: inline;
	list-style: none;
   	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight: bold;
}
#nav_header ul#primary a, #nav_header ul#primary a.current {
	float: left;
	padding: 10px;
    margin: 0;
	border-right: 1px solid #FFF;
	text-align: center;
	text-decoration: none;
	color: #FFF;
}
#nav_header ul#primary a.current, #nav_header ul#primary a.current:hover {
	background-image:url(http://www.durhamcenter.org/themes/site_themes/default/top_nav_on.jpg);
}
#nav_header ul#primary a {
	background-image:url(http://www.durhamcenter.org/themes/site_themes/default/top_nav.jpg);
}
#nav_header ul#primary a:hover {
	background-image:url(http://www.durhamcenter.org/themes/site_themes/default/top_nav_on.jpg);
}

/* bottom nav */
/* the footer, containing credits, rss links etc */

#footer {
	margin: 0 0 20px 0;
	padding: 0;
    border-top: 2px solid #FFF;
}
#nav_footer {
	position: relative;
	width: 808px;
	height: 26px;
}
#nav_footer ul#bottom {
	margin: 0;
	padding: 0;
	position: relative;
}
#nav_footer ul#bottom li {
	display: inline;
	list-style: none;
   	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight: bold;
}
#nav_footer ul#bottom a, #nav_footer ul#bottom a.current {
	float: left;
	padding: 8px 10px;
    margin: 0;
	border-right: 1px solid #FFF;
	text-align: center;
	text-decoration: none;
	color: #FFF;
}
#nav_footer ul#bottom a.current, #nav_footer ul#bottom a.current:hover {
	background-image:url(http://www.durhamcenter.org/themes/site_themes/default/bottom_nav_on.jpg);
}
#nav_footer ul#bottom a {
	background-image:url(http://www.durhamcenter.org/themes/site_themes/default/bottom_nav.jpg);
}
#nav_footer ul#bottom a:hover {
	background-image:url(http://www.durhamcenter.org/themes/site_themes/default/bottom_nav_on.jpg);
}
.my_form fieldset {border:0;padding:0;}
.my_form form {margin-left:20px;}
.row {margin: 0 0 10px 0;}
.row label {display:block;}
.row input {width: 391px;border:1px solid #444;padding:2px;}
.cbrow input {border:0;}
.ma .row {margin:5px 0;float:left;margin-right:10px;xxdisplay:inline;}
.ma .row label {width:230px;display:block;}
.ma .row input {width:225px;}
.ma .long label {width:600px;}
.ma .long input {width:468px;}
.ma .long textarea {width:468px;height:150px;border:1px solid #444;}
.ma .medium label, .ma .medium input {width:300px;}
.ma .form_button {margin:10px 0 0 214px;}
.short {padding-left:50px;}
.short .row {float:left;margin-right:10px;display:inline;}
.short .row label {width:87px;}
.short .row input {width:187px;}
.short input.very_short {width:86px;}
.form_button {margin-left:177px;}
.course h4 {margin:15px 0 10px 0;}
.course .row {float:left;margin-right:10px;}
#course_name {width:250px;}
#course_date {width:124px;}
.prov_address {list-style:none;}
.cbrow {width:600px;clear:both;}
.cbrow label {margin-bottom: 10px;float:right;text-align:left;width:575px;}
.cbrow input {float:left;}
.my_form p {padding-right:20px;}

/* Some resets for compatibility with existing CSS */

.date_selector, .date_selector * {width: auto;height: auto;border: none;background: none;margin: 0;padding: 0;text-align: left;text-decoration: none;}
.date_selector {background: #F2F2F2;border: 1px solid #bbb;padding: 5px;width:217px;display: none;}
.date_selector_ieframe {position: absolute;z-index: 99999;display: none;}
.date_selector .nav {width: 17.5em; /* 7 * 2.5em */}
.date_selector .month_nav, .date_selector .year_nav {margin: 0 0 3px 0;padding: 0;display: block;position: relative;text-align: center}
.date_selector .month_nav {float: left;width: 55%}.date_selector .year_nav {float: right;width: 38%;margin-right: -8px; /* Compensates for cell borders */}.date_selector .month_name, .date_selector .year_name {font-weight: bold;line-height: 20px}.date_selector .button {display: block;position: absolute;top: 0;width: 18px;height: 18px;line-height: 17px;font-weight: bold;color: #003C78;text-align: center;font-size: 120%;overflow: hidden;border: 1px solid #F2F2F2}  .date_selector .button:hover, .date_selector .button.hover {background: none;color: #003C78;cursor: pointer;border-color: #ccc}.date_selector .prev {left: 0}.date_selector .next {right: 0}.date_selector table {border-spacing: 0;border-collapse: collapse;clear: both}  .date_selector th, .date_selector td {width: 2.5em;height: 2em;padding: 0;text-align: center;color: black}  .date_selector td {border: 1px solid #ccc;line-height: 2em;text-align: center;white-space: nowrap;color: #003C78;background: white}  .date_selector td.today {background: #FFFEB3}  .date_selector td.unselected_month {color: #ccc}  .date_selector td.selectable_day {cursor: pointer}  .date_selector td.selected {background: #D8DFE5;font-weight: bold}  .date_selector td.selectable_day:hover, .date_selector td.selectable_day.hover {background: #003C78;color: white}

#ur_resources h2 {
	font-size:  20px;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 10px;
    padding: 0;
    color: #333333;
   	font-family:Arial, Helvetica, sans-serif; 
line-height:1.2;
}
#ur_resources h1 {font-size:18px;padding:8px 0 4px 6px;}
#ur_resources .left-col {width:430px;}
#ur_resources .left-col a:visited {color:#666;}
#ur_resources .left-col a:hover {color:#0c645a;}
#ur_resources .right-col {width:190px;font-size:12px;}
.dc_info {background-color:#4682b4;padding:7px;}
.dc_info h3 {margin-bottom:3px;font-size:18px;color:#fff;font-weight:normal;}
.dc_info ul {list-style:none;padding:0;color:#fff;margin:0;}
ul.ur_links {margin:7px 0 0;font-size:12px;}
.ur_links li {margin-bottom:7px;}
.ur_links a {color:#fff;}
.ur_links a:visited{color:#bbc;}
.ur_links a:hover{color:#ccc;}


