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;
}
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;
}


/**************************   Start Of Style Sheet    **********************************/


body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #676767;
	font-size: 13px;
	background-color: #f6f6f6;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}

h1 {
	color: #787878;
	font-size: 18px;
	text-align: left;
	margin: 0;
	padding: 0 0 45px 0;
}

h2 {
	color: #787878;
	font-size: 18px;
	text-align: left;
	margin: 0;
	padding: 0 0 15px 0;
}

a {
	text-decoration: none;
	color: #2b96c1;
}

a:hover {
	text-decoration: none;
	color: #2fb1e6;
}

p {
	font-size: 12px;
	padding: 0 0 30px 0;
	text-align: justify;
	line-height: 2.0em;
}
.clear {
	clear: both;
}



/* Body styles */
#wrapper {
	width: 960px;
	display: block;
	margin: 0 auto;
	padding: 0;
}

#header {
	display: block;
	height: 70px;
	margin: 0;
	padding: 0;
}

#logo {
	display: block;
	float: left;
	margin: 0;
	padding: 5px 0 0 0;
}
#nav {
	display: block;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	padding: 28px 15px 0 0;
	margin: 0;
}
#nav a {
	margin: 0 0 0 25px;
	color: #ffffff;
}
#nav a:hover {
	text-decoration: none;
	color: #2fb1e6;
}

#nav span {
	color: #ffffff;
	margin: 0 0 0 25px;
}

#nav .active {
	color: #2b96c1;
}

#content_full {
	display: block;
	width: 930px;
	margin: 0;
	padding: 15px;
	background-color: #ffffff;
	border: 1px solid #d8d8d8;
}

#content {
	display: block;
	width: 628px;
	float: left;
	margin: 0;
	padding: 15px;
	background-color: #ffffff;
	border: 1px solid #d8d8d8;
}

.content_right {
	display: block;
	width: 236px;
	float: right;
	margin: 0;
	padding: 15px;
	background-color: #ffffff;
	border: 1px solid #d8d8d8;
}

#content_bottom {
	display: block;
	width: 930px;
	margin: 0;
	padding: 15px;
	background-color: #ffffff;
	border: 1px solid #d8d8d8;
}

.slidetext {
	font-size: 16px;
	color: #878787;
	line-height: 1.5em;
	padding: 90px 0 0 20px;
	width: 420px;
}

#footer {
	display: block;
	margin: 0;
	padding: 15px;
	background-color: #ffffff;
	border: 1px solid #d8d8d8
}

#footer a {
	margin: 0 20px 0 0;
}

#copyright {
	display: block;
	float: right;
}

.active {
	color: #2fb1e6;
}



.break {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	height: 30px;
}


/* Form Fields */
.record {
	padding: 6px 0;
	clear: left;
}

.record input, .record textarea {
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #222222;
	background: #ffffff;
	width: 430px;
	border: 1px solid #cbcbcb;
}

.record label {
	float: left;
	display: inline;
	line-height: 1.9;
	width: 80px;
	text-align: right;
	padding: 0 10px 0 0;
}