
/*
################### Main Layout ###########################
*/

<!--
body {
	font: 13px Arial, Helvetica, sans-serif;
	background: url(../../default/images/) no-repeat bottom right #000;
	margin: 20px 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
}
.prugby #container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #4a4a4a;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 1px solid #676767;
	border-right: 1px solid #676767;
	border-left: 1px solid #676767;
}
.prugby #header {
	background: #333;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:182px
}
.prugby #header h1 {
}
.prugby #mainContent {
	background: url(../../default/images/mainbg.gif) repeat-x top #494949;
	padding: 15px 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:250px;
}
h1, .componentheading {
	font-size:28px;
	color:#fff;
	margin:0;
	padding:0 0 10px 0;
	font-weight:bold;
	text-transform:uppercase;
}
h3, h2 {
	margin:0;
	padding:0
}
h2 {
	font-size:24px;
	color:#fff;
	margin:0;
	padding:0 0 10px 0;
	font-weight:bold;
}
.prugby #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../../default/images/footer.gif) repeat-x;
	height:40px;
	padding-top:8px
}
-->
hr {
	color:#cbb989;
	height:1px
}
a:link, a:active, a:visited {
	color:#fff;
	text-decoration:underline;
}
a:hover {
	text-decoration:underline;
}
/*
################### Navigation ###########################
*/

a.mainlevel:link, a.mainlevel:visited {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	/*background: url(../../default/images/menu_bg.png) no-repeat; */
	
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	height: 36px !important;
	height: 36px;
	text-decoration: none;
	text-transform:uppercase
}
a.mainlevel:hover {
	background-position: 0px 0px;
	text-decoration: none;
	color: #fff;
}
a.mainlevel#active_menu {
	color:#fff;
	font-weight: bold;
	background-position: 0px 0px;
}
a.mainlevel#active_menu:hover {
	color: #fff;
}
a.sublevel:link, a.sublevel:visited {
	font-family: Arial, Helvetica, sans-serif;
	padding-left:10px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;
	color: #FFFFFF;
	text-align: left;
	text-decoration:none;
}
a.sublevel:hover {
	color: #ccc;
	text-decoration: none;
}
a.sublevel#active_menu {
	color: #FFF;
}
a.sublevel#active_menu:hover {
	color: #FFF;
}
#mainlevelfooter ul {
	list-style: none;
	list-style-type:none;
	margin: 0;
	padding: 0;
	border: none;
}
#mainlevelfooter li {
	margin: 0;
	list-style: none;
	list-style-type:none;
	float:left;
	padding:0 5px 0 5px
}
.mainlevelfooter a:link, .mainlevelfooter a:active, .mainlevelfooter a:visited {
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	color: #ccc;
	text-align: left;
	text-decoration: none;
}
html>body #mainlevelfooter li a {
	width: auto;
	color:#ccc;
	font-size:10px;
	text-decoration:none;
}
#mainlevelfooter li a:hover {
	color: #fff;
}
/*
################### Content Styling ###########################
*/

.mosimage {
	border:0px solid #fff;
}
.contenttoc {
	background-color:#4c4c4c;
	border:1px solid #fff;
	margin:0 20px 20px 20px
}
.sectiontableheader {
	font-size:16px;
	font-weight:bold
}
.sectiontableentry1 {
	background-color:#444;
	padding:3px 6px 3px 6px
}
.sectiontableentry2 {
	padding:3px 6px 3px 6px
}
.blog .contentpaneopen h1 {
	font-size:14px;
	margin:0;
	padding:0;
	text-transform:none;
}
/*
.contentpaneopen a {
	font-size:11px;
	padding-left:10px;
}
*/


/* .readon a:link, .readon a:active, .readon a:visited { */

/*
################### FORM Layout ###########################
*/

.inputbox {
	FONT-SIZE: 12px;
	font-weight:bold;
 FILTER: progid:DXImageTransform.Microsoft.Gradient (GradientType=0, StartColorStr='#efefef', EndColorStr='#f4f1f1');
	COLOR: #5a5a5a;
	border:1px solid #333;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.button {
	FONT-SIZE: 12px;
	COLOR: #5a5a5a;
	background-color:#efefef;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.tainput {
	FONT-SIZE: 12px;
	COLOR: #5a5a5a;
	background-color:#efefef;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	border:1px solid #0370a4;
}
.bbinput {
	FONT-SIZE: 12px;
	font-weight:bold;
	COLOR: #fff;
	background-color:#003e5c;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	border:1px solid #fff;
}
.required {
	color:#990000;
	font-size:16px;
	font-weight:bold;
}
#latestNews {
	margin-top:40px
}
