/* innerC Productions - Design From the Inside Out */
/* Custom CSS for DSRQC.com */


html {
	margin:0px;
	padding:0px;
}

body {
	margin: 0px;
	padding: 0px;
	min-width: 760px;

	color: #393317;
	font-size: 1.0em;
	font-family: trebuchet, geneva, Arial, Helvetica, sans-serif;

	background-color: #BCBC93;
/*	background-image: url(/images/mainbg_001.gif);		*/
	background-position: top center;
	background-repeat: repeat-x;	

	text-align: center;
	/* IE5/Win browser does not recognize the auto margining for centering objects. but it does
	   use the text-align: center to do the work. Note: text-align also has to be placed on later
	   objects to keep all text from centering from the inherited text-align: center. */
}

a:link {
	color: #003300;
	background-color: transparent;
}	
a:link:hover {
	color: #339933;
	background-color: transparent;
}
a:visited, a:visited:hover {
	color: #095609;
	background-color: transparent;
}

code, pre, samp {
	font-size: 1.1em;
	color: #000000;
	background-color: transparent;
}

.smalltext {
	font-size: 0.6em;
}
.bold {
	font-weight: bold;
}
.note {
	font-style: italic;
	font-size: 0.85em;
	border: 0px solid #000000;
	margin: 10px auto 10px auto;
}

h1 {
	font-size: 1.1em;
	margin-top: 20px;
}
h2 {
	font-size: 0.9em;
	margin-top: 15px;
}
h3 {
	font-size: 0.7em;
	margin-top: 15px;
}
h4 {
	font-size: 0.5em;
	margin-top: 15px;
}
h4 {
	font-size: 0.4em;
	margin-top: 15px;
}

p {
	text-indent: 20px;
	text-align: left;
}

fieldset {
	margin: 30px auto 30px auto;
	padding: 10px 0px 20px 0px;

	border: 2px solid #806838;
	-moz-border-radius: 8px;
	border-radius: 8px;

	background-color: #949472;
	width: 500px;

	color: #000000;
	font-size: 1.0em;
}
legend {
	padding: 2px 5px 2px 5px;
	margin: 0px 0px 0px 15px;

	border: 2px solid #806838;
	-moz-border-radius: 4px;
	border-radius: 4px;

	background-color: #949472;
	color: #000000;
	font-size: 0.9em;
	font-weight: bold;
	text-align: right;
}

ul {
	list-style-type: square;
}

label {
	
}
input {
	background: #FFFFFF;
	border: 1px solid #000000;
}
.submit input {
	border: 1px solid #000000;
	background: #FFFFFF;
}
textarea {
	background: #FFFFFF;
	border: 1px solid #000000;
}








.error {
	width: 400px;
	padding: 10px;
	margin: 10px;
	border: 2px solid #D90000;
	background-color: #E79EA9;
	text-align: center;
	color:  #8B0000;
	font-size: 0.9em;
	font-weight: bold;
}

.success {
	width: 400px;
	padding: 10px;
	margin: 10px;
	border: 2px solid #0D4B0D;
	background-color: #90EE90;
	text-align: center;
	color: #006400;
	font-size: 0.9em;
	font-weight: bold;
}












#sitetitle {
	width: 296px;
	height: 153px;
	border: 0px solid #000000;
	margin: 0px auto 0px auto;

	background-image: url(/images/site/mainlogo_001.png);
	background-position: top center;
	background-repeat: no-repeat;

	z-index: 100;
	position: relative;
	top: 15px;
}

#sitetitletext {
	z-index: 15;
	position: relative;
	top: -1000px;
}

#topitems {
	z-index: 10;
	position: relative;
	top: -152px;
}

#photoheader {
	width: 100%;
	height: 81px;
	border: 0px solid #000000;
	margin: 0px auto 0px auto;

	background-image: url(/images/site/toptexture_001.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

#topborder {
	width: 100%;
	height: 25px;
	border: 0px solid #000000;
	margin: 0px auto 0px auto;

	background-image: url(/images/site/topborder_001.gif);
	background-position: top center;
	background-repeat: repeat-x;
}


#toprightsmalllinks {
	width: 50px;
	height: 20px;
	border: 0px solid #ffffff;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;

	z-index: 60;
	position: relative;
	top: -260px;
	left: 290px;
}

#toprightsmalllinks li {
	display: block;
	float: left;
	border: 0px solid #ffffff;

	font-size: 0.6em;
	color: #ffffff;
}

#toprightsmalllinks a:link {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}	
#toprightsmalllinks a:link:hover {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}
#toprightsmalllinks a:visited, a:visited:hover {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}


#menuitems {
	width: 800px;
	height: 30px;
	border: 0px solid #000000;
	margin: 7px auto 10px auto;
	padding: 0px 0px 0px 0px;

}

#menuitems li {
	height: 27px;	
	display: block;
	float: left;

	z-index: 50;
	position: relative;
	top: 0px;
}

#menuitem1 {
	width: 100px;
	height: 27px;
	border: 0px solid #000000;
	margin: 0px 5px 0px 5px;
	padding: 6px 0px 0px 0px;

	background-image: url(/images/site/menubg_001.gif);
	background-position: top center;
	background-repeat: no-repeat;

	text-align: center;
	color: #000000;
	font-size: 0.7em;
	font-weight: bold;
}


#menuitem2 {
	width: 100px;
	height: 27px;
	border: 0px solid #000000;
	margin: 0px 5px 0px 5px;
	padding: 6px 0px 0px 0px;

	background-image: url(/images/site/menubg_001.gif);
	background-position: top center;
	background-repeat: no-repeat;

	text-align: center;
	color: #000000;
	font-size: 0.7em;
	font-weight: bold;
}

#menuspacer {
	margin: 0px 150px 0px 120px;
}


#menuitem3 {
	width: 100px;
	height: 27px;
	border: 0px solid #000000;
	margin: 0px 5px 0px 5px;
	padding: 6px 0px 0px 0px;

	background-image: url(/images/site/menubg_001.gif);
	background-position: top center;
	background-repeat: no-repeat;

	text-align: center;
	color: #000000;
	font-size: 0.7em;
	font-weight: bold;
}


#menuitem4 {
	width: 100px;
	height: 27px;
	border: 0px solid #000000;
	margin: 0px 5px 0px 5px;
	padding: 6px 0px 0px 0px;

	background-image: url(/images/site/menubg_001.gif);
	background-position: top center;
	background-repeat: no-repeat;

	text-align: center;
	color: #000000;
	font-size: 0.7em;
	font-weight: bold;
}


#maincontent {
	width: 760px;
/*	height: ;	*/
	border: 0px solid #000000;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;

	text-align: center;
	color: inherit;
	font-size: 0.8em;

	z-index: 70;
	position: relative;
	top: -150px;
}

#maincontent img {
	border: 2px solid #806838;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 5px 10px 5px 10px;
}

#maincontent p {
	text-align: justify;
}


#siteinformation {
	clear: left;
	width: 100%;
	height: 143px;
	border: 0px solid #000000;
	margin: 0px auto 0px auto;
	padding: 30px 0px 0px 0px;

	background-image: url(/images/site/bottomborder_001.gif);
	background-position: top center;
	background-repeat: repeat-x;

	text-align: center;
	color: #000000;
	font-size: 0.6em;
}



.groupsname {
	color: inherit;
	font-weight: bold;
}

.tableheader {
	color: #000000;
	font-weight: bold;
}

.listdivs {
	width: 300px;
	border: 0px solid #000000;
	margin: 0px auto 0px auto;
	text-align: left;
}




