/*GENERIC STYLESHEET for web build*/
/*All buttons across all pages INCLUDING DMS PAGES*/
.button{
}
.button a, input.button{
	
}
/*input based things*/
input, textarea, select{
	border: 1px #CCCCCC solid;
	margin: 2px;
}
input.button{
	float: right;
}
.button a:hover, input.button:hover{
}
input.button, input.button:hover{
	cursor: pointer;
}
input:focus, textarea:focus, input:hover, textarea:hover, select:focus, select:hover {	
}
/*Generic styles across all pages- This also contains all of the default colours and layouts from the initial web build. Overrides can be found in <PUBLICATIONCODE>_dynamic.aspx*/
*{
	padding: 0px;
	margin: 0px;
}
body{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 90%;
}

a, a:visited{
	color: #D56816;
	text-decoration: none;
}

a:hover {
	color: #CE0000;
	text-decoration: none;
}

ul{
	list-style: none;
}

img, img a{
	border:0;
}
p {
	padding: 3px;
	line-height: 18px;
}

/* used as main heading */
h1 {
	font-size: 160%;
	color: #D56816;
}
h2 {
	font-size: 110%;
}
h3{
	margin: 2px 0px 4px 0px;
	background-image: url(/img/h3Bg.jpg);
	color: #FFFFFF;
	font-size: 16px;
}
/*seperate if visited is different*/
h2 a, h2 a:visited {
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

h3 {
}
/*table styles*/
table{
}

th {
}

td {
	border:1px solid #D3D3D3;
	padding:2px;
}

tr{
}
.clearer {
	clear:both;
	line-height:1px;
	font-size:1px;
}
/*site build styles- here are some examples of some generic names that you should really be using to keep to standards.*/
#frame{
	width: auto;
}
#header{
	height: 150px;
	background-color: #201F1D;
	background-repeat: no-repeat;
	background-image: url(../img/headerImg.jpg);
}
.events {
	background-image: url(/img/headerImg2.jpg);
}

#headerLogo {
	height: 150px;
	width: 250px;
	float: left;
	background-image: url(/img/logo.jpg);
}


#topnav{
	width: 250px;
	float: left;
	background-color: #2D2D2C;
}

#topnav a{
}
#topnav a:hover{
}
#topnav li {
}
#topnav li a, #topnav li a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-size: 14px;
	display: block;
	background-image: url(/img/button-bg.jpg);
	width: 240px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	margin-bottom: 5px;
}
#topnav li a:hover {
	color: #FFFFFF;
	background-color: #333333;
	background-image: url(/img/button-hi-bg.jpg);
}
#maincontent{
}
#content {
	background-image: url(/img/leftColGrey.jpg);
	background-repeat: repeat-y;
}

#leftcol{
}
#rightcol{
	padding: 10px;
	width: auto;
	margin-left: 250px;
 }
.landing-box {
	width: 32%;
	margin-right: 10px;
	float: left;
	background-color: #2D2D2D;
	height: 200px;
}
.landing-box2 {
	width: 49%;
	margin-right: 10px;
	float: left;
	background-color: #2D2D2D;
	height: 200px;
	margin-top: 10px;
}
.landing-box-header {
	background-image: url(/img/orangeBg.jpg);
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #B24B00;
	background-repeat: repeat-x;
}
.landing-box-header a, .landing-box-header a:visited{
	color: #FFFFFF;
}
.landing-box-header a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.landing-box-text {
	color: #FFFFFF;
	padding: 5px;
}
.landing-box-text li{
}
.landing-box-text ul{
}
.landing-box-text li a, .landing-box-text li a:visited{
	color:#333333;
	text-decoration:none;
	font-size: 12px;
	display: block;
	padding: 5px;
	margin-top: 5px;
	background-color: #D3D3D3;
	font-weight: bold;
}
.landing-box-text li a:hover{
	background-color: #EFEFEF;
	color: #D56816;
}
.landing-box-img {
	float: left;
	margin-right: 5px;
}
.landing-box-holder{
	margin-top: 10px;
}
.landing-box-support {
	height: 20px;
	width: 500px;
	background-color: #009900;
}
.rightImage{
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
#middlecol{
}
#footer{
	background-image: url(/img/footerBg.jpg);
	padding: 10px;
	font-size: 12px;
	text-align: right;
}
#footer ul{
}
#footer li{
	display: inline;
}
#footer li a, #footer li a:visited {
	color:#FFFFFF;
	padding: 9px;
	font-size: 14px;
}
#footer li a:hover {
	color: #D46718;
}
#footer li.end{
}
/*specific overrides here, for page specific h1s for example*/
#map {
	width: 244px;
	height: 244px;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 3px;
}
.rightNav {
	width: 35%;
	margin-left: 10px;
	float: right;
	background-color: #FFFFFF;
	border: 1px solid #D3D3D3;
}

