/* Start of CMSMS style sheet 'Default' */
/* GENERAL LAYOUT 
=================================================================== */
html { min-height: 100%; margin-bottom: 1px; }
body {
	background: #e9e9e9 url(/uploads/images/background.gif) top repeat-x;
	font: 13px/1.5 'trebuchet ms', helvetica, sans-serif;
	color: #343434;
	margin: 0 0 25px 0;
	padding: 0;
	}
table, tr, th, td {
	font: 13px/1.5 'trebuchet ms', helvetica, sans-serif;
	color: #343434;
	border-collapse: collapse;
	border: none;
	margin: 0;
	padding: 0;
	}
	
#site {
	background: #fff;
	width: 980px;
	margin: 0 auto;
	padding: 0;
	border-right: 3px solid #dddddd;
	border-bottom: 3px solid #dddddd;
	border-left: 3px solid #dddddd;
	}
	
#logo {
	float: left;
	margin: 0;
	padding: 0;
	}
#randomPhotos {
	float: right;
	margin: 0;
	padding: 0;
	}

#menu {
	background: #006697 url(/uploads/images/backgroundMenu.gif) top repeat-x;
	height: 44px;
	clear: both;
	}
	
#content {
	background: url(/uploads/images/backgroundContent.gif) top repeat-x;
	width: 930px;
	padding: 25px;
	}

.tagline {
	float: right;
	color: #007254;
	font-size: 16px;
	width: 220px;
	font-style: italic;
	text-align: center;
	margin: 0 0 25px 25px;
	}

.logoRight {
	float: right;
	color: #007254;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	margin: 0 0 25px 25px;
	}
	
#newsFlash {
	background: #ffed86 url(/uploads/images/newsFlash.gif) top left no-repeat;
	color: #1b1b1b;
	border-top: 3px solid #a61f38;
	border-bottom: 3px solid #a61f38;
	margin: 25px -25px 0 -25px; /* relative to #content padding */
	padding: 15px 15px 5px 125px;
	}
	
#advocacy {
	margin: 20px -25px 20px -25px; /* relative to #content padding */
	width: 980px;
	border-left: 2px solid #004477;
	border-right: 2px solid #004477;
	border-bottom: 2px solid #004477;
	}
#advocacy th {
	background: #00467a url(/uploads/images/backgroundAdvocacyHead.gif) top repeat-x;
	font-size: 28px;
	font-weight: normal;
	text-align: left;
	color: #fff;
	padding: 4px 25px 6px 25px;
	}
#advocacy td {
	background: #f0f0f0 url(/uploads/images/backgroundAdvocacy.gif) top repeat-x;
	vertical-align: top;
	font-size: 12px;
	line-height: 1.2;
	}
#advocacyLeft { border-right: 2px solid #004477; }
#advocacyMiddle { border-right: 2px solid #004477; }
#advocacyRight { }

#homeLogos {
	text-align: center;
	padding: 0 0 0 15px;
/*
	border-left: 1px solid #d8d8d8;
*/
	width: 285px;
	float: right;
	}

#accessBar {
	background: #e3f0fa;
	padding: 5px 10px;
	color: #4f89b6;
	}
#date { font-size: 11px; }
#access {
	color: #2e6997;
	font-size: 12px;
	float: right;
	}

	
#calendarList {
	width: 600px;
	padding: 0 15px 0 0
	}
#calendarList table { margin: 15px 0; }
#calendarList table th {
	background: url(/uploads/images/iconCalendar.gif) no-repeat;
	padding: 0 0 3px 25px;
	white-space: nowrap;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	font-style: italic;
	}
#calendarList table td { 
	padding: 0 10px 3px 10px;
	font-weight: bold;
	vertical-align: top;
	}
	
.contactTable { }
.contactTable td {
	vertical-align: top;
	padding: 0 15px;
	width: 50%;
	}
	
#search {
	float: right;
	margin: 10px 15px 0 0;
	}
#search input { vertical-align: middle; }
#search { }
	
.breadcrumbs {
	margin: -10px 0 20px 0;
	border-bottom: 1px dashed #dddddd;
	font-size: 11px;
	}
	
.split td {
	padding: 0 15px 0 0;
	vertical-align: top;
	width: 50%;
	}
	
#submenu {
	float: right;
	margin: -25px -25px 40px 40px;
	border-left: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	width: 200px;
	}
	
.twoCols {
	margin-bottom: 15px;
	}
.twoCols th {
	font-weight: bold;
	font-size: 14px;
	color: #a61f38;
	text-align: left;
	border-bottom: 1px solid #ddd;
	padding: 15px 5px 5px 15px;
	}
.twoCols td {
	padding: 5px 25px;
	border-bottom: 1px solid #ededed;
	}
	
.splitLine {
	margin: 0 auto;
	width: 75%;
	}
.splitLine th {
	font-weight: normal;
	vertical-align: top;
	padding: 0 15px 0 0;
	border-right: 1px solid #d8d8d8;
	width: 50%;
	}
.splitLine th img {
	border: 1px solid #d8d8d8;
	padding: 4px;
	margin: 5px 0;
	}
.splitLine td {
	vertical-align: top;
	padding: 0 0 0 15px;
	width: 50%;
	}
.splitLine td h3 { margin-top: 20px; }

.pagination {
	font-size: 12px;
	margin: 0 0 15px 0;
	}
.pagination span { font-weight: bold; }

#homeEventList { width: 580px; }

.dataForm { }
.dataForm th {
	font-weight: bold;
	text-align: left;
	padding: 0 0 10px 0;
	}
.dataForm td {
	padding: 5px 10px;
	white-space: nowrap;
	}
.dataForm td span { color: red; }

#eventBox {
	background: #fffbec url(/uploads/images/backgroundEventBox.gif) top repeat-x;
	border-top: 1px solid #fae499;
	border-left: 1px solid #fae499;
	border-bottom: 1px solid #e4c661;
	border-right: 1px solid #e4c661;
	width: 225px;
	float: right;
	margin: 10px 10px 30px 30px;
	padding: 10px;
	}
#eventBox h2 {
	color: #007ab5;
	margin: 0;
	}
#eventBox p { margin: 0; }

#footer {
	margin: 0 auto 25px auto;
	font-size: 12px;
	color: #767676;
	}
#footerAddress {
	width: 520px;
	margin: 15px auto;
	}
#footerAddress img {
	float: left;
	}
#footer span {
	font-size: 14px;
	color: #187dcb;
	}
#copyright {
	text-align: center;
	font-size: 12px;
	color: #959494;
	}
#techassist {
	margin: 15px 0;
	text-align: center;
	}

#calID15092008 .registrationForm { display: none; }

.center { text-align: center; }
.clear { clear: both; }
.nomargin { margin: 0; }

/* HEADINGS
=================================================================== */

p, h1, h3, h4, h5, h6 { margin-top: 0; }

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #a61f38;
	}
	
#goingGreen h1 { color: #017a4d; }
#goingGreen h2 { color: #005435; }
#goingGreen h3 { color: #003729; }

h2 {
	font-size: 20px;
	font-weight: normal;
	color: #017a4d;
	margin-top: 25px;
	}
#newsFlash h2 {
	font-size: 20px;
	font-weight: normal;
	color: #a61f38;
	font-style: italic;
	margin: 0;
	}
#calendarList h2 { margin: 0; }
	
h3 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 10px;
	color: #2b4171;
	}
#homeLogos { color: #017a4d; }
	
h4 {
	color: #007254;
	font-size: 16px;
	font-style: italic;
	}
	
h5 {
	font-size: 14px;
	font-weight: bold;
	}
	
h6 {
	font-size: 11px;
	font-weight: normal;
	}
	
#advocacy td p { margin: 0; }

.required {
	color: red;
	font-weight: bold;
	}

/* LINKS
=================================================================== */

a:link, a:active, a:visited {
	color: #005085;
	text-decoration: underline;
	}
a:hover { color: #008361; }

#goingGreen a:link, #goingGreen a:active, #goingGreen a:visited {
	color: #008361;
	text-decoration: underline;
	}
#goingGreen a:hover { color: #005085; }

#newsFlash a, #advocacy td ul li a { text-decoration: none; }

#menu a:link, #menu a:active, #menu a:visited {
	background: url(/uploads/images/backgroundMenuLink.gif) top repeat-x;
	color: #fff;
	text-decoration: none;
	padding: 10px 15px 14px 13px;
	}
#menu a:hover {
	background: none;
	color: #fff;
	}
#menu ul li ul li a:link, #menu ul li ul li  a:active, #menu ul li ul li  a:visited {
	background-image: none;
	background-color: #007ab5;
	color: #fff;
	text-decoration: none;
	padding: 2px 10px;
	font-size: 12px;
	}
#menu ul li ul li a:hover {
	background-color: #008361;
	background-image: none;
	color: #fff;
	}
#menu li.menuactive a { background: none; }

#submenu ul li a:link, #submenu ul li a:active, #submenu ul li a:visited {
	background: #ededed url(/uploads/images/backgroundSubmenuRight.gif) top repeat-x;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #cacaca;
	padding: 3px 10px;
	display: block;
	font-size: 12px;
	}
#submenu ul li a:hover {
	background: #fff;
	}
#submenu ul li ul li a:link, #submenu ul li ul li a:active, #submenu ul li ul li a:visited {
	background: #e2e2e2;
	padding: 3px 20px;
	font-weight: normal;
	font-size: 11px;
	}
#submenu ul li ul li a:hover {
	background: #ededed;
	color: #a91e35;
	}
#submenu li.menuactive.menuparent a.menuactive.menuparent, #submenu li.menuactive a.menuactive {
	background: #006697;
	color: #fff;
	}

#goingGreen #submenu li.menuactive.menuparent a.menuactive.menuparent, #goingGreen #submenu li.menuactive a.menuactive {
	background: #017a4d;
	color: #fff;
	}
	
#access a:link, #access a:active, #access a:visited {
	color: #a61f38;
	text-decoration: none;
	}
#access a:hover { color: #258dc0; }
	
#footer a:link, #footer a:active, #footer a:visited {
	color: #959494;
	text-decoration: none;
	}
#footer a:hover { color: #767676; }

.breadcrumbs a { text-decoration: none; }

/* LISTS
=================================================================== */

#content li {
	list-style-image: url(/uploads/images/bulletList01.gif);
	margin-bottom: 8px;
	}
	
#menu ul { border-right: 1px solid #2e92c2; }
#menu ul li { background: url(/uploads/images/backgroundMenuLinkOver.gif) top repeat-x; }
#menu ul li ul { background: #007ab5; }
#menu ul li ul li {
	margin-top: 1px;
	width: 200px;
	border-top: 1px solid #258dc0;
	}
#menu ul li ul, #menu ul li ul li ul {
	border-right: 1px solid #005882;
	border-bottom: 1px solid #005882;
	border-left: 1px solid #005882;
	}
#menu ul li ul li ul { margin-left: 0; }

/*
#menu li ul li.menuactive a.menuparent { background: url(/uploads/images/arrowRight.png) top right no-repeat; }
*/

#submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#submenu ul li {
	list-style-image: none;
	margin: 0;
	padding: 0;
	}

#advocacy td ul {
	margin: 0;
	padding: 15px 15px 10px 30px; /* VRM Additions for Home Page At Issue Links at bottom of Headlines Table */
/*	padding: 15px 15px 15px 30px; */
	}
#advocacy td ul li {
	margin: 0 0 8px 0;
	padding: 0;
	}

/*** BEGIN VRM Additions for Home Page At Issue Links at bottom of Headlines Table ***/
#advocacy td.at-issue-home-link {
	background-image:none;
}
#advocacy td.at-issue-home-link ul {
	padding-top:0px;
	padding-bottom:5px;
	list-style:none;
	background:url(/uploads/images/iconArrow.gif) 10px 0px no-repeat;
}
#advocacy td.at-issue-home-link li {
    text-align: left;
	font-face:'trebuchet ms',helvetica,sans-serif;
	font-size:1.1em;
    list-style: none;
}
/* Fix for IE 6 only - Hides from FoxFire-IE7-IE5-mac \*/
* html #advocacy td.at-issue-home-link li {
	display:inline;
}

#advocacy td.at-issue-home-link li a, #advocacy td.at-issue-home-link li a:link, #advocacy td.at-issue-home-link li a:active, #advocacy td.at-issue-home-link li a:visited {
	color:#000;
	text-decoration:none;
}
#advocacy td.at-issue-home-link li a:hover {
	color:#008361;
	text-decoration:none;
}
/*** END VRM Additions for Home Page At Issue Links at bottom of Headlines Table ***/

ul.bulletLinks li { margin-bottom: 15px; }
ul.bulletLinks li a {
	font-weight: bold;
	font-size: 14px;
	}

#eventList li {
	list-style-image: url(/uploads/images/iconCalendar.gif);
	margin-bottom: 15px;
	}
#eventList li a { font-weight: bold; }

#footer ul {
	margin: 0 0 8px 0;
	padding: 0;
	list-style: none;
	text-align: center;
	}
#footer ul li {
	display: inline;
	margin: 0 5px;
	padding: 0;
	}

/* IMAGES
=================================================================== */

img { border: none; }

.photoRight {
	float: right;
	margin: 0 0 25px 25px;
	text-align: center;
	}
.photoRight img {
	border: 1px solid #d8d8d8;
	padding: 4px;
	}

/* FORMS
=================================================================== */

form {
	margin: 0;
	padding: 0;
	}

#search .input, #search #cntnt01searchinput {
	background: #c8e0f3 url(/uploads/images/backgroundSearchInput.gif) top left no-repeat;
	border: 1px solid #3b9dcd;
	color: #044665;
	}

#eventDetails, #regForm { margin: 0 0 15px 0; }
#eventDetails th {
	text-align: left;
	font-weight: bold;
	padding: 3px 0;
	}
#eventDetails td {
	padding: 3px 0;
	}
#regForm th {
	font-weight: bold;
	text-align: left;
	padding: 5px;
	border-bottom: 1px dashed #ededed;
	}
#regForm td {
	padding: 5px;
	border-bottom: 1px dashed #ededed;
	}
	
input, select, textarea {
	font: 12px 'trebuchet ms', helvetica, sans-serif;
	color: #343434;
	}

#m5aoba_username { width: 250px; }

/* MISCELLANEOUS
=================================================================== */

.hr, hr {
	background: #d8d8d8;
	width: 100%;
	height: 1px;
	display: block;
	margin: 15px 0;
	}
.hr hr, hr { display: none; }

blockquote { margin-left: 15px; }

.contactform fieldset {padding: 1em; background-color: #fff; border: none;}
.contactform fieldset legend {font-weight: normal;}
.contactform div {width: 100%; padding: 0.25em 0 0.25em 0;}
.contactform div label {display: block; width: 10em; }
.contactform div.required {color: red; font-weight: normal;}
.contactform { border: none; }
.inputText input, .inputText textarea, .inputText textarea { width: 70%; margin-bottom: 5px; }
.fbsubmit { font-weight: bold; }

/* VRM ADDITIONS
=================================================================== */
.gold, h3.gold, .gold h3, h2.gold, .gold h2, h1.gold, .gold h1, .gold a, .gold a:active, .gold a:link, .gold a:visited  {
	color:#d47a2a;
}
.gold a:hover {
	color:#ed8c36;
}
/* End of 'Default' */

