/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}


blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ******************* END RESET****************************** */

body {
	background: black;
	color: white;
	font-family: Trebuchet, Helvetica, sans-serif;
}

p, h1, h2, h3, form {padding: 10px 25px 10px 30px}

h1 {font-size: 140%}
h2 {font-size:	125%}
h3 {font-size: 115%}
p  {font-size: 100%; line-height: 120%; text-indent:30px;} 


#page_container {
	width: 880px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background: url(../images/layout/bg.gif);
	background-repeat:repeat-y;
}

#logo {
	height: 263px;
	background: black
		url(../images/layout/logo.png);
}

#nav {
	float: right;
	width: 201px;	
}

/* NAVIGATION BUTTONS */
			.cssnav	{
						position:relative;
						font-family: arial, helvetica, sans-serif;
						background-image:  url(../images/layout/overbtn.gif);
						background-repeat: no-repeat;
						white-space: nowrap;
						display: block;
						width: 201px;
						height: 34px;
						margin: 0; 
						padding: 0; 
			}
			.cssnav a {
						display: block;
						font-size: 14px;
						width: 201px;
						height: 34px;
						display: block;
						float: left;
						color: white; 
						text-decoration: none;
			}

			.cssnav img {width: 201px; height: 34px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
						position: absolute;
						left: 30px;
						top: 10px;
						margin: 0px;
						padding: 0px;
						cursor: pointer;
						width: 149px;
						height: 14px;
						text-align: center;
			}
			/* END OF NAVIGATION */

#content {
	margin-right: 280px;
	background: url(../images/layout/content.gif);
	background-repeat:repeat-y;
}

#this {
padding:20px;
margin-right:auto;
margin-left:auto;
}

#footer {
	clear: both;
	background: url(/images/layout/footer.gif);
	height: 33px;
}

#address {font-size: 100%; line-height: 120%; text-indent:0px;} 

#footer p {text-align:center;font-size:12px;padding:10px;}	

IMG.centered {
    display: block;
    margin-left: auto;
    margin-right: auto }

ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
}    

div.testimonials p {

}

.name {
	font-style: italic;
	font-size:90%;
	font-weight: bold;
	padding:15px;
	padding-top:5px;
	margin:30px;
	margin-top:10px;
	display:block;
}