@import url(http://fonts.googleapis.com/css?family=Roboto:400,400italic,700);
@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700);

* {
	margin: 0;
}

html, body, form#aspnetForm, div#masterDiv  {
	/* height: 100%; */
}

/* .push { height: 66px; } */

body 
{
	padding: 0;
	margin: 0;
	font-family: 'Roboto', Arial, Sans-Serif;
	background: #f4f4f4 url(../images/body_background_green1.jpg) repeat-x;
	
	font-size: 13px;
	line-height: 1.8;
	
/*        background: #FCF9F5 url(../images/bgABI.png) no-repeat 0px 0px;*/
/*        background-size: 100% auto;*/    
}

input, select, textarea {
	font-family: 'Roboto', Arial, Sans-Serif;
}

#wrapper
{
	width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	/* margin: 0 auto -66px; */
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0; 
	text-align: left;
	font-family: 'Playfair Display', Arial, Sans-Serif;
	text-shadow: 0 0 5px #ccc;
}

img {border: 0 none; vertical-align: top; max-width: 100%; line-height: 0;}

td {text-align: left;}

a {text-decoration: none;}

a:hover {text-decoration: underline;}

.asterisk { font-size: 10px; color: red; }

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

/* HEADER */

#header
{
	height: 120px;	
	padding: 0 20px;	
}

#header-container
{
	background: none;
	height: 170px !important;
	height: 176px; /* hacks for IE6 */
	overflow: hidden;
}

#logo
{
	float: left;
	margin-top: 15px;
		
	width: auto !important;
	width: 1%;
}

h1.page-title
{
	height: 0px;
	text-indent: -99999px;
	margin: 0;
}

#topnav
{
	float: right;
	margin-right: 0px;
	background-color: #53350A;
	color: White;
	font-size: 11px;
	padding: 8px 15px 10px 15px;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	height: 15px; /* 33px - 8 - 10 */
        margin-bottom: 17px;
}

#topnav ul
{
	padding: 0;
	margin: 0;
	
	list-style-type: none;
}

#topnav ul li
{
	float: left;
	list-style-type: none;
	padding: 0 2px;
}

#topnav ul li.sp
{
	background: url(../images/reddot.gif) no-repeat;
	height: 10px;
    margin: 2px 5px 0;
    width: 8px;
}

#topnav a
{
	text-decoration: none;
	color: White;
	font-weight: bold;
}
	#topnav a:hover
	{
		text-decoration: underline;
	}

#generalinfo 
{ 	
	font-size: 11px; 
	text-align: right; 
	padding-top: 10px; 
	float: right;
        color: #efef88;
}

/* SEARCH */

.searchbox
{
	float: right;
	margin-top: 10px;
}

.searchtext
{
	border: solid 1px #ccc;
	color: #000;
	font-size: 11px;
	width: 160px;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	border-radius: 3px;
}

.btnSearch
{
	width: 35px;
	background: #BF9C57;
	color: #000;
	height: 25px;
	border: solid 1px #53350A;
	font-weight: bold;
	font-size: 11px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	border-radius: 3px;
        cursor: pointer;
}

/* CONTENT */

h1.title {font-size: 18px;}

#content
{
	min-height: 350px;
	height: 350px;
	height: auto !important;
	color: #5f5f5f;
	margin-bottom: 10px;
	margin-top: 10px;
}

.sideBanner {    
    margin-top: 10px;
    width: 200px;
	overflow: hidden;
}

.sideNav 
{
	float: left;
	width: 202px;
	
	/* margin-top: 20px; */
}

.frameNav
{
	float: right;
	width: 740px;
	background-color: #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	border-radius: 3px;	
	padding: 20px;
	text-align: justify;
	
}

.frameNav th { text-align: center; }

.frameNav td { text-align: left; }

.wholeNav
{
	background-color: #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	border-radius: 3px;	
	padding: 20px;
	text-align: justify;
}

/* CONTENT - HOME */

.psHome
{
	background-color: #ffffff;
}

.psHome h1.title {display: none;}

/* #masthead
{
	overflow: hidden;
	height: 250px;
	width: 912px;
	margin-bottom: 5px;
	padding: 0;
	position: relative;
} */

#slider {
    position: relative;
    width: 100%;
    /* height: 350px;  */
    background: #eee url(../../../../../images/loading.gif) no-repeat 50% 50%;
	margin-bottom: 5px;
	padding: 0;
}

#slider img {
    position:absolute;
    top:0px;
    left:0px;
    /* display:none; */
}

#slider a {
    border:0;
    display:block;
}

/* CONTENT - HOME - 3DIV */

.container-3div {
	padding: 20px;	
}

.home-3div a {color: #555555;}

.home-3div
{
	float: left;
	width: 270px;
}

.home-3div strong
{
	color: #333;
}

.home-3div p
{
	margin-bottom: 8px;	
	text-align: left;
}

.home-3div h2, .container-2div h2 
{
	margin-bottom: 20px;
	background: url(../images/grass.png) no-repeat 0px 35%;
	padding-left: 22px;
}

.home-3div .eq
{
	padding-right: 20px;
	height: 84px;
	overflow: hidden;
}

.home-3div ul
{
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
}

.home-3div ul li
{
	list-style-type: none;
	/* background: url(../images/black-tri.gif) no-repeat 0px 5px; */
	padding-left: 15px;
	margin-bottom: 5px;
}

.container-2div
{
	margin: 10px 0;
}

.content-separator
{
	float: left; 
	width: 20px;
	
	height: 230px;
	overflow: hidden;
	background: url(../images/content-separator.jpg) no-repeat 50% 50%;
	margin: 0 15px;
}

/* PSCONTENT */

.psContent h1, h2, h3, h4
{
	margin-bottom: 20px;
	color: #008a00;
}

.psContent h3 { color: #53350A; margin-top: 20px; margin-bottom: 10px; }

.psContent ul, .psContent ol, .psContent table { margin-bottom: 10px; }

.psContent ul li, .psContent ol li { margin-bottom: 5px; }

.psContent a, .psContent a:link, .psContent a:active, .psContent a:visited
{
	color: #9BA657;
}

	.psContent a:hover {color: #008a00;}

.psContent p {margin-bottom: 10px;}

.article a, .article a:link, .article a:active, .article a:visited {color: #9BA657;}

	.article a:hover, .article a:link:hover, .article a:active:hover, .article a:visited:hover {color: #008a00;}

.topline
{
	margin-bottom: 20px;
}

.topline a:hover { color: #9BA657; }

.breadcrumb
{
	font-size: 11px;
	float: left;
	
}

.printpage
{
	float: right;
	font-size: 11px;
		
}

.printpage img {vertical-align: baseline;}

/* FOOTER */

#footer
{
	width: 1000px;
	margin: 0 auto 10px;
	text-align: center;
	/* border-top: solid 10px #111111; */
	background: #53350A; 
	/* height: 46px; */
	padding: 10px 0;
	font-size: 11px;
	color: #cccccc;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;	
	border-radius: 3px 3px 3px 3px; 
}

#footer a { color: #ccc; }
	#footer a:hover { color: #9BA657; }

.footerTitle
{
	color: #F0E5C9;
	font-weight: bold;
	font-size: 14px;
	font-family: 'Playfair Display', Arial, Sans-Serif;
}

#footerMenu 
{ 
	padding: 15px 20px; 
	background: #f2f2f2; 
	border-radius: 3px 3px 3px 3px;
	font-size: 11px;
	margin-bottom: 10px;
}

#footerMenu a { color: #5f5f5f; }

	#footerMenu a:hover { color: #9BA657; text-decoration: none; }

#footerMenu td { vertical-align: top; }

#footerMenu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

.footermenu td {width: 182px;}

td.fm-more {width: 120px;}

.fmtable .fmtd.fmtddyn.td0, .fmtable .fmtd.fmtddyn.td4 {display: none;}

.fmlevel1 { text-transform: uppercase; font-weight: bold; margin-bottom: 5px; display: block; }

.tower-left {width: 48%; vertical-align: top; text-align: justify;}
.tower-mid {width: 20px;}
.tower-right {width: 48%; vertical-align: top; text-align: justify;}

/* IMAGES */

.pic1
{
	border: 1px solid #ccc !important;
	padding: 2px;
	margin: 0 10px 0px 0;
	width: 120px;
}

.pic2
{
	border: 1px solid #ccc !important;
	padding: 2px;
	margin: 0 0 0 10px;
	width: 120px;
}

.pic3
{
	border: 1px solid #ccc !important;
	padding: 5px;
	margin: 0 0 0 20px;
}

.profilename { font-weight: bold; color: #9BA657; font-size: 14px; display: block; margin-top: 5px; }
.profilepos { font-weight: bold; color: #5f5f5f; }
.profilepic { width: 150px; border: solid 3px #ccc !important; margin-bottom: 5px; box-shadow: 3px 3px 8px #333; }

/* SITEMAP */

ul.ulevel0 { 
	list-style-type: none; 
	margin: 0;
	padding: 0;
}

ul.ulevel0 a { color: #5f5f5f; }

ul.ulevel1 a { font-weight: bold; }

ul.ulevel2 a { font-weight: normal; }

ul.ulevel1 { list-style-type: disc; }

ul.ulevel2 { list-style-type: circle; }

li.level1 {margin-top: 10px;}

.blue { color: #0088ff !important; }

/* CONTACT */

#contactform
{
padding: 10px;
background-color: #eee;
border-radius: 5px 5px 5px 5px;
}

#contactform h2
{
   color: #333; 
   font-size: 14px;
   margin-bottom: 10px;
   text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

#publicform3 input[type=submit]
{
    background: #5f5f5f;
    border: 0 none;
    border-radius: 3px 3px 3px 3px;
    color: #000;
    cursor: pointer;
    padding: 3px 5px;
    font-weight: bold;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    font-size: 14px;
}

#publicform3 input[type=submit]:hover
{
    background: #9BA657;
}

#contactform input[type=text], #contactform textarea, #loginform input[type=text], #loginform input[type=password]
{    
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 3px 3px 3px 3px;
}

#contactform input[type=text]
{
    width: 170px;
}

/* GALLERY */

.albumpic
{
	border: 1px solid silver;
	padding: 5px;
	background-color: white;
width: 120px;
}

.box1
{
	/* margin-bottom: 10px; */
}

.box2
{
	
}
	.box2:hover
	{
	
	}
	
	.box2 img:hover
	{
		background-color: #ddd;
	}

.box3
{
	margin-top: 3px;
	text-align: center;
}

	.box3:hover
	{
	 
	}

/* PUBLIC FORMS */

.publicform .col1
{
	width: 100px;
}

.publicform input[type=text]
{
	border: 1px solid #ccc;
	padding: 4px;
	border-radius: 3px 3px 3px 3px;
	width: 170px;
}

.publicform select
{
	border: 1px solid #ccc;
	padding: 4px;
	border-radius: 3px 3px 3px 3px;
}

.publicform textarea
{
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 3px 3px 3px 3px;
}

/* MESSAGE BOX */

#msgbox
{
	padding: 10px 20px;
	margin-bottom: 10px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 1px 3px 5px #888;
	-webkit-box-shadow: 1px 3px 5px #888;
	box-shadow: 1px 3px 5px #888;
}

#msgtxt
{
	float: left;
}

#msgclose
{
	float: right;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

	#msgclose:hover { color: #9BA657; }

#msgbox.blue
{
	color: #fff !important;	
	background-color: #000066;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000066), to(#0000cc));
	background: -webkit-linear-gradient(top, #0000cc, #000066);
	background: -moz-linear-gradient(top, #0000cc, #000066);
	background: -ms-linear-gradient(top, #0000cc, #000066);
	background: -o-linear-gradient(top, #0000cc, #000066);
}

#msgbox.green
{
	color: #fff;	
	background-color: #005500;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#005500), to(#00aa00));
	background: -webkit-linear-gradient(top, #00aa00, #005500);
	background: -moz-linear-gradient(top, #00aa00, #005500);
	background: -ms-linear-gradient(top, #00aa00, #005500);
	background: -o-linear-gradient(top, #00aa00, #005500);
}

#msgbox.red
{
	color: #fff;	
	background-color: #990000;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#990000), to(#dd0000));
	background: -webkit-linear-gradient(top, #dd0000, #990000);
	background: -moz-linear-gradient(top, #dd0000, #990000);
	background: -ms-linear-gradient(top, #dd0000, #990000);
	background: -o-linear-gradient(top, #dd0000, #990000);
}

/* SUMMARY PAGING */

.summaryPaging a {
	background: #CCCCCC;
    border: 0 none;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF !important;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-right: 5px;
    padding: 3px 7px;
    text-decoration: none;
}

	.summaryPaging a:hover { background: #999999; }

.summaryPaging a.selected {
	background: #999999;
    color: #000000 !important;
    text-decoration: none;
}

.psHome .summaryPaging { display: none; }

/* CUSTOM */

.changeButton { margin-top: 10px; }

.addthis 
{
	width: 150px;
	float: right;
	margin: 10px 0;
}

.summarythumb
{
	border: 1px solid #ccc !important;
	padding: 2px;
	margin: 5px 10px 0 0;
	width: 120px;
	float: left;
}

.categorysummary
{
	padding-bottom: 10px;
	border-bottom: dotted 1px #ccc;
	margin-bottom: 10px;
}

.psHome .categorysummary
{
	padding: 0;
	margin: 0;
	border: 0 none;
}

.categorysummary h2 { color: #454545; margin-bottom: 0px; font-size: 14px; padding: 0; background: none; }
.categorysummary .summarydate { margin-bottom: 10px; color: #999; font-size: 11px; }
.categorysummary .changeButton { margin-top: 0; }

.nivo-controlNav a.active, .nivoSlider.nivo-controlNav a:hover {
	/* background: #ff9900 !important; */
}

.psContent .categorysummary {padding-bottom: 30px; margin-bottom: 20px;}

.news h1 {margin-bottom: 5px !important;}

.newsdate { color: #999; font-size: 11px; }

.newsdate #lastupdated { margin-bottom: 10px; }

.newsdate #lastupdatedtext { display: none; }

#fullname {font-weight: bold; color: #F0E5C9;}

#loginnotify {color: #ff0000;font-size: 11px;}

.customerDetails table {margin: 0 !important;}

#sitelinks
{
	float: right;
	margin-right: 0px;
	font-size: 11px;
	height: 15px; /* 33px - 8 - 10 */
    margin-bottom: 3px;
}

#sitelinks ul
{
	padding: 0;
	margin: 0;
	
	list-style-type: none;
}

#sitelinks ul li
{
	float: left;
	list-style-type: none;
	padding: 0 2px;
}

#sitelinks ul li.sp
{
	background: url(../images/reddot.gif) no-repeat;
	height: 10px;
    margin: 2px 5px 0;
    width: 8px;
}

#sitelinks a
{
	text-decoration: none;
	color: White;
	font-weight: bold;
}
	#sitelinks a:hover
	{
		text-decoration: underline;
	}

#gallery
{
	width: 690px;
	overflow-x: hidden;
}


/* MAIN MENU */

#mainmenu
{
	/* background-color: #715937; */
	background: #006e2e; /* Old browsers */
background: -moz-linear-gradient(top, #006e2e 0%, #004f20 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006e2e), color-stop(100%,#004f20)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #006e2e 0%,#004f20 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #006e2e 0%,#004f20 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #006e2e 0%,#004f20 100%); /* IE10+ */
background: linear-gradient(to bottom, #006e2e 0%,#004f20 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006e2e', endColorstr='#004f20',GradientType=0 ); /* IE6-9 */
	height: 50px;
	font-size: 12px;
	padding-left: 20px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

#mainmenu .menu
{
	
}

#mainmenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
			
}

#mainmenu ul li
{	
	
	float: left;
	height: 50px; /* was 64px */
	width: auto;
}

#mainmenu ul li.sp
{	
	padding-top: 18px;
	height: 30px;
	margin: 0 14px; /* was 0 11px */
}

#mainmenu a
{
	color: #ffffff;
	display: block;	
	padding: 0 20px;
	line-height: 50px;
	font-weight: bold;
	height: 50px;
	width: auto !important;
	width: 1%;
	white-space: nowrap;
	text-decoration: none;
	position: relative !important;
	position: inherit;
	/* text-transform: uppercase;	 */
}

#mainmenu a.amenulvl1
{
    height: 40px;
    line-height: 40px;
    margin: 5px 0;
}

	#mainmenu a.jumping, #mainmenu a.selected, #mainmenu a:hover, #mainmenu li#current a, #mainmenu li.hover a, #mainmenu li.current a
	{
text-decoration: none;
border-radius: 6px 6px 6px 6px;
background-color: #000; /* #C1985F; */
color: #ccff00;
	}
	
	#mainmenu a.selected, #mainmenu li#current a, #mainmenu li.current a
	{
		color: #ccff00;
	}
	
/* second level */	
	
#mainmenu li ul{
		background: url("../images/menu-dropdown-bg.gif") no-repeat scroll left bottom transparent;
		padding: 0;
		margin: 0;
		padding-bottom: 15px;		
		/*border-bottom:2px solid #0079b2;*/
		display:none;
		height:auto;
		position:absolute;
		width:202px;
		z-index:200;
		margin-left: -1px;	
		}
	#mainmenu li:hover ul, #mainmenu li.hover ul {
		display:block;
		}
	#mainmenu li li {
		display:block;
		float:none;
		width:202px;
		height: 29px;
		border-radius: 0px 0px 0px 0px;
		}
	#mainmenu li ul a, #mainmenu li ul a:visited {
		display:block;
		color: #000000 !important;
		background: url("../images/green-tri.gif") no-repeat scroll 10px 11px #FFFFFF !important;
		/* background: url("../images/green-tri.gif") no-repeat scroll 10px 18px #FFFFFF !important; */
		font-size:12px;
		font-weight:normal;
		text-transform: none;
		padding:0px 0px 0px 20px;
		text-align:left;
		border-left: 1px solid #CCCCCC;
		border-right: 1px solid #CCCCCC;
		border-bottom: 1px dotted #CCCCCC;
		line-height: 28px;
		width: auto !important;
		width: inherit;
		height: 28px;
		border-radius: 0px 0px 0px 0px !important;
		}
		#mainmenu li ul a:hover{
			background: url("../images/green-tri.gif") no-repeat scroll 10px 11px #F0E5C9 !important;
			/* background-color: #F0E5C9 !important; */
			color:#000000;
			border-radius: 0px 0px 0px 0px !important;
			}
		#mainmenu li.hover ul li a{
			border-radius: 0px 0px 0px 0px !important;
		}

/* SIDE MENU */

.sidemenu{
width: 200px; /*width of menu*/
font-size: 12px;
padding-bottom: 10px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
background-color: #ffffff;
}

.sidemenu .headerbar{
color: #ffffff;
background: #000;
margin-bottom: 0px;
text-transform: uppercase;
padding-left: 20px;
height: 36px;
line-height: 36px;
font-weight: bold;
-moz-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;	
border-radius: 3px 3px 0 0;
}

.sidemenu .headerbar a{
color: #ffffff;
text-decoration: none;
}

	.sidemenu .headerbar a:hover{
	color: #F0E5C9;
	text-decoration: none;
	}
	
.sidemenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px;
}

.sidemenu ul li{
padding-bottom: 0px;
}

/* LEVEL 2 */

.sidemenu li.level2 a{
	color: #333333;
	background: url(../images/green-tri.gif) no-repeat 10px 14px;
	display: block;
	padding: 2px 0;
	padding-left: 20px;
	text-decoration: none;
	border-bottom: 1px dashed #cccccc;
	line-height: 28px;
}

	.sidemenu li.level2 a:hover{
		color: #353535;
		background-color: #F0E5C9;
	}

.sidemenu li.level2.selected a{
	color: #353535;
	background-color: #F0E5C9;
}

	.sidemenu li.level2.selected a:hover{
		color: #353535;
		background-color: #F0E5C9;
	}

/* LEVEL 3 */

.sidemenu li.level3 a{
	display: none;
}

.sidemenu li.level2.selected li.level3 a, .sidemenu li.level2.parent-selected li.level3 a {	
	background: url(../images/grey-tri.gif) no-repeat 20px 14px;
	padding-left: 30px;
	display: block;
	color: #353535;
	background-color: transparent;
}

	.sidemenu li.level2.selected li.level3 a:hover, .sidemenu li.level2.parent-selected li.level3 a:hover {
		color: #353535;
		background-color: #F0E5C9;
	}

.sidemenu li.level3.selected a {	
	color: #353535 !important;
	background-color: #F0E5C9 !important;
}

	.sidemenu li.level3.selected a:hover {
		color: #353535 !important;
		background-color: #F0E5C9 !important;
	}

/* NEWS */

.img-block * {
	-moz-box-sizing : border-box;
	-webkit-box-sizing : border-box;
	box-sizing : border-box;
}

h3 {
	clear : both;
	color : #715937 !important;
}

.img-block {
	width : 402px;
	margin : 20px auto;
	border : 1px solid #DDDDDD;
	border-radius : 0px 0px 6px 6px;
	background-color : #F2EBD7;
}

.img-block img {
	display : block;
	clear : both;	
	margin : 0px auto;
}

.img-block div {
	margin-top : 0px;
	font-size : 0.9em;
	font-style : italic;
	line-height : 1.5em;
	padding : 10px 20px;
	border-radius : 0px 0px 6px 6px;
}

.img-no-desc  {
	width : 150px;
}

.img-left {
	float : left;
	margin : 5px 20px 5px 0px;
}

.img-right {
	float : right;
	margin : 5px 0px 5px 20px;
}

.img-small {
	width : 150px;
}

.img-medium {
	width : 200px;
}

#amobilemenu {
	display: none;
}

/* SET ICON */

#modal {
	width: 500px;
}
#modal h2 {
	margin-bottom: 10px;
	line-height: 1.4;
}
#modal p {
	margin-bottom: 10px;
}
#modal ol {
	padding-left: 15px;
}
#modal ol li {
	margin-bottom: 20px;
}
#modal img {
	max-width: 100%;
}
.modal-inner {
	padding: 20px;
}
.btnph {
	margin-top: 10px;
	text-align: center;
}
#btnPopClose {
	cursor: pointer;
	padding: 10px 20px;
	background: #880000;
	color: #fff;
	border: solid 1px #ccc;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	border-radius: 3px;
	margin-top: 10px;
}

/*social sharing buttons*/

.share {
	display: inline-block;
	font-size: 12px;
	margin-right: 5px;
	position: relative;
	top: -4px;
}

.social {height: 16px;}

.social a{
    display:inline-block;
    margin: 0 0 0 2px;
    color:#fff;
    text-align:center;
    text-decoration:none;
    width: 16px;
    height: 16px;
    line-height: 16px !important;
    text-indent: -9999px;
    overflow: hidden;
}
.twitter{background:#9AE4E8 url(../../../../../images/twitter.gif);}
.facebook{background:#3B5998 url(../../../../../images/facebook.gif);}
.google-plus{background:#D34836 url(../../../../../images/googleplus.gif);}
.linkedin{background:#fff url(../../../../../images/linkedin.gif);}
.pinterest{background:#fff url(../../../../../images/pinterest.gif);}
.email{background:#fff url(../../../../../images/email.gif);}
.print{background:#fff url(../../../../../images/print.gif);}

.thumbnailph {
	width: 28%;
	margin-right: 5%;
	float: left;
	text-align: center;
}

.thumbnailTitle a {
	font-size: 16px;
	color: #333 !important;
	font-weight: bold;
}

.thumbnailImage {
	border: 1px solid #ccc;
}

/* MEDIA */

@media only screen and (max-width: 999px) {
	
	input, select, textarea {
		max-width: 100% !important;
		box-sizing: border-box;
	}
	
	table {
		max-width: 100% !important;
		overflow: auto;
	}
	
	p {
		text-align: left !important;
	}
	
	.left, .right, .half {
		float: none;
		display: block;
		width: 100%;
	}
	
	#masterDiv {
		border-width: 40px;
	}
	
	#amobilemenu {
		display: block;
	}
	
	#amobilemenu > a {
		background: 0px 50% no-repeat transparent;
		background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );
		display: inline-block;
		height: 40px;
		line-height: 40px;
		position: absolute;
		bottom: 0px;
		font-weight: bold;
		padding: 0px 10px 0px 30px;
		color: #fff;
		text-decoration: none;
		font-family: 'Playfair Display', arial, serif;
		text-transform: uppercase;
		font-size: 16px;
	}
	
	#wrapper
	{
		width: 100%;
	}
	
	#header-container {
		height: auto !important;
	}
	
	#header {
		height: auto;
		padding: 0 10px;
		margin-bottom: 0px;
		position: relative;
		padding-bottom: 3px;
	}
	
	#logo {
		float: none;
		margin-bottom: 10px;
		text-align: center;
	}
	
	#logo img {
		max-width: 100%;
	}	
	
	#topnav {
		display: none; 
	}
	
	#footer
	{
		width: 100%;
		border-radius: 0;
		margin-bottom: 0;
		padding: 30px;
		box-sizing: border-box;
	}
	
	#footer p {
		text-align: center !important;
	}
	
	.copyright, .webdesign {
		display: block;
	}
	
	#mainmenu {
		display: none;
		float: none;
		position: relative;
		z-index: 99999;
		height: auto;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,0.8);
		padding: 0;
		border-radius: 0;
	}
	
	#mainmenu ul li.menuitem {
	  display: block;
	  float: none;
	  border-top: 1px dashed #999;
	  height: auto;	  
	}
	
	#mainmenu a.amenulvl1 {
	  padding: 0 10px;
	  border: 0 none;
	  width: 100%;
	}
	
	#mainmenu ul li.sp {
	  display: none;
	}
	
	#mainmenu a.amenulvl1 {
		line-height: 40px;
		margin: 0;
		border-radius: 0;
	}
	
	#mainmenu li ul.ulmenu {
		position: static;
		box-shadow: none;
		float: none;
		width: 100%;
		margin: 0;
		padding-bottom: 0;
	}
	
	#mainmenu ul.ulmenu li {
		width: 100%;
	}
	
	.frameNav, .sideNav {
		float: none;
		width: 100%;
		border-radius: 0;
	}
	
	.frameNav {
		padding: 10px;
		box-sizing: border-box;
	}	
	
	.article img {
		max-width: 100%;
		box-sizing: border-box;
		float: none !important;
		margin: 0 0 10px !important;
		height: auto !important;
		display: block;
	}
	
	.breadcrumb {
		float: none;
	}
	
	.printpage {
		display: none;
	}
	
	.sidemenu {
		width: 100%;
	}
	
	.sidemenu .headerbar {
		border-radius: 0;
	}
	
	.sideBanner {
		display: none;
	}
	
	.container-3div {
		padding: 10px;
	}
	
	.home-3div {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px dashed #ccc;
	}
	
	.content-separator {
		display: none;
	}
}


