@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'AvantGardeCEBook';
    src: url('../fonts/itc_avant_garde_ce_gothic_book-webfont.eot');
    src: url('../fonts/itc_avant_garde_ce_gothic_book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/itc_avant_garde_ce_gothic_book-webfont.woff') format('woff'),
         url('../fonts/itc_avant_garde_ce_gothic_book-webfont.ttf') format('truetype'),
         url('../fonts/itc_avant_garde_ce_gothic_book-webfont.svg#AvantGardeCEBook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AvantGardeLTMediumBold';
    src: url('../fonts/itc_avant_garde_gothic_lt_bold-webfont.eot');
    src: url('../fonts/itc_avant_garde_gothic_lt_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/itc_avant_garde_gothic_lt_bold-webfont.woff') format('woff'),
         url('../fonts/itc_avant_garde_gothic_lt_bold-webfont.ttf') format('truetype'),
         url('../fonts/itc_avant_garde_gothic_lt_bold-webfont.svg#AvantGardeLTMediumBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AvantGardeLTBookRegular';
    src: url('../fonts/itc_avant_garde_gothic_lt_book-webfont.eot');
    src: url('../fonts/itc_avant_garde_gothic_lt_book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/itc_avant_garde_gothic_lt_book-webfont.woff') format('woff'),
         url('../fonts/itc_avant_garde_gothic_lt_book-webfont.ttf') format('truetype'),
         url('../fonts/itc_avant_garde_gothic_lt_book-webfont.svg#AvantGardeLTBookRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	background: url(../images/header_bg_gradient.jpg);
	background-repeat: repeat-x;
  color: #333333;
  font-family: 'Century Gothic',Arial,Helvetica,sans-serif;
  font-size: 0.8em;
	margin: 0;
}
.sidebox_middle h3{
	font-size: 18px;
	/*margin-top: 0px;*/
	margin:0;
	padding:0;
}
.sidebox_middle h4{
	font-size: 14px;
	margin-left: 10px;
	margin-bottom: 0px;
}
.leading h1{
top:3px;	
}
#page h1{
top:3px;	
}
#fpss-outer-container .slidetext a:link, a:active, a:visited{
	color: #000;
	text-decoration: none;
}
#wrapper a:link, a:active, a:visited{
	color: #0086CA;
	text-decoration: none;
}
#wrapper a:hover{
	color: #EA6326;
	text-decoration:none;
}
/*Layout*/

#wrapper{
	margin: 0 auto;
	width: 990px;
	height: auto;
	margin-top: 15px;
}
#header{
	margin: 0 auto;
	width: 1110px;
	height: 180px;
	background-image:url(../images/header_clouds_2.png);
	background-repeat: no-repeat;
}
#breadcrumbs{
	width: 970px;
	height: 20px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 15px;
 	color: #00537C;
}
#faux_top{
	width: 990px;
	height: 25px;
	/*background-image:url(../images/faux_top.png);
	background-repeat:no-repeat;*/
}
#faux_middle{
	width: 990px;
	height: auto;
	/*background-image:url(../images/faux_middle.png);
	background-repeat:repeat-y;*/
	overflow: auto;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	
}
#faux_bottom{
	width: 990px;
	height: 35px;
	/*background-image:url(../images/faux_bottom.png);
	background-repeat:no-repeat;*/
}
#leftcol{
	width: 960px;
	height: auto;
	float: left;
	padding:10px;
	background:#FFFFFF;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	
	-webkit-box-shadow: #666 0px 2px 3px;
-moz-box-shadow: #666 0px 2px 3px;
box-shadow: #666 0px 2px 3px;
}
#rightcol{
	width: 340px;
	height: auto;
	float: left;
	margin-left: 25px;
}
.sidebox_top{
	width: 335px;
	height: 35px;
	background-image:url(../images/sidebox_bg_top.png);
	background-repeat:no-repeat;
	margin-left: 8px;
}
.sidebox_middle{
	width: 335px;
	height: auto;
	overflow: auto;
	padding-left: 15px;
	padding-right: 15px;
	background-image:url(../images/sidebox_bg_middle.png);
	background-repeat:repeat-y;
	margin-left: 8px;
	overflow:hidden;
}
.sidebox_bottom{
	width: 335px;
	height: 40px;
	background-image:url(../images/sidebox_bg_bottom.png);
	background-repeat:no-repeat;
	margin-left: 8px;
}

#nav{
	width: 970px;
	height: 35px;
	position: relative;
	top: 156px;
	left: 65px;
}
#search{
	width: 250px;
	height: 35px;
	float: right;
	position: relative;
	z-index: 340;
	/*top: 180px;
	right: 100px;*/
	top: 150px;
	right: -35px;
}
#search .button {
	positon: relative;
	z-index: 350;
	margin-bottom: -10px;
	margin-left: -20px;
	}
#search_icon{
	background-image:url(../images/search.png);
	background-repeat:no-repeat;
	float: right;
	position: relative;
	z-index: 350;
}
#footer_inner{
	width: 1110px;
	height: 265px;
	margin: 0 auto;
	background-image:url(../images/footer_clouds.png);
	background-repeat:no-repeat;
	position: relative;
	top: 100px;
	z-index: 10;
}
#footer_outer{
	width: 100%;
	height: 350px;
	background-image:url(../images/footer_bg_gradient.jpg);
	background-repeat:repeat-x;
	margin-top: -200px;
}
/*Ends Layout*/
/*Joomla Stuff*/
.leading{
	margin-top: -20px;
}
#page{
	margin-top: -20px;
}
#page{
	background:#fff;
}
#fullbox {
  background: -moz-linear-gradient(center top , transparent 70%, rgba(0, 0, 0, 0.1) 100%) repeat scroll 0 0 / 1px 100%, -moz-linear-gradient(center top , rgba(255, 255, 255, 0) 70%, #FFFFFF 100%) repeat scroll 1px 0 / 1px 100% transparent;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 1px 2px 5px 1px #CCCCCC;
  clear: both;
  height: auto;
}
.customfeaturebox {
  padding: 0 5px 5px 15px;
}
