body {
	text-align:center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#header a {
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
#wrap {
	background:url(images/body_bg.png) repeat-y;
	width:808px;
	text-align:left;
	margin:0 auto;
/*	border:thin;
	border-style:solid; */
	background-color:  #3F8BAB ;

}
#header {
	height:113px;
	width:808px;
	background:url(images/header.png) no-repeat;
}

#navigation{
	position: absolute;
	top:106px;	
	margin-left:16px;
}

#nav {
    width: 777px;
	height: 27px;
	background-color:#fff;
}

#nav ul {
    list-style-type: none;
}

#nav a
{
	padding-left:8px;
}

/* 	background-image: url(/images/button.gif); */
#nav li {
    float:left;
	background-image: url(/images/arrow-small.png);
    background-position: 0px 3px;
    background-repeat: no-repeat;
    margin-right: 15px;
	padding-right: 5px;
	padding-left: 39px;
	padding-top: 4px;
	height: 25px;
}

#setup_nav {
	margin-left: 118px;
}

ul#nav a {
    font-size:13px;
	color:#000;
	text-align:left;
	text-decoration:none;
}
ul#nav a:hover {
	color:#fff;
	background-color: #CCC;
}
ul#nav {
	margin-top:0px;

}

#content {
	padding-top:20px;
}

#main ul
{
    list-style-type:circle;
  	list-style-position:inside;
}

#main ol
{
	list-style:decimal;
  	list-style-position:inside;
}

#main li
{
    padding-left:25px;   /* for Firefox  */
    margin-left:25px;   /* for IE  */
	text-indent: -15px;
}


#content {
	width:778px;
}

#content #main {
	width:745px;
	font-size:17px;
	color: white;
	padding: 20px;
}

#main a, #main a:visited {
    color:#90F9F5;
}

#main a:hover, #main a:active {
    color:#000;
}

#left {
    float:left;
	width: 250px;
	padding-right:10px;
}
	
#right {
	float:right;
	width: 350px;
	padding-left:10px;
}


#templates .paragraph_links a, #template .paragraph_links a:visited {
	text-decoration: none;
}


#main p{
	font-size:24px;
}

#left h2, #right h2 {
	font-size:24px;
	padding:10px 0 0 15px;
}


/* this is the section below the header and nav and to the right of the main in the chair */
#top_section {
	background:url(images/poolside.png) no-repeat;
	width:257px;
	padding-left: 538px;
	padding-top: 10px;
	height: 210px;
	font-size:20px;
	font-weight: bold;
	line-height: 120%; 
}


#content #main h2 {
	font-size:24px;
}
#content #links {
	width:200px;
	float:left;
}

#social_network {
	padding-left: 59px;
}

#social_network li{
	float:left;
    padding-left: 30px;
}

#social_network p{
	float:left;
}

#footer a:hover, #footer a:active {
	color: white;
	background-color: black;
}


/*.problem {
	width:400px;
	float:left;
}
*/

.answer {
	width:271px;
	float: right;
}

*.solution {
	width:484px;
}




.question_answer  {
	width:750px;
}



#gallery {
	background:url(images/gallery.gif) no-repeat;
}


#section ul {
/*	padding-left:40px;
	padding-top:18px; */
}

#section li a {
	text-decoration:underline;
	color:#146894;
	line-height:20px;
}

#section li a:hover{
 	color:#0000FF;
	text-decoration: none;
}
#section li {
	list-style-image:url(images/icon.gif);
}

/* indicate the current page we're on   */
.index #index_nav, .setup #setup_nav, .contact #contact_nav, .templates #templates_nav, .faq #faq_nav, .steps #steps_nav {
	font-size:130%;
	font-weight:bold;
	padding-top: 0px;
}

#top_section .paragraph_links, #top_section .paragraph_links p, #top_section .paragraph_links a {
	color: #3F8BAB ;
	font-size: 14px;
}

#left .paragraph_links, #left .paragraph_links p {
	color: #95F5F3 ;
	font-size: 16px;
}

#left .paragraph_links a, #left .paragraph_links a {
	color: #95F5F3 ;
	font-size: 16px;
}

#right .paragraph_links, #right .paragraph_links p {
	color: #95F5F3 ;
	font-size: 16px;
}

#right .paragraph_links a, #right .paragraph_links a {
	color: #95F5F3 ;
	font-size: 16px;
}

#main .paragraph_links a:hover, #main .paragraph_links a:active {
   color:#000;
}

#top_section .paragraph_links a:hover, #top_section .paragraph_links a:active {
   color:#000;
}

#left p, #right p {
	color: #fff ;
}

#left, #right {
	padding-left:20px;
	padding-right: 20px ;
}

#right ol  {
    list-style-type:decimal;
	color: #fff ;
	padding-left: 20px;
}

#divider {
	clear:both;
	height:0px;
	text-align:center;
	background-color:#3E8AA9;
}


#footer #ftlink {
	padding-top:20px;
}
#footer #ftlink, #footer #ftlink a {
	color:#0c70a6;
}

#footer {
	background:url(images/footer_bg.png) repeat-y;
	clear:both;

	text-align:center;
	background-color: #fff;
}
#footer a {
	color:#000;
}
#footer #ftlink a:hover {
	color:#0000FF;
	text-decoration:underline
}
#ftlink, #copyright {
	padding-bottom:8px;
}


#flow_chart #content #links {
	width:10px;
	float:left;
}

.index #right {
   border-left-color:#FFF;
   border-left-width:thick;
   border-left:solid;
}

/* These are used for the Setup Page form */
.info   { color: black; font-weight: normal; }
.warn   { color: orange; font-weight: normal; }
.error  { color: red; font-weight: bold;}


#guide_link
{
    float: right;
	position:relative;
	background-image: url('images/guide_link.png');
	background-repeat: no-repeat;
	height: 118px;
	width: 225px;
	z-index:10;
	opacity:0.7;
	filter:alpha(opacity=70);
}

#guide_link a
{
	position:absolute;
	top:0;
	left:0;
	height: 118px;
	width: 216px;
}


#guide_link a span {
   display: none;
}

#guide_link:hover
{
	opacity:1;
	filter:alpha(opacity=100);
}


#template_link
{
    float: right;
	position:relative;
	background-image: url('images/go_see_templates.png');
	background-repeat: no-repeat;
	height: 118px;
	width: 225px;
	z-index:10;
	opacity:0.7;
	filter:alpha(opacity=70);
}

#template_link a
{
	position:absolute;
	top:0;
	left:0;
	height: 118px;
	width: 216px;
}


#template_link a span {
   display: none;
}

#template_link:hover
{
	opacity:1;
	filter:alpha(opacity=100);
}

hr {
   color: white;
   width:50%;
}

#setup hr {
   color: white;
   width:75%;
   height: 12px;
   background-color:#fff;
}

/*.search {
   color:#3F8BAB
} */

.search {
   color:#2e8aAa
}


#standard {
	clear:both;
}

#content #main #standard h2 {
   color:#ccc;
   text-indent:5em;
   font-size: 12px;
}

#standard p {
   color:#fff;
   text-indent:2em;
   font-size: 10px;
}

.contact_label{
	vertical-align:top;
}


/*
#fff is white
#000 is black
#AFC0D0 is the gray site background

*/