﻿
BODY
{
	margin-top: 3px;
	background-color:#0070CA;
    font-family: Georgia, Times;
    font-size: 12px;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #0188CC;
    font-family: Georgia, Times New Roman;
}

H1	{	
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

H2	{	
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

H3	{	
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

H4	{	
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

H5, DT	{	
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

H6	{	
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

IMG {border:none;}

/* Layout Styles */
#container {
width: 920px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color: #ffffff;
border:solid 3px #333333;
}

#header {
width: 920px;
background-color: #ffffff;
border-bottom:solid 3px #1295FF;
}

#navigation {
float:left;
width: 185px;
padding:3px 0px 0px 3px;
}

#content {
float:left;
width: 690px;
min-height:500px;
background-color: #ffffff;
padding: 0px;
margin-left: 20px;
margin-right: 0px; 
margin:0px 20px 20px 20px;
}

#footer {
clear:both;
width: 910px;
background-color: #8ACBFF; 
padding: 20px 5px 20px 5px;
font-size:11px;
color: #0188CC;
}
/* End Layout styles */


/* Menu Styles */
ul.leftnav {   
    list-style: none;   
    margin: 0;
    padding: 0;
    float: left;
    width: 185px;
    font-size:12px;
    list-style-type: none;
}   
ul.leftnav li {   
    float: left;
    width: 180px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: url('http://www.sleepresearchsociety.org/foundation/images/LeftNav_back.gif') repeat-x;
    position: relative; /*--Declare X and Y axis base for sub navigation--*/
}   
ul.leftnav li a{
    width: 180px;
    float: left;
    margin-bottom:2px;
    padding: 7px 0px 7px 5px;
    color: #0065B7;
    display: block;
    text-decoration: none;
}   
ul.leftnav li a:hover{  
    width: 180px;
    float: left;
    padding: 7px 0px 7px 5px;
    display: block;
    text-decoration: none;
    background: url('http://www.sleepresearchsociety.org/foundation/images/LeftNav_back_hover.gif');
}   
ul.leftnav li span { /*--Drop down trigger styles--*/  
    width: 0px;
    height: 35px;
    float: left;
    background: url(subnav_btn.gif) no-repeat center top;
}   
ul.leftnav li span.subhover {
background-position: center bottom; 
cursor: pointer;
} /*--Hover effect for trigger--*/  

ul.leftnav li ul.subnav {  
    float: left;
    padding: 0px 0px 0px 0px;
    list-style: none;
    position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/  
    margin: 0px 0px 0px 183px;
    width: 170px;
    /*display: none;   */
}   
ul.leftnav li ul.subnav li{   
    margin: 0; padding: 0;
    clear: both;
    width: 170px;
}   
html ul.leftnav li ul.subnav li a {   
    float: left;
    background-color:#D1EAFF;
    /*background: #333 url(dropdown_linkbg.gif) no-repeat 10px center;   */ 
}   
html ul.leftnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/  
    /*background: #222 url(dropdown_linkbg.gif) no-repeat 10px center;   */
    margin: 0; padding: 0;
    width: 170px;
    background-color:#7FFFBF;
}  
/* End Menu styles */


A:link { text-decoration:none; color:#00BAAD; }		
A:visited { text-decoration:none; color:#00BAAD; }	
A:active { text-decoration:none; color:#00ccAD; }	
A:hover	{ text-decoration:underline;	color:#00BAAD; }
	
SMALL {	font-size:	.7em; }	
BIG	{ font-size:	1.17em; }	

BLOCKQUOTE, PRE	{ font-family:Courier New, monospace; font-size:11px; }	
	
UL LI { list-style-type:square ; }	
UL LI LI { list-style-type:disc; }	
UL LI LI LI	{ list-style-type:	circle; }	
OL LI {	list-style-type:decimal; }	
OL OL LI { list-style-type:	lower-alpha; }	
OL OL OL LI	{ list-style-type:	lower-roman; }	


