body, nav, nav ul, nav li, nav a {
	margin: 0;
	padding: 0;
}
body {
	/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
	font-family: Calibri, Arial, Helvetica, sans-serif;
	background-color: #E7E9EB;
	background-image: url(../images/layout/pagebg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: bottom;
	max-width: 100%;
}
figure {
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
	font-style: italic;
}
noscript {
	color: #900;
	background-color: #FF9;
	margin-top: 3em;
	margin-right: 10%;
	margin-bottom: 3em;
	margin-left: 10%;
	display: block;
	padding: 1.5em;
	border-radius: 0.5em;
	box-shadow: 0em 0em 0.5em 0.1em #000;
}
a {
	text-decoration: underline;
	color: #032945;
}
p {
	margin-top: 0em;
	margin-bottom: 1.5em;
	line-height: 1.3em;
}
#contentcontainer {
	max-width: 980px;
	box-shadow: 0em 0em 1em 0.1em #414B56;
	background-color: #FFF;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	clear: both;
	margin-top: 1em;
	opacity: 0.85;/*filter:alpha(opacity=85);  For IE8 and earlier */
}
header, nav {
	text-align: left;
	background-color: #FFF;
	color: #000;
}
header {
	padding: 1em;
}
nav {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #032945;
	font-family: Arial, Helvetica, sans-serif;
}
#slogan {
	background-image: url(../images/layout/sloganbackground.png);
	background-repeat: repeat-x;
}
#slogan img {
	margin: 30px;
}
#subnavcontent {
	padding: 10px;
}
#leftgutter, #maincontent, #rightgutter {
	float: left;
	padding: 0.5em;
}
#leftgutter, #rightgutter {
	width: 170px;
	font-size: 0.8em;
}
#maincontent {
	width: 570px;
}
.breakoutright {
	float: right;
	margin-bottom: 1em;
	margin-left: 2em;
	max-width: 50%
}
.breakoutright img {
	max-width: 100%;
}
#rightgutter {
	float: right;
}
#searchbar {
	float: right;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	color: #2A4764;
}
#leftgutter h1, #rightgutter h1 {
	font-size: 1.2em;
	color: #008000;
}
#leftgutter a, #rightgutter a {
	color: #008000;
}
.gutterlist {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(../images/icons/gutterlistbullet.png);
	padding: 0;
	margin-left: 17px;
}

.documentlist {
	list-style-type: none;
}
.documentlist li {
	margin-bottom: 1em;
	margin-top: 1em;
}
.documentlist li img {
	float: left;
	vertical-align: bottom;
	margin-right: 0.5em;
}


#pagetitle {
	font-size: 110%;
}
.bigletterpara {
	line-height: 2.5em;
}
.bigletter {
	font-size: 1.5em;
	background-color: #2A4764;
	color: #FFF;
	width: 2em;
	padding: 0.5em;
	font-family: "Lucida Console", Monaco, monospace;
}
.scrollup {
	width:40px;
	height:40px;
	text-indent:-9999px;
	opacity:0.3;
	position:fixed;
	bottom:10px;
	right:10px;
	display:none;
	background-image: url(../images/icons/icon_top.png);
	background-repeat: no-repeat;
}
footer {
	clear: both;
	padding: 0.5em;
	color: #333;
	font-size: 0.8em;
	text-align: right;
}
footer a {
	text-decoration: none;
}
footer ul {
	display: inline;
	list-style-type: none;
}
footer ul li {
	display: inline;
	margin: 1em;
}
.togglemenu {
	display:  none;
	color: #fff;
	background-color: #032945;
	padding: 0.5em;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
}
.nav {
	list-style: none;
 *zoom: 1;
	background-color: #032945;
	font-weight: bold;
}
.nav:before, .nav:after {
	content: " ";
	display: table;
}
.nav:after {
	clear: both;
}
.nav ul {
	list-style: none;
	white-space: nowrap;
	width: auto;
}
.nav a {
	color:#fff;
	padding-top: 0.8em;
	padding-right: 2em;
	padding-bottom: 0.8em;
	padding-left: 2em;
	text-decoration: none;
}
.nav a:hover {
	color: #000;
	background-color: #FFF;
}
.nav li {
	position: relative;
}
.nav > li {
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #032945;
}
.nav > li > .parent {
	background-image: url("../images/icons/downArrow.png");
	background-repeat: no-repeat;
	background-position: right;
}
.nav > li > a {
	display: block;
}
.nav li ul {
	position: absolute;
	left: -9999px;
	box-shadow: 3px 3px 5px 1px #333;
	opacity: 0.95;
	/*filter:alpha(opacity=95);  For IE8 and earlier */
	margin-left: 0.25em;
}
.nav > li.hover > ul {
	left: 0;
}
.nav li li.hover ul {
	left: 100%;
	top: 0;
}
.nav li li a {
	display: block;
	position: relative;
	z-index:100;
	border-top: 1px solid #032945;
	background-color: #054B7E;
}
.nav li li li a {
	z-index:200;
	border-top: 1px solid #032945;
	background-color: #0668B0;
}
.vidthumbs {
	padding: 3px;
	position: relative;
	margin-bottom: 2em;
}
.vidthumbs img {
	margin-right: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.vidthumbs ul {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}
.vidthumbs li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}


/*MOBILE STYLES*/
@media screen and (max-width: 768px) {
body {
	background-color: #FFFFFF;
}
#contentcontainer {
	max-width: 100%;
	border-radius: 0;
	box-shadow: none;
	background-color: #FFF;
	margin: 0;
}
#leftgutter, #rightgutter, #maincontent {
	width: 100%;
	max-width: 100%;
	float: left;
}
#slogan {
	display: none;
}
.active {
	display: block;
}
.nav > li {
	float: none;
}
.nav li ul {
	box-shadow: none;
}
.nav > li > .parent {
	background-position: 95% 50%;
}
.nav li li .parent {
	background-image: url("../images/icons/downArrow.png");
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
.nav ul {
	display: block;
	width: 100%;
}
.nav > li.hover > ul, .nav li li.hover ul {
	position: static;
}
}
#maincontentbody ul {
	margin-left: 1em;
}
#maincontentbody ul li {
	margin-bottom: 0.5em;
}
.experiencelist ul {
	list-style-type: none;
	margin-left: 0em;
	padding-left: 0em;
}
.experiencelist ul li {
	margin-bottom: 0.1em;
	margin-left: 0em;
	padding-left: 0em;
}
.experiencelist h2 {
	margin-top: 1em;
	margin-bottom: 0.25em;
}
.halfwidth {
	width: 47%;
	margin-right: 1%;
	float: left;
}
.centered {
	text-align: center;
}
}
.usermessage {
	font-weight: bold;
	color: #F00;
}
