/*YK-WAKE STYLESHEET for web build*/

/*Generic styles across all pages- This also contains all of the default colours and layouts. Overrides can be found in <PUBLICATIONCODE>_dynamic.aspx*/
*{
	padding: 0px;
	margin: 0px;
	color: #333333;
}
div#thedmsBrowseGrid .BrowseCell h2{
	padding: 0px;
	margin: 0px;
}
body{
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 95%;
	background-color: #FFFFFF;
	color: #333333;
}

a, a:visited{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	border-bottom: 1px dotted #F25B21;
	color: #F25B21;
}
/*All buttons across all pages INCLUDING DMS PAGES*/
.button{
	margin: 2px;
	border: #C9242B 2px solid;
}
.button a, input.button{
	border: none;
	padding: 2px;
	background-image: url(/img/topnavbg.jpg);
	background-repeat: repeat-x;
	color: #FFEDDF;
	font-weight: bold;
	display: block;
	background-color: #C9242B;
	
}
/*input based things*/
input, textarea, select{
	border: 1px #CCCCCC solid;
	margin: 2px;
}
input.button{
	float: right;
}
.button a:hover, input.button:hover{
	background-image:url(/img/topnavbg_hover.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
input.button, input.button:hover{
	cursor: pointer;
}
input:focus, textarea:focus, input:hover, textarea:hover, select:focus, select:hover {	
	background-color:#FFFFFF;
	border:1px solid #C9242B;
}
/*a hover border overrides*/
#leftcol a:hover, #rightcol a:hover, #thedmsBrowseGrid a:hover{
	border: none;
}
/*list styles*/
ul{
	list-style: none;
	margin-bottom: 2px;
}

img {
	border:0;
	filter:alpha(opacity=95); 
	-moz-opacity: 0.95; 
	opacity: 0.95;
}
a:hover img {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
}
p {
	padding: 2px 2px 5px 2px;
}
.clearer{
	clear: both;
	height: 1px;
	font-size: 1px;
}
/* used as main heading */
h1 {
	font-size: 140%;
	color: #F25B21;
}
h1 span, h2 span, h3 span{
	color: #000000;
}
h2, legend{
	font-size: 110%;
	color: #F25B21;
}
/*seperate if visited is different*/
h2 a, h2 a:visited {
	text-decoration: none;
	display: block;
	padding: 2px;
	margin: 0px;
}

h2 a:hover {
	text-decoration: none;
	color: #F25B21;
}
/*my code that surrounds dms pages*/
.thedms h2{
	background-repeat: repeat-x;
	background-position: top;
	padding: 4px;
	margin: 2px;
	color: #FFFFFF;
	background-image: url(/img/topnavbg.jpg);
	background-color: #C9242B;
	border: 2px solid #C9242B;
}
.thedms h2 a{
	padding: 0px;
	margin: 0px;
}
.thedms h2 a:hover{
	background-image: url(/img/topnavbg_hover.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFFFFF;
}
.thedms {
	padding: 4px 10px 10px 4px;
}
.searchpagebutton{
	float: right;
	margin: 10px;
}
h3 {
	font-size: 110%;
	color: #999999;
}
/*table styles*/
table{
	border: 1px solid #ccc;
	background-color: #FFFFFF;
}

th {
	background-color: #F0F0F0;
}

td {
	border-bottom: 1px solid #ccc;
	padding: 2px;
}

/*site build styles*/
#frame{
	width: 979px;
	margin: auto;
	clear: both;
}
#framebg{
	background-image: url(/img/framebg.jpg);
	background-repeat: repeat-y;
	background-position: left;
	clear: both;
}
#insideframe{
	margin: 0px 14px 0px 14px;
	padding: 0px 0px 0px 0px;
	clear: both;
	background-image: url(/img/footerbg.jpg);
	background-position:bottom;
	background-repeat: repeat-x;
	padding-bottom: 5px;
}
.topleftnav {
	float: left;
	padding-top: 4px;
	padding-right: 3px;
	padding-left: 14px;
}
#toprightnav{
	float: right;
	margin:0px 14px;
}

#toprightnav ul, #footer ul{
	font-size: 80%;
	text-align: right;
	margin-bottom: 3px;
	padding: 4px;
}
#toprightnav li, #footer li{
	display: inline;
	padding: 0px 8px 0px 8px;
	border-right: solid 1px #CCC;
}
#toprightnav li.end, #footer li.end{
	border: none;
}

#header{
	background-image: url(/img/headers/header_2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 210px;
	position: relative;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #f25b21;
}
#headerid{
	background-image: url(/img/headers/header_2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 210px;
	position: relative;
}
#logolink{
	position: relative;
	top: 2px;
	left: 2px;
}

#logolink a{
	display: block;
	height: 100px;
	width: 350px;
}
#logolink a:hover{
	border: none;
}
#topnavbg/*Not used on the homepage, opacity makes everything within the parent element opaque and there is no way of overriding, so the positioning prevents the nav buttons being opaque.*/{
	background-color: #FFFFFF;
	filter:alpha(opacity=65); 
	-moz-opacity: 0.65; 
	opacity: 0.65;
	width: 220px;
	height: 210px;
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 0px;
}
#topnavcontainer{
	width: 210px;
	height: 210px;
	position: absolute;
	z-index: 2;
	top: 0px;
	right: 0px;
	margin-top: 4px;
	padding-right: 5px;
}
#topnav li{
	background-image: url(/img/topnavbg.jpg);
	background-repeat: repeat-x;
	line-height: 30px;
	text-align: right;
	border: 2px solid #C9242B;
	background-color: #C9242B;
	margin: 4px;
}
#topnav a{
	display: block;
	color: #FFEDDF;
	font-weight: bold;
	padding-right: 3px;
	border: none;
}
#topnav a:hover{
	display: block;
	background-image:url(/img/topnavbg_hover.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	border: none;
}
li a{
	border: none;
}
#maincontent{
	float: left;
	clear: both;
	width: 100%;
	padding: 5px;
	
}
#leftcol{
	width: 21%;
	float: left;
	margin-left: 3px;
}
#leftcol h2{
	color: #000000;
}
.leftbox{
	background-image: url(/img/blueleftboxbg.jpg);
	background-color: #69BBCC;
	background-repeat: no-repeat;
	border-top: #6ABBCE solid 1px;
	border-bottom: 1px solid #6ABBCE;
	margin: 6px;
	padding: 2px;
}
.leftbox img{
	float: left;
	padding: 5px;
	width: 51px;
}
.leftbox a{
	color: #000000;
}
.leftbox a:hover{
	color: #666666;
}
#middlecol{
	float: left;
	width: 54%;
	padding: 10px;
}
#middlecol li {
	list-style-position: inside;
	list-style-type: disc;
}
#middlecol ul {
	margin-top: 8px;
	margin-bottom: 8px;
}



.linkboxescontainer{
	margin: auto;
	width: auto;
}
.linkbox{
	background-image: url(/img/linkboxbg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 45%;
	margin: 4px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	float: left;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
}
.linkbox p, .linkbox img{
	float: left;
	margin: 2px;
	padding: 0px;
}
.linkboxtext{
	width: 40%;
	float: left;
	padding: 0px; /*override of generic p style*/
}
.linkbox img{
	width: 120px;
}
.linkbox h3 a{
	background-image: url(/img/_arrows/grey.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 12px;
	margin-left: 2px;
}
.linkbox h3 a:hover{
	background-image: url(/img/_arrows/orange.jpg);
	background-repeat: no-repeat;
	background-position: left;
}


/*linkbox new*/
.linkbox-new {
	background-image: url(/img/linkboxbg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 45%;
	padding: 4px;
	margin: 4px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	float: left;
}
.linkbox-new text{
	width: 40%;
	float: left;
	padding: 0px; /*override of generic p style*/
}
.linkbox-new img{
	width: 120px;
	float: left;
}
.linkbox-new p {
}

.linkbox-new h3 {
	float: none;
	display: block;
	width: 300px;

}

.linkbox-new h3 a{
	background-image: url(/img/_arrows/grey.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 12px;
}
.linkbox-new h3 a:hover{
	background-image: url(/img/_arrows/orange.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

/*linkbox new*/
#rightcol{
	width: 21%;
	float: right;
	margin-right: 5px;
 }
.largebox{
	line-height: 30px;
	text-align: center;
	border: 2px solid #C9242B;
	background-color: #C9242B;
	margin: 6px;
 }
 .largebox p{
	color: #FFFFFF;
 }
.largebox a, .largebox a:visited{
 	color: #FFEDDF;
	font-weight: bold;
 }
.largebox a:hover, .largebox a:hover span{
	background-image:url(/img/topnavbg_hover.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	cursor: pointer;
 }
.largebox a span{
	display: block;
	background:#C9242B;
	margin: 0px;
	width: 100%;
	background-image: url(/img/topnavbg.jpg);
	background-repeat: repeat-x;
}
.govlogo{
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}
.govlogo{
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
}
.govlogo a:hover{
	border-bottom: none;
}
#footer{
	border-top: 4px solid #F25B21;
	clear: both;
	margin-top: 8px;
}
.footerlink{
	float: left;
	padding: 2px;
	font-size: 80%;
}
.contentlists li{
	list-style: disc;
	list-style-position:inside;
	padding-left: 20px;
}

.none{
	display: none;
}
/*CMS Editor Only styles*/
.cmsinstructions{
	color: #993366;
	font-weight: bold;
	border: 1px #CC0000 solid;
	padding: 10px;
}
.cmsinstructions li{
	list-style: disc;
}
.cmsinstructions ul{
	padding: 10px;
}
.linkbox span.CMSEditable{
	float: left;
}
span.CMSEditable img{
	padding: 0px;
	margin: 0px;
}
.notice /* removed at request of client 10/08/09*/
{
    display: none;
	float: right;
	margin-top: 10px;
	margin-left: 5px;
	border: 3px solid #C9242B;
	width: 600px;
	padding: 3px;
	color: #EB5322;
}
div#thedmsBrowseGrid .BrowseCell h2 {
    margin:0;
    padding:0;
    color: #000;
}