/*defaults*/
body 	{
    background:#2765AF url('../images/body_bg.jpg') repeat-x 0 0;
    color:#000000;
    margin:0 0 5px;
    padding:0;
    font-family:"Trebuchet MS", verdana, arial, "Times New Roman", serif;
    font-size:90%;
}
p		{margin:0; padding:0 0 15px 0; }
a		{color:#49A7F3; border-bottom: none; text-decoration:none; padding: 3px;}
a:hover	{background-color: #C2E4FF; border-bottom: 1px solid #1687E2; color: #1687E2;}
h4{font-size:16px;margin:0;padding:0;font-weight:600}

/*structural elements*/
#container	{margin:0px auto; text-align:center; width:800px; }
#holder		{padding:5px 20px 5px 20px; background:#FFFFFF; text-align:left; }
#header {
    background: url("../images/header-bg.png") no-repeat scroll 0 40px transparent;
    height: 165px;
    padding: 0;
}
#content	{float:left; width:490px; padding:20px 10px 0 0; line-height:160%; }
#news		{float:right; width:260px; padding:20px 0; text-align:justify; }
.newsItem	{background:#FFF8E7; font-size:90%; margin-bottom:20px;padding:10px; }
#footer{
    background: url("../images/footer-bg.png") no-repeat scroll left top #FFFFFF;
    clear: both;
    font-size: 80%;
    height: 41px;
    padding: 0;
}
#footer p{
    margin: 0;
    padding: 22px 0 0;
}


/*headings*/
.newsItem h3	{color:#225799;font-size:26px;font-weight:normal;margin:0;padding:0; }
.newsItem p{margin:0; padding:15px 0 0;}
#content h1{font-size:170%; font-weight:normal; line-height:130%; margin:0 0 10px; padding:0; }
#headertop{
    display: block;
    height: 72px;
    margin-bottom: 11px;
    overflow: hidden;
}
#headertop h1{
    color: #225799;
    display: inline-block;
    float: left;
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
    margin: 30px 33px 0 0;
    padding: 0;
}
#headertop span.fn.org{
    float: left;
    font-size: 48px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
}
#headertop span.tel {
    background: url("../images/icon-mobile-big.png") no-repeat scroll left center transparent;
    display: inline-block;
    float: right;
    font-size: 34px;
    margin-top: 30px;
    padding-left: 35px;
    text-align: right;
    width: 245px;
}

.newsItem ul{ list-style: square outside url("../images/list_style_icon.gif"); margin: 5px 0; padding-left: 20px; }

span.tel{
    background: none no-repeat scroll left center transparent;
    display: block;
    line-height: 100%;
}
span.tel.large{
    background-image: url("../images/icon-mobile-large.png");
    font-size: 56px;
    margin-bottom: 10px;
    padding-left: 55px;
}

span.tel.smaller {
    background-image: url("../images/icon-mobile-small.png");
    font-size: 28px;
    margin-bottom: 5px;
    padding-left: 25px;
}

/* general */
.small {font-size: 11px; padding: 0 !important; font-weight: bold;}

.italic{font-style:italic;}

.fullWidth{width:745px !important}

/*navigation*/
ul.nav{
    margin: 0 0 5px;
    padding: 10px 0 10px 10px;
    text-align: left;
    width: 300px;
}
ul.nav.left{
    float: left;
}
ul.nav.right{
    float: right;
}
ul.nav li{
    margin:0;
    padding:0;
    list-style:none;
    display:inline;
}
ul.nav a{
    color:#49A7F3;
    margin:0 20px 0 0;
    text-decoration:none;
    font-weight:bold;
    font-size:18px;
}
ul.nav a:hover{
    background-color: #C2E4FF;
    border-bottom: 1px solid #1687E2;
    color: #1687E2;
}

.active {text-decoration:underline !important; }

/*footer styling, pre-styled so you can "whack" another navigation menu in there if you like*/
#footer ul 		{margin:0; padding:0; }
#footer li 		{margin:0; padding:0; list-style:none; display:inline; }
#footer a {color: #000000;}


/*shamelessly borrowed styles from http://www.positioniseverything.net/easyclearing.html*/
.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 */

/* slideshow */
ul.slideshow {
	list-style:none;
	width:740px;
	height:200px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	border: 10px solid #DDDFF0;

}

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;
}
ul.slideshow li a{
    background-color: transparent;
    border: none;
    padding: 0;
}

ul img {
	border:none;
}

#slideshow-caption {
	width:740px;
	height:30px;
	position:absolute;
	bottom:0;
	left:0;
	color:#fff;
	background:#000;
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;
	z-index:1000;
}

#slideshow-caption h3 {
	margin:0;
	padding:0;
	font-size:14px;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}
