/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #666666;
}



a:link, a:visited, a:hover {
	color: #0048FF;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
	font-weight: bolder;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 150%;
 color: #000066;
}

h2{
	color: #003300;
	font-weight: bolder;
}

h3{
 color: #990000;
}

h4{
 font-size: 130%;
 font-weight: normal;
 color: #003333;
}

h5{
 font-size: 150%;
 color: #00FFFF;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px 0px;
	border-bottom: 3px solid #BBB;
	width: 100%;
}

#navBar{
	padding: 40px 0;
	background-color: #333333;
	border-right: 5px solid #FFF;
	border-bottom: 1px solid #ccc;
	border-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-right-color: #999999;
	border-top-color: #999999;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	width: 185px;
	z-index: 1;
	position: absolute;
	top: 103px;
	left: 0px;
}

#content{
	width: 75%;
	margin: 0 10% 0 200px;
	position: relative;	
	min-height: 300px;
}

#map_canvas{
	border: 2px solid #FF0000;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

#firefox{
	float: left;
}


/*************** #pageName styles **************/

#pageName, #pageName2{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{	
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #FFFFFF;
	padding: 5px 5px 5px 5px;	
	background-color: #CCCCCC;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}


/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	background-image: url(images/navbackg.jpg);
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	border-top: 1px solid #000;
}

#sectionLinks a:visited{
	border-top: 1px solid #000;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #000;
	padding: 2px 0px 2px 10px;	
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.proposal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #FFCC51;
}
.pagemiddleheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
}

/************** #pageContent **************/
/* Hidden Links */

/* #pageContent a{ */
/* text-decoration:none; */
/* color:#000; */
/* font-weight:normal; */
/* cursor:text; */
/* } */

/* #pageContent a:hover { */
/* text-decoration:none; */
/* color:#000; */
/* } */
#pageContent.single-listing img,
#pageContent.single-listing img.left{
	float: left;
	margin: 5px 20px 15px 0;
	max-width: 50%;
	height: auto !important;
}
#pageContent.single-listing img.right{
	float: right;
	margin: 5px 0 15px 20px;
}



/*
* Footer Menu  
*/
.clear{clear: both;}
#siteInfo .copyright{
	float: left;
}
#footnav{
	float: left;
	margin-top: 21px;	
}
#footnav a{
	
}
#footnav > li{
	list-style: none;
	float: left;	
}
#footnav > li >a{
	display: inline-block;
	width: 92%;
	margin-bottom: 10px;
	border-bottom: solid 1px #aaa;
	padding-bottom: 5px;
}
#footnav ul.submenu{
	width: 700px;
	padding: 0;
	margin: 0;
	list-style: none;
}
#footnav ul.submenu li{
	width: 48%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2px;	
}
#footnav ul.submenu li a{
	font-weight: normal;
}





/*
 *RESPONSIVE CSS
 *Created on 19-12-2014
 *Author: Moon
 */
img{
	max-width: 100%;	
} 
iframe{
	max-width: 100%;
	height: auto;
}

#masthead{
	height: 100px;
	border-bottom: solid 4px #999;
}

#navBar{
	padding: 0 0 50px;
}

#breadCrumb{
	padding: 5px 0;
}
#content{
	width: auto;
	margin: 0 10% 0 210px;
	padding-bottom: 60px;
}
#pageName, #pageName2{
	padding-left: 0;
}
.content{
	font-size: 13px;
	color: #000;
	line-height: 1.5;
}
.content h4{
	font-size: 18px;
	font-weight: bold;
}
.content .red{
	color: #900;
}
.content .green{
	color: #090;
}
.content .yellow{
	color: #FC0;
}
.table-responsive{
	max-width: 100%;
	overflow: auto;
}

a.navbar-toggle{
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	color: #fff;
	font-size: 10px;
	padding: 10px;
	background: #999;
	border-radius: 5px;
}


#siteInfo{
	padding: 5px 20px;
}
#footnav > li{
	padding: 0 5px 5px;
} 
 
 
 
@media (min-width: 992px){
	
}


@media (min-width: 768px){
	#navBar{
		left: 0 !important;
		top: 104px;
	}	
}


@media (max-width: 500px){
	#footnav > li > ul	> li{
		width: 100% !important;
		margin-right: 0 !important;
	}
}

@media (max-width: 787px){
	body{
		background: #fff;
		background-image: none !important;
	}
	img{
		height: auto !important;
	}
	
	#masthead{
		height: auto;
	}
	#masthead img{
		display: block;
		margin: auto;
		float: none;
	}
	
	#navBar{
		position: fixed;
		top: 0;
		left: -185px;
		width: 185px;
		height: 100%;
		padding: 0;
	}	
	#navBar .inner{
		height: 100%;
		overflow: auto;
	}
	#navBar > ul{		
		background-size: auto 100%;
	}
	#navBar ul li a{
		border-color: #999 !important;	
	}
	a.navbar-toggle{
		display: block;		
	}
	
	#content{		
		margin: 0 20px;
	}
	#pageContent.single-listing img, #pageContent.single-listing img.left{
		float: none;
		margin: 20px auto;
		max-width: 100%;
	}
	
	#siteInfo .copyright{	
		float: none;
	}
	#footnav{
		float: none;		
		display: block;
		padding: 0;
		overflow: hidden;
	}
	#footnav > li{
		float: none;
		margin-right: 0;
	}
	#footnav > li > a{
		float: none;
		margin: 0;
		width: auto;
		display: block;
	}
	#footnav > li > ul{
		margin: 10px 0 !important;
		width: auto !important;
		overflow: hidden;
	}	
}