*{
margin:0;
padding:0;
}

body{
font-family:verdana,helvetica,arial,sans-serif;
font-size:12px;
text-align:center;
color:#333;
background:#003d4c;  
}

/*
*  General Style Info
*/

a{
color:#003d4c;
text-decoration:none;
}
a:hover{
color:#003d4c;
text-decoration:underline;
}

a img{
border:none;
}

h1,h2,h3{
font-family:'Gill Sans','lucida grande','trebuchet ms',helvetica,arial,sans-serif;
font-size:28px;
font-weight:normal;
}


em {
 font-size: 12px;
}

h3{      
padding-top:0.15em;  
margin:0.3em 0;
color:#ff7766;
}

h4{
color:#ff9966;
font-size:20px; 
padding-top:0.5em;
font-weight:normal;
border-bottom:2px dotted #eee;
}

h5{ 
font-size:18px;  
padding-top:0.5em; 
color:#003d4c;
}

#content ol, #content ul{
margin:.4em 1em;
padding:0 1em; 
line-height: 18px;
}    

/*
*  Layout
*/ 

#container{
position:absolute;
left:0;
top:0;
text-align:left;
margin-left:30px;
padding-right:30px;
width:910px;
background:transparent url('images/container_bg.gif') repeat-y; 
}

#header{
position:absolute;
left:0;
top:5px;
width:225px;
height:190px;
background:transparent;
}


#header h1 a{
display:block;
width:225px;
height:176px;
text-indent:-5000px;    
background:url(images/logo.png) no-repeat top;    
}

#header h1 a:hover{
background:url(images/logo.png) no-repeat top;
}


#navigation{
position:absolute;
left:225px;
width:685px;
height:75px;
background:#003d4c url(images/nav_bg.gif) no-repeat;
} 

#content{
padding:15px 20px 50px 10px;  
margin-left:225px;
background:url(images/content_top_bg.gif) no-repeat;
min-height: 600px;
}

.main #content{
margin-top:75px;
}

#download{
text-indent:-5000px;    
display:block;
position:absolute;
left:0;
top:290px;
width:213px;
height:145px;
background:url(images/download_btn.gif) no-repeat top;
}

#download:hover{
/*background:url(images/download_btn.gif) no-repeat bottom;   */
}

#get_started{
clear:both;
border-bottom:1px dotted #ccc;
overflow:auto;
padding-bottom:1em;
}

#get_started .feature{
float:left;
width:200px;
padding:5px;
margin-right:5px;
font-size:12px;    
} 

li {
    list-style-image:  url("images/arrow.gif");
}


#sidebar{
position:absolute;
top:560px;
left:0;
width:210px;
color:#fff;
}

#sidebar h4{
color:#ded;
font-size:130%;
}

#sidebar .quotes blockquote{
font-size:100%; 
font-style:italic;
text-align:left;
padding:0.25em 1em;
border-bottom:1px dotted #879a55;
}

#sidebar .quotes blockquote .cite{
font-size:90%;
text-align:right;
display:block;
width:80%;
padding:0.25em;  
color: #fff;
} 
#sidebar .quotes blockquote a{
color: #fff;
}

#sidebar #donate{
text-indent:-5000px; 
width:213px;
height:84px;
display:block; 
margin-top: 4px;
background:url(images/donate_btn.gif)
} 


#side {
    position:absolute;
	top:180px;
	left:0px;
    width: 220px;
}

#toc{
    padding-bottom:15px;
    text-align: left;
    background: #b5d663 url(images/toc_bottom.jpg) no-repeat bottom;
}

#toc h2 {
   margin:0;
   font-size: 130%;
   background: #b5d663 url(images/toc_top.jpg) no-repeat top;
	 color:#3d4c00;
	 padding-top:25px;
	 padding-bottom:10px;
	 padding-left:15px;
}

#toc ul{
margin:1em;
  padding:1em;
}

#toc2{
    padding-bottom:15px;
    text-align: left;
    background: #b5d663 url(images/toc2_bottom.jpg) no-repeat bottom;
}

#toc2 h2 {
   margin:0;
   font-size: 130%;
   background: #b5d663 url(images/toc2_top.jpg) no-repeat top;
	 color:#3d4c00;
	 padding-top:25px;
	 padding-bottom:10px;
	 padding-left:15px;
}

#toc2 ul{
margin:1em;
  padding:1em;
}



/*
*  Navigation
*/

#navigation ul{
position:absolute;
left:20px;
top:0;
}

#navigation ul li{
list-style-type:none;
display:inline;
}

#navigation ul li a{
font-weight:bold;
display:block;
float:left;
color:#000;
}

#navigation ul li a span{
display:block; 
margin-right:12px; 
padding:10px 6px 9px 9px; 
} 

#navigation ul li.active a span{
padding:12px 6px 9px 9px; 
} 



#navigation ul li a:hover, #navigation ul li.active a{
background:url(images/nav_item_bg.gif) no-repeat bottom right; 
} 

#navigation ul li a:hover span,  #navigation ul li.active a span{
background:url(images/nav_item_bg.gif) no-repeat bottom left; 
} 

#footer {  
    color: #fff;
    background-color: #003d4c;
    padding: 4px 10px;
    text-align: right; 
} 
.left {  
    float:left;
}
.right {  
    float:right;
}           

#ads{   
margin-top:2em;  
padding: 0;
text-align:center;
background-color: #003d4c; 
}

#content .print-button {
	float:right ;
    padding: 0;
    margin: 0px 40px 40px 40px;
	font-weight: bold;
}
#page_top .print-button {
    float: right;
    padding: 0;
    margin: 0px 40px 0px 40px;
	font-weight: bold;
}
.print-button a {
    background: #fff;
    color: #003d4c;
}
.print-button a:hover {
    text-decoration:none
    color: #000;
    background-color: #fff;
}

