@import "default.css";
@import "poll.css";

body {
	font-size:10px;
	background:#fff;
	font-family: Arial, "MS Trebuchet", sans-serif;
}

strong { font-weight:bold; }

em { font-style:italic; }

li.orange a	{
	color:#EF9520 !important;
}

li.red a	{
	color:#9B152C !important;
}

#header-wrapper {
	width:100%;
	height:110px;
	background:#0b524b;
	
}

#header {
	width:950px;
	height:110px;
	margin:0px auto;
	position:relative;
}

#header h1 {
	display:block;
	background: url('/images/logo.jpg') top left no-repeat;
	height:110px;
	width:250px;
	text-indent:-9999px;
}

#header h1 a {
	height:110px;
	width:250px;
	display:block;
}

#header form {
	position:absolute;
	top:20px;
	right:0;
}

#header form input.text {
	border:0;
	background:#fff;
	font-size:1.4em;
	line-height:1.5em;
	color:#cccccc;
	height:16px;
	width:154px;
	padding:4px 10px;
	position:absolute;
	top:0;
	right:77px;
}

#header form input.button {
	border:0;
	background:#339966;
	color:#fff;
	font-size:1.4em;
	line-height:1.5em;
	font-weight:bold;
	width:72px;
	height:24px;
	position:absolute;
	top:0;
	right:0;
}

#site-nav {
	position:absolute;
	bottom:20px;
	right:0;
	color:#fff;
	font-size:1.5em;
}

#site-nav ul li {
	display:inline;
	margin-left:15px;
}

#site-nav a {
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}

#site-nav a:hover {
	border-bottom:1px solid #fff;
}

#main-wrapper {
	width:100%;
	background:#fff;
}

#main {
	width:950px;
	margin:0px auto;
	overflow:hidden;
	margin-top:20px;
}

#main h2 {
	color:#9b152c;
	font-size:1.5em;
	font-weight:bold;
}
#sidebar-nav {
	width:182px;
	float:left;
}

#departments {
}

#departments h2 {
	border-bottom:1px solid #e7e7e7;
	padding-bottom:10px; 
	width:165px;
	font-size:18px;
}

#departments ul {
	width:165px;
	margin-bottom:20px;
}

#departments ul li {
	width:161px;
	border-bottom:1px solid #e7e7e7;
	padding:2px 0;
	overflow:hidden;
}


#departments a.top-nav-item {
	font-size:1.3em;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	margin-left:13px;
	display:block;
	width:144px;
	
}

#departments a.no-dropdown-nav-item {
	font-size:1.3em;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	display:block;
	width:144px;
	margin-left:13px;
	
}

html>body a.top-nav-item {
	width:151px;
}

#departments a:hover {
	text-decoration:underline;
}

#departments ul.subnav {
	margin-left:15px;
	display:none;
	margin-bottom:0;
}

#departments ul.subnav li {
	border:0;
}

#departments ul.subnav li a {
	color:#006633;
	font-size:.9em;
	font-weight:normal;
	text-decoration:none;
}

#departments ul.subnav li a:hover {
	text-decoration:underline;
}

#departments ul li a.expand-button {
	background:url('/images/sidenav_arrow.jpg') center left no-repeat;
	width:11px;
	margin-right:3px;
	margin-top:3px;
	float:left;
	display:block;
	text-decoration:none;
}

#departments ul li a.expand-button-open {
	background:url('/images/sidenav_arrow_open.jpg') center left no-repeat;
	width:11px;
	margin-right:3px;
	margin-top:3px;
	float:left;
	display:block;
	text-decoration:none;
}

#departments ul li p.expand-button {
	background:url('/images/sidenav_arrow.jpg') center left no-repeat;
	width:11px;
	margin-right:3px;
	margin-top:3px;
	float:left;
	display:block;
	text-decoration:none;
	text-indent:-9999px;
}

#departments ul.show {
	display:block;
}

#content {
	width:458px;
	float:left;
	font-size:1.2em;
	line-height:1.6em;
	color:#333;
	overflow:hidden;
}

#content h1 {
	font-weight:bold;
	color:#000;
	font-size:1.1em;
}

#content h2 {
	font-weight:bold;
	color:#000;
	font-size:1.3em;
	margin-bottom:10px;
}

*:first-child+html #content h2 {
	font-size:1.2em;
}

#content h2 span {
	color:#0B524B;
}

#content a {
	color:#0B524B;
	text-decoration:underline;
}

#content p {
	margin-bottom:10px;
	font-size:1em;
	line-height:1.2em;
}

#content a:hover {
	color:#0B524B;
}

#flash-header {
	margin-bottom:20px;
	width:458px;
}

#headlines {
	padding:0 5px;
	width:435px;
	
	margin-bottom:20px;
}

#content-inside #headline p {
	margin-bottom:0px;
}

#content-inside #headline a {
	margin-bottom:10px;
}

#headlines h2 {
	color:#9b152c;
	font-size:18px !important;
	font-weight:bold;
}

#headlines-header {
	position:relative;
	height:20px;
	border-bottom:1px solid #e7e7e7;
	padding-bottom:5px;
}


#headlines-header p {
	position:absolute;
	right:0;
	top:0;
	color:#7F7F81;
	font-size:1.6em;
	font-weight:bold;
	padding:0px;
}

#headlines-content {
	margin-top:10px;
}

#mag-news {
	padding:0 5px;
	width:435px;
}

#mag-news h1 {
	border-bottom:1px solid #e7e7e7;
	padding-bottom:5px;
	margin-bottom:12px;
	color:#9B152C;
	font-size:18px;
}


#mag-news .news-item {
	margin-bottom:15px;
}

#highlights {
	padding:0 5px;
	margin-top:20px;
}


#highlights h1 {
	border-bottom:1px solid #e7e7e7;
	padding-bottom:5px;
	margin-bottom:12px;
	font-size:1.5em;
	color:#9B152C;
	font-weight:bold;
}

#highlights .highlights-header {
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:10px;
}

#highlights .highlights-header a {
	text-decoration:none;
}

#highlights .highlights-header a:hover {
	text-decoration:underline;
}

#highlights .highlights-item {
	margin-bottom:15px;
}

#content-inside {
	width:755px;
	float:left;
	font-size:1.2em;
	line-height:1.6em;
	color:#333;
	overflow:hidden;
}

#content-inside h1 {
	font-size:1.6em;
	font-weight:bold;
	color:#9b152c;
	margin:15px 0 5px 0;
}

#content-inside h2 {
	font-size:1.3em;
	font-weight:bold;
	color:#333;
	margin:15px 0 5px 0;
}

#content-inside h2 span {
	color:#0B524B;
}

#content-inside h2 span a {
	color:#333333;
	text-decoration:none;
}

#content-inside h2 span a:hover {
	color:#333333;
}

#content-inside h3 {
	border-bottom:1px solid #E7E7E7;
	color:#EF9520;
	font-size:1.2em;
	font-weight:normal;
	margin:0px 0px 15px;
	padding:0px 0px 3px;
	text-align:right;
}

#content-inside h3 a {
	color:#EF9520;
	text-decoration:none;
}

#content-inside h3 a:hover {
	text-decoration:underline;
}

#content-inside .image img {
	border:1px solid #e8e8e8;
	padding:4px;
	margin-top:0;
}

#content-inside p {
	margin-bottom:15px;
}

#content-inside a {
	color:#0B524B;
	text-decoration:underline;
}

#content-inside a:hover {
	color:#0B524B;
	text-decoration:none;
}

#content-inside ul {
	list-style-type:disc;
	margin-bottom:20px;
	list-style-position:inside;
}

#content-inside ol {
	list-style-type: decimal;
	margin-bottom:20px;
	list-style-position:inside;
}

#content-inside ol li {
	list-style-type: decimal;
	list-style-position:inside;
	margin-bottom:10px;
}

#content-inside ol ol {
	margin-left:30px;
	margin-top:10px;
}

#content-inside li {
	font-size:12px;
	color:#333;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 5px;
	line-height:1.5em;
}

#content-inside ul li ul {
	margin-left:20px;
	
}

#content-inside .inline {
	list-style-type:none;
	padding: 5px 20px 5px 20px;
}
#content-inside .inline li {
	display:inline;
	border-left: 1px solid black;
}
#content-inside table {
	margin:5px 10px 5px 10px;
}
#content-inside th {
	font-size:13px;
	font-weight:100;
	color:#333;
	margin:0px 0px 0px 0px;
	padding:20px 5px 5px 5px;
	line-height:1.3em;
	border-bottom:1px solid #e7e7e7;
}

#about #content-inside th {
	font-size:14px;
	font-weight:100;
	color:#333;
	margin:0px 0px 0px 0px;
	padding:20px 5px 5px 5px;
	line-height:1.3em;
	border:0;
}

#content-inside td {
	font-size:12px;
	color:#333;
	margin:0px 0px 0px 0px;
	padding:0px 5px 0px 5px;
	line-height:1.3em;
	vertical-align:text-top;
}
#content-inside .intro {
	margin:0px 0px 25px 0px;
	padding:0px 0px 10px 5px;
	border-bottom:3px solid #e7e7e7;
}

#extra-sidebar {
	width:310px;
	float:left;
}

/* TABS CSS */

#tabbed-box {
	padding-left:19px;
	margin-bottom:20px;
}

html>body #tabbed-box {
	padding-left:20px;
}

#tabbed-box ul {
	overflow:none;
	margin-left:-9px;
	border-bottom:2px solid #cccccc;
	height:27px;
	padding-left:10px;
	margin-bottom:15px;
}
#tabbed-box ul li {
	float:left;
	display:block;
	width:90px;
	height:30px;
	margin-right:5px;
	font-size:1.6em;
	text-transform:uppercase;
}

#tabbed-box ul li a {
	background: url('/images/tabs.jpg') top left no-repeat;
	width:90px;
	height:22px;
	padding-top:8px;
	display:block;
	text-align:center;
	color:#b7b7b7;
	text-decoration:none;
	font-weight:bold;
}

#tabbed-box ul li a:hover,
#tabbed-box ul li.ui-tabs-selected a {
	background: url('/images/tabs.jpg') bottom left no-repeat;
	color:#464646;
	font-weight:bold;
}

#tabbed-box .tabbed-item {
	padding-right:10px;
}

#tabbed-box .tabbed-item p  {
	font-size:1.2em;
	color:#333;
}

#tabbed-box .tabbed-item p strong{
	font-size:1.1em;
	font-weight:bold;
}

#tabbed-box .tabbed-item ul {
	height:auto;
	display:block;
	overflow:hidden;
}

#tabbed-box .tabbed-item ul li {
	display:block;
	font-size:1.2em;
	text-transform:none;
}

#value_tab ul {
	list-style-type:disc;
	list-style-position:outside;
	margin-left:5px;
	padding-left:0;
	border:0;
}

#value_tab ul li {
	float: none;
	width: auto;
	height:auto;
	margin-bottom:5px;
	list-style-type:disc !important;
	list-style-position:outside;
	background: url('/images/list_btn.jpg') top left no-repeat;
	background-position:0 10%;
	padding-left:10px;
}

.ui-tabs-hide { display: none; }

/* END */

#join {
	overflow:hidden;
	width:290px;
	padding:0 0 0 20px;
	margin-bottom:10px;
}

#join a {
	background:#ef9520;
	color:#fff;
	width:130px;
	height:24px;
	padding-top:3px;
	display:block;
	text-decoration:none;
	font-size:1.6em;
	font-weight:bold;
	text-align:center;
	float:left;
}

#join a:hover {

}

#join a.join_mag {
	margin-right:20px;
}

#signup-email {
	text-align:center;
	padding:0 0 0 20px;
	margin-bottom:13px;
}

#signup-email a {
	background:#9b152c;
	color:#fff;
	width:220px;
	padding-top:3px;
	padding-bottom:3px;
	display:block;
	text-decoration:none;
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
}

html>body #signup-email a {
	margin:0px auto;
}

#sidebar-ad-small {
	padding:0 0 0 20px;
	margin-bottom:35px;
}

#sidebar-ad-small img {
	border:1px solid #ccc;
	padding:3px;
}

#meetings {
	margin-left:11px;
	font-size:1.2em;
	line-height:1.4em;
	color:#333;
}

#meetings h1 {
	border-bottom:1px solid #e7e7e7;
	padding-left:9px;
	padding-bottom:5px;
	margin-bottom:13px;
	font-size:18px;
	color:#9B152C;
	font-weight:bold;
}

#meetings p {
	margin-left:20px;
	margin-bottom:13px;
}

#meetings p span {
	color:#0b524b;
	font-weight:bold;
	font-size:1.1em;
	margin-right:5px;
}

#meetings p strong {
	color:#000;
	font-weight:bold;
	font-size:1.1em;
}

#meetings p a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

#meetings p a:hover {
	text-decoration:underline;
}

#meetings p a {
	color:#9B152C;
	text-decoration:underline;
	}
	
#meetings p a:hover {
	text-decoration:none;
}

#extra-sidebar .sidebar-ad-large {
	text-align:right;
	margin-bottom:5px;
}

#footer-wrapper {
	width:100%;
	border-bottom:30px solid #0b524b;
	margin-top:20px;
	padding-bottom:20px;
}

#footer {
	width:950px;
	margin:0px auto;
	text-align:center;
}

#footer a {
	color:#006633;
	text-decoration:underline;
	padding:0 3px;
}

table tr th {
	text-align:center;
	}