#skiptomain { display: none; }

#nav { background:#e1e0dc url(/../images/bodyback.png); box-shadow:0px 2px 4px rgba(0,0,0,0.1); float:left; width:100%; position:fixed; z-index:9; }
#nav ul, #nav li { display:inline-block; margin:0; padding:0; }
#nav a { display:block; padding:.9em 1.5em; font-size:1em; font-family:'Oswald'; font-weight:300; color:#000; }
#nav a:hover {  color:#ed1518; }
#nav a.active, #nav a.active:hover { background:#fff; color:#000; }
#nav a.button { color:#fff; padding:.6em .75em; }
		
#wrapper
	{
	width: 100%;
	position: relative;
	text-align: left;
	background: #FFFFFF;
	}

#headcontainer
	{
	width: 100%;
	min-height: 90px;
	background: #FFFFFF;
	}

header,
header a,
header a:visited
	{
	max-width: 1200px;	/*	1040px	/ 90% */
	clear: both;
	font-size: 0.8125em; /* 13 / 16 */
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	/*	font-family: 'Sorts Mill Goudy', serif;	*/
	font-family: 'Arial';
	color: #000099;
	text-align: center;
	text-decoration:none;
	}

header a:hover
	{
	color: #000066;
	text-decoration:underline;
	}

.twitter-share-button { margin-top:.5em; }

#maincontentcontainer
	{
	width: 100%;
	min-height: 400px;
	background: rgba(128, 128, 128, 0.10);
	padding: 0 0 0 0;
	}

.maincontent
	{
	max-width: 1200px; /* 1040px / 90% / 13 / 92.3em */
	min-height: 400px;
	clear: both;
	font-size: 16; /* 13 / 16 / 0.8125em*/
	margin: 0 auto;
	padding: 0 0 0 0;
	color: #666666;
	/*	background: rgba(255, 255, 255, 0.80);	*/
	line-height: 1.5em;
	position: relative;
	}

.maincontent a,
.maincontent a:visited
	{
	color:#333333;
	text-decoration:none;
	}
.maincontent a:hover
	{
	color:#999999;
	text-decoration:underline;
	}

#footercontainer
	{
	width: 100%;
	min-height: 175px;
	background: #FFFFFF;
	background-position: center top;
	background-repeat: no-repeat;
	}

footer,
footer a,
footer a:visited
	{
	max-width: 1200px;
	/*	max-height: 95px;	*/
	font-family: 'Arial', serif;
	color: #FFFFFF;
	clear: both;
	line-height: 22px;
	font-size: 14;
	margin: 0 auto;
	color: #999999;
	text-decoration:none;
	}

footer a:hover
	{
	color: #666666;
	text-decoration:underline;
	}

footer strong
	{
	font-size: 1.077em;
	color: #000066;
	}


/*	footer a:link, footer a:visited { color: #4698CB; text-decoration: none; }	*/

/*	footer a:hover { color: #FFFFFF; text-decoration: underline; }				*/

/*	footer a:link.button {text-decoration: none;}								*/

ul.pagefooterlist, ul.pagefooterlist../images
	{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

ul.pagefooterlist li, ul.pagefooterlist../images li
	{
	clear: left;
	margin: 0px;
	padding: 0px 0px 3px 0px;
	display: block;
	line-height: 1.5em;
	font-weight: normal;
	background: none;
	}

ul.pagefooterlist../images li
	{
	height: 70px;
	}


ul.pagefooterlist../images li img
	{
	padding: 5px 5px 5px 0px;
	vertical-align: middle;
	opacity: 0.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha( opacity  = 75);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

ul.pagefooterlist../images li a
	{
	text-decoration: none;
	}

ul.pagefooterlist../images li a:hover img
	{
	opacity: 1.0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha( opacity  = 100);
	}

