/* CSS Document */

body {
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 50px;
	background-color: #FFFFFF;
}
.testimonial
{
font-family: Cambria, serif;
font-size: 16px;
font-style: italic;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;
margin: 1em 3em;
	color: #3D3D3D;
	border-left: 2px solid #99CDFF;
	padding-left: 1em; }
}

#header1 {
margin-top: 0;

}

#csLogo {
margin-top: 0px;
}

#csMenu {
margin-top: 0px;
}

#csSubmenu {
margin-top: 0px;
}

#csGreyLine {
margin-top: 0px;
}

div#content {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: relative; 

	/* These have no effect on the functionality */
	width: 600px;
	margin: 0 auto;
	background: #fff;
	padding: 20px;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	-moz-box-shadow: #000 4px 4px 10px;
	-webkit-box-shadow: #000 4px 4px 10px;
}


#container_2 {
}

#footer1 {

margin-bottom: 5px;
margin-left: 0px;

}

.csFooter {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3D3D3D;
	text-decoration: none;
}

.csHit {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #99CDFF;
	text-decoration: none;
}

.csHeading {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #99CDFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
}

.csHeading2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3D3D3D;
	font-weight: bold;
	text-decoration: none;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
}


.csHeading3 {
font-family: Helvetica, Arial, sans-serif;
font-size: 28px;
font-style: normal;
color: #3D3D3D;
font-weight: bold;
text-transform: normal;
letter-spacing: -1px;
line-height: 1.2em;
}

.csColumns {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3D3D3D;
	text-decoration: none;
}
.csContent {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3D3D3D;
	text-decoration: none;
	margin-left: 46px;
}

hr {
	color: #333;
}

.csList {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3D3D3D;
	font-weight: bold;
	text-decoration: none;
}

a:link { 
	color: #3D3D3D;
	text-decoration: none;
	}
a:visited { 
    color: #3D3D3D;
	text-decoration: none;
	}
a:hover { 
	color: #99CDFF;
	text-decoration: none;
	}
a:active { 
	color: #3D3D3D;
	text-decoration: none;
	}


a.special:link { 
	color: #3D3D3D;
	text-decoration: none;
	}
a.special:visited { 
    color: #3D3D3D;
	text-decoration: none;
	}
a.special:hover { 
	color: #BCC65F;
	text-decoration: none;
	}
a.special:active { 
	color: #3D3D3D;
	text-decoration: none;
	}
	
	
#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 890px;
}
#menu li {
	float: left;
	font: 80% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #9ACEFF url("images/hover.jpg") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	}
	
	/* sunMenu */
	#submenu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 12em;
}
#submenu li {
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#submenu a {
	background: #333;
	border-bottom: 1px solid #393939;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#submenu a:hover {
	background: #9ACEFF url("images/hover.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}
#container
{
font-size: 12px;
font-family: arial, helvetica, sans-serif; 
}

