@charset "utf-8";
*{ padding: 0;
margin: 0;
}
#wrapper {
	width: 100%;
	height: auto;
	margin: auto;
}
header {
	width: 100%;
	height: 78px;
	margin: auto;
	box-shadow: 0 1px 3px #FFF;
	-webkit-box-shadow: 0 1px 3px #FFF;
	background-color: #333;
}
header #headerContainer {
	width: 100%;
	max-width: 100%;
	margin: auto;
	padding-top: 10px;
	display: block;
}
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	/*font-size: 16px;
	line-height: 1.4;*/
	color: #5A332A;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}
/* These create the flashes */
@-webkit-keyframes hover {
    0% { background: #bdedfa; }
    100% { background: #063d4c; }
}
@-moz-keyframes hover {
    0% { background: #bdedfa; }
    100% { background: #063d4c; }
}
@-ms-keyframes hover {
    0% { background: #bdedfa; }
    100% { background: #063d4c; }
}
@-o-keyframes hover {
    0% { background: #bdedfa; }
    100% { background: #063d4c; }
}
@keyframes hover {
    0% { background: #bdedfa; }
    100% { background: #063d4c; }
}
/* Again, #content menu is only there to center the menu */
#content {
	text-align: center; 
	width: 100%; 
	height: 100%;}
/* Here you go: This is what you need to get this menu */
ul#darkmenu {
	background: #333;
	padding-top: 27px;
	width: auto;
	float: right;
	list-style: none;
	line-height: 81px;
	margin-left:auto;
	margin-right:auto;
    margin-top: -100px;	/* Well, you don't need this... */	/* ... and this, this just centers the menu. */ 
    font-family: Arial,'Gudea', sans-serif;	   	
}
ul#darkmenu li {
    -webkit-transition: -webkit-box-shadow, background 0.2s linear;
    -moz-transition: -moz-box-shadow, background 0.2s linear;
    -ms-transition: -moz-box-shadow, background 0.2s linear;
    -o-transition: -o-box-shadow, background 0.2s linear;
    transition: box-shadow, background 0.2s linear;
    float: left;
    font-size: 13px; 
}
ul#darkmenu li:first-child {
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-radius: 0px 0px 0px 0px;
}
ul#darkmenu li:last-child {
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
}
ul#darkmenu li:hover {
    -webkit-animation: hover 0.5s 1;
    -moz-animation: hover 0.5s 1;
    -ms-animation: hover 0.5s 1;
    -o-animation: hover 0.5s 1;
    animation: hover 0.5s 1;
    text-shadow: 0px 0px 2px;
	background: #333;
}
ul#darkmenu li:active {
    -webkit-box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 4px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 4px rgba(0,0,0,0.4);
    box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 4px rgba(0,0,0,0.4);
}
ul#darkmenu li a {
    color: #FFF;
    text-decoration: none;
	padding-bottom:33px;
	padding-left:20px;
	padding-right:20px;
	padding-top: 29px;
	border-left: solid 1px #CCC;
	border-left: solid 1px rgba (255,255,255,0.3);
	border-right: solid 0.5px rgba (0,0,0,0.1);
}
ul#darkmenu li:active a { padding: 11px 10px 9px 10px }

img.centerimg {
	display: block;
	margin-left: 0px;
	margin-right: auto;
	margin-bottom: auto;
}
img.leftimg { 
	display: inline;
    margin-left: 0px; 
    margin-right: auto;
	margin-bottom: 0px;
}
/* ~~ this fixed width container surrounds all other elements ~~ */
.container {
	width: 1010px;
	padding-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	/*	background: transparent; */
	background-color: #FFFFFF; /*enable this line and disable bg-volor to get green bg color =============================*/
	-webkit-box-shadow: inset 0px 0px 150px 0px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: inset 0px 0px 150px 0px rgba(0, 0, 0, 0.8);
	box-shadow: inset 0px 0px 150px 0px rgba(0, 0, 0, 0.8);
	border-style: solid;
	border-width: 0px;
	border-color: #0000FF;
	padding: 0px 0px 0px 0px; /*space between photo and container frame */
	margin: 0px auto; /* space between menu and container frame */
}
.contentpage {
	width: 1010px;
	padding: 0px auto;
	margin: 0px 0px 0px 0px;
	background-color: #FFF;
/*	border-style:none
	border-style: solid;
	border-width: 1px;
	border-color: red; */
}
.photo
{
margin: auto;
width:100%; /*use with aee-stype0.css */
/* height:400px; auto height if not set */ 
box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.58);
}
.map
{
clear: both;
margin: 0px auto;
width:1010px;
/*background-color:#008080;
background: transparent;
box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.58);*/
}
.textrounded1 {
	width: 440px;
	color: #6A332A;
	font-size: 20px;
	background-color: #FFFFFF;
	/*	opacity: 0.6; */
	border: 2px solid #0000FF;
	border-radius: 0px;
	text-align: center;
	font-weight: bolder;
	height: 40px;
	line-height: 40px;
	margin: 0px auto;
	padding: 0px o;
	text-shadow: 4px 4px 2px rgba(216, 76, 46, 0.5);
}

/* article areas */
/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
section, footer, aside, nav, article, figure {
	display: block;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6  {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 0px;
	padding-left: 0px; /* adding the padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any box model math. A nested block with side padding can also be used as an alternate method. */
}
h1 {
	font-family: Arial, "Courier New", Times, serif;
	font-size: 23px;
	font-weight: bold;
	color: #903;
}
h2 {
	font-family: Arial, "Courier New", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #00F;
	padding: 10px 0px 10px 17px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
h3 {
	font-family: Arial, "Courier New", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #00F;
	padding: 15px 0px 15px 17px;
}
h4 {
	font-family: Arial, "Courier New", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #00F;
	padding: 10px 0px 0px 4px;
}
h5 {
	font-family: Arial, "Courier New", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #F00;
	padding: 10px 0px 0px 50px;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: 4px solid #FFF;
	float: left;
	margin: 4px 8px 4px 0px;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #603; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #603;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #C30;
}

.sidebar1 {
	float: left;
	width: 1010px;
	padding: 0px;
	background-color: #FFF;
	margin: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
aside p img {
	margin-bottom: 10px;
	margin-right: 10px;
}
.sidebar1 aside p {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
.content_column1 {
	padding: 10px auto;
	width: 1010px; /* max 755px if container width 1040px */
	float: left;
	margin: 0px 0px 0px 0px;
/*	background: transparent; */
}
.content_column2 {
	width: 1010px; /* max 649px if container width 1040px */
	float: right;
	margin: 0px 0px 0px 0px;
/*	background: transparent;*/
}
.sidebar2 {
	float: left;
	width: 1010px;
	padding: 0px;
	background-color: #FFF;
	margin: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.sidebar3 {
	float: left;
	width: 1010px;
	padding: 0px;
	background-color: #FFF;
	margin: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.sidebar4 {
	float: left;
	width: 990px;
	padding: 10px;
	background-color: #FFF;
	margin-left: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}
section {
	width: 1010px;
	background-color: #FFF;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
nav {
	float: right;
	width: 450px;
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
nav ul {
	margin-bottom: 15px;
	list-style-type: none;
	margin-top: 25px;
}
nav ul li {
	float: left;
	text-decoration: none;
	margin-right: auto;

}
nav ul a, nav ul a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	text-decoration: none;
	background: #FFF;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	display: block;
	font-weight: normal;
	font-size: 13px;
	color: #FFF;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: .07em;
}
nav ul a:hover, nav ul a:active, nav ul a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #FFF;
	background-color: #FFF;
}

/* ~~ The footer ~~ */
footer {
	width: 100%;
	background: #333;
	color: #FFF;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
	text-align: center;
	font-weight: normal;
	padding: 10px;
	bottom: 0;
	font-size: 10px;
}
.gradient {
padding: 10px 0;
background: -moz-linear-gradient(top,  rgba(50,185,252,0.18) 0%, rgba(91,175,252,1) 20%, rgba(214,147,251,1) 80%, rgba(255,137,251,0) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(50,185,252,0.18)), color-stop(20%,rgba(91,175,252,1)), color-stop(80%,rgba(214,147,251,1)), color-stop(100%,rgba(255,137,251,0)));
background: -webkit-linear-gradient(top,  rgba(50,185,252,0.18) 0%,rgba(91,175,252,1) 20%,rgba(214,147,251,1) 80%,rgba(255,137,251,0) 100%);
background: -o-linear-gradient(top,  rgba(50,185,252,0.18) 0%,rgba(91,175,252,1) 20%,rgba(214,147,251,1) 80%,rgba(255,137,251,0) 100%);
background: -ms-linear-gradient(top,  rgba(50,185,252,0.18) 0%,rgba(91,175,252,1) 20%,rgba(214,147,251,1) 80%,rgba(255,137,251,0) 100%);
background: linear-gradient(to bottom,  rgba(50,185,252,0.18) 0%,rgba(91,175,252,1) 20%,rgba(214,147,251,1) 80%,rgba(255,137,251,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e32b9fc', endColorstr='#00ff89fb',GradientType=0 );
}

section p {
	font-size: 14px;
	line-height: 1.4;
	font-weight: normal;
	color: #000; /* font color of article ===================================================== */
	padding: 0px 15px 8px 15px;
}
.textfooter {
	text-shadow: 4px 2px 2px rgba(5, 5, 255, 1);
	color: red;
}
.text_blueb {
	color: #00F;
	font-weight:bold;
}
.text_redb {
	color: #F00;
	font-weight:bold;
}
.text_red {
	color: #F00;
	font-weight:normal;
}
.text_brown {
	color: #FFF;
	font-weight: normal;
}
#list3 { }
#list3 ul { list-style-image: url("../images/sqpurple.gif"); color:#000; font-size:16px; margin-left: 30px;}
#list3 ul li { line-height: inherit;}
.BoldRed {
	color: #F00;
	font-weight: bold;
}
#list4 { }
#list4 ul { list-style-image: url("../images/sqblue.png"); color:#000; font-size:16px; margin-left: 30px;}
#list4 ul li { line-height: inherit;}
.BoldBlue {
	color: #00F;
	font-weight: bold;
}
