@import 'blueprint/screen.css';

/* clearing floats - apply to outer container
-------------------------------------------------------------- */
.newBFC {
  overflow: hidden; 
  _overflow: visible; 
  _overflow-x: hidden;
  _height: 0;
}
/*\*//*/ 
.newBFC {display: inline-block;}
/**/

/* html elements
-------------------------------------------------------------- */

html,body {
margin: 0px;
padding: 0px;
/* body background image declared in tmpl_header.php */
height:100%; /* needed for container min-height */
}

img {
margin: 0px;
padding: 0px;
border: 0px;
}

thead {
background-color:whitesmoke;
}

label {
font-weight:normal;
color:#666666;
white-space:nowrap;
}

.input, .select {
border-top:1px solid #999999;
border-left:1px solid #999999;
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;
}

/* default body styles
- place the style here if you want it to render within the manager editor
------------------------------------------------------------- */

h1 {
	padding: 60px 0 20px 0;
	font-size: 2em;
	color:#448CCB;
	font-weight:bold;
}

h2 {
padding: 0 0 0 0;
font-size: 1.5em;
color:#676767;
}

/* change only the bottom margin from blueprint reset */
ul, ol {
margin-bottom:0px;
}


p {
margin-bottom:0px;
}

.table_borderless {
}

.table_borderless td {
border-bottom:none;
}

em {
background:none;
}

/* container_background
-------------------------------------------------------------- */

#container_background {
/* background image declared in tmpl_header.php */
position:absolute;
top:0;
left:0;
margin: 0;
padding: 0;
background-position: 680px 0px;
height:100%; /* needed for container min-height */
line-height:0px;
font-size:0px;
width:100%;
}


/* container_main
-------------------------------------------------------------- */

#container_main {
/* background image declared in tmpl_header.php */
position:relative;
margin: 0;
width: 790px;
padding: 0 0 30px 0;
height:auto !important; /* real browsers */
height:100%; /* IE6: treaded as min-height*/

min-height:100%; /* real browsers */
line-height:1.5em;
}


/* container_header
-------------------------------------------------------------- */

#container_header {
width: 790px;
}

#container_header_logo {

}

#container_header_menu {
padding:0px;
}

#container_header_menu .container {
width: 790px;
}

#container_header_right {
text-align:right;
}


/* container_navigation_menu_primary
-------------------------------------------------------------- */

#container_navigation_menu_primary ul {
list-style-type: none;
margin: 0;
padding: 8px 0 0 0;
}


#container_navigation_menu_primary ul li { 
display: inline;
}

#container_navigation_menu_primary ul li a { 
/* text color declared in tmpl_header.php */
text-decoration:none;
font-weight:bold;
padding: 0 12px 0 0;
margin: 0 10px 0 0;
/* right border color declared in tmpl_header.php */
}

#container_navigation_menu_primary ul li a:hover {
text-decoration: underline;
}

#container_navigation_menu_primary ul li.last a  { 
border-right: none;
}

.border_menu {
border-top: 1px solid #D9D6CD;
}

/* container_navigation_menu_secondary
-------------------------------------------------------------- */

#container_navigation_menu_secondary {
	padding-top:10px;
	color:#448CCB;
	font-weight:bold;
}

#container_navigation_menu_secondary ul {
list-style-type: none;
margin: 0;
padding: 10px 0 0 0;
}

#container_navigation_menu_secondary ul li {
border-top: solid #CCCCCC 1px;
padding: 3px 0px 3px 0;
margin: 0 0px 0 0;
font-weight:normal;
}

#container_navigation_menu_secondary ul li a { 
/* text color declared in tmpl_header.php */
text-decoration:none;
color:#666666;
/* right border color declared in tmpl_header.php */
}

#container_navigation_menu_secondary ul li a:hover {
text-decoration: underline;
}

#container_navigation_menu_secondary ul li.last a  { 
border-right: none;
}

#container_navigation_menu_secondary ul li.active a  { 
color: black;
}

#container_navigation_menu_secondary ul li li {
	border-top: none;
	font-size: 0.9em;
	padding: 0 0 0 10px;
	border-left: 4px solid #ccc;
}

#container_navigation_menu_secondary ul ul {
	padding-top: 0;
}




/* container_featured_section_home
-------------------------------------------------------------- */

#container_menu_featured_section_home #featured_section_image {
font-size:0px;
line-height:0px;
padding-bottom:20px;
}


/* container_member_featured_home
-------------------------------------------------------------- */

.container_member_featured_headline h1 {
font-size:14px;
}

.container_member_featured_headline h2 {
font-size:20px;
font-weight:bold;
font-style:italic;
margin-bottom:0px;
padding-bottom:5px;
}

.container_member_featured_headline {
width: 225px;
text-align:right;
}

/* container_body
-------------------------------------------------------------- */

#container_body {
padding: 20px 0 20px 0;
}

#container_body .container {
width: 790px;
}

#container_body .container .content_body {
	min-height: 300px;
}

#container_body .content_body ol {
	padding-left: 10px;
	margin-left: 15px;
}
/* event_summary
-------------------------------------------------------------- */

.event_title {
padding: 0 0 5px 0;
color: #666666;
font-size:1.35em;
}

.event_summary {
padding: 0 0 15px 0;
}

/* container_event_navigation
-------------------------------------------------------------- */

.container_event_navigation table {
margin:0;
}

.container_event_navigation td {
border:none;
}



/* container_footer
-------------------------------------------------------------- */

#container_footer {
	margin-top: 15px;
width: 790px;
font-size: .90em;
color:#666666;
}

#container_footer .container {
width: 790px;
}

#border_footer {
border-top: 1px solid #D9D6CD;
padding: 10px 0 0 0;
}

#flashimages {
	position: absolute;
	top: 120px;
	left: 495px;
	z-index: 9999;
}

ul.logos {
	list-style: none;
	margin: 0;
	margin-left: 30px;
	padding: 0;
	height: 45px;
}

ul.logos li {
	margin: 0;
	padding: 0;
	float: left;
}

ul.logos li img {
	display: block;
}
