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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 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, dl, dt, dd, ol, ul, li,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align:left;
	color:#000;
	line-height: 19px;
	background-image:url(images/background-main.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
	border-top: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

body p{
	border-top: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

a img {border: none;}

/*
HEADERS TO GO HERE
*/

h1 {font-size:22px; color:#006600; padding-bottom:15px; line-height:24px;}
h2 {font-size:18px; color:#006600; padding-bottom:15px; line-height:20px;}
h3 {font-size:16px; color:#006600; padding-bottom:15px; line-height:18px;}

/*
DIV ID'S TO GO HERE
*/

#wrapper {
 	margin-left: auto;
 	margin-right: auto;
 	width: 980px;
	margin-top:20px;
	background-color:#FFFFFF;
}

#header {
	width:980px;
	height:205px;
	background-image:url(images/background-header.jpg);
	background-repeat:repeat-x;
	float:left;
}

#logo {
	width:620px;
	height:96px;
	float:left;
	padding-top:52px;
	padding-left:30px;
}

#tel {
	padding-top:24px;
	float:right;
	width:148px;
	height:124px;
	padding-right:30px;
	text-align:right;
}

#nav {
	width:935px;
	height:19px;
	padding:15px 15px 15px 30px;
	float:left;
	color:#030;
}

#content {
	width:920px;
	min-height:700px;
	padding:30px;
	float:left;
	background-color:#FFFFFF;	
}

#content li{
	list-style-position:inside;
}

/*
CLASSES TO GO HERE
*/

.nav {color:#FFFFFF;font-size: 15px; text-decoration:none; padding-right:25px;}
a.nav:hover {color:#99CC00;}

.contentlink {color:#009900; text-decoration:none;}
a.contentlink:hover {color:#003300;}

.imageright {
	float:right;
	width:350px;
	height:350px;
	margin: 0px 0px 30px 30px;
	text-align: center;
}
.imageright2 {float:right; width:350px; margin: 0px 0px 30px 30px;}
.smltext {font-size:11px; text-align:center;}