@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	font-family: sans-serif;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	max-width: 1152px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/*Links*/

a:link {
	color: #000;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color: #CCC;
	background-color: transparent;
}

/*Header*/

#header {
	border-bottom: #CCC;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	background-color: #800000;
}

/*Logo*/

#logo {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
}

/*Menu*/

.menu-wrap {
	width:100%;
}

.menu {
	width:100%;
	margin:0px auto;
}

.menu li {
	margin:0px;
	list-style:none;
	font-family:'Segoe UI';
	/*Border in top of the menu*/
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#CCCCCC;
}

.menu li a {
	text-decoration:none;
	line-height:1.5em;
}

.menu a {
	transition:all linear 0.15s;
	color:#FFF;
}

.menu li:hover > a, .menu .current-item > a {
	text-decoration:none;
}

/*----- Top Level -----*/

.menu > ul > li {
	float:left;
	display:inline-block;
	position:relative;
	font-size:14px;
}

.menu > ul > li > a {
	padding:10px 37.45px;
	display:inline-block;
}

.menu > ul > li:hover {
	border-bottom-color:#FFB700;
	border-top-color:#FFB700;
	border-top-style: solid;
    border-top-width: 1px;
    
}

/*----- Bottom Level -----*/
.menu li:hover .sub-menu {
	z-index:1;
	opacity:1;
}

.sub-menu {
	width:100%;
	padding:5px 0px;
	position:absolute;
	top:100%;
	left:0px;
	z-index:-1;
	opacity:0;
	transition:opacity linear 0.15s;
	box-shadow:0px 2px 3px rgba(0,0,0,0.2);
	background:#2e2728;
	border-top-style:solid;
	border-top-color:#FFB700;
}

.sub-menu li {
	display:block;
	font-size:14px;
}

.sub-menu li a {
	padding:5px 10px;
	display:block;
	text-decoration:none;
}

.sub-menu li a:hover, .sub-menu .current-item a {
	background:#3e3436;
}

/*Slideshow*/

#slideshow {
	margin-top: 10px;
	margin-bottom: 10px;
	width:100%;
	height:100%;
	max-width:1152px;
	max-height:440px;
	
}
#slideshow iframe{
	width:100%;	
}
.position {
	width: 1152px;
	margin: auto;
}

/*map*/

#googleMap{
	width:640px;
	height:480px;
}

/*Content*/

#content1 {
	font-family: 'Segoe Ui';
	font-size: 14px;
	width: 100%;
}
#content2 {
	font-family: 'Segoe Ui';
	font-size: 14px;
	float: right;
	width: 35%;
}
#content3 {
	font-family: 'Segoe Ui';
	font-size: 14px;
	float: left;
	width: 50%;
	line-height: 1.5em;
	color:#FFF;
}
#content4 {
	float: right;
	width: 50%;
	margin-top: 10px;
}
#content5 {
	float: right;
	font-family: 'Segoe Ui';
	font-size: 14px;
	width: 50%;
}	

/*Footer*/

#footer {
	margin-top: 25px;
	border-top: #FFB700;
	border-top-width: 5px;
	border-top-style: solid;
	background-color: #800000;
}

/*Footer Menu*/

#footermenu,
#footermenu ul {
	list-style: none;
}
#footermenu {
	float: right;
}
#footermenu > li {
	float: left;
}
#footermenu li a {
	display: block;
	height: auto;
	line-height: 1em;
	padding: 0 .5em;
	color: #FFF;
	text-decoration: none;
	font-family: 'Segoe Ui';
}
#footermenu li a:hover {
	color: #CCC;
	font-size: 14px;
}
#footermenu ul {
	position: absolute;
	display: none;
	z-index: 999;
}
#footermenu ul li a {
	width: 30px;
}
#footermenu li:hover ul {
	display: block;
}