@charset "utf-8";
body {
	background-color: #d0d7df;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 950px;
	margin-right: auto;
	height: auto;
	margin-left: auto;
	margin-top: 12px;
}

#top {
	height: 150px;
	background-color: #31353d;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #92cdcf;
	margin: 0px;
}

.right-rounded-corners {
    /* -moz-border-radius-topright: 30px; */
	-moz-border-radius-bottomright: 30px; 
    -webkit-border-top-right-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}

.left-rounded-corners {
    /*-moz-border-radius-topleft: 30px; */
	-moz-border-radius-bottomleft: 30px; 
    -webkit-border-top-left-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}

.top-rounded-corners {
    -moz-border-radius-topright: 30px; 
	-moz-border-radius-topleft: 30px; 
    -webkit-border-top-right-radius: 30px;
	-webkit-border-top-left-radius: 30px;
    border-top-right-radius: 30px;
	border-top-left-radius: 30px;
}

.bottom-rounded-corners {
    -moz-border-radius-bottomright: 30px; 
	-moz-border-radius-bottomleft: 30px; 
    -webkit-border-bottom-right-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
}

.rounded-corners {
     -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    border-radius: 30px;
}

#bottomline {
	background-color: #d0d7df;
	height: 30px;
	clear: both;
}


.acsm_pos {
	float: left;
	padding-left: 70px;
	padding-top: 10px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 30px;
}
.nasm_pos {
	float: right;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 30px;
	padding-right: 120px;
}
#container a {
	color: #eeeff7;
	text-decoration: none;
}


#logo {
	float: left;
	width: 270px;
	height: 150px;
}

#footer a:hover {
	color: #000099;
	text-decoration: underline;
}

#content_h2 {
	margin-top: 35px;
	margin-bottom: 25px;
	margin-left: 50px;
	margin-right: 50px;
}
#content a {
	color: #000000;
}


#tagline {
	height: 150px;
	width: 390px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #eeeff7;
	letter-spacing: 0.15em;
	text-align: left;
}
.tagline_spaces {
	padding-top: 40px;
	padding-left: 40px;

}

#righttop {
	float: left;
	height: 150px;
	width: 290px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #eeeff7;
	font-size: 10px;
}

#nav{
	height: 27px;
	list-style: none;
	background:#445878;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	clear: left;
	/* border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #31353D;
	border-bottom-color: #31353D; */
} 

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;}

#nav a {
	padding-top: 5px;
	text-align: center;
	display: block;
	color: #EEEFF7;
	text-decoration: none;
	font-size: 11px;
	width: auto;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 20px;
	padding-right: 20px;
	letter-spacing: 0.2em;
	font-weight: 600;
}


#nav li { /* all list items */
	text-align: center;
	float: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #445878;
	left: -999em;
	padding: 0;
	margin: 0;
	width: 300px;
	z-index: 1000;
}

#nav li ul a{
	width: 270px;
	color: #EEEFF7;
	text-transform:none;
	text-align: left;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#nav a:hover {
	color: #31353D;
}

#nav li:hover {
	background-color: #92CDCF;
	font-weight: bold;
}

#nav li ul a:hover{
	background-color: #92CDCF;
	width: 270px;
	font-weight: bold;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	/* lists nested under hovered list items */
	left: auto;
	background-color: #31353D;
	font-weight: bold;
}

/*
#navbar {
	background-color: #445878;
	clear: both;
	height: 24px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-color: #eeeff7;
	border-right-color: #eeeff7;
	border-bottom-color: #eeeff7;
	border-left-color: #eeeff7;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #eeeff7;
	text-transform: uppercase;
}
*/

/*
#navbar a {
	color: #EEEFF7;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:16px;
	display:inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	}
.navbar_txt_border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #92cdcf;
}
	
#navbar a:hover {
	color:#31353D;
	background-color: #92CDCF;
	font-weight: bolder;
	}

#navbar ul {
	margin: 0px;
	padding: 0px;
}

#navbar li {
	display: inline;
	list-style-type: none;
}
	
.navText {
	font:10px Arial, Helvetica, sans-serif;
	color: #26354A;
	letter-spacing:.1em;
	line-height:16px;
	}
*/

#midline {
	background-color: #92CDCF;
	height: 4px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #31353d;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 32px;
	font-weight: bold;
	letter-spacing: 0.2em;
}



#footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #92cdcf;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #445878;
	font-size: 11px;
	padding: 10px;
}
abbr {
	border-bottom-style: none;
	cursor: help;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .2em;
}


acronym {
	border-bottom-style: none;
	cursor: help;
}

.logo_spaces {
	margin-left: 0px;
	padding-left: 75px;
}


#footer ul {
	margin: 0px;
	padding: 0px;
}
#container a {
	color: eeeff7;
}
#footer a {
	color: #445878;
}


#footer li {
	display: inline;
	list-style-type: none;
	padding-right: 12px;
	padding-left: 12px;
}
.footer_txt_border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #445878;
}

#righttop a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #eeeff7;
}


/* The following 4 elements provide for equal height columns*/

#content_color {
	float: left;
	width: 100%;
	/*background-color: #FFFFFF;*/
	position: relative;
	right: 290px;  /* this pushes the contet background along with the content and sidebar to the left, thus allowing the sidebar    background to be seen*/
}
#content {
	float: left;
	width: 660px;
	position: relative;
	left: 290px;
	background-color: #FFFFFF;
}

#sidebar_color {
	background-color: #31353d;
	float: left;
	width: 100%;
	overflow: hidden; /* chops off the content background overflow from the left side */
	position: relative;
	clear: left;
}
#intro_list ul {
	font-size: 12px;
	margin-left: 20px;
}
#intro_list li {
	padding-bottom: 7px;
}


#sidebar, #blog-sidebar {
	float: left;
	width: 290px;
	position: relative;
	left: 290px;  /* moves sidebar back into position */
	background-color: #31353d;
	margin-bottom: auto;
}
.sidebar_pic {
	margin-bottom: 25px;
}



img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#righttop a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFBA00;
	text-decoration: underline;
}
#sendtofriend_container {
	width:160px;
	height:30px;
	margin-top: 20px;
	margin-left: 100px;
}
#blog_container {
	position:absolute;
	width:194px;
	height:44px;
	z-index:2;
	left: 742px;
	top: 77px;
}
#blog_txt {
	position:absolute;
	width:87px;
	height:27px;
	z-index:1;
	top: 14px;
	left: 88px;
}
#blog_icon {
	position:absolute;
	width:39px;
	height:30px;
	z-index:2;
	left: 47px;
	top: 9px;
}
#sendtofriend_icon {
	position:absolute;
	width:37px;
	height:31px;
	z-index:1;
	left: 58px;
	top: 17px;
}
#sendtofriend_txt {
	position:absolute;
	width:105px;
	height:29px;
	z-index:2;
	left: 100px;
	top: 19px;
}
#sidebar_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #ffba00;
	letter-spacing: 0.1em;
	margin-top: 30px;
	padding-left: 30px;
	padding-right: 10px;
}
#sidebar_txt a {
	color: #ff6600;
	font-size: 11px;
	font-weight: bold;
}
#sidebar_txt ol {
	color: #ff6600;
	font-weight: bold;
}

#sidebar_txt a:hover {
	text-decoration: underline;
}
#content_txt {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0.1em;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
	padding-top: 10px;
}
#content_txt a {
	color: #0000CC;
}

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

#content_table_txt {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0.1em;
}
#content_table_txt a {
	color: #0000CC;
}

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

#blog-sidebar a{
	color:#FF6600;
}

#blog-sidebar{
	left:300px;
	top:25px;
	width:260px;
}

ul.xoxo{
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.xoxo ul {
	margin:0 0 0 10px;
	padding:0;
	list-style-type:none;
}

h3.widget-title{
	color:#fff;
	font-size:14px;
}

div.entry-content img{
	float:left;
	padding:4px;
	margin-right:10px;
}
.table_margin {
	margin-left: 0px;
}
.left_float {
	float: left;
	padding-right: 20px;
}

.table_list_numbers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 900;
	color: #000000;
}
.table_txt_links {
	color: #0000CC;
}
.table_txt {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: .1em;
}

