@charset "UTF-8";/*used to be in html but now in css*/
/*RESET STYLESHEET*/
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video	{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { 
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
/*~~~~~~end RESET STYLESHEET~~~~~~~~~*/

ul ol li {
	padding: 0em 0em 0em 0em;
	margin:0em 0em 0em 0em;
}
hr {
	height:0.1em;
	border: 0.1em solid #993300;
	margin: 1em 0 1em 0;
}
img {
	vertical-align: middle;
}
a:link {
	color:#006699;
}
a:visited {
	color:#006699;
}
a:hover {
	color:#000099;
}
a:active {
	color:#ff9900;
}
body {
	height:300em;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.2em;
	padding-top:1em;
}
.container {
	margin: 0em auto;
	width: 58em;
	padding: 1em 1em 1em 0.5em;
	overflow: hidden;
	border: thin inset #000;
	border-radius: 1em;
}
#google_translate_element {
	float:right;
	padding:0em 1em 1em 0em;
	}
.headerwrap {
	clear:both;
	width:57em;
	height:7em;
	line-height:7em;
	margin: 0em 0em 1em 0em;
	padding: 0em 0em 0em 0em;
	border:0.5em solid #006699;
	box-shadow:0.7em 0.7em 0.5em 0em #333333;
	border-radius: 1em;
}
.headerleft {
	height: auto;
	width: auto;
	float: left;
	margin: 0em 0em 0em 6em;
}
.headerright {
	width:40em;
	float:left;
}
.headerrighttxt {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#006699;
	font-size:5em;
}
.sidebar {
	float: left;
	width: 14em;
	text-align:center;
	margin:0em 0em 0em 0em;
	padding:1em 0em 2em 0em;
}
.buttonwrap {
	width 14em;
	margin: 0em 0em 2em 0em;
}
.buttonwrap li {
	list-style:none;
}
.dcmbutton {
	text-decoration: none;
	display: inline-block;
	position: relative;
	line-height: 2em;
	height: 2em;
	width: 11em;
	padding: 0em 0em 0em 0em;
	margin: .5em 0em .5em 0em;
	box-shadow:0.5em 0.5em 0.4em 0em #333333;
	border-radius: 1em;
}
.dcmbutton:link{
	color:#ffffff;
	background-color:#006699;
	border: medium solid #ffffff;
}
.dcmbutton:visited{
	color:#ffffff;
	background-color:#006699;
	border: medium solid #ffffff;
}
.dcmbutton:hover{
	color:#ffffff;
	background-color:#3399cc;
	border: medium solid #006699;
}
.dcmbutton:active{
	color:#ff3300;
	background-color:#ffffff;
	border: medium solid #006699;
}
.qrcode li {
	list-style:none;
}
/*~~~Content Area~~~*/
.content {
	float: left;
	width: 42em;
	margin: 0em 0em 0em 0em;
	padding: 1em 1em 1em 1em;
}
.content h1, h2, h3, h4, h5, h6, p {
	padding:0.3em 0em 0.3em 0em;
	}
.content p {
	padding:0.2em 0em 0.2em 0.5em;
}
.content h1 {
	color:#993300;
	font-size:2em;
	padding:.5em 0em .5em 0em;
}
.content h2 {
	color:#993300;
	font-size:1.5em;
	padding: .5em 0em .5em 0em;
}
.content h3 {
	color:#993300;
	font-size:1.2em;
	padding: .5em 0em .5em 0em;
}
.content ul, .content ol { 
	padding: 0em 0em 0em 2em
}
.content ul li {
	padding:0.2em 0em 0.2em 0em
}
.contentlightbox {
	padding: 2em 0em 0em 3em;
	margin-top:3em;
}
.contentabout {
	padding: 0em 0em 0em 0em;
}
.contentabout ul {
	padding: 0em 0em 0em 2em;
}
.contentabout ul li {
	padding: 0em 0em 0.1em 0em;
}
/*~~~END CONTENT AREA~~~*/
/*~~~FOOTER AREA~~~*/
.footerwrap {
	background-color:#ffffff;
	width:57em;
	clear:both;
	text-align:center;
	border:0.5em solid #006699;
	margin: 0em 0em 1em 0em;
	padding: 1em 0em 1em 0em;
	box-shadow:0.7em 0.7em 0.5em 0em #333333;
	border-radius: 1em;
}
.footercatchline {
	color:#993300;
	padding:0em 0em 0.5em 0em;
}
.footercatchline ul	{
}
.footercatchline ul li	{
	font-size:1.5em;
	display: inline;
	font-weight:bolder;
}
.footerbtmline	{
	color:#006699;
	padding: 0.5em 0em 0em 0em;
}
.footerbtmline ul	{
}
.footerbtmline ul li	{
	display: inline;
	padding: 0em 2em 0em 2em;
	font-size:small;
}
/*~~~ END FOOTER AREA~~~*/
/*~~~ BELOW FOOTER AREA~~~*/
.update {
	padding: 0em 2em 0em 2em;
	color:#006699;
	font-size:smaller;
}
.update-fltleft {
	float:left;
}
.update-fltright {
	float:right;
}
.update ul {
}
.update ul li {
	display:inline;
}
/*~~~END BELOW FOOTER AREA~~~*/
/*~~~FORMS - NEW CONTACT FORM~~~~~*/
.contact {
	font-size:0.8em;
	padding:1em 1em 0em 1em;
	list-style:none;
}
.contact ul, .contact ol {
	padding:0.1em 0em 0.1em 0em;
	list-style:none;
}
.contact ul li{
	display:inline;
	list-style:none;
	padding:0em 0em 0em 1em;
}
/*~~~~~~end NEW CONTACT form design~~~~~*/
/*~~~~~~start old form design~~~~~*/
.rows_wrap {
	color:white;
	font-size:0.8em;
}
.rowwrap{
	float:left;
	clear:both;
	text-align:right;
	padding:0em 0em 0em 0em;
	background-color:#006699;
	margin:0em 0em 0em 0em;
}	
.submit {
	clear:both;
	float:left;
	height: auto;
	margin-left:2em;
	padding-top:.5em;
}
/*~~~~~~end old form design~~~~~*/
