@charset "utf-8";
/* --------------------MAIN BODY, TEXT, LINKS-------------------- */

/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 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, 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%;
	vertical-align: baseline;
}/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}

/* FONT AND BODY
-----------------------------------------------------------------------------*/
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	background: url(../images/pattern.png) 0 0 repeat;
}
p {
	margin-top: 0px;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
ul {
	padding-left: 0;
	margin-left: 20px;
}
a:link {
	text-decoration: none;
	color: #666 !important;
}
a:visited {
	text-decoration: none;
	color: #666 !important;
}
a:hover {
	text-decoration: underline;
	color: #1f56d2 !important;
}
a:active {
	text-decoration: none;
	color: #666 !important;
}
h1 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	color: #000 !important;
	font-size: 18px;
}
h2 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	color: #000 !important;
	font-size: 16px;
}
.form-text {
	color: #000 !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.big-text {
	color: #000 !important;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 17px;
	font-weight: bold;
}
.bragtag-text {
	color: #fff !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.footer-text {
	color: #000 !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.biglinks {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color: #CCC;
	border:1px solid #dcdcdc;
	text-transform: uppercase;
	display:inline-block;
	color: #000;
	font-family:Trebuchet MS;
	font-size:14px;
	font-weight:bold;
	margin-bottom: 5px;
	padding:6px 24px;
	width: 110px;
}.biglinks:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#1f56d2;
}.biglinks:active {
	position:relative;
	top:1px;
}
.biglinks2 {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color: #CCC;
	border:1px solid #dcdcdc;
	display:inline-block;
	color: #000;
	width: 80%;
	font-family:Trebuchet MS;
	font-size:14px;
	font-weight:bold;
	margin-bottom: 5px;
	padding:6px 24px;
	
}.biglinks:active {
	position:relative;
	top:1px;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	background: url(../images/trans.png) 0 0 repeat;
	height: 140px;
	padding: 20px 20px 20px 20px;
	border: dotted #CCC thin;
	margin-top: 20px;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 960px;
	position: relative;
	margin: auto;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	background: url(../images/gray.png) 0 0 repeat;
	margin: auto;
	padding: 20px 20px 10px 20px;
	width: 480px;
	margin-bottom: 20px;
	overflow: auto;
	border: dotted #CCC thin;
	text-align: left;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	background: url(../images/trans.png) 0 0 repeat;
	float: left;
	width: 160px;
	padding: 20px 20px 15px 20px;
	margin-left: -100%;
	position: relative;
	border: dotted #CCC thin;
	text-align: left;
}
#left a:link {
	text-decoration: none;
	color: #CCC; !important;
}
#left a:visited {
	text-decoration: none;
	color: #CCC; !important;
}
#left a:hover {
	text-decoration: none;
	color: #0066cc !important;
}
#left a:active {
	text-decoration: none;
	color: #CCC; !important;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	background: url(../images/trans.png) 0 0 repeat;
	float: left;
	margin-right: -3px;
	width: 160px;
	padding: 20px 20px 15px 20px;
	margin-left: -200px;
	position: relative;
	border: dotted #CCC thin;
	text-align: left;
}
#right a:link {
	text-decoration: none;
	color: #CCC; !important;
}
#right a:visited {
	text-decoration: none;
	color: #CCC; !important;
}
#right a:hover {
	text-decoration: none;
	color: #0066cc !important;
}
#right a:active {
	text-decoration: none;
	color: #CCC; !important;
}
/* -----------------------BACK TO THE TOP--------------------- */
.top {
	background: url(../images/gray.png) 0 0 repeat;
	margin: auto;
	padding: 20px 20px 10px 20px;
	margin-bottom: 20px;
	width: 480px;
	overflow: auto;
	border: dotted #CCC thin;
	text-align: center;
}

/* -----------------------FOOTER (SITEWIDE)--------------------- */
.footer {
	background-color:#C1C1C1;
	margin: auto;
	padding: 20px 20px 10px 20px;
	width: 480px;
	margin-bottom: 20px;
	overflow: auto;
	border: dotted #CCC thin;
	text-align: center;
}
/* -----------------------SUBFOOTER--------------------- */
.subfooter {
	margin: auto;
	width: 520px;
	text-align: center;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	color: #fff !important;
	font-size: 12px;
}
#subfoot a:link {
	text-decoration: none;
	color: #0066cc !important;
}
#subfoot a:visited {
	text-decoration: none;
	color: #0066cc !important;
}
#subfoot a:hover {
	text-decoration: underline;
	color: #0066cc !important;
}
#subfoot a:active {
	text-decoration: none;
	color: #0066cc !important;
}