/* CSS stylesheet */

/**********************************/
/* Universal style rule           */
/**********************************/
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	background-color: #FFF;
	font-family: 14px Verdana, Geneva, sans-serif;
	color: #000;
}
 
#top {
	margin: 0 auto;
	width: 960px;
	height: 21px;
	background: #FFF url(../images/top.jpg) no-repeat;
}
#top h2 {
	padding: 3px 0 0 330px;
	font: 14px "Times New Roman", Times, serif;
	color: #900;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	background-color: #FFF;
}

/**********************************/
/* header                         */
/**********************************/
#header {
	height: 315px;
	background-color: #333;
}

#nav {
	height: 49px;
	padding-top: 17px;
	background: url(../images/tnav_img_bg.jpg) no-repeat;
}

#nav ul {
	margin: 0 50px 0 296px;
	width: 614px;
	height: 32px;
	background: url(../images/tnav_ul_bg.jpg) repeat-x;
	list-style-type: none;
}
#nav li {
	float: left;
	padding-top: 8px;
	height: 24px;
	margin-left: 19px;
	text-align: center;
	vertical-align: middle;
	width: 100px;
	background: url(../images/tnav_li_bg.jpg) repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#nav a {
	color:#036;
	text-decoration: none;
}

#nav a:hover {
	color:#FFF;
	text-decoration: none;
}

#header img.main {
	display: block;
}

/**********************************/
/* sidebar                        */
/**********************************/
#sidebar {
	margin: 12px 0 0 22px;
	float: left;
	display: inline;
	width: 250px;
	text-align: center;
}

#sidebar img {
	margin: 0 auto;
	margin-bottom: 20px;
}

#sidebar p.info {
	font: 15px "Times New Roman", Times, serif;
	color: #036;
	padding: 0 5px;
	margin-bottom: 15px;
	text-align: left;
	line-height: 20px;
}

#sidebar div.contact {
	margin: 30px 0 8px 0;
	background-color: #036;
	display: block;
	line-height: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	font: 15px Verdana, Geneva, sans-serif;
	color: #FFF;
}

#sidebar p.contact {
	font: 14px Verdana, Geneva, sans-serif;
	color: #000;
	padding: 0 5px;
	margin-bottom: 15px;
	text-align: left;
}

#sidebar ul {
	font: 13px Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left: 40px;
}

#sidebar p.free {
	border:1px dashed #036; 
	padding:8px; 
	text-align:center;
	background-color:#E9E9E9;
	color: #036;
}
#sidebar span.free {
	font-size:30px; 
	font-weight:bold;
}


/**********************************/
/* content                        */
/**********************************/
#content {
	margin: 7px 25px 0 296px;
	position: relative;
	width: 639px;
	text-align: left;
}

#content h1 {
	font: 20px Verdana, Geneva, sans-serif;
	color: #036;
	padding-bottom: 15px;
}

#content h2 {
	font: 15px Verdana, Geneva, sans-serif;
	color: #000;
}
#content h2.services {
	color: #036;
	font-weight: bold;
}

#content h3 {
	font-size: 14px;
}

#content p {
	padding-bottom: 15px;
}

#content ul, #content ol {
	padding: 0 0 0 40px;
}

#content li {
	margin-bottom: 15px;
}

#content a {
	color: #036;
	text-decoration: underline;
}
#content a:link, #content a:visited {
	color: #036;
	text-decoration: underline;
}
#content a:hover {
	color: #036;
	text-decoration: none;
}
#content a:active {
	color: #036;
	text-decoration: underline;
}


/**********************************/
/* footer                         */
/**********************************/
#footer {
	height: 50px;
	clear: both;
	background-color: #333;
	text-align: center;
	color: #CCC;
	font: 11px Arial, Helvetica, sans-serif;
}

#footer p {
	padding-top: 5px;
}
#footer p.nav {
	padding-bottom: 5px;
}

#footer a {
	font-size: 11px;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #CCC;
	text-decoration: none;
}
#footer a:hover {
	color: #CCC;
	text-decoration: underline;
}
#footer a:active {
	color: #CCC;
	text-decoration: none;
}

#footer .ewd {
	padding-left: 150px;
}


/**********************************/
/* misc                           */
/**********************************/
.center {
	text-align: center;
}

-->