/* @group Reset Reloaded */
/* don't edit this set */
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 1;
	border: 1;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 2;
	border: 1;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @end */

body {
	font: 12px/14px Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	background: url("
	/body.gif") top center repeat-y;
}

#header-wrap {
	background: url("img/header.gif") top center repeat-x;
}

#header {
	width:  780px;
	height:  285px;
	margin:  0px auto;
	text-align: left;
}

#header h1 {
	margin:  0px;
}

#page-info {
	width:  780px;
	margin:  0px auto;
	margin-top:  -130px;
	text-align: left;
}

#page-info h2{
	color: #FFF;
	font-size: 26px;
}

ul.menu {
	position: absolute;
	top: 84px;
}
ul.menu li {
	display: inline;
}

ul.menu li a {
	display: block;
	text-decoration: none;
	float: left;
	padding: 4px 12px 5px;
	_padding: 4px 10px 5px;
	margin-right: 2px;
	color: #FFF;
}

ul.menu li a:hover, ul.menu li.current-page a {
	background: #FFF;
	color:  #143264;
}

ul.submenu {
	float: right;
}

ul.submenu li {
	display: inline;
}

ul.submenu li a {
	background: #143264;
	display: block;
	text-decoration: none;
	float: left;
	padding: 4px 8px 5px 8px;
	margin-left: 2px;
	color: #FFF;
}

ul.submenu li a:hover, ul.submenu li.current-page a {
	background: #FFF;
	color:  #143264;
}

#page {
	width:  740px;
	padding: 20px;
	background: #FFF;
	margin: 0px auto;
	margin-top:  23px;
	text-align: left;
	min-height: 420px;
	_margin-top: 0px;
}

#content {
	float: left;
	width: 540px;
	color: #666;
}

#content p {
	margin-bottom:  15px;
}

#right {
	float: right;
	width: 180px;
	margin-left:  20px;
}

#content h3 {
	color: #3e6fb1;
	font-weight: bold;
	font-size:  16px;
}

#contact {
	background: #fd9207;
	color: #FFF;
	font-size:  12px;
	font-weight: bold;
	padding: 15px;
}
#footer-wrap {
	background: #FFF url("img/footer.gif") top center no-repeat;
}
#footer {
	width:  780px;
	margin:  0px auto;
	color:  #666;
	text-align: right;
	padding: 20px 0;
	font-size: 10px;
}

.clear {
	clear: both;
}

#right img {
	border: 0px solid #CCC;
	padding: 7px;
	margin-bottom: 10px;
}

img.logo {
	float: left;
	margin:  20px 0 0 0 ;
}

fieldset {
	border:  1px solid #CCC;
	margin:  10px 0;
}

fieldset {
	border:  1px solid #CCC;
	margin:  10px 0;
	padding:  0px 20px;
}

.contactleft {
	width: 15%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}
legend.str {
	padding:  0px 10px;
}
.contactright {
	width: 80%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

input {
	border: 1px solid #CCC;
}