@import "layout.css";
@import "forms.css";
@import "nav.css";

/* 
	Title:	RFDS screen styles
	Author: craig.henneberry@bluearcgroup.com
*/

/****************************************************************************************	
	[GENERAL SELECTORS]
*****************************************************************************************/

/* -------------Reset everything */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr {
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
table, th, td {
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
html, body, form, fieldset, a img {border: 0;}
ul, ol {list-style: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/* Over-ride those pesky font tags */
font {
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif !important; 
	font-size: 100% !important;
	color: #1a1a1a !important;
}
/* -------------//Reset everything */

body {
	color: #1a1a1a;
	background: #fff url("../images/css/body-bg.png") repeat-x 0 0;
	font-size: 62.5%; /* set to 10px */
	line-height: 1.8em; /* set to 18px */	
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	margin-bottom: 30px;
}
a:link, a:visited {
	color: #af292e;
	text-decoration: none;
}
a:hover, a:focus {text-decoration: underline;}

h1 a:link, h1 a:visited,
h2 a:link, h2 a:visited,
h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited,
h5 a:link, h5 a:visited,
h6 a:link, h6 a:visited  {color: #008ec8;}

table {
	border-collapse: collapse;
	border-spacing: 0;	
	margin-bottom: 0.5em;
}
caption {
	font-weight: bold;
	font-size: 1.75em;
	text-align: left;
	color: #002c76;
	padding-bottom: 0.75em;
}
caption.sml-hdr {
	font-size: 1.333333em;
	padding-bottom: 0.333333em;
}
abbr {
	cursor: help;
	border-bottom: 1px dotted #002C76;
}
strong {font-weight: bold;}
em, i {font-style: italic;}
blockquote {margin: 1.5em 5em;}
textarea {overflow: auto;}
legend {
	color: #00a0df;
	font-size: 1.166666em; /* 14px */
	font-weight: bold;
}
button {cursor: pointer;}
/* Headers */ 
h1, h2, h3, h4, h5, h6 {
	font-size: 1.75em; /* 21px */
	font-weight: bold;	
	color: #002c76;
	margin-bottom: 0.75em;
}
body.home h1 {color: #008ec8;}
h1 span {color: #002c76;}
h2 {
	font-size: 1.416em; /* 17px */
	margin-bottom: 0.333333em;
}
h3 {
	font-size: 1.333em; /* 16px */
	color: #008ec8;
} 
h3, h4, h5, h6 {
	font-size: 1.25em; /* 15px */
	margin-bottom: 0.166667em;
}
h4 {font-size: 1.16em;} /* 14px */
h5 {font-size: 1.083em;} /* 13px */
h6 {font-size: 1em;} /* 12px */

/* [MAIN CONTENT AREA]
-------------------------------------------------------*/
#main-content {font-size: 1.2em;} /* 12px */
/* Margins */
#main-content p, #main-content ul, 
#main-content ol, #main-content dl,
#main-content table {margin-bottom: 1.833333em;} /* 22px */
#main-content table table,
#main-content fieldset table {margin: 0;}
/* Lists */
#main-content ul,
#main-content ol {margin-left: 4em;}
#main-content ul {list-style: disc;}
	#main-content ul ul {
		list-style: circle;
		margin-left: 2em;
	}
#main-content ol {list-style: decimal;}
	#main-content ol ol {
		list-style: lower-alpha;
		margin-left: 2em;
	}
	#main-content ol ol ol {list-style: lower-roman;}
	/* Nested */
	#main-content ul ul, 
	#main-content ol ol {margin: 0.75em 0 0.75em 2.5em;}

/****************************************************************************************
	[COMMONLY USED CLASSES]
*****************************************************************************************/

/* [HIDE]
-------------------------------------------------------*/
.hide,
table caption span,
form legend span,
form label span {
	position: absolute;
	left: -9999em;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.hide-fully {display: none;}

/* [TURN ON/OFF DEFAULT MARGIN]
-------------------------------------------------------*/
#main-content .margin-on {margin-bottom: 1.833333em;}
#main-content .margin-off {margin-bottom: 0;}
#main-content .margin-sml {margin-bottom: 0.833333em;}
#main-content .padding-off {padding-bottom: 0;}
	
/* [DOWNLOADS]
-------------------------------------------------------*/
/* Single downloads */
#main-content a.dnld {
	padding: 2px 0 2px 19px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}
	/* BG Images (icons) */
	#main-content a.dnld.pdf {background-image: url("../images/icons/pdf.gif");}
	#main-content a.dnld.doc,
	#main-content a.dnld.docx {background-image: url("../images/icons/word.gif");}
	
/* [EASY CLEARING]
-------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}    
/* Hides from IE-mac \*/  
* html .clearfix {height: 1%;}  
.clearfix {display: block;}  
/* End hide from IE-mac */

/* [NOTIFICATIONS]
-------------------------------------------------------*/

/* Small Versions */
#main-content p.error {
	color: #AE0000;
	background: #F7D9D9 url("../images/icons/error.gif") no-repeat 8px 55%;
	padding: 5px 10px 5px 30px; 
}
#main-content p.success {
	color: #66840D;
	background: #F3F8E6 url("../images/icons/success.gif") no-repeat 8px 55%;
	padding: 5px 10px 5px 30px; 
}

/* Large Versions */
#main-content div.errors,
#main-content div.success {
	padding: 16px 20px 16px 62px; 
	margin-bottom: 1.833333em; 
	border-top: 2px solid #BF0000;
	border-bottom: 2px solid #BF0000;
	color: #AE0000 !important;
	min-height: 24px;
}
	#main-content div.errors {background: #F7D9D9 url("../images/icons/error-lrge.gif") no-repeat 16px 50%; }
	#main-content div.success {
		background: #F3F8E6 url("../images/icons/success-lrge.gif") no-repeat 16px 50%; 
		color: #66840D; 
		border-color: #84AA0F;
		font-weight: bold;
	}
	#main-content div.errors p,
	#main-content div.success p {margin: 0;}
	#main-content div.errors ul,
	#main-content div.success ul {
		margin: 0.60em 0 0 30px;
		list-style: disc;
	}
		#main-content div.errors ul li,
		#main-content div.success ul li {
			padding: 0;
			background: none;
		}
	#main-content div.errors a {
		color: #AE0000;
		text-decoration: underline;
	}
	#main-content div.errors a:hover,
	#main-content div.errors a:focus {text-decoration: none;}
	#main-content div.success a {color: #66840D;}

