#dropshadow{
	width: 100%;
	margin:0 auto;

}

#top{
	width:100%;
	margin:0 auto;
	background: #4F9CCF;
	position: fixed;
	top:0;
	height:40px;
	z-index:900;
}

#topnav{
	height:40px;
	background: #4F9CCF;
	width:100%;
	position: fixed;
	top:0;
	left: 0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	max-width:980px;
	z-index:999;


}

#topnav div.moduletable ul {
    margin: 0;
    padding: 0;
	line-height:20px;
}

#title{
	background:#fff;
	height:220px;
	width:100%;
	top:0;
	margin:0 auto;
	position:relative;
	z-index:1;
	padding-bottom: 20px;
	


}

#title_wrap{
	max-width:980px;
	margin:0 auto;
	margin-top:45px;
	background-color:#fff;
	background-image:url(../images/title.jpg);
	background-repeat:no-repeat;
	height: 240px;
	background-size:90%;
	position:inherit;
	z-index:1;
	
}


#masthead{
width: 100%;
height:300px;
/*background-image: url(../images/masthead_bg.jpg);
background-repeat:no-repeat;*/
background-position:top center;
position: relative;
z-index:5;
overflow:hidden;
	padding: 0;
	margin: 0;
}

#container {
	margin: 0 auto;
	background:#fff;
	max-width:980px;
}

#breadcrumbs {
	width:100%;
	padding: 0 0 50px 0;
	font-size:12px;
	display: none;
}

#breadcrumbs a:link, #breadcrumbs a:visited,  {
	color:#000;
}

#breadcrumbs a:hover {
	color:#0a58a2;
	}

#breadcrumbs .moduletable-breadcrumbs ul{
	 padding:0;
	 margin:0;
 }
 
#breadcrumbs .moduletable-breadcrumbs li{
	 display:block;
	 float:left;
	 list-style:none;
	 padding:5px;

 }
 
 .divider {
	 padding-left: 5px;
 }


#googlecse {
	float:right;
	width:40%;
	position:relative;
	padding-top:425px;
	z-index:99;
}

#content{
	/*padding:20px 30px 0px 100px;*/
	width:99%;
	background:#fff;
	margin: 0 auto;
	
	
}

#social{
	padding:5px 15px;
	overflow:auto;
	
}

#twitter{
	width:940px;
}

#facebook{
	width: 940px;
	
}


#slider {
	width: 940px;
	height: 270px;
	float:left;
	border: 1px solid #fff;
	margin-bottom: 20px;
}

#leftcol{
	/*float:left;*/
	padding-top:25px;

}

#rightcol{
	float:right;
	width:225px;
	height:130px;
	margin-bottom: 20px;
}


#bottom{
	clear:both;
	background:#4F9CCF;
	width:100%;
	margin:0 auto;
	
}

#footer, #footer td th{
	clear:both;
	background:#4F9CCF;
	/*background-image:url(../images/footer_bg.jpg);
	background-repeat: no-repeat;*/
	color:#fff;
	font-family:  'Montserrat',Verdana, Geneva, sans-serif;
	font-size:1em;
	line-height: 1.2em;
	/*padding: 50px 20px 20px 225px;*/
	max-width:980px;
	left: 0;
	right: 0;
	margin-left:auto;
	margin-right:auto;
	padding:20px 10px;

}

#footer h3 {
	font-size:30px;
	line-height: 1.2em;
	font-weight: normal;
	color: #fff;
	font-family:'Montserrat', Georgia, "Times New Roman", Times, serif;
	text-align:left;
	}

#footer a:link {
	color: #fff;
	text-decoration:none;
	}
	
#footer a:visited {
	color: #fff;
	text-decoration:none;
	}
	
#footer a:hover {
	color: #fff;
	text-decoration:underline;
	}
	
.designer {
	color: #fff;
	font-weight:normal;
	padding: 10px 0;
	font-size:10px;
	}	
	
	
.designer a:link {
	color: #fff;
	text-decoration:none;
	}
	
.designer a:visited {
	color: #fff;
	text-decoration:none;
	}
	
.designer a:hover {
	color: #fff;
	text-decoration:underline;
	}

@media only screen and (max-width: 500px) {

#masthead{
width: 100%;
height:175px;
/*background-image: url(../images/masthead_bg.jpg);
background-repeat:no-repeat;
background-position:top center;*/
position: inherit;
z-index:5;
overflow:hidden;
	padding: 0;
	margin: 0;
	background-size: 170%;
}

#masthead img {
		height: 175px;
		width: auto;
	}
	
#title{
	background:#fff;
	height:200px;
	width:100%;
	top:0;
	margin:0 auto;
	position:relative;
	z-index:1;
	padding-bottom: 0px;
	
}	
#title_wrap{
	max-width:980px;
	margin:0 auto;
	margin-top:40px;
	background-color:#fff;
	background-image:url(../images/title_m.jpg);
	background-repeat:no-repeat;
	height: 200px;
	background-size:90%;
	background-position: center;
	position:inherit;
	z-index:1;
	
}
	
#content{
	padding:20px 30px 30px 20px;
	width:90%;
	background:#fff;
	margin: 0 auto;	
}

#content img {
		max-width: 100%;
		height: auto;
	}	
	
#leftcol{
	/*float:left;*/
	padding-top:0px;
	}

	div.catItemIntroText img {
				max-width: 50%;
	height: auto;
	}
	
div.itemFullText img {
		max-width: 50%;
	height: auto;
	float: right;
	} 	

}	

.catItemView.groupLeading {
    margin-top: 50px;
}
	
