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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1.2;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
}
ol, ul {
	list-style: none;
}
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: 2;
}
tr, th, td { padding:5px;}
#header h1 {
	background-image: url(images/head.jpg);
	text-indent: -5000px;
	height: 380px;
	width: 960px;
}
#wrap {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
}

#nav ul li {
	float: left;
}
#nav ul li a:link {
	padding-top: 14px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 12px;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#nav ul li a:hover {
	background-color: #82BBE8;
	padding-top: 14px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 12px;
	font-size: 16px;
	color: #555;
	font-weight: bold;
	text-decoration: none;
}
#nav ul li a:visited {
	padding-top: 14px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 12px;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#nav ul li a:active {
	padding-top: 14px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 12px;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#nav ul {
	margin-left: 287px;
}
#nav {
	margin-top: -40px;
	margin-bottom: 40px;
}
#content ul {
	list-style-type: disc;
	margin-left: 25px;
	list-style-position: outside;
}
#content h3 {
	color: #E72523;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}
.center_text {
	text-align: center;
}
#content {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px;
}
#service_list {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding: 10px;
	margin-top: 30px;
	text-align: center;
}
#content h2 {
	font-size: 18px;
	color: #235B8A;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
#content p {
	font-size: 12px;
	line-height: 115%;
	margin-bottom: 15px;
	text-align: justify;
}
#team tr td p {
	text-align: center;
}

a:link {color: #333333;}      /* unvisited link */
a:visited {color: #333333;}  /* visited link */
a:hover {color:#900; text-decoration:none;}  /* mouse over link */
a:active {color:#0000FF;}  /* selected link */