@charset "UTF-8";
/* CSS Document */

/* Rese styles */
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, ol, ul, li,
fieldset, form, label, legend,
body {line-height: 1;}
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: 0;}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}


/* css styles */
html, body {
	font-family: Calibri;
	background: #fff;
	font-size: 	1em;
	color: #333;
}

/* layout */
#wrapper {
	width: 1024px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background: #fff;
}
#nav ul {
	list-style: none;
	margin-bottom: 20px;
	padding: 0;
	padding-top: 0;
	font-size: 	1.2em;
}
#nav ul li{
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
	display: inline;
}
#nav ul li a{
	display: inline-block;
	background: #fff;
	padding: 5px 10px;
	border-right: 1px solid white;
	text-decoration: none;	 
	color: #000;
}
#nav ul li.current a, #nav ul li a:hover{
	background: #000;
	color: #fff;
	border-bottom: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
}
h1, h2, h3, h4, h5, h6 {	margin: 10px 0;}
h1 {font-size: 1.6em;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.3em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1.1em;}
p {
	margin: 0 0 20px 0;
	line-height: 1.3em;
}

blockquote {padding-left: 20px;}

a:link {color: #333;}

a:visited, a:hover, a:active {color: #333;}
a:hover {text-decoration:underline;}

#header{
	width: 1024px;
	margin-bottom: 25px;
}
#content ul {
	list-style: disc;
	margin-left: 20px;
}
#content ul li{margin-bottom: 5px;}
#content {
	padding: 10px;
	width: 1004px;
}
#footer {
	width: 1024px;
	margin: 20px 0;
}

.consult-image { background-repeat:no-repeat; margin:10px 10px 10px 0; float:left}