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, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
	background-color: #E9EDF1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1
{
	font-family: "Tahoma";
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
}

p
{
	font-family: "Trebuchet MS";
	font-size: 14px;
	margin-bottom: 25px;
}

strong
{
	font-weight: bold;
}

a:link, a:visited, a:active
{
	color: #333;
}

a:hover
{
	color: #8B494B;
}

#headerimage
{
	margin: 0px;
}

#wrapper
{
	background-color: #F9F9F9;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #585858;
	border-right: 1px solid #585858;
	border-bottom: 1px solid #585858;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}

#lowercontent
{
	background-color: #F9F9F9;
	overflow: auto;
	width: 958px;
	position: relative;
	padding: 20px;
}

ul#accordion-slider
{
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
ul#accordion-slider li
{
	display: block;
	overflow: hidden;
	padding: 0;
	float: left;
	width: 248px;
	height: 400px;
}

#rightpanel
{
	width: 300px;
	float: right;
	background-color: #E9EDF1;
	margin: 10px;
	padding: 10px;
	border: 1px solid #585858;
	border-radius: 2px;
	-moz-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 2px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 2px 0px #4a4a4a;
    box-shadow: 0px 1px 2px 0px #4a4a4a;
}

#rightpanel h4 {
    color: #333;
    font-size: 18px;
    border-bottom: 1px solid #646464;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: bold;
	font-style: normal;
}

#rightpanel p {
    color: #333;
}

#leftpanel
{
	float: left;
	margin: 30px;
	width: 550px;
}

#leftpanel h4 {
    color: #000000;
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 10px;
	font-family: "Tahoma"
}

#leftpanel p {
    color: #000000;
	text-align: left;
}

#footer
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#footer p {
    color: #000000;
	text-align: right;
	font-style: normal;
	font-size: 10px;
	margin-top: 5px;
}

#menu
{
	background-color: #F9F9F9;
	clear: both;
	margin: 0px;
	height: 20px;
	width: 990;
	border-bottom: 1px solid #646464;
	border-top: 1px solid #646464;
	margin-bottom: 5px;
}

.menuitem
{
	width: 176px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	text-align: center;
	float: left;
	cursor: pointer;
}

.menuitem a
{
	text-decoration: none;
}

.seperator
{
	width: 30px;
	text-align: center;
	float: left;
}

.formblob
{
	padding-left: 30px;
}