/* @override http://edit-r.site/styles/styles.css */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px/20px "Lucida Grande", Lucida, "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #666;
	text-align: center;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	width: 960px;
	background: #fff;
}

#header {
	padding: 50px;
	background: #eee;
}

#submenuHome {
	width: 250px;
	margin-right: 85px;
	display: inline;
	top: 0px;
	float: right;
}

#submenu {
	width: 280px;
	background: #f0def4;
	float: right;
}

#submenu li {
	padding: 5px 0px;
	margin: 0px;
}

#submenu a {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

#submenu a:hover {
	text-decoration: underline;
}

#content {
	padding: 25px;
	background-color: #fde9d6;
}

#content hr {
	display: block;
	visibility: hidden;
	clear: both;
}

#contentMain {
	width:600px;
	display: inline;
	float: left;
	background-color: #daffd3;
}

#contentMain h1 {
	font-size: 18px;
}

#footer {
	position: relative;
	clear: both;
	padding: 25px;
	background: #eee;
	font-size: 10px;
	line-height: 13px;
}

#footer p {
	margin: 0;
}

#footer #qlinks {
	float: right;
}

p {
	margin-bottom: 15px;
}

ul, ol {
	margin: 15px 30px;
}

blockquote {
	margin: 15px 30px;
}

.designBy {
	
}

.designBy a:link, .designBy a:hover, .designBy a:visited, .designBy a:active {
	text-decoration: none;
	cursor: text;
}

address {
	display: inline;
	font-style: normal;
}

.noBorderBg {
	background: url(../assets/none);
	border-style: none;
}

#contentMain img {
	border-style: none;
}

/* @group Form Elements */

.button {
	
}

fieldset {
	border: 2px solid #ccc;
	padding: 20px;
	margin: 20px;
	background-color: #eee;
	color: #666;
}

legend {
	font-weight: bold;
	font-size: 16px;
	padding: 0 2px;
	margin: 0 0 0 -2px;
}

label {
	display: block;
}

input, select, textarea {
	border: 2px solid #ccc;
	padding: 3px;
}

button {
	padding: 3px;
}

/* @end */

/* @group Misc. */

a[href$=".pdf"], a[href$=".PDF"] {
	padding-right: 17px;
	background: url(../images/misc/icon-pdf.gif) no-repeat right center;
}

a[href$=".ppt"], a[href$=".PPT"] {
	padding-right: 17px;
	background: url(../images/misc/icon-ppt.gif) no-repeat right center;
}

a[href$=".doc"], a[href$=".DOC"] {
	padding-right: 17px;
	background: url(../images/misc/icon-doc.gif) no-repeat right center;
}

a[href$=".xls"], a[href$=".XLS"] {
	padding-right: 17px;
	background: url(../images/misc/icon-xls.gif) no-repeat right center;
}

.email {
	padding-right: 17px;
	background: url(../images/misc/icon-email.gif) no-repeat right center;
}



/* @end */