/* 
  Copyright (c) 2009 Project Seven Development
*/

body {
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	min-width: 980px;
background-image:url(../images/rescu_8b.png);
	background-position:left;
	background-attachment:fixed;
	background-repeat:no-repeat
}
/*a[title] { font:bla; background:(url to image with round corners); color:bla;  padding: enough to bring the background out; }

 a[title] {
	color : #006600;
	background-image:url(../images/cloud.png);
	padding: 150px;
	font-family: "Century Schoolbook", arial, sans;
	font-size: 9px;
}*/

#masthead {
	background-image: url(img/existBlack_masthead.jpg);
	background-repeat: repeat-x;
	background-color: #9FAD6F;
}
#logo {
	width: 980px;
	margin: 0 auto;
}
#layout {
	background-image: url(img/existBlack_sbl_middle.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 980px;
}
.column {
	float: right;
}
#main-column {
	width: 750px;
	margin-right: 10px;
}
.maincontent {
	padding: 20px 32px 0px 32px;
	font-size: 13px;
	line-height: 1.5;
}
.maincontent p, .sidecontent p {
	margin: 3px 0 12px 0;
}
#sidebar {
	width: 200px;
	margin-right: 10px;
}
.sidecontent {
	font-size: 13px;
	line-height: 1.35;
	padding: 8px 16px;
	color: #394123;
}
.sidecontent h2, .sidecontent h3 {
	text-transform: uppercase;
	font-size: 14px;
	margin: 20px 0px 6px 0px;
}
.sidecontent h3 {
	font-size: 13px;
}
.maincontent h1, .maincontent h2, .maincontent h3 {
	margin: 24px 0 0 0;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.15em;
}
.maincontent h1{
	font-size: 16px;
	color:#5A684A
}
.maincontent h2 {
	font-size: 16px;
}
.maincontent h3 {
	font-size: 14px;
}
#layout-bottom {
	background-image: url(img/existBlack_sbl_bottom.jpg);
	background-repeat: no-repeat;
	height: 32px;
	background-position: left bottom;
	clear: both;
}
#foot{
	margin: 8px auto;
	padding:12px;
	width: 76%;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	text-align: center;
	background-color:#FFFFFF;
	border-color:#006600;
	border-style: solid;
	border-width:thin
}
#footer {
	margin: 12px auto;
	width: 980px;
	font-family: Calibri, Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	text-align: center;
}
.quotation { font-family: Calibri, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}
.quote { font-family: "Palatino Linotype", Palatino, "Book Antiqua", "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	color:#4F734F}
.white  a { font-family: Calibri, Arial, sans-serif;
	font-size: 9px;
	color: #F9F9F9;
}
/*LINK STYLES*/
.maincontent a, #footer a {
	color: #336666;
	text-decoration: none;	
}
.maincontent a:hover, .maincontent a:focus,
#footer a:hover, #footer a:focus {
	color: #666600;
		text-decoration: underline;	
}
.sidecontent a {
	color: #699;
}
.sidecontent a:hover, .sidecontent a:focus {
	color: #FFF;
}
/*EXTRA STYLES for STATIC MENU BAR*/
.menubar {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
.menubar li {
	list-style-type: none;
	margin-bottom: 4px;
}
.menubar a {
	background-color: #699;
	display: block;
	color: #000;
	text-decoration: none;
	padding: 6px 12px;
	border-top: 1px solid #81ABAB;
	border-right: 1px solid #568181;
	border-bottom: 1px solid #568181;
	border-left: 1px solid #81ABAB;
	zoom: 1;
}
.menubar a:hover, .menubar a:focus {
	background-color: #999;
	border-color: #ACACAC #8B8B8B #8B8B8B #ACACAC;
}

