/* ////////////   RESET STYLES  /////////////////////// */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }


/* ////////////   DEFAULT SITE STYLES  /////////////// */

body { 
	font: 12px/18px "Trebuchet MS","Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif; 
	background: #f5f5f5; 
	color: #333333;
	text-align: center; 
}

a { 
	color: #000;
	text-decoration: underline;
	outline: none; 
}

a:link, a:visited, a:active { 
	text-decoration: underline; 
}

a:hover { 
	color:#00a0af;
}

strong, b { 
	font-weight: bold; 
}

em, i { 
	font-style: italic; 
}

p { 
	margin-bottom: 18px; 
}

h1 { 
	font-weight: bold; 
	font-size: 21px;
	line-height: 36px; 
	margin-bottom: 18px; 
	padding-top:5px; 
	text-transform: uppercase;
	color: #7d7d7d;
}

h1 span {
	background: #fff;
	padding:5px;
}

h2 { 
	font-weight: bold; 
	font-size: 18px; 
	line-height: 20px; 
	margin-bottom: 18px;
	color: #7d7d7d; 
}
h3 { 
	font-weight: bold; 
	font-size: 1em; 
	line-height: 18px; 
}
h4 { 
	font-weight: bold; 
	font-size: 10px; 
	line-height: 18px; 
}
.clear_both {
	clear: both;
	height:0px;
	overflow: hidden;
}

/* ////////////   LAYOUT STYLES  /////////////// */

#wrapper {
	width: 1000px;
	margin: auto;
	background: #fff;
	text-align: left;
	border-top:20px solid #00afbe;
}

#wrapper.private {
	background: #fff url(/images/private/private_stripe_back.gif) repeat-x;
}

#wrapper.home {
}

#header {
	height:105px;
}

#header_functions {
	float:right;
	width:510px;
	margin-right: 50px;
	margin-top: 50px;
}

#header_functions p{
	float:right;
	padding-top:1px;
}

#header_functions a{
	margin-right:5px;
	margin-left:5px;
	color:#999;
	font-size: 11px;

}

#header_functions a.login_btn{
	background: #808080;
	padding: 5px;
	color:#fff;
	text-decoration: none;
	text-transform: uppercase;
	-moz-border-radius:5px;
}

#header_functions a.login_btn:hover{
	background: #00a0af;
	padding: 5px;
	color:#fff;
}

#header #logo {
	position:relative;
	top:14px;
	left:38px;
	float:left;
}

#page_wrapper {
	padding:0px;
}

#page_wrapper.home {
	padding:0px;
	padding-bottom: 30px;
	background: #fff url(/images/common/home_background.jpg) repeat-x center bottom;
}

#page_wrapper.home h2 {
	font-weight: normal;
	text-transform: uppercase;
}

#left_col {
	width: 175px;
	float:left;
	padding-top: 100px;
	padding-left: 33px;
}

#mid_col {
	width: 900px;
	float:left;
	padding-left: 60px;
}

#footer {
	height:25px;
	text-align: center;
	padding:7px 25px 4px 25px;
	font-size: 10px;
	text-transform: uppercase;
	border-top: 3px solid #00a0af;
	margin-top: 30px;
	color:#999;
}

#footer.home {
	height:25px;
	text-align: center;
	padding:7px 25px 4px 25px;
	font-size: 10px;
	text-transform: uppercase;
	border-top: 12px solid #00a1b1;
	color:#999;
	margin-top: 0px;
}

#footer a {
	font-size: 11px;
	color:#666;
	margin-left: 10px;
	margin-right: 10px;

}



/* ////////////   MAIN NAV STYLES  /////////////// */

#main_nav {
	height:40px;
	text-align: left;
	padding-left:20px;
	font-size: 11px;
}


#main_nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#main_nav li { /* all list items */
	float: left;
	position: relative;
	padding-left:15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right:1px solid #ddd;
	text-transform: uppercase;
}

#main_nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 28px;
 	left: 10px;
/* 	background: #fff; */
	text-align: left;
	width: 250px;

}

#main_nav li ul li{ /* second-level lists */
	float:none;
	border: none;
	background: url(../images/common/nav_back.png) repeat-y;
}

#main_nav li ul li.nav_top{ /* second-level lists */
	float:none;
	border: none;
	height:7px;
	padding: 0;
	background: url(../images/common/nav_top.png) no-repeat;
}

#main_nav li ul li.nav_bottom{ /* second-level lists */
	float:none;
	border: none;
	height:8px;
	padding: 0;
	background: url(../images/common/nav_bottom.png) no-repeat;
}

#main_nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
/*
	top: auto;
	left: auto;
*/
}

#main_nav li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
/* 	background: #00a0af; */
	color: #fff;
		clear: both;
	float: left;

}

#main_nav a:hover ul, a.over ul { /* lists nested under hovered list items */
	color: #fff;

}

#main_nav li li a { /* lists nested under hovered list items */
	color: #fff;

}

#main_nav li li a:hover { /* lists nested under hovered list items */
	color: #fff;
	text-decoration: none;
}



/* ////////////   BREADCRUMB STYLES  /////////////// */

#breadcrumb {
	padding:10px 0 11px 40px;
	font-size:11px;
	margin: 0 10px 0 10px;
	color: #00a0af;
}

#breadcrumb a{
	color: #999;
}

/* ////////////   SUBNAV STYLES  /////////////// */


#subnav ul {
	list-style-type: none;
	text-align: left;
	width:135px;
}

#subnav ul li {
	padding-bottom: 4px;
}

/* first level */
#subnav ul li a {
	background: #f3f3f3;
	padding: 8px;
	text-align: left;
	display: block;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #666;
	text-transform: uppercase;
	line-height: 14px;
	border-radius:5px;
	-moz-border-radius:5px;
	border:1px solid #f3f3f3;
}

#subnav ul li a:hover {
	background: #ffd73f;
	color: #333;
	border:1px solid #999;
}

#subnav ul li a.current {
	background: #ffd73f;
	color: #333;
	border:1px solid #999;
}

#subnav ul li a#current {
	color: #666;
}

/* second level */

#subnav ul ul {
	padding: 10px 0 0 20px;
}

#subnav ul ul li {
	list-style-type: none;
	text-align: left;
	padding-bottom: 7px;
}

#subnav ul ul li a {
	padding-left: 15px;
	display: block;
	text-align: left;
	font-size: 12px;
	text-decoration: none;
	color: #666;
	line-height: 16px;
	font-weight: normal;
	text-transform:capitalize;
	background: none;
	border: none;
	padding:2px;
}

#subnav ul ul li a:hover {
	background: none;
	border: none;
	color: #00a0af;
	text-decoration: underline;
}

#subnav ul ul li a.current {
	background: none;
	border: none;
	color: #00a0af;
	text-decoration: none;
	font-weight: bold;
}

#subnav ul ul li a#current {
	background: transparent url(images/common/list-active.gif) left 5px no-repeat;
	color: #666;
}


/* ////////////   RIGHT PROMO STYLES  /////////////// */

#promo_contain {
	width: 300px;
	float:right;
	margin-left: 20px;
	padding: 15px;
	-moz-border-radius-topright: 5px; 
	-moz-border-radius-topleft: 5px;
	border:2px solid #fff;
}

#wrapper.policy #promo_contain {
	background: url(/images/common/promo_back_green.jpg) repeat-x top center;
}

#wrapper.private #promo_contain {
	background: url(/images/private/private_back.jpg) repeat-x top center;
}

.promo {
  margin-bottom: 15px;
}

.promo_content {
  padding:0px;
}

.promo h1 {
  color:#808080;
  font-size: 16px;
  margin-bottom: 5px;
}

.promo h2 {
  font-size: 12px;
}

.promo a {
  font-size: 10px;
  text-transform: uppercase;
}

.promo p {
  font-size: 11px;
  line-height: 15px;
}


/* ////////////   SEARCH STYLES  /////////////// */
#home_nav {
	width:965px;
	height: 200px;
	margin-left: 18px;
	margin-top: 50px;
}

.home_content {
	width:400px;
	float:left;
	margin-left: 70px;
	line-height: 17px;
}
#initiative_roll {
	display: none;
	margin-left:2px;
	margin-top: -3px;
	z-index: 1000;
	width: 950px;
}
#initiative_roll .tab {
	background: #ffd204;
	height:12px;
	width:305px;
}
#initiative_roll .content {
	background: #ffd204 url(/images/common/home/e_yellow.gif) no-repeat 20px bottom;
	height:115px;
	padding-left:230px;
}
#initiative_roll .content p {
	width:325px;
	margin-top: 20px;
	margin-right:30px;
	float:left;
	color: #333;
}
#policy_roll {
	display: none;
	margin-left:2px;
	margin-top: -3px;
	z-index: 1000;
	width: 950px;
}
#policy_roll .tab {
	background: #afbd21;
	height:12px;
	width:239px;
	margin-left: 308px;
}
#policy_roll .content {
	background: #afbd21 url(/images/common/home/e_green.gif) no-repeat 20px bottom;
	height:115px;
	padding-left:230px;
}
#policy_roll .content p {
	width:325px;
	margin-top: 20px;
	margin-right:30px;
	float:left;
	color: #fff;
}
#summit_roll {
	display: none;
	margin-left:2px;
	margin-top: -3px;
	z-index: 1000;
	width: 950px;
}
#summit_roll .tab {
	background: #00a1b1;
	height:12px;
	width:205px;
	margin-left: 549px;
}
#summit_roll .content {
	background: #00a1b1 url(/images/common/home/e_blue.gif) no-repeat 20px bottom;
	height:115px;
	padding-left:230px;
}
#summit_roll .content p {
	width:325px;
	margin-top: 20px;
	margin-right:30px;
	float:left;
	color: #fff;
}
#forum_roll {
	display: none;
	margin-left:2px;
	margin-top: -3px;
	z-index: 1000;
	width: 950px;
}
#forum_roll .tab {
	background: #ace0f0;
	height:12px;
	width:194px;
	margin-left: 756px;
}
#forum_roll .content {
	background: #ace0f0 url(/images/common/home/e_lblue.gif) no-repeat 20px bottom;
	height:115px;
	padding-left:230px;
}
#forum_roll .content p {
	width:325px;
	margin-top: 20px;
	margin-right:30px;
	float:left;
	color: #333;
}

/* ////////////   STAFF ROW STYLES  /////////////// */

.staff_row .staff_image {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* /////////////// CALENDAR STYLES /////////////// */

.calendar-event {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #666;
}

/* /////////////// FORM STYLES /////////////// */

textarea {
	width:200px;
	height:100px;
}

input {
	width:200px;
}