body {
	font-family: "Lucida Sans", "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	color: #353535;
}

/* cms generated follow */

body {
	background: #BA4242 url(../images/background.jpg) 0 0 repeat-x;
}

h1, h2, h3, h4, h5, h6, p, table, td, th {
	color: #000000;
	line-height: 1.3;
}
h1 {
	font-weight: bold;
	font-size: 19px;
	color: #7C0000;
}

h2 {
	font-weight: bold;
	font-size: 17px;
	color: #000000;
}

h3 {
	font-weight: bold;
	font-size: 14px;
    color: #000000;
}

a {
	color: #0000EE;
	text-decoration: none;
}

a:visited {
	color: #660099;
}

a:active {
	color: #660099;
}

a:hover {
	text-decoration: underline;
	color: #660099;
}

p {
	padding: 10px 0px;
	color: #000000;
}

button {
	background: #7C0000;
	border: none;
	padding: 5px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: white;
	cursor: pointer;
}

button:hover {
	background: #CA7E4D;
}

button:active {
	padding: 5px 10px;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 11px;
	padding-right: 9px;
}

#menu, #vertmenu {
	background: #CA7E4D;
	font-size: 17px;
}

#menu a, #menu a:active, #menu a:hover,
#vertmenu a, #vertmenu a:active, #vertmenu a:hover {
	color: #FFFFFF;
}

#menu a:hover, #vertmenu a:hover {	
	text-decoration: underline;
}

#menu a.selected, #vertmenu a.selected {	
	opacity: 0.5;
}

#vertmenu {
	width: 250px;
	padding: 20px 15px;
	margin-right: 15px;
	margin-left: -15px;
	margin-top: -20px;
	margin-bottom: 20px;
}

#vertmenu a {
	display: block;
	clear: both;
	background: url(../master/images/bullet.png) 0 6px no-repeat;
	padding-left: 20px;
	margin: 5px 0;
	text-decoration: underline;
}

#content .pagecontent {
	width: 610px;
	padding: 20px 15px;
}

#content .sidepanel {
	width: 250px;
	padding: 20px 15px;
	background: #CA7E4D;
	min-height: 500px;
}

small {
	font-size: 80%;
	color: #454545;
}

#header .blurb {
	width: 174px;
}

#links {
	text-align: center;
	margin-bottom: 45px;
}

#links  a {
	margin-right: 20px;
	color: #0000EE;
}

#links a:visited {	
	color: #660099;
}

#links a:active {
	color: #660099;
}

#links a:hover {
	text-decoration: underline;
	color: #660099;
}

#links .copyright {
	opacity: 0.3;
	margin-top: 10px;
	color: #f8f8f8;
}

#mobileheader
{
	background: #6E84A2;
	background: -webkit-gradient(linear, left top, left bottom, from(#B3BFCD), to(#6E84A2));
	background: -webkit-linear-gradient(top, #B3BFCD, #6E84A2);
	background: -moz-linear-gradient(top, #B3BFCD, #6E84A2);
	background: -ms-linear-gradient(top, #B3BFCD, #6E84A2);
	background: -o-linear-gradient(top, #B3BFCD, #6E84A2);
	border-bottom: 1px solid #323435;
}


#mobileheader .inner
{
	padding: 5px;
}


.mobilebutton, .mobilebutton:hover, .mobilebutton:active
{	
	border: 1px solid #353F4A;
	background: #486998;
	background: -webkit-gradient(linear, left top, left bottom, from(#88a0be), to(#486998));
	background: -webkit-linear-gradient(top, #88a0be, #486998);
	background: -moz-linear-gradient(top, #88a0be, #486998);
	background: -ms-linear-gradient(top, #88a0be, #486998);
	background: -o-linear-gradient(top, #88a0be, #486998);
	padding: 8px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	color: white;
	font-size: 14px;
	font-family: Arial, serif;
	text-decoration: none;
	vertical-align: middle;
}

#mobilenav .mobilemenuitem
{
	padding: 8px 10px;
	border-bottom: 1px solid #353F4A;
	border-left: 1px solid #353F4A;
	border-right: 1px solid #353F4A;
	background: #CA7E4D;
	background: -webkit-gradient(linear, left top, left bottom, from(#BA4242), to(#CA7E4D));
	background: -webkit-linear-gradient(top, #BA4242, #CA7E4D);
	background: -moz-linear-gradient(top, #BA4242, #CA7E4D);
	background: -ms-linear-gradient(top, #BA4242, #CA7E4D);
	background: -o-linear-gradient(top, #BA4242, #CA7E4D);
	-moz-box-shadow: 3px 3px 3px #888;
	-webkit-box-shadow: 3px 3px 3px #888;
	box-shadow: 3px 3px 3px #888;	
}

#mobilenav .mobilemenuitemallrounded
{
	padding: 8px 10px;
	border: 1px solid #353F4A;	
	background: #CA7E4D;
	background: -webkit-gradient(linear, left top, left bottom, from(#BA4242), to(#CA7E4D));
	background: -webkit-linear-gradient(top, #BA4242, #CA7E4D);
	background: -moz-linear-gradient(top, #BA4242, #CA7E4D);
	background: -ms-linear-gradient(top, #BA4242, #CA7E4D);
	background: -o-linear-gradient(top, #BA4242, #CA7E4D);
	-webkit-border-radius: 8px;	
	-moz-border-radius: 8px;	
	border-radius: 8px;	
	-moz-box-shadow: 3px 3px 3px #888;
	-webkit-box-shadow: 3px 3px 3px #888;
	box-shadow: 3px 3px 3px #888;
	margin-bottom: 10px;	
}

#mobilenav .mobilemenuitemfirst
{
	padding: 8px 10px;
	border: 1px solid #353F4A;
	background: #CA7E4D;
	background: -webkit-gradient(linear, left top, left bottom, from(#BA4242), to(#CA7E4D));
	background: -webkit-linear-gradient(top, #BA4242, #CA7E4D);
	background: -moz-linear-gradient(top, #BA4242, #CA7E4D);
	background: -ms-linear-gradient(top, #BA4242, #CA7E4D);
	background: -o-linear-gradient(top, #BA4242, #CA7E4D);
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-box-shadow: 3px 3px 3px #888;
	-webkit-box-shadow: 3px 3px 3px #888;
	box-shadow: 3px 3px 3px #888;
}

#mobilenav .mobilemenuitemlast
{
	padding: 8px 10px;
	border-bottom: 1px solid #353F4A;
	border-left: 1px solid #353F4A;
	border-right: 1px solid #353F4A;
	background: #CA7E4D;
	background: -webkit-gradient(linear, left top, left bottom, from(#BA4242), to(#CA7E4D));
	background: -webkit-linear-gradient(top, #BA4242, #CA7E4D);
	background: -moz-linear-gradient(top, #BA4242, #CA7E4D);
	background: -ms-linear-gradient(top, #BA4242, #CA7E4D);
	background: -o-linear-gradient(top, #BA4242, #CA7E4D);
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	margin-bottom: 10px;
	-moz-box-shadow: 3px 3px 3px #888;
	-webkit-box-shadow: 3px 3px 3px #888;
	box-shadow: 3px 3px 3px #888;
}

#mobilenav, #mobilenav td, #mobilenav a, #mobilenav a:hover, #mobilenav a:active, #mobilenav a:visited
{	
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
}

.arrow
{
	font-size: 20px;
	float: right;
	margin-top: -2px;
}

.backarrow
{
	font-size: 20px;
	float: left;
	margin-top: -5px;
}