/* CSS Comments */

@import url("master.css");
@import url("forms.css");
@import url("homepage.css");




/* secondary navigation */


#sidepanel{
	width: 145px;
	border: 1px solid #00399B;
	padding: 0px;
	background: #00399B url(images/menu_tile.gif) repeat-x left top;
	margin-right: 10px;
	margin-bottom: 15px;
	text-align: left;
	display: block;
	float: left;
}

#sidepanel h3{
	font: bold 0.7em Verdana, Arial, Helvetica, sans-serif;
	color: #CCD8EB;
	margin: 0px;
	padding: 6px 3px 3px 5px;
	display: block;
}


#button {
	width: 100%;
	padding: 0 0 0em;
	font: bold 0.7em Verdana, Arial, Helvetica, sans-serif;
	background: #99B0D7;
        }

#button ul {
	list-style: none;
	border: none;
	margin: 0px;
	padding: 0px;
}
                
#button li {
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
} 
				
#button li a {
	display: block;
	padding: 2px 2px 3px 0.5em;
	color: #FFFFFF;
	width: 100%;
	list-style-type: square;
	text-decoration: none;
	margin: 0px;
}

html>body #button li a {
	width: auto;
}

#button li a:hover {
	color: #CCD8EB;
	text-decoration: none;
	background: #00399B;
} 

.subNavHeading {
	background: #7392C8;
	display: block;
	padding: 2px 2px 3px 0.5em;
	color: #FFFFFF;
	width: 100%;
	margin: 0px;
}

.subNavHeading img{
	margin-right: 3px;
	margin-left: 5px;

}

.subNavSecond {
	padding-left: 1.4em;
	display: block;
}

#breadcrumb {
	background: #00399B url(images/menu_tile.gif) repeat-x left top;
	border-bottom: 1px solid #00399B;
	padding: 0px 0px 4px;
	vertical-align: middle;
	margin: 0px -10px 10px;

}

#breadcrumb ul{
	vertical-align: middle;
	margin: 0px;
	padding: 4px 0px 0px;

}


#breadcrumb li{
	white-space: nowrap;
	color: #CCD8EB;
	display: inline;
	padding: 2px 0px 0px;
	font: bold 0.85em Verdana, Arial, Helvetica, sans-serif;
	margin: 2px -2px 0px 0px;
}

#breadcrumb li a:link {
	color: #CCD5DF;
	text-decoration: none;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	
}

#breadcrumb li a:visited {
	color: #CCD5DF;
	text-decoration: none;
	white-space: nowrap;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#breadcrumb li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}

/* content */

#content {
	margin-left: 168px;
	border: 1px solid #00399B;
	padding: 0px 10px 10px;
	vertical-align: top;
	margin-bottom: 5px;
	text-align: left;
	font-size: .8em;
	height: 50%;

}



/* for IE mac fix */

html>body #content {
	
} 


#content h1 {
	font-size: 1.6em;
}

#content h2 {
	font-size: 1.3em;
	line-height: 1.2em;
	margin-bottom: 5px;
	color: #00399B;
}

#content h3 {
	font-size: 1.1em;
	color: #00399B;
	margin-bottom: .2em;
}

#content h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #3461AF;
	margin-bottom: 0.1em;
}

#content h5 {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 0em;
}


#content p {
	margin-top: 0.1em;
}

#content a:link {
	color: #00399B;
	text-decoration: none;
	border-bottom-width: 1px;
}

#content a:visited {
	color: #00399B;
	text-decoration: none;
}

#content a:hover {
	color: #00399B;
	border-bottom: 1px dashed #00399B;
	text-decoration: none;
}

#content a img {
	border-style: none;

}


#content a.external:link{
	background: url(images/external.png) no-repeat right center;
	text-decoration: none;
	padding-right: 14px;
	margin-right: 1px;
}
#content a.external:visited{
	background: url(images/external.png) no-repeat right center;
	text-decoration: none;
	padding-right: 14px;
	margin-right: 1px;
}
#content a.external:hover{
	background: url(images/external.png) no-repeat right center;
	text-decoration: none;
	padding-right: 14px;
	margin-right: 1px;
}
hr {
	color: #00399B;
	padding-bottom: 1px;
}

#content a.email:link{
	background: url(images/email.png) no-repeat right center;
	text-decoration: none;
	padding-right: 18px;
	margin-right: 2px;
}
#content a.email:visited{
	background: url(images/email.png) no-repeat right center;
	text-decoration: none;
	padding-right: 18px;
	margin-right: 2px;
}

acronym  {
	cursor :  help;
	border-bottom : 1px dotted #3C9690;
	font-variant: normal;
}

#content blockquote {
	margin-top: 0em;
	margin-bottom: 0px;
	font-style: italic;
}

#content ul {
	list-style-type: square;
	margin-right: 3em;

}

#content ol {
	padding-left: 1em;
	margin-left: 1em;

}

#content li {
	margin-bottom: 0.75em;
	padding-left: .5em;

}

/* end content */



/* admin */

#admin {
	border: 1px solid #00399B;
	padding: 0px 10px 10px;
	vertical-align: top;
	margin-bottom: 5px;
	text-align: left;
	font-size: .8em;
	height: 50%;

}



/* for IE mac fix */

html>body #admin {
	
} 


#admin h1 {
	font-size: 1.6em;
}

#admin h2 {
	font-size: 1.3em;
	line-height: 1.2em;
	margin-bottom: 5px;
	color: #00399B;
}

#admin h3 {
	font-size: 1.1em;
	color: #00399B;
	margin-bottom: .2em;
}

#admin h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #3461AF;
	margin-bottom: 0.1em;
}

#admin h5 {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	margin-top: 2em;
}


#admin p {
	margin-top: 0.1em;
}

#admin a:link {
	color: #00399B;
	text-decoration: none;
}

#admin a:visited {
	color: #00399B;
	text-decoration: none;
}

#admin a:hover {
	color: #00399B;
	border-bottom: 1px dashed #00399B;
	text-decoration: none;
}


#admin a.external:link{
	background: url(images/external.png) no-repeat right center;
	text-decoration: none;
	padding-right: 14px;
	margin-right: 1px;
}
#admin a.external:visited{
	background: url(images/external.png) no-repeat right center;
	text-decoration: none;
	padding-right: 14px;
	margin-right: 1px;
}
#admin a.external:hover{
	background: url(images/external.png) no-repeat right center;
	text-decoration: none;
	padding-right: 14px;
	margin-right: 1px;
}

#admin a.email:link{
	background: url(images/email.png) no-repeat right center;
	text-decoration: none;
	padding-right: 18px;
	margin-right: 2px;
}
#admin a.email:visited{
	background: url(images/email.png) no-repeat right center;
	text-decoration: none;
	padding-right: 18px;
	margin-right: 2px;
}


#admin blockquote {
	margin-top: 0em;
	margin-bottom: 0px;
	font-style: italic;
}

#admin ul {
	list-style-type: square;
	margin-right: 3em;

}

#admin ol {
	padding-left: 10px;

}

#admin li {
	padding-left: 0.5em;
	margin: .8em;

}

/* end admin */




.hide {
	display: none;
}

.hidden {
	display:none;
	height:0;
	font-size:0;
}




.top {
	vertical-align: top;
	padding-top: 0.5em;
}
.centre {
	text-align: center;
}

.singleButton {
	font-weight: bold;
	text-align: center;
	width: 200px;
	display: inline;
	font-size: 0.9em;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.singleButton a {
	padding: 4px;
	width: 98%;
	display: inline;
	background-color: #FFB695;
	border: 1px solid #FF6600;
}

.singleButton a:hover {
background-color: #E6C6CE;
}

.download {
	padding: 0px;
	height: 40px;
	width: 280px;
	text-align: left;
	margin: 1em;
	display: block;
}

.download img{
	vertical-align: bottom;
	border: 0px none;
	margin-right: 0.6em;
	float: left;
}


.column {
	float: left;
	clear: right;
	border: 2px double #CC9966;

}

.sup {
	line-height: 0.7em;
	font-size: .7em;
}


.noBorder {
	border: none;
	margin-left: 5px;
	margin-top: 1px;
}

.spacenoborder {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 10px;
	vertical-align: middle;
}
.italic {
	font-style: italic;
}
