
body,html {
		margin:0;
		padding:0;
		color:#000;
	/*	background:#a7a09a; */
	background: #89888D; 
}

#wrap {
		width:750px;
		margin:0 auto;
	/*	background:#99c;*/
	background:#99B2B7;
	}

#header {
    	padding:5px 10px;
	/*	background:#ddd;*/
  background:#99B2B7; 
/* background-image: url("/images/floridaparentingclass2.jpg"); */
background-image: url("/images/floridaparentingclass6.jpg");
 height:170px;
 padding-left:275px;
 padding-top:10px;
	}
	h1 {
	    margin:0;
    }


#navigation
{
	float: left;
	width:750px;
    
		/*background:#c99;*/
		background:#948C75;
}

#navigation ul
{
	margin: 0;
	padding: 0;

}

#navigation ul li
{
	list-style-type: none;
	display: inline;
	
}

#navigation ul li.rightli
{
	list-style-type: none;
    display: inline;
    float:right
}

#navigation ul li a.righta
{
    display: block;
    float: left;
    padding: 5px 10px;

/* background:#c99; */
    background:#948C75;
    text-decoration: none;
    border-left: 1px solid#fff;	
}
#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;

/* background:#c99; */
    background:#948C75;
	text-decoration: none;
	border-right: 1px solid#fff;
}

#navigation ul li a.righta:hover { 
    background:#7A6A53; 
    }
    
    #main {
        float:left;
        width:730px;
        padding:10px;
        /*background:#9c9;*/
        background:#D5DED9;
    }
    
#navigation li a:hover { 
	background:#7A6A53; 
	}
	
	#main {
		float:left;
		width:730px;
		padding:10px;
		/*background:#9c9;*/
		background:#D5DED9;
	}
	
	#main2 {
		float:left;
		width:480px;
		padding:10px;
		background:#D5DED9;
	}
	#sidebar {

		float:right;
		width:250px;
		/*padding:10px;*/
		padding:0;
		margin:0;
		margin-left:0;
		background:#99B2B7;
	}
		
	h2 {
		margin:0 0 1em;
	}
	#footer {
		clear:both;
		padding:5px 10px;
		background:#948C75;
	}
	#footer p {
		margin:0;
    }
	* html #footer {
		height:1px;
	}
	
	
	/* http://www.cssbuttongenerator.com/ */
.registerButton {

	
    -moz-box-shadow:inset 0px 1px 0px 0px #6497D5;
    -webkit-box-shadow:inset 0px 1px 0px 0px #6497D5;
    box-shadow:inset 0px 1px 0px 0px #6497D5;
    
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6497D5), color-stop(1, #41628A) );
    background:-moz-linear-gradient( center top, #6497D5 5%, #41628A 100% );
    	
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6497D5', endColorstr='#41628A');
	
	background-color:#6497D5;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	/*Temporarily comment out rounded corners for IE9 as it does not work correctly with a gradient.*/
	/*border-radius:.6px;*/
	border:1px solid #dcdcdc;
	display:inline-block;
	

    color:#000000;	
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	/*text-shadow:1px 1px 0px #ffffff;*/
    /*text-shadow:1px 1px 0px #B3B3B3;*/
}

.registerButton:hover {

    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #41628A), color-stop(1, #6497D5) );
    background:-moz-linear-gradient( center top, #41628A 5%, #6497D5 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#41628A', endColorstr='#6497D5');

    background-color:#41628A;
	
}

.regsiterButton:active {
	position:relative;
	top:1px;
}

p#nextbutton {
display: none;
font-weight: bold;
}

p#completebutton {
display: block;
font-weight: bold;
}

#contactarea {
/*    width: 600px;
    margin-top: 25px;*/
}

#contactarea input, #contactarea textarea {
  /*  padding: 5px;
    width: 471px;*/
    font-family: Verdana,Arial,Sans-serif;
    font-size: 0.8em;
  /*  font-size: 1.4em;
    margin: 0px 0px 10px 0px;
    border: 2px solid #ccc;*/
}



#contactarea textarea {
   /* height: 90px;*/
    resize: none;
}

.wireframemenu{
border: 1px solid #C0C0C0;

/*background-color: white;*/
        background:#99B2B7;
border-bottom-width: 0;

/*width: 170px;*/
width: 248px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
/*width: 164px;*/
width: 248px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
width: 248px;
}

.wireframemenu  li{
font: bold 13px Verdana;
/*width: 100%;*/ /*Define width for IE6's sake*/
color: #595959;

text-decoration: none;
border-bottom: 1px solid #C0C0C0;
width: 248px;

}
li.nolink {
font: bold 13px Verdana;
width: 243px;
color: #595959;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
padding: 4px 3px;

    }
 li2{
font: bold 13px Verdana;
248px /*Define width for IE6's sake*/
color: #595959;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
padding: 10px 3px;
}


.wireframemenu a{
	color: black;
    text-decoration: none;
display: block;
padding: 4px 3px;
height: 100%;
width: 248px;
}


.wireframemenu a:visited{
/*color: #595959;*/
color: black;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #4C787E;
color: black;

}


.translate {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#777777;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:1px 1px 0px #ffffff;
}
.translate:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color:#dfdfdf;
}
.translate:active {
    position:relative;
    top:1px;
}


