/* hide css from ie/mac \*/
@import url("reset.css");
@import url("960.css");
/* end import/hide */

* {
margin: 0;padding:0;
}

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16 {
position: relative;
height: auto;
}


/* Just to ensure it worked */

strong {
font-weight: bold;
}

img {
background: #fff;
}

body {
text-align: center;
font: 10px georgia;
font-family: georgia, Verdana, Arial, Helvetica, sans-serif;
color: #000; 	
margin: 0;
background: #c2a777; 
padding: 0;
padding-bottom: 0px; 
}

#header {
border-top: 5px solid #369;
}

#pagegeneral {
height: auto;
min-height: 900px;
padding-bottom: 10px;
}

.homesection {
background: #F0E68C; 
font-weight: bold;
border: 2px solid #000;
margin-top: 6px;
margin-bottom: 6px;
padding: 7px;
}

.homesection h1 {
margin-left: 0;
padding-left:0;
color: #000080;
font-weight: bold;
}

.homesection h1 a {
color: #193450;
}

.homesection p {
padding: 0;
margin: 10px 0;
} 

.homesection * {
margin-left: auto;
margin-right: auto;
}

#usagepolicytoplink {
position: absolute;
top: 10px; right: 10px;
width: 410px;
display: none;
text-align: right;
}

#middlebackground {
position: fixed;
height: 120%;
z-index: -5;
top: -5px;
width: 970px;
margin-left: -487px;
left: 50%;
background: #fff;
border: 5px solid #369;
border-width: 0 2px;
}

#footclearer {
width: 100%;
display: none;
height: 2px;
background: red;
}

#toplink {
text-align: center;
position: fixed;
bottom: 10px;
display: none;
right: 10px;
width: 48px;
height: 67px;
padding-top: 3px;
border: 0px inset #65b331;
background: transparent url(../images/toplink.gif) no-repeat;
}

#imagetoplink {
width: 100%;
height: 67px;
text-decoration: none;
position: absolute;
bottom: 0;
}

p, table {
font-size: 15px;
}


#somamission {
width: 576px;
display: none;
border-left: 10px solid #65b331;
height: 108px;
position: absolute;
top: 165px;
left: 20px;
background: transparent url(../images/somamission.gif) no-repeat;
}

		.number {text-align:right;}
		.procedure {text-align:left;}
		.indication {text-align:left;}

a:link, a:visited { 
text-decoration: underline;
color: #193450;
border-bottom: 0px dashed #336699;
}
a:hover {
color: navy;
}
a:hover {
color: #369;
}
#nav a {
border-bottom: none;
}
a.more-link {
padding-bottom: 2px;
font-weight: bold;	
border-bottom: 1px dotted #AE855C;
}
a:hover.more-link {
	text-decoration: none;
}

/* Headers */

h1, h2, h3, h4 {
border-top: 0px double #65b331;
font: bold 1em Georgia, Times, serif;
color: #336699;
padding: 11px;
}
h1 {
	font-size: 2.1em;
	font-weight: bold;
	border-bottom: 0px solid #ebebeb;
	margin: 0 0px;
	padding: 10px 0px;
color: #193450;
}
h2 { font-size: 2.8em; font-weight: normal; color: #663333; }
h3 { font-size: 2em; font-weight: normal; letter-spacing: -0.5px; padding-top: 15px}
h4 { font-size: 1.3em; }


/* Lists */

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: disc; }
ol { list-style: decimal; }
dt {
  font-weight: bold;
  color: #7BA857;
  color: #369;
}
dd {
  padding-left: 25px; 
}
p, dl { padding: 10px 15px; }

p {
padding-left: 0;padding-right: 0;
}

/* Images */

#content-wrapper img {
	background: #FAFAFA;
        background: transparent;
	border: 1px solid #DCDCDC;
	padding: 8px;
border: 1px solid #369;
margin-right: 3px;
}



img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}
code {
  	margin: 3px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace ;
  	/* white-space: pre; */
  	border: 1px solid #F0F0F0;
	background: #f8f8f8;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 10px;
 	padding: 10px 10px 10px 32px;  
    border: 1px solid #F0F0F0;
	background: #f8f8f8 url(../images/quote.gif) no-repeat 12px 12px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, Serif;	
	color: #555;
}


/* start - table */

table {
	border-collapse: collapse;
	margin: 10px 10px 10px 0;
}
tr { background: #fff; }
tr.altrow { background: #f9f9f9;	}
th, td {
	text-align: left;			
	border-width: 1px;
  	border-style: solid;
}
th {
	color: #7BA857;
	background: #EFFAE6;
	padding: .8em 1em;	
  	border-color: #DFF4D5 #D3EFC3 #A7DF8A #D3EFC3;
	color: #193450;
	font-weight: bold;
}
td {
	border-color: #EFEFEF;
	padding: .7em 1em;	
}	

/* end - table */



/* form elements */

form {
	margin: 10px; 
	padding: 15px 20px 25px 20px;
	border: 1px solid #F0F0F0;
	background: #f8f8f8;
}
form p {
	border-bottom: 1px solid #E6E6E6;
	padding: 12px 0 5px 0;	margin: 0;
	color: #7BA857;
}
label {
	font-weight: bold;
	color: #7BA857;
}
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: #000;
	background: #F5FFFA;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4;
	font: 11px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}
input:focus, select:focus, textarea:focus {
	color: #000;
	background: #F5FFFA;
}
#name, #email, #message, #website {
	width: 380px;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #9CCF5F;
	border-width: 1px;
  	border-style: solid;
  	border-color: #B6DE8F #8DB836 #8DB836 #B6DE8F;
}


/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 

#content-outer {
	background: transparent;
	width: 100%;
	padding: 0px 0;
	border-bottom: 0px solid #800000;
	text-align: left;
}
#content-wrapper {
	margin: 0 auto;
	padding-bottom: 35px;
	padding-top: 5px;
	width: 970px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	border: 0px solid yellow;
	overflow: visible;
	background: none;
position: relative;
text-align: left;
padding-top: 10px;
padding-left: 10px;
}

#header-wrap {
	width: 100%;
	background: #fff url(../images/bg.gif) repeat-x ;	
	margin: 0; padding: 0;
}
#header {
	position: relative;
	margin: 0 auto;
	height: 330px;	
}

#header h1#logo-text { margin: 0; padding: 0; border: none;display: none;}
#header h1#logo-text a {
	position: absolute; 
	margin: 0; padding: 0 5px 0 0;
	font: normal 75px Georgia, 'Times New Roman', Times, serif;
	letter-spacing: -6px;
	color: #93b876;
	text-decoration: none;	
	/* change the values of top and left to adjust the position of the logo*/
	top: 70px; left: 20px;
background: transparent url(../images/somalogosmall.gif) no-repeat;
width: 700px;
height: 150px;
}
#header h1#logo-text a:hover { border: none; }
#header p#intro {
	position: absolute;
	margin: 0; padding: 0;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	letter-spacing: -.5px;
	color: #7ba45b;
	width: 400px;
	/* change the values of top and left to adjust the position */
	top: 175px; left: 110px;
}
#header #header-image {
	position: absolute;
	background: url(../images/somatrademark.png) no-repeat;
	width: 371px;
	z-index: 1;
	display: none;
	height: 224px;	
	right: 10px; top: 50px;
}

/* header quick search */

#header form#quick-search {
	position: absolute;
	top: 10px; right: 0;
	padding: 0; margin: 0;
	border: none;
	width: 270px; height: 33px;
	background: #F5F4F3 url(../images/header-search.gif) no-repeat;	
	z-index: 999999;
}
#header form#quick-search p {
	margin: 0; padding: 0;
}
#header form#quick-search input {
	border: none;
	background: transparent;
	color: #bababa;
	float: left;
	margin: 0; padding: 5px;
}
#header form#quick-search .tbox {
	margin: 6px 0 0 5px; 
	width: 216px;	
	display: inline;
}
#header #search form#quick-search .btn{
	width: 25px; height: 25px;		
}
#header form#quick-search label {
	display: none;
}




/* column 1 */

#col1 {
position: relative;

}


#col1 h2 {
  font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	color: #444;
	letter-spacing: -2.1px;	
}
#col1 h2 a {
	color: #444;
	border: none;
}

/* side columns */

.side-column h3 {
	color: #444;
	font: normal 2em Georgia, 'Times New Roman', Times, Serif;
	letter-spacing: -0.5px;
	padding: 5px 10px;
	margin: 12px 0 5px 0;
}


/* sidebar menu */

.side-column ul {
	text-align: left;
	margin: 10px 8px 8px 8px; padding: 0;
	border-top: 2px solid #ebebeb;
}

.side-column ul li {
	list-style: none;
	padding: 7px 5px;
	margin: 0;		
}

* html body .side-column ul li {
	height: 1%;

}
.side-column ul li a, 
.side-column ul li a:visited {
	font-family: Georgia, 'Times New Roman', Times, Serif;	
	background-color: transparent;
	border: none;
	color: #369;
	padding-left: 0;
}
.side-column ul li a span {
	color: #9F9F9F;	
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-style: normal;
	font-size: 1em;
}
.side-column ul li a:hover, .side-column ul li a.nav-selected { color: #000;	}
.side-column ul ul {
	margin: 7px 0 0 0;
	padding: 0;
	border: none;
}
.side-column ul ul li {
	background: url(../images/dots.gif) repeat-x left top;
	padding-left: 10px;
}


/* featured-post */

.featured-post {
	padding-bottom: 15px;			
}

.featured-post h4 {
	padding: 0;
	margin: 0 15px 0 12px;
	border-bottom: 1px solid #ebebeb;
}

.featured-post h4 a, 
.featured-post h4 a:visited {
	color: #7BA857;
	border: none;
}

.featured-post .post-info {
	margin-left: 0;
	padding-bottom: 5px;
}

.featured-post p {
	padding-top: 0;
}


/* footer */

#footer-wrapper {
	background: #369;
	clear: both;
	color: #fff;
	margin: 0 auto;
	margin-bottom: -10px;
	padding-bottom: 50px;
	text-align: left;
}

#footer-wrapper h3 {
	color: #fff;
	font: normal 1.8em Georgia, 'Times New Roman', Times, Serif;
	text-transform: none;
	letter-spacing: -0.5px;
}

#footer-wrapper h3, 
#footer-wrapper p {
	padding-left: 0;
}
#footer-wrapper a:link, #footer-wrapper a:visited, #footer-wrapper a:active {
	color: #ffd700;
	background: transparent;
}

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

/* footer-list */


#footer-wrapper ul.footer-list {
	border-top: 1px solid #E6E6E6;
	list-style: none;
	padding: 0;	
	margin-left: 0;
}

#footer-wrapper ul.footer-list li {
	border-bottom: 1px solid #E6E6E6;
}

#footer-wrapper ul.footer-list li a {
	display: block;
	width: 98%;
	line-height: 2em; 
	font-weight: bold;
	padding: 4px 0;
	margin-left: 0;
	padding-left: 0;
	color: #DCDCDC;
	border: none;
}

#footer-wrapper ul.footer-list li a span {
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, Serif;
}
#footer-wrapper ul.footer-list li a:hover,
#footer-wrapper ul.footer-list li a:hover span {
	color: #333;	
}


/* footer-content */

#footer-content {
	float: left;	
	width: 100%;	
	padding: 0 0 35px 0;				
	margin: 0px 0 0 0px;
}

#footer-content a {
color: #ffd700;
}

/* footer-bottom */

#footer-bottom {
	clear: both;
	border-top: 1px solid #dadada;
	width: 940px;
	margin: 0 auto;	
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
}

#footer-bottom .bottom-left {
	float: left;
	padding-left: 0px;		
}

#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 0;
}


/* postmeta */

.postmeta {	
	padding: 5px; margin: 20px 15px 15px 10px;	
	border: 1px solid #EBEBEB;
	background: #f8f8f8;	
}

.postmeta a { background: transparent; }
.postmeta a:hover { border: none; }
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}
.postmeta .date{ margin: 0 10px 0 5px;	}
.post-info { font-size: .95em; padding-top: 3px; color: #B0B0B0; }
.post-info a, .post-info a:visited { color: #369; border: none; }


/* thumbnails */

p.thumbs{ padding: 10px 0 0 10px; }
.thumbs img { 
	position: relative;
	padding: 8px;
	margin: 5px;
	background: #fafafa;
   border: 1px solid #ddd;	
}

.thumbs img:hover	{
	border: 1px solid #D2D2D2;
	background: #DDD;
}

.thumbs a:hover { background-color: transparent; border: none }


/* comments list */

ol.commentlist {
	margin: 12px 10px;
	padding: 0;
	border-style: solid;	
	border-color: #F0F0F0;
	border-width: 1px 1px 0 1px;
}

.commentlist li {
	margin: 0;
	padding: 10px;
	list-style: none;
	border-bottom: 1px solid #F0F0F0; 
}

.commentlist li cite {
	display: block;
	font-style: normal;
	font-weight: bold;
	padding: 7px;
}

.commentlist li cite img {
	float: left;
	margin-right: 10px;	
}

.commentlist li cite .comment-data {
	font-size: .8em;
	font-weight: normal;
}

.commentlist li .comment-text {
	clear: both;
	margin: 0; padding: 0;
}

.commentlist li.alt {
	background: #f8f8f8 
}


/* alignment classes & additional classes*/

.float-left  { float: left; }

.float-right { float: right; }

.align-left  { text-align: left; }

.align-right { text-align: right; }

.no-border { border: none; }



/* clearing */

.clearer { clear: both; }

.clear {	display:inline-block; }

.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}


bg
/* navbar overrides */


/*  navigation  */

#headercontainer {
width: 100%;
text-align: center;
}

#headercontainer #nav {
	margin: 0; padding: 0;
	width: 965px;
padding-left: 5px;
height: 50px;
	background: #336699;
text-align: center;
margin: 0 auto;
z-index: 5;
}

#headercontainer #nav ul {
	float: left;
	list-style: none;	
	margin: 5px 0 0 0;
	padding: 0 0 0 0px;
}
#headercontainer #nav ul li {
	float: left;
	margin: 0; padding: 0 0 0 0px;
}

#headercontainer #nav ul li ul {
	position: absolute;
	text-align: left;
}


#headercontainer #nav ul li a {
	float: left;
	margin: 0;
	padding: 0;
	color: #FFD700;
	font: bold 14px/40px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	text-transform: uppercase;
	text-decoration: none;
	background-image: url('../images/bluenavbutton.gif');
	background-repeat: no-repeat;
	width: 136px;
	height: 37px;
}

#headercontainer #nav ul li ul {
margin-top: 45px;
margin-left: -22px;
z-index: 19;
border: none;
}

#headercontainer #nav ul li ul li a {
background-image: none;
background: #336699;
border-left: 5px solid #FFD700;
border-bottom: 0px dashed #666;
text-align: left;
padding-left: 5px;
z-index: 20;
color: #fff;
display: block;
}

#headercontainer #nav ul li ul li a:hover {
background: #FFD700;
color: #336699;
}





/* Somhealth final layout begins here */

#header {
width: 970px;
height: 326px;
margin-right: auto;
margin-left: auto;
background: transparent url(../images/somahead.jpg) no-repeat right top;
}

.MsoNormal {
padding-left: 0;padding-right: 0;
}

.login_block_form {
font-size: 134%;
}

#homecolumn1 {
height: auto;
position: relative;
}

/* Zoom Image Gallery */

.zoomImage:link {
text-decoration: none;
border: 0px solid #369;
}

.zoomImage img {
border: 3px solid #369;
}


.zoomImage:hover {
text-decoration: none;
border: 3px solid #369;
border-width: 0 0 0px 0;
}

.zoomImage+p {
padding-top: 30px;
border-top: none;
}

.addthis_toolbox {
 text-align: left;
float: left;
clear:left;
}

#validationsection a:link, #validationsection a:hover, #validationsection a:visited, #validationsection a:active {
text-decoration: none;
border: 0;padding: 0;margin: 0;
}

#validationsection img {
border: none;
padding: 0;
margin: 0;
}

.validationbutton {
 width: 80px;height:15px;display: inline;
}

.indication {
width: 180px;
}

ol li {
margin-bottom: 5px;
font-size: 110%;
}

#content-wrapper ul li {
font-size: 160%;
}

.addthis_toolbox {
width: 600px;
position: relative; bottom: 23px;
}

/* Subpage autonavs */

#content-wrapper .nav
{
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: left;
}

#content-wrapper .nav li { float: left; }

#content-wrapper .nav li a
{
text-decoration: none;
background: url(../images/folderOFF.png) no-repeat top left;
font-size: 15px;
float: left;
margin: 0px;
height: 67px;
width: 75px;
padding-top: 13px;
padding-right: 15px;
padding-bottom: 0px;
padding-left: 10px;
}

#content-wrapper .nav li a:hover
{
background: url(../images/folderON.png) no-repeat left top;
color: #000000;
}

/* side column nav */

.side-column .nav
{
border-bottom: 0 solid #17a;
border-right: 0 solid #17a;
padding: 0 1px;
margin-left: 0;
width: 12em;
font: normal 0.8em Verdana, sans-serif;
}

.side-column .nav li
{
list-style: none;
margin: 0;
font-size: 1em;
}

.side-column .nav a
{
display: block;
text-decoration: none;
margin-bottom: 0.5em;
margin-top: 0.5em;
}

.side-column .nav a
{
width: 99%;
/* only necessary for Internet Explorer */
}

.side-column .nav a
{
voice-family: "\"}\"";
voice-family: inherit;
width: 9.6em;
/* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}

.side-column>.nav a
{
width: auto;
/* only necessary if you use the hacks above for the Internet Explorer */
}

.side-column .nav a:hover, .side-column .nav a#current:hover
{
padding: 0.4em 0.35em 0.25em 0.9em;
}

.twocolls .sidecolumn {
width: 150px;
max-width: 151px;
overflow: hidden;
display: none;
}

.twocolls #col2 {
margin-left: -100px;
width: 800px;
}

.login_block_form #submit, .login_block_form label {
font-size: 1.1em;
color: #7ba857;
font-weight: bold;
}

.login_block_form #submit {
font-weight: bold;
color: navy;
background: #fff;
}

.login_block_form .ccm-input-text {
border: 2px solid #7ba857;
}

ol {
font-weight: bold;
}

#toploginbox {
border-width: 0px;
position: absolute;
width: 370px;
right: -10px;
bottom: 5px;
background: transparent;
text-align:left;
padding: 0;
margin: 0;
}



#toploginbox .loginformfield {
clear: none;
margin-right: 10px;
}

#toploginbox>* {
clear: none;
float: left;
color: #fff;
}

#toploginbox {
font-size: 115%;
}

#toploginbox * {
display: inline;
}

#toploginbox label {
color: #FFD700;
width: 50px;
font-weight: normal;
}

#logintext {
width: 100%;
color: #fff;
display: block;
}

#toploginbox a:link, #toploginbox a:visited {
color: #FFD700 !important;
}

#toploginbox a:hover, #toploginbox a:active {
color: yellow !important;
}

#loginboxcaption {
color: #fff;
}

.logoutlink {
text-decoration: none !important;
display: inline;
}

#rcID {
background: transparent;
border-width: 0;
}

#tlsubmit {
color: #369;
background: #fff;
font-weight: bold;
font-size: 1.1em;
padding-right: 2px;
padding-left: 2px;
}

.loginformfield label, .loginformfield input, #tlsubmit {
position: relative;
top: 8px;
}

.loginformfield input {
height: 10px;
}

#registersubmit {
font-size: 120%;
font-weight: bold;
color: #369;
}

dl {
font-size: 18px;
}

dt
{
font-weight: bold;
padding: 0;
font-size: 100%;
}

dd
{
font-size: 100%;
margin: 0 0 1em 0;
padding: 0 0 0 10px;
background-image: url(../images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}
