/*padding goes like this:  top right bottom left*/

h1, h2, h3, h4 { 
                color: #000000;
		font-family: arial, helvetica, sans-serif;
		font-size:.9em;
		line-height:1.5em;
		font-weight:100;
		text-align:justify;
		padding: 25px 0 0 0;
		margin-top:0px;
		margin-left:1%;
}

body { 
      background-color: #E8E8E8; 
      font-family: arial, helvetica, sans-serif;
      background-image:url(images/header_sliver.gif);
      background-repeat: repeat-x;
      
}

#header-content  {
		  background-image:url(images/logo_header.gif);
		  background-repeat:no-repeat;
		  background-position:top center;
		  height:125px;
		  width:780px;
		  margin-right:auto;
		  margin-left:auto;
		  background-color:#FFFFFF;
}

#navigation {
	     font-family:arial, helvetica, sans-serif;
	     font-size: .85em;
	     width:780px;
	     height:25px;
	     background-color:#E8E8E8;
	     margin-left:auto;
	     margin-right:auto;
}

#navigation ul {
	     list-style:none;
	     margin: 0;
	     padding: 0;
	     padding-top: 4px;

}

#navigation li {
	    display: inline;
}

#navigation a:link, #navigation a:visited {
	    padding: 3px 10px 2px 10px;
	    color:#333333;
	    background-color: #E8E8E8;
	    text-decoration:none;
	    border-top: 1px solid #E8E8E8;
	    border-left: 1px solid #E8E8E8;
	    border-bottom: 1px solid #E8E8E8;
	    border-right: 1px solid #FFFFFF;
}

#navigation a:hover  {
	    color:#336699;
	    border-top: 1px solid #E8E8E8;
	    border-left: 1px solid #E8E8E8;
	    border-bottom: 1px solid #717171;
	    border-right: 1px solid #717171;
}
#wrapper {
	width:780px;
	background-color:#FFFFFF;
	margin-top:0%;
	margin-left:auto;
	margin-right:auto;
}

#leftcolumn {
	width:350px;
	float:left;
	padding:0 0 0 10px;
}
#rightcolumn  {
	width:355px;
	float:right;
	padding:15px 5px 0 0;
	
}

#fullcontent  {width:625px;
	margin-left:auto;
	margin-right:auto;
}

table {
	width:650px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #CCCC99;
}

th, td {
	text-align:left;
	padding:10px 0 10px 3px;
	border:1px solid #E8E8E8;
	font-size: .9em;

}


p { 
   font-size: .8em; color: #000000; text-align: left; margin-top:1.5em; margin-left:1%; line-height:1.5em; font-family: tahoma, arial, helvetica, sans-serif; font-weight:500; text-align:justify;
}

#listreg {font-size:.85em;
	  line-height:1.5em;}


.testimonial {width:250px; padding-left:50px;
}

.customer {
	clear:both;
	font-size:.8em;
	color:#000000;
	text-align:right;
	padding:0 5px 5px 0;
}

#footer  {
	clear:both;
	font-size:.75em;
	color:#000099;
	text-align:right;
	padding:20px 5px 5px 0;
}



/* =Hoverbox Code Thanks to SonSpring at http://sonspring.com/journal/hoverbox-image-gallery
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 300px;
	height: 282px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	float: right;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 425px;
	height: 400px;
}


/* =End Hoverbox Code
----------------------------------------------------------------------*/

/* =Start From Code
----------------------------------------------------------------------*/

fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	background:#F8F8F8;
	font-size:.85em;
}

legend  {
	 font-weight: 100;
}

label {
	display:block;
	cursor:pointer;
}

input.f  {width: 20em;
}

textarea {
	height:10em;
}

/* =End Form Code
----------------------------------------------------------------------*/
