/* Basic page styles */
body {
	margin: 0;
	background: #fff url(../homepage_images/saf_bg.jpg) repeat-x;
	padding: 0;
	font-size:62.5%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

hr {color: #999;background-color: #999; height: 1px;border:0;}

h1,h2,h3,h4,h5,h6 {line-height: 1.1em;}

h1 {font-weight: bold; font-family: Arial, Helvetica, sans-serif;font-size: 2.3em;letter-spacing: -1px;color: #a40c34;margin-bottom: 0.4em;margin-top: 0.3em;}
h1 a:active, h1 a:link, h1 a:visited {color: #a40c34;}

h2 {font-weight: bold; font-family: Arial, Helvetica, sans-serif;font-size: 1.5em;color: #a40c34;margin-bottom: 0.4em;margin-top: 0.3em; letter-spacing: -1px;}
h2 a:active, h2 a:link, h2 a:visited {color: #a40c34;}
h2 a:hover {color: #272727;}

h3 {font-family: Arial, Helvetica, sans-serif;color: #333;margin-top: 0.5em;margin-bottom: 0.4em;font-size: 1.5em;}
h3 a:active, h3 a:link, h3 a:visited {color: #333;}

h4 {border-bottom: #3b3b3b 1px dotted; margin: 0.4em 0 0.4em 0; padding-bottom: 0.1em; color: #3b3b3b;font-size: 1.4em;}
h4 a:active, h4 a:link, h4 a:visited {color: #3b3b3b;}
h4 a:hover {color: #8a0200;text-decoration: none;}

h5 {border-bottom: #545454 1px dotted; margin: 0.4em 0 0.4em 0; padding-bottom: 0.1em; color: #545454;font-size: 1.3em; width: 60%;}
h5 a:active, h5 a:link, h5 a:visited {color: #545454;}
h5 a:hover {color: #8a0200;text-decoration: none;}

h6 {font-size: 1.2em; color:#555;margin-top: 0.3em;font-weight: normal;margin-bottom: 0.4em;}
h6 a:active, h6 a:link, h6 a:visited {color: #555;}

.highlight_row {
	background: #CCC;
}

.heading_row {
	background: #a40c34;
	color: #fff;
	padding: 5px;
	font-size: 1.2em;
}

.notopmarg {margin-top: 0;}

/* link styles */
a:active, a:link, a:visited {
	color: #a40c34;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

#footer a:active, #footer a:link, #footer a:visited {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	color: #a40c34;
	text-decoration: underline;
}

/* floats */
.left {float: left;}
.right {float: right;}
.img_left {float: left;margin: 0 10px 0 0;}
.img_right {float: right;margin: 0 0 0 10px;}
.img_left_margin {float: left;margin: 10px 10px 10px 0;}
.img_right_margin {float: right;margin: 10px 0 10px 10px;}

/* margins & padds */
.marg5 {margin: 0 5px; padding: 5px 0;}
.marg10 {margin: 0 10px; padding: 10px 0;}
.marg15 {margin: 0 15px; padding: 15px 0;}
.marg20 {margin: 0 20px; padding: 20px 0;}
.marg25 {margin: 0 25px; padding: 25px 0;}

/* Global containers & clears */
.container {
	width: 100%;
}

.pagecontainer {
	width: 980px;
	margin: 0 auto;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #fff;
}

.clear {
	clear: both;
}

/* DIV styles by ID */
#navigationHeader {
	font-size: 1.1em;
	color: #000;
	background: #eaeaea;
	font-weight: bold;
}

#searchbox {
	padding: 5px 10px;
	height: 22px;
}

#search {width: 430px; text-align: right; float: right;}
#quicklinks {margin-top: 5px; float: none; width: 450px;}

#container { /* link font size set to 1.0 em of body/100% of body. Body font size set to 10px or 62.5% of default 16px font */
	width: 980px;
	font-size: 1.0em;
	margin: 0 auto;
}

#SAFoverlay {
	position: absolute;
	width: 980px;
	height: 150px;
	z-index: 100;
}

#SAFlogo {
	margin: 20px 0 0 30px;
	float: left;
}

#SAFmenu {
	margin-top: 20px;
}

#SAFslideshow {
	height: 400px;
	background: #fff;
	width: 980px;
	overflow: hidden;
}

#nivoslider {
	height: 400px;
	overflow: hidden;
}

#SAFdivider {
	height: 40px;
	background: url(../homepage_images/SAFred_divider.png) no-repeat;
}

#SAFslider {
	height: 340px;
	position: relative;
}

#SAFnews_logo {
	float: left;
	width: 200px;
	position: absolute;
	left: 26px;
	top: 18px;
}

#slider {
	height: 340px;
	border-bottom: 1px solid #999;
}

#contentarea {
	font-size: 1.2em;
	/* insert CSS for main content area */
}

#SAF_tabs {
	width: 642px;
	padding: 10px;
	float: left;
	height: 400px;
	font-size: 0.9em;
}

#SAF_media_ctr {
	float: left;
	width: 292px;
	margin: 10px 0 0 10px;
	height: 425px;
}

.tabsShared {
	height: 290px;
}

#SAF_about {
	background: url(../homepage_images/aboutSAF.jpg) no-repeat;
	padding: 20px;
	font-size: 1.05em;
	line-height: 1.4em;
	color: #333;
	border-top: 1px solid #999;
}

#SAF_about_text {
	width: 575px;
	margin-top: 15px;
}
	
#footer {
	clear: both;
	height: 100px;
	width: 980px;
	margin: 0 auto;
	padding: 25px;
	padding-top: 15px;
}

#footer_logo {
	position: relative;
	top: 10px;
}

#footer_socialmedia {
	float: left;
	width: 270px;
	height: 100px;
}

#footer_text {
	float: left;
	width: 575px;
	height: 100px;
	font-size: 1.2em;
	color: #333;
}

#footer_address {
	float: left;
	width: 140px;
	height: 100px;
	font-size: 1.1em;
	padding: 10px;
	border-right: 1px solid #000;
}

#copyright {
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
}

/****************************
* PAGE STYLES & ADD-ON STYLES
*****************************/

/* link preview */
.pdf{width:20px;padding:0 20px 0 0;background: url(../homepage_images/prev_icons/pdf.png) no-repeat right;}
.zip{width:20px;padding:0 23px 0 0;background: url(../homepage_images/prev_icons/zip.png) no-repeat right;}
.doc{width:16px;padding:0 16px 0 0;background: url(../homepage_images/prev_icons/doc.png) no-repeat right;}
.txt, .rtf{width:16px;padding:0 16px 0 0;background: url(../homepage_images/prev_icons/txt.png) no-repeat right;}
.ppt,.pptx{width:16px;padding:0 16px 0 0;background: url(../homepage_images/prev_icons/ppt.png) no-repeat right;}
.xls{width:16px;padding:0 16px 0 0;background: url(../homepage_images/prev_icons/xls.png) no-repeat right;}
.email{width:13px;padding:0 15px 0 0;background: url(../homepage_images/prev_icons/email.gif) no-repeat right;}
.wpd{width:16px;padding:0 16px 0 0;background: url(../homepage_images/prev_icons/wpd.gif) no-repeat right;}
.movingBoxDate {font-size: 11px; color: #333; font-weight: bold; display: block; margin-bottom: 5px;}

