a {	
	color: #3366CC;	
	text-decoration: none
}

a:hover	{
text-decoration: underline;
color: #036;


}

a:link, a:visited  {
text-decoration: none;
color: #036;


}


body {
	margin: 0;
	padding: 0;
	background-color: #F2F2F2;
	color: white;
	font: small Arial, Helvetica, Verdana, sans-serif;

}



#container
{
width: 723px;
margin: 10px auto;
background-color: #Fff;

color: #333;
border: 1px solid gray;
line-height: 130%;
}

#top
{
padding: .5em;
background-color: #fff;
border-bottom: 1px solid gray;
}



#top h1
{
padding: 0;
margin: 0;
}






/***** navigation section *****/

#leftnav
{
float: left;
width: 200px;
height: 100%;


color: black;
margin: 0;
padding: 0 0 0 0;
}


#leftnav h3 {
	font-size: 110%;
	background-image: url(sidebar-header-bg.gif);
	background-repeat: repeat;
	margin: 0;
	color: #CCCCCC;
	
	padding: 0.2em 0 0.2em 0px;
	font-weight: normal;
}

#leftnav .inner {

padding: 0 0 0 0 ; 
}

#leftnav p {
color: black;

padding-left: 30px;
}


/**** sidebar nav ****/

#leftnav ul {
list-style: none;
margin-left: 0;
padding-left: 0px;

}


#leftnav li, #leftnav a:link, #leftnav a:visited {
display: block;
width: 200px;
height: 25px;
line-height: 25px;
color: #000;
font-size: 100%;
text-decoration: none;
background: #C4E2B1 url(img/back.jpg);
text-indent: 30px;


}

#leftnav a:hover {
background: url(img/rollover.jpg);
background-position: right top;
color: #036;
font-size: 100%;

}

/**** sidebar nav end ****/


#leftnav .logo {
float: left;
/* background: url(img/goallogo.gif); 
background-position: bottom left;
background-repeat: no-repeat; 
line-height:80px;*/
margin: 30px 0 0 0 ;
}


/* main body content */

#content
{
margin-left: 200px;
border-left: 1px solid gray;
padding: 1em;
/* max-width: 36em; */
}

/*
div#content
{
margin-left: 190px;
margin-right: 200px;
}
*/
div#content h2
{
font-size: 1.5em;
color: #0E6E3B;
margin: 0;
padding-top: .4em;
font-weight: normal;
}

div#content { line-height: 150%; }


#content ul {
list-style: square;

margin-left: 30px;
padding-left: 20px;

}


#cleardiv
{
clear: both;
height: 1em;
}





/**** footer section ****/

#footer
{
position: center;
clear: both;
margin: 0;
padding: .2em;
color: #333;
font-size: 11px;
background-color: #D8E7A8;
border-top: 1px solid gray;
}

#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }



/****** contact form page ******/

#content form {
   font-size: 90%;
   margin-top: 20px;
   padding-bottom: 90px;
}
#content label {
   float: left;
   width: 130px;
   font-weight: bold;
   padding: 2px 10px 2px 0;
   text-align: right;
}
#content input, textarea, select {
   width: 220px;
   margin-bottom: 10px;
   background-color: #F4F5DA;
   border: 1px solid #D8E7A8;
   color: #9ABC34;
   font-family: Arial, verdana, helvetica;
   font-size: 12px;
   padding: 2px;
}
#content select {
   width: 177px;
}
#content input:hover, textarea:hover, select:hover {
   background-color: #eee;
}
#content input:focus, textarea:focus, select:focus {
   background-color: #fff;
   color: #000;
}
#content textarea {
   width: 220px;
   height: 35px;
}
#submitbutton {
   margin-left: 183px;
   margin-top: 5px;

   font-weight: bold;
   width: 130px !important;
}


/* blocks */

#txtblok1 {
	display: relative;
	float: left;
	width: 260px;
	height: 280px;
	margin: 0 20px 0 0;
	background: #eeeeee;
	padding: 10px;
	overflow: hidden;
}

#txtblok2 {
	display: relative;
	float: left;
	width: 400px;
	height: 280px;
	margin: 0 20px 0 0;
	background: #eeeeee;
	padding: 10px;
	overflow: hidden;
}





#testimonial {
	
	background: url(images/quote.gif) left top no-repeat;
	font-size: 0.9em;
}

#testimonial p {
	padding: 10px 0 0 25px;
	
}

#testimonial p.read_more {
	background: url(images/quotend.gif) right top no-repeat;
	padding: 5px 20px 0px 0px;
	text-align: left;
	color: #335DA8;
}





 /***** end *****/





