/* 
  -----------------------------------
  IQ by Project Seven Development
  www.projectseven.com
  Global Styles
  Basic Layouts 1-7
  -----------------------------------
*/
body {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	margin: 0px;
	padding: 0px;	
	background-color: #000000;
}
#backimage {
	background-image:url(../images/RGCC_background-2.jpg);
	background-position: center;
	background-attachment:fixed;
	background-repeat:no-repeat;
}
	
#masthead {
}
#logo img {
	border: 0;
}
/*COLUMNS*/
#columnwrapper {
	margin: 0 auto;
	background-repeat:repeat-y;
}
#columns-top {
	background-repeat: no-repeat;
	height: 12px;
}
#c1, #c2, #c3, #c4 {
	float: left;
}
#columns-bottom {
	clear: both;
	background-repeat: no-repeat;
	height: 12px;
	font-size: 0px;
}
.content {
	padding: 8px 20px;
	font-size: 0.70em;
	line-height: 1.5em;
	background-image:url(img/tilebacksheer.png);
	background-repeat: repeat;
	margin-right: 1px;
	margin-left: 1px;
}
.content p {
	margin: 6px 0px 12px;
}
.caption {
	font-size: 0.85em;
	line-height:1.1em;s
	font-style: italic;
	text-align: center;
}
h1 {
	margin: 0px;
	font-size: 1em;
	letter-spacing: 0.2em;
}
h2 {
	font-size: 1.1em;
	margin: 28px 0px 0px;
}
h3 {
	font-size: 1em;
	margin: 28px 0px 0px;
}
#footer {
	margin: 0px auto;
	color:#FFF;
	font-weight:bolder;
	font-size: .65em;
	background-image:url(/images/footer2.png);
	background-repeat: no-repeat;
	background-position: top;
	min-height: 140px;
}
#footercontent {
	padding: 8px;
}
.rightfooter {
	right: 0px;
	text-align: right;
	position: relative;
	z-index: 99999;
	float: right;
	width: 346px;
}
.leftfooter {
	text-align: left;
	width: 600px;
}

#footer a {
	color:#FFF;
}
#footer a:hover {
	color:#58132c;
}
#footer a:link {
	color:#f9f9f9;
}
#footer a:visited {
	color:#FFC;
}

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*GLOBALS: Nav Bar*/
#tnav {
	font-size: 0.8em;
	background-image:url(img/tilebacksheer.png);
	background-repeat: repeat;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-right: 15px;
	padding-left: 15px;
}
#tnav-center {
	margin: 0 auto;
}
#tnav ul {
	margin: 0;
	padding: 0;
	z-index: 99999;
}
#tnav #BasicNav a {
	float: left;
	color: #000000;
	padding: 10px;
	text-decoration: none;
	border-right: 1px solid #333333;
}
#tnav #BasicNav a:hover {
	color: #FFFFFF;
	background-color: #085509;
}
#p7PMnav {
	background-image: none !important;
	background-color: transparent !important;
}
/*GLOBALS: Link Styles other than main navigation bar*/
a:link {
	color: #0033CC;
}
a:visited {
	color: #6C92FF;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}


/************** utility styles *****************/

#utility{
	position: absolute;
	top: 14px;
	right: 370px;
	color: #030;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

#utility a{
	color: #f9f9f9;
}

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

/*CUSTOM ELEVATOR STYLES*/
#masthead #epmExternal {
	position: absolute;
	left: 200px;
	z-index: 999999;
	top: 36px;
	font-size: 0.7em;
	border: 0;
}
#iQ-elevator .p7epm_cwrapper,
#iQ-elevator .p7epm_content,
#iQ-elevator .p7EPM02 {
	border: 0;
	font-size: .9em;
}
#masthead #epmExternal .p7epm_trigs li {
	margin-right: 2px;
}
#masthead #epmExternal .p7epm_trigs a {
	color: #999999;
	padding: 4px 10px;
	line-height: 1.5em;
	display: block;
	text-decoration: none;
	background-color: #2A2A2A;
	float: left;
	border-top: 1px solid #3C3C3C;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #3C3C3C;
}
#masthead #epmExternal .p7epm_trigs a:hover {
	color: #FFFFFF;
}
#masthead #epmExternal .p7epm_trigs .p7epm_open {
	color: #FFFFFF !important;
	background-color: #414141;
	border-color: #000000;
}
/* Use the PDF icon for document lists */
.pdflist {
	line-height: 1.7em;
	list-style-position: outside;
	list-style-image:url(../images/icon_pdf.gif);
}
/* Use the Word icon for document lists */
.wordlist {
	line-height: 1.7em;
	list-style-position: outside;
	list-style-image:url(../images/word_doc_small.gif);
}
/* Misc styles */
.newh1spaced {
	font-size: 1.5em;
	font-weight: bolder;
	color: #900;
	letter-spacing: .75em;
	text-align: center;
	padding-top: 10px;
}
.paymentcenter {
	font-size: 1.2em;
	font-weight: bolder;
	color: #030;
	text-align: center;
}
.listoutside {
	list-style-position: outside;
}
.dashlist {
	line-height: 1.7em;
	list-style-position: outside;
	list-style-type: square;
}
.contrastburgundy {
	font-style: normal;
	font-weight: bolder;
	color: #900;
	background-color: #CC9;
}
.tinylinktext {
	font-size: 0.9em;
}
.formtext {
	font-size: .95em;
}

