/**************************************/
/*   RGS PA Template for advCMS 2.0   */
/**************************************/
/*     Design from Wycombe RGSPA      */
/* Template Creation by Peter Calvert */
/**************************************/
/*        Copyright (c) 2006          */
/**************************************/

/******** Standard Definitions ********/
body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-size: 10pt;
	font-family: arial, sans-serif;
}

.center {
	text-align: center;
	display: block;
}

.wide {
	width: 100%;
}

div.center {
	width: 100%;
}

#container {
	width: 772px;
	margin: 10px auto;
}

/*************** Header ***************/
#header {
	border: 1px solid rgb(45, 130, 50);
	border-bottom: none;
}

#header #banner {
	width: 770px;
	height: 75px;
	padding: 0px;
	display: block;
	border: none;
}

#header .nav {
	width: 770px;
	height: 19px;
	padding: 0px;
	background-image: url(images/nav.png);
}

#header .nav a {
	border-right: 1px solid rgb(45, 130, 50);
	padding: 0 10px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: rgb(45, 130, 50);
	font-family: serif;
	font-weight: bold;
	font-size: 12pt;
}

#header .nav a:hover {
	color: rgb(125, 50, 50);
}


/************** Side Bar **************/
#sidebar {
	margin: 0;
	padding: 1px 0;
	width: 150px;
	color: gray;
	border: 1px solid rgb(45, 130, 50);
	border-top: none;
}

#sidebar .title {
	background-color: rgb(204, 255, 153);
	color: rgb(125, 50, 50);
	width: 139px;
	margin: 0;
	margin-top: 15px;
	padding: 1px;
	padding-left: 10px;
}

#sidebar a {
	color: gray;
}

#sidebar a.center {
	color: gray;
	display: block;
	text-align: center;
	width: 100%;
	margin-bottom: 5px;
	padding: 0;
}

#sidebar a.item {
	color: rgb(45, 130, 50);
	width: 139px;
	margin: 0;
	margin-top: 1px;
	display: block;
	padding: 1px;
	padding-left: 10px;
	text-decoration: none;
}

#sidebar a.highlight {
	color: rgb(125, 50, 50);
	width: 139px;
	margin: 0;
	margin-top: 1px;
	display: block;
	padding: 1px;
	padding-left: 10px;
	text-decoration: none;
}

#sidebar a.item:hover, a.highlight:hover {
	background-color: rgb(100, 200, 105);
	color: rgb(125, 50, 50);
}

#sidebar .child {
	font-size: 80%;
}

#sidebar img {
	width: 150px;
	border-bottom: 1px solid rgb(100, 200, 105);
	margin: 0;
	padding: 0;
}

/************ Main Content ************/
#content {
	text-align: justify;
	margin: 0;
	margin-left: 151px;
	width: 455px;
	position: absolute;
	top: 110px;
	padding: 0 5px;
}

#content .verbose {
	font-size: 80%;
}

#content a {
	color: gray;
	background-color: transparent;
	text-decoration: underline;
}

#content a:hover {
	color: rgb(125, 50, 50);
	text-decoration: none;
}

#content h1 {
	font-family: "franklin gothic demi", sans-serif;
	font-size: 18pt;
	margin: 0 0 0.25ex 0;
	padding: 0.5ex 0 0.25ex 0;
	overflow: hidden;
	white-space: nowrap;
	color: rgb(153, 0, 51);
	border-bottom: 1px solid rgb(125, 50, 50);
}

#content .right {
	float: right;
	text-align: right;
}

#content h1 input {
	width: 50%;
}

#content div.textbox {
	border: none;
	margin-bottom: 10px;
	margin-right: 3%;
	padding-left: 0.5ex;
	display: block;
	width: 100%;
	clear: both;
}

#content .shaded {
	background-color: rgb(248, 248, 248);
	border: none;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 2px;
	display: block;
	width: 100%;
	clear: both;
}

#content #standard {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 100%;
}

#content li.textbox
{
	position: relative;
	float: left;
	border: none;
	margin-bottom: 10px;
	margin-right: 3%;
}

#content li.textbox textarea
{
	margin: 0 auto;
}
	
#content p {
	margin: 0 0 1.5em 0;
	padding: 0 0.5ex;
}

#main-copy q {
  color: rgb(225,225,225);
  background-color: transparent;
  font-size: 200%;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
  margin: 0.3em 0 0.8em 0;
  padding: 0;
  display: block;
}

/*************** Footer ***************/
#footer {
	color: rgb(175,175,175);
	background-color: rgb(250,250,250);
	border: 1px solid rgb(45, 130, 50);
	border-top: none;
	width: 770px;
	margin: 0 auto;
	padding: 0;
	clear: both;
	font-size: 8pt;
	
	display: none;
}

#footer .left {
	padding: 3px;
	line-height: 1.45em;
	float: left;
	clear: left;
}

#footer .right {
	padding: 3px;
	text-align: right;
	line-height: 1.45em;
	float: none;
}

#footer a {
	color: rgb(175, 175, 175);
	background-color: transparent;
	text-decoration: underline;
}

#footer a:hover {
	color: rgb(255, 128, 64);
	background-color: transparent;
	text-decoration: none;
}


/************ Table Styles ************/
table {
	border-collapse: collapse;
	text-align: left;
}

.center table {
	margin: 0 auto;
}

table td {
	border: 1px solid gray;
}

table th {
	border: 1px solid gray;
	background-color: rgb(70, 130, 180);
	color: white;
	text-align: center;
	font-weight: bold;
}

table td.center, th.center {
	text-align: center;
	display: table-cell;
}

table td.numeric, th.numeric {
	width: 65px;
	text-align: center;
}

table td.icon, th.icon {
	width: 30px;
	text-align: center;
	vertical-align: middle;
}

table td.short, th.short {
	width: 175px;
	text-align: center;
}

table td.blank {
	border: none;
	width: 15px;
	height: 5px;
	background-color: transparent;
}

table td.shortl, th.shortl {
	width: 150px;
}

table tr.even {
	background-color: rgb(230, 230, 230);
}

table tr.odd {
	background-color: rgb(255, 255, 255);
}

table.invisible {
	width: 100%;
	border: none;
}

table.invisible td {
	border: none;
}


/************* Formatting *************/
img.inserted {
	float: right;
	margin: 3px;
}


/*********** Form Elements ************/
input {
	color: rgb(70, 130, 180);
	border: 1px solid rgb(70, 130, 180);
	background-color: rgb(248, 248, 248);
	font-size: 100%;
	margin: 1px 1px 1px 0;
}

select {
	color: rgb(70, 130, 180);
	border: 1px solid rgb(70, 130, 180);
	background-color: rgb(248, 248, 248);
	font-size: 100%;
	margin: 1px 1px 1px 0;
	width: 150px;
}

textarea {
	width: 95%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	height: 150px;
	color: rgb(70, 130, 180);
	border: 1px solid rgb(70, 130, 180);
	background-color: rgb(248, 248, 248);
	font-size: 100%;
	font-family: sans-serif;
	padding: 2px;
}
	

/********** Resource Manager **********/
.resource {
	text-align: center;
	font-size: 6.5pt;
	display: block;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	line-height: 1.1em;
}

.resource img {
	width: 75px;
	height: 75px;
	overflow: hidden;
	border: 1px solid gray;
}

/*********** RHS News Items ***********/
.rhs_news {
	width: 152px;
	float: right;
}

.rhs_news_item {
	border: 1px solid rgb(45, 130, 50);
	background-color: rgb(204, 255, 153);
	width: 146px;
	margin-top: 15px;
	padding: 2px;
	font-size: 10pt;
}

.rhs_news_item h1 {
	font-family: "franklin gothic demi", sans-serif;
	font-size: 13pt;
	margin: 0;
	padding: 0;
	color: rgb(153, 0, 51);
	width: 100%;
}

.rhs_news_item h2 {
	font-family: "franklin gothic book", sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	color: rgb(153, 0, 51);
	width: 100%;
}

.rhs_news_item .date {
	color: gray;
	font-style: italic;
}
