body {
	margin: 0px;
	font-family: Optima, "Trebuchet MS", Helvetica, Arial, "Helvetica Neue", Geneva, sans-serif;
	background: #0073b6;
}

#Frame {
	width: 100%;
	margin-top: 0px;
	background: #ffffff;
	clear:both;
}

.clear {
	clear: both;
}

a img {
	border-style: none;
	text-decoration: none;
}

.decor_image {
	border: 2px solid #0073b6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 10px;
}

h1 {
	text-align:center;
	margin:5px;
}

a { color: #444444; text-decoration:none; }
a:hover { color: #00a12e; }

#Content {
	clear: both;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border-top: solid 8px #0073b6;
	padding-top: 8px;
	background: url(../graphics/gray-white-gradient.jpg) repeat-x;
}

li {
	list-style-type: decimal;
}

/* @group Header */

#Header {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#Header h1 {
	background: url(../graphics/Enstyro-Logo.jpg) no-repeat left;
	height: 80px;
	width: 350px;
	float: left;
}

h1 span {
	display: none;
}

#Header .contact {
	float: right;
	margin-top: 30px;
	font-weight: bold;
	color: #444444;
	text-align: right;
}

#NavButton {
	position: absolute;
	top: 110px;
	left: 15px;
	width:72px;
	display: none;
	color: #555555;
}

#NavButton:hover, #NavCloseButton:hover {
	cursor: pointer;
	color: #0073b6;
}

.navline {
	height: 2px;
	width: 25px;
	float: left;
	clear: left;
	border-radius:2px;
	-moz-border-radius:2px;
	background: #555555;
}

#NavButton:hover .navline {
	background-color: #0073b6;
}

.navwhite {
	height: 5px;
	width: 25px;
	float: left;
	clear: left;
}

span.text {
	float: right;
	font-size: 0.9em;
	font-weight: bold;
}

/* @end */

/* @group ContentLeft */

#ContentLeft {
	width: 25%;
	padding: 0.5%;
	float: left;
}

.nav {
	width: 100%;
	background-repeat: repeat-y;
}

.nav a {
	float: left;
	clear: left;
	margin-left: 5px;
	padding: 2px;
	margin-top: 5px;
	color: #444444;
	text-decoration: none;
	line-height: 16px;
	margin-bottom: 8px;
	text-align: left;
	font-weight: bold;
}

.nav a:hover {
	color: #00a12e;
	font-weight: bold;
}

.nav a.selected {
	color: #00a12e;
}

.nav a.selected:hover {
	font-weight: bold;
	color: #0073b6;
}

#NavCloseButton {
	display: none;
}

/* @end */

/* @group ContentMain */

#ContentMain {
	width: 72.5%;
	padding: 0.5%;
	color: #333333;
	padding-left: 1%;
	float: left;
}

#ContentMain h2 {
	color: #00a12e;
	font-size: 32px;
	letter-spacing: -1px;
	margin: 10px;
	margin-left: 0px;
	text-align: left;
}

#ContentMain h3 {
	color: #0073b6;
	font-size: 22px;
	letter-spacing: -1px;
	margin: 10px;
	margin-left: 0px;
}

#ContentMain a { color: #00a12e; text-decoration: underline; }
#ContentMain a:hover { color: #0073b6;
	text-decoration: underline;
}

#Slideshow {
	margin: 5px;
	padding: 5px;
	text-align: center;
}

#Slideshow .decor_image {
	border: 2px solid #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px;
}

.slidecontent {
	font-style: italic;
	letter-spacing: 1px;
	text-indent: 0;
	text-align: justify;
}

.slidecontent img {
	width: 99%;
	margin: 0.5%;
}

#ContentMain p {
	margin-bottom: 10px;
}
/* @end */

#FooterWrap {
	width: 100%;
	background: #0073b6;
}

#Footer {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	color: #ffffff;
	font-size: 14px;
	line-height: 18px;
	margin-top: 10px;
	font-weight: bold;
}

#Footer .logo-c {
	float: right;
	margin-top: -40px;
}

.footerleft {
	float: left;
	width: 40%;
}

.footerright {
	text-align: right;
	float: right;
	margin-right: 2%;
	width: 40%;
}

#Footer a {
	color: #ffffff;
	text-decoration: none;
}

#Footer a:hover {
	text-decoration: underline;
}

/*Responsive Styles*/

@media screen and (min-width : 631px) {
	#ContentLeft {
		display: block;
	}
}

@media screen and (max-width : 900px) {
	#Header, #Content, #Footer {
		width: 100%;
	}
}

@media screen and (max-width : 630px) {
	#ContentLeft {
		display: none;
		width: 99%;
		padding: 0.5%;
		padding-left: 0.5%;
	}
	.nav a {
		margin-left: 30px;
	}
	.nav a br {
		display: none;
	}
	#NavCloseButton {
		display: block;
	}
	#ContentMain {
		width: 99%;
		padding: 0.5%;
		padding-left: 0.5%;
	}
	#Header {
		text-align: center;
	}
	#Header h1 {
		height: 80px;
		width: 100%;
		float: left;
		background-position: center;
	}
	#Header .contact {
		width: 90%;
		margin-top: 5px;
		margin-bottom: 8px;
		clear: both;
		text-align:center;
	}
	#NavButton {
		display: block;
	}
}