@charset "UTF-8";
/* CSS Document */

body { margin: 0; padding: 0; }

* {margin: 0; padding: 0; border: 0; font-family:Helvetica Neue Light, Verdana, Arial, Helvetica, sans-serif; }


/*------------Basic styles------------*/

body,p {
	font-family:"Helvetica Neue Light", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}

body {
	margin-left: 30px;
	margin-top: 0px;
	background-image: url(images/background.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

p { line-height: 1.4em; text-align: justify; text-indent:30px; margin: 0 0 7px 0 }

/* site heading */

h1 { font-size: 30px; color:#444444; font-weight:normal; margin: 50px 0 0 35px }	
h2 {
	font-family: "Helvetica Neue Light", Helvetica, Arial, Verdana;
	font-size: 13px;
	color: #333;
	font-weight:normal;
	margin: 0 0 0 35px;
}	

html>body #hdrimg {
	height: 120px;        /* ie5x hack ends here */
}

#hdrimg a {color: #FFFFFF; text-decoration: none; font-weight: normal; outline:none}
#hdrimg a strong {color: #fff; text-decoration: none; font-weight: normal;}
#hdrimg a:hover {color: #FFFFFF; text-decoration: none; font-weight: normal;}
#hdrimg a:hover strong {color: #06FF00; text-decoration: none; font-weight: normal;}

#hdrimg img { margin:45px 0 0 33px }

div { padding: 10px 0;}



a {color: #339900; text-decoration: none}
a:hover {color: #FF0101; text-decoration: underline}

#hdrimg img {
	margin:px 0 0 33px
}

div { padding: 10px 0;}



a {
	color: #333;
	text-decoration: none
}
a:hover {
	color: #666;
	text-decoration: underline
}


/*-------------Layout----------------*/



.rowcontainer {						/* Used to keep the divs in a row.  you can use this for any size of divs */
	float: left;
	margin-bottom: 5px;
	width: 100%;
	overflow: hidden;

}



/*------Columns: Note they dont add up to 100%, this is intentional to avoid problems!----------*/ 

.fullcolumn { float: left; width: 99%;}		/* Full width column for a one column site */
			
.halfcolumn { float: left; width: 49%;}		/* Half width column for a two column site. */

.onethirdcolumn { float: left; width: 33%; }		/* One third width column for a three column site */

.twothirdscolumn { float: left; width: 66%; }

.quartercolumn { float: left; width: 24.5% }		/* One quarter width column for a four column site */

.navigationcolumn { float: left; width: 200px }		



/*------------------------------Main Navigation------------------------------------------*/


#nav {
	
	opacity: 0.75;
	
	min-width: 200px;

}

ul#nav  { margin: 0;
		  width: 200
}

#nav li  /* Main nav list items */
{
	font-size: 12px;
	list-style: none;
	text-align: left;
	margin: 1px 35px
}

	 
#nav a:link, #nav a:visited  { color:#444444; text-decoration:none }

#nav a:hover, #nav a:active {
	color:#666;
	text-decoration:none;
	font-weight:600
}

#nav a#current { color:#000000; font-weight:bold; text-decoration:none }


/*------------------------------Testimonials class------------------------------------------*/


#test { float: left; width: 66%; }

#test p {
	line-height: 1.4em;
	text-align: justify;
	text-indent:0;
	margin: 0 0 12px 0;
	color:#666
}	

#test h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#666;
	font-weight:400;
	margin: 0 0 20px 30px
}


/*-----------------------------------Other tags-----------------------------------------*/

#fade2 { font-size: 13px; font-family: "Helvetica Neue Light", Helvetica, Arial, Verdana; color: #666666; font-weight:normal; text-align:left; margin: 0 0 0 230px; width:370px }

acronym { border-bottom: 1px dashed #999; cursor: help }

/* lists */
ul { margin: 5px 0 5px 35px; list-style: url }
ol { margin: 5px 0 5px 35px; list-style: decimal }
ol li, ul li { color: #fff; font-size: 0.8em; line-height: 1.4em; margin:5px 8px }

hr {
	margin: 10px 0px;
	height: .25px;
	background: #444;
	color: #444
}  /* rule styling */

img {margin: 0 10px} /* all images styling */
img.right {float: right}  /* right floating images */
img.left {float: left}   /* left floating images */
