
/* DullesOpen.com Styles ©2007 */
/* Design by Nethernet | www.nethernet.com */

body {
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 13px;
	margin: 20px;
	padding: 0;
	background: #e6e6e6 url(bg_gradient.gif) repeat-x;
}

div.clear {
	clear: both;
}

#container {
	width: 800px;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
	text-align: left;
	margin: auto;
	margin-top: 0;
	padding: 0;
	border-bottom: 1px solid #e7e7e7;
	background-color: #fff;
}

#banner {
	background-color: #EE1C23;
	height: 35px;
	margin: 5px;
}

#logo {
	text-align: right;
	height: 30px;
	line-height: 30px;
}

#logo a {
	background: url(logosm.gif) no-repeat right top;
	margin: 0;
	padding: 0;
	width: auto;
	display: block;
	height: 30px;
}

#logo a:hover {
	background: url(logosm.gif) no-repeat right bottom;
}

#banner h1{
	font-size: 1.4em;
	display: block;
	vertical-align: middle;
	line-height: 30px;
	font-weight: normal;
	color: white;
	margin: 0 8px 0 0;
	padding: 5px 0 0;
}

#banner h1 a, #banner h1 a:visited, #banner h1 a:hover {
	color: white;
	text-decoration: none;
	font-size: 23px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	display: inline;
	float: left;
	position: relative;
	text-align: left;
	vertical-align: middle;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	width: 130px;
}

#menu ul li a {
	display: block;
	background-color: #EE1C23;
	color: white;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	border-right: 1px solid #fff;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	font-size: 16px;

}

#menu ul li a:hover {
	background-color: #535353;
	color: #fff;

}

#menu ul li:hover ul, #menu ul li.over ul {
	display: block;
	z-index: 100;
	background-color: #f4f2f2;
	
}

#menu li ul {
	position: absolute;
	left: 0;
	top: 35px;
	display: none;
	float: none;
	width: 130px;
	border-bottom: 1px solid #e7e7e7;
	background-color: #f4f2f2;
}

#menu li ul li a {
	display: block;
	background-color: #f4f2f2;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px dashed #d6d6d6;
	color: black;
	font-size: 1em;
	text-align: left;
	padding-left: 4px;
}

#menu li ul li.last a {
	border-bottom: 1px none #e7e7e7;
}

#menu li ul li a:hover {
	background-color: #fafafa;
	color: #000;
}

#content {
	min-height: 420px;
	margin-left: 20px;
	margin-right: 20px;
}

div.node {
	line-height: 1.25em;
}

div.title {
	font-weight: normal;
	color: #4d4d4d;
	font-size: 2.5em;
	border-bottom: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
	margin-top: .67em;
	margin-bottom: .67em;
	padding-top: 30px;
	padding-left: 20px;
	position: relative;
}

div#blogtitle {
	background: url(doblog.png) no-repeat 15px;
}



#content h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #EE1C23;
}

#content ul li {
	list-style-image: url(list-line.gif);
	list-style-position: outside;
	padding-top: 0px;
	margin-bottom: 1em;
}

div.bulletpoints {
	clear: both;
	color: #4d4d4d;
	border-left: 2px solid #EE1C23;
	padding: 0;
}

div#content div.bulletpoints ul {
	/* margin changed from 20px and list image*/
	margin: 0 0 0 30px;
	list-style-type: none;
	padding: 0;
}

div#content div.bulletpoints ul li {
	list-style-type: none;
	list-style-image: url(list-line.gif);
	padding-top: 0px;
	margin-bottom: 3px;
}


/* faq */

p.q {
	font-weight: bold;
	margin-top: 3em;
}

p.q:first-letter {
	color:#EE1C23;
}

#content table {
	width: 100%;
}

#content table td, #content table th {
	border: 2px solid white;
	padding-left: 4px;
	padding-right: 4px;
}

#content table th {
	background-color: #EE1C23;
	color: white;
	font-weight: bold;
}

#content table tr td {
	background-color: #eee;
	font-size: 0.9em;
	padding: 5px 15px 5px 15px;
}

#content table tr td.button {
	padding: 0;
}

#content table tr.even td {
	background-color: white;
}

#content table td.button a {
	display: block;
	background-color: #EE1C23;
	color: white;
	font-size: 1.4em;
	text-decoration: none;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	padding: 5px 20px 5px 20px;
	border: 1px solid white;
}

#content table td.button a:hover {
	background-color: #535353;
}

div.bottom_nav {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

div.bottom_nav a {
	/*color: #4d4d4d;*/
	font-size: .8em;
}

div.bottom_nav a:hover {
	color: blue;
}

div.breadcrumb {
	margin-top: 20px;
	margin-bottom: 10px;
}

div.breadcrumb a {	
	color: #575757;
	font-weight: bold;
}

/*  Clears lists for profile picture */

div.node ul{
	clear:left;
}

div.profile-pic {
	font-size: 0.8em;
	float: left;
	border: 1px solid #e8e8e8;
	padding: 10px;
	text-align: center;
	margin: 0 20px 20px 0;
}

div.profile-pic img {
	padding: 5px;
}

div#topline li.leaf{
	float: right;
	width: 80px;
}

div#topline li.leaf a{
	color: #575757;
	font-weight: bold;
}

#content li.pdf{
	list-style-image: url(pdf.gif);
}

/*****************/
#footer {
	background-color: #f2f2f2;
	color: #9f9f9f;
	text-align: center;
	margin: 0;
	padding: 5px;
	font-size: 0.85em;
	border-top: 1px solid #e7e7e7;
	border-bottom: 5px solid #EE1C23;
}

#footer p {
	margin: 0;
}

/**************** Administration Mode **/
#sidebar_left{
	
	float: right;
	margin: 2px;
	position: absolute;
	top: 1px;
	left: 1px;
	z-index: 100;
	background-color: white;
	border: 1px solid #e7e7e7;
	filter:alpha(opacity=9); opacity: .9; -moz-opacity:0.9;
}

#sidebar_left h2{
	text-align: left;
	padding-left: 5px;
}


/************* news ticker */
#block-taxonomy_ticker-0 h2 {
	display: none;
}

#sas {

	color: #9f9f9f;
	font-size: 10px;
	text-align: center;
}

/************* news page */

div.view-content-PressReleases div.content, div.view-content-OtherNews div.content {
	background: url(blockquote.gif) no-repeat;
	padding-left: 50px;
}

h2.title a {
	color: #4d4d4d;
}

h2.title a:hover {
	color: #5c5c5c;
}

div.view-content-PressReleases div.links, div.view-content-OtherNews div.links {
	float: right;
}

div.block-views h2{
	clear: right;
}

/********* front page */
/********* padding: 10px 0 10px 0; */
div#content img.nbimage {
	border: 0;
}

div#content .carolina_main {
	float: none;
	border: 0;
	margin-top: 40px;
	margin-bottom: 50px;
}

/********* Forum */

div#forum {
	border: 1px solid #e7e7e7;
	padding: 20px;
	margin-top: 15px;
	clear: both;
}

div.links {
	margin: 10px;
}

.submitted {
	font-weight: bold;
	color: #4d4d4d;
}

a.comment_add {
	background: url(plus.png) no-repeat left;
	padding-left: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
}

a.node_read_more {
	background: url(read.png) no-repeat left;
	padding-left: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
}

#forum ul li {
	list-style-image: url(list-arrow.gif);
}

div.block-search h2{
	display:none;
}

div#top {
	height: 20px;
	width: 800px;
	margin: auto;
}

div#top li.leaf{
	float: right;
	margin-bottom: 5px;
	list-style-type: none;
	list-style-image: none;
}

div#top li.leaf a{

	color: #666;
}

/* hide the RSS icon (silly) */
div#content a.feed-icon {
	display: none;
}

/* make the front page buttons show up where we want them */

div#content div#buttonbox {
	position: relative;
	height: 86px;
}

div#content div#buttonbox span.left {
	position: absolute;
	left: 45px;
	top: 25px;
}

div#content div#buttonbox span.center {
	position: absolute;
	left: 272px;
	top: 30px;
}

div#content div#buttonbox span.right {
	position: absolute;
	right: 45px;
	top: 25px;
}

/********** Blog **********/
div.blog h2.title {
	color: #4d4d4d;
	text-decoration: none;
	margin-bottom: .1em;
	
}


div.blog h2.title a {
	color: #4d4d4d;
	text-decoration: none;
	font-size: 1.5em;
}

div.blog span.submitted {
	color: #4d4d4d;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	margin: 0;
}

div.blog {
	padding-bottom: 60px;
	background: url(separatordots.png) no-repeat center bottom;
	margin-bottom: 20px;
}

div.blog div.links {
	padding: 5px;
	border: 1px solid #e7e7e7;
	margin-top: 20px;
}

div.more-link a{
	padding: 5px;
	border: 1px solid #e7e7e7;
}

/********** Open Road Poster **********/

#bar2{


height: 340px;
border: 1px solid #e7e7e7;
	margin: 40px 0 0;
	padding: 0;
}

#bar2 div{
	float: left;
	margin: 110px 20px 20px;
}

#bar2 img{
	float: left;
	margin: 20px;
}

#bar2 a{
color: #666666;
font-weight: bold;
}

#bar2 a:hover {
	color: #EE1C23;
}

/* hack - don't dupe latest node on blog page */
#skipfirst div.view_tease_0 {
	display: none;
}

/********** Title Bar Menus **********/

div#title_menu {
	position: absolute;
	bottom: 0px;
	right: 20px;
}

div#title_menu ul {
	padding: 0;
}

div#title_menu ul li{
	list-style-type: none;
	float: right;
}

div#title_menu ul li a {
	color: #4d4d4d;
	text-decoration: none;
	font-size: 12px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-width: 1px;
	border-color: #e7e7e7;
	padding: 5px;
	font-weight: bold;
	margin-right: 5px;
}

div#title_menu ul li a:hover {
	background-color: #f6f6f6;
}



/********** User Agreements **********/

div.content ol{
	list-style-type: lower-latin;
}

div.content ol li{
	padding-top: 5px;
	padding-bottom: 5px;
}


/********** External Carolina Demo **********/

div#menu li.return {
	width: 260px;
}

div#content table.carolina_demo td{
	background-color: white;
}

