/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

header {
	width: 100%;
	height: 237px;
	background: #FFFFFF url(images/header_bg.gif) center top repeat-x;
}
.gal-item-active {
	float: left;
	margin-bottom: 15px;
}
.content .gal-item-active a img {
	float: left;
	margin-right: 15px;
	margin-left: 0px;
}



#logo {
	position: absolute;
	left: 0px;
	top: 90px;
	width: 140px;
	height: 140px;
	background: url(images/logo.gif) no-repeat left top;
	z-index: 200;
}

#logo h2 {
	display: none;
}
		
#logo a {
	top: 0px;
	left: 0px;
	width: 140px;
	height: 140px;
	position: absolute;
}

.zoekform {
	float: right;
	width: 400px;
	color: #FFF;
	height: 39px;
	font-size: 1.1em;
}

#ajaxSearch_form, #ajaxSearch_input, #ajaxSearch_submit, #ajaxSearch_form label {
	display: inline;
}

form#ajaxSearch_form, #ajaxSearch_form fieldset {
	margin-bottom: 0;
}

input[type="submit"]#ajaxSearch_submit, input[type="reset"]#ajaxSearch_submit, input[type="button"]#ajaxSearch_submit, input[type="submit"]#mapsearch_submit {
	background: #f85e00; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,106,0,1) 0%, rgba(238,76,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,106,0,1)), color-stop(100%,rgba(238,76,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,106,0,1) 0%,rgba(238,76,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,106,0,1) 0%,rgba(238,76,0,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,106,0,1) 0%,rgba(238,76,0,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,106,0,1) 0%,rgba(238,76,0,1) 100%); /* W3C */
	border: 0px solid #aaa;
	border-top: 0px solid #ccc;
	border-left: 0px solid #ccc;
	padding: 4px 10px 3px 10px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	color: #FFF;
	display: inline-block;
	font-size: 0.85em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	/*text-shadow: 0 1px rgba(255, 255, 255, .75);*/
	cursor: pointer;
	margin-bottom: 0px;
	margin-left: 5px;
	line-height: 21px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
}

input[type="text"]#ajaxSearch_input, input[type="password"]#ajaxSearch_input, input[type="email"]#ajaxSearch_input {
	border: 0px solid #ccc;
	padding: 4px 4px;
	outline: none;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 1.0em;
	color: #000;
	margin: 0;
	width: 180px;
	margin-bottom: 0px;
	background: #fff;
}

.introtext {
	position: absolute;
	left: 160px;
	top: 100px;
	width: 380px;
	font-size: 1.0em;
}

.introtext h1, .introtext h2, .introtext h3, .introtext h4, .introtext h5, .introtext h6 {
	color: #005ea4;
	text-transform: none;
}

.action {
	position: absolute;
	left: 560px;
	top: 95px;
	width: 165px;
	font-size: 1em;
	text-align: center;
}

.campaign-banner {
	position: absolute;
	left: 160px;
	top: 95px;
	right: 0;
	font-size: 1em;
	text-align: center;
}
.ebook-box {
	position: absolute;
	left: 560px;
	top: 95px;
	width: 165px;
	font-size: 1em;
	text-align: center;
	padding: 3px;
}
.kic-box {
	position: absolute;
	left: 765px;
	top: 95px;
	font-size: 1em;
	text-align: center;
	padding: 3px;
}


.login {
	position: absolute;
	right: 0;
	top: 110px;
	width: 220px;
}
.login .loginMessage{
	position:absolute;
	right:0;
	top:-25px;
	width:600px;
	text-align:right;
	color:red;
	font-size:11px;
}
form#login_form, #login_form fieldset {
	margin-bottom: 0;
}

#login_form input[type="submit"], #login_form input[type="reset"], #login_form input[type="button"] {
	background: #005ea4; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,113,184,1) 0%, rgba(0,70,114,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,113,184,1)), color-stop(100%,rgba(0,70,114,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,113,184,1) 0%,rgba(0,70,114,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,113,184,1) 0%,rgba(0,70,114,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(0,113,184,1) 0%,rgba(0,70,114,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(0,113,184,1) 0%,rgba(0,70,114,1) 100%); /* W3C */
	border: 0px solid #aaa;
	border-top: 0px solid #ccc;
	border-left: 0px solid #ccc;
	padding: 4px 4px 3px 4px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	color: #FFF;
	display: inline-block;
	font-size: 0.85em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	/*text-shadow: 0 1px rgba(255, 255, 255, .75);*/
	cursor: pointer;
	width: 154px;
	margin-bottom: 5px;
	line-height: 21px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
}

#login_form input[type="text"], #login_form input[type="password"], #login_form input[type="email"] {
	border: 1px solid #ccc;
	padding: 3px 4px;
	outline: none;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 1.0em;
	color: #000;
	margin: 0;
	width: 145px;
	margin-bottom: 5px;
	background: #fff;
}


/**
* Topmenu
*/

nav {
	position: absolute;
	left: 0px;
	top: 50px;
	font-size: 1.2em;
}

nav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

nav li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
	zoom: 1; /* IE hack to trigger hasLayout */
	*display: inline; /* IE hack to achieve inline-block behavior */
}

nav li a, nav li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 15px 12px 15px;
}

nav li a:hover, nav li a:focus {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background: url(images/bullet_topmenu.gif) center bottom no-repeat;
	padding: 0px 15px 12px 15px;
}

nav li.active a, nav li.active a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background: url(images/bullet_topmenu.gif) center bottom no-repeat;
	padding: 0px 20px 12px 20px;
}


/**
* Subheader
*/

.subheader {
	background: #FFFFFF url(images/subheader_bg.gif) center top repeat-x;
	padding: 20px 0px;
}


/**
* Content
*/

.content {
	background: #f2f7fb url(images/content_bg.gif) center top repeat-x;
	padding: 20px 0px 30px 0px;
}

.content ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.content li {
	list-style-type: none;
	margin: 0px 0px 1px 0px;
	padding: 0px 0px 0px 15px;
	display: block;
	background: url(images/bullet_content.gif) left 4px no-repeat;
}

.content ul ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a.button {
	background: #f85e00; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,106,0,1) 0%, rgba(238,76,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,106,0,1)), color-stop(100%,rgba(238,76,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,106,0,1) 0%,rgba(238,76,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,106,0,1) 0%,rgba(238,76,0,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,106,0,1) 0%,rgba(238,76,0,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,106,0,1) 0%,rgba(238,76,0,1) 100%); /* W3C */
	border: 0px solid #aaa;
	border-top: 0px solid #ccc;
	border-left: 0px solid #ccc;
	padding: 3px 18px 2px 18px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	color: #FFF;
	display: inline-block;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	/*text-shadow: 0 1px rgba(255, 255, 255, .75);*/
	cursor: pointer;
	margin-bottom: 0px;
	line-height: 1.7em;
	font-family: Arial, Tahoma, Verdana, sans-serif;
}

a.button:hover, a.button:active {
	color: #FFF;
	background: #f85e00; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,106,0,1) 0%, rgba(238,76,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,106,0,1)), color-stop(100%,rgba(238,76,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,106,0,1) 0%,rgba(238,76,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,106,0,1) 0%,rgba(238,76,0,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,106,0,1) 0%,rgba(238,76,0,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,106,0,1) 0%,rgba(238,76,0,1) 100%); /* W3C */
	border: 0px solid #888;
	border-top: 0px solid #aaa;
	border-left: 0px solid #aaa;
	text-decoration: underline;
}

.blue {
	background: #eef6fc; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(235,245,251,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(235,245,251,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(235,245,251,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(235,245,251,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(235,245,251,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(235,245,251,1) 100%); /* W3C */
	border: #FFFFFF 3px solid;
	padding: 15px 15px;
	margin-bottom: 20px;
}

.darkblue {
	background: #006ab5; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,121,201,1) 0%, rgba(0,93,162,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,121,201,1)), color-stop(100%,rgba(0,93,162,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,121,201,1) 0%,rgba(0,93,162,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,121,201,1) 0%,rgba(0,93,162,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(0,121,201,1) 0%,rgba(0,93,162,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(0,121,201,1) 0%,rgba(0,93,162,1) 100%); /* W3C */
	border: #FFFFFF 3px solid;
	padding: 10px 15px 5px 15px;
	margin-bottom: 20px;
}

.darkblue h1, .darkblue h2, .darkblue h3, .darkblue h4, .darkblue h5, .darkblue h6, .darkblue a {
	color: #FFFFFF;
	font-size: 1.1em;
	margin-bottom: 5px;
}

.darkblue a.button {
	background: #f85e00; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,106,0,1) 0%, rgba(238,76,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,106,0,1)), color-stop(100%,rgba(238,76,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,106,0,1) 0%,rgba(238,76,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,106,0,1) 0%,rgba(238,76,0,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,106,0,1) 0%,rgba(238,76,0,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,106,0,1) 0%,rgba(238,76,0,1) 100%); /* W3C */
	border: 0px solid #aaa;
	border-top: 0px solid #ccc;
	border-left: 0px solid #ccc;
	padding: 3px 18px 2px 18px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	color: #FFF;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	/*text-shadow: 0 1px rgba(255, 255, 255, .75);*/
	cursor: pointer;
	margin-bottom: 8px;
	line-height: 1.7em;
	font-family: Arial, Tahoma, Verdana, sans-serif;
}

.darkblue a.button:hover, .darkblue a.button:active {
	color: #FFF;
	background: #f85e00; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,106,0,1) 0%, rgba(238,76,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,106,0,1)), color-stop(100%,rgba(238,76,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,106,0,1) 0%,rgba(238,76,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,106,0,1) 0%,rgba(238,76,0,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,106,0,1) 0%,rgba(238,76,0,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,106,0,1) 0%,rgba(238,76,0,1) 100%); /* W3C */
	border: 0px solid #888;
	border-top: 0px solid #aaa;
	border-left: 0px solid #aaa;
	text-decoration: underline;
}

.orange {
	color: #FFFFFF;
	background: #ff6a00; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,107,1,1) 0%, rgba(238,74,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,107,1,1)), color-stop(100%,rgba(238,74,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,107,1,1) 0%,rgba(238,74,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,107,1,1) 0%,rgba(238,74,0,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,107,1,1) 0%,rgba(238,74,0,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,107,1,1) 0%,rgba(238,74,0,1) 100%); /* W3C */
	border: #FFFFFF 10px solid;
	padding: 10px 15px;
	margin-bottom: 20px;
}

.orange h1, .orange h2, .orange h3, .orange h4, .orange h5, .orange h6, .orange a {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: none;
}

.orange hr {
	color: #FFFFFF;
	height: 1px;
	background: #FFFFFF;
	border: none;
	margin-bottom: 15px;
	margin-top: 20px;
	clear: both;
}

.white {
	background: #FFFFFF;
	padding: 10px;
	margin-bottom: 20px;
}

.blanc {
	background: none;
	padding: 10px 0px;
	margin-bottom: 20px;
	font-size: 110%;
}

.blanc h1, .blanc h2, .blanc h3, .blanc h4, .blanc h5, .blanc h6 {
	color: #0072ba;
}

.blanc h2, .blanc h3, .blanc h4, .blanc h5, .blanc h6 {
	margin-top: 30px;
}

.newsoverview .blanc h2, .newsoverview .blanc h3, .newsoverview .blanc h4, .newsoverview .blanc h5, .newsoverview .blanc h6 {
	margin-top: 0px;
}

.date {
	font-style: italic;
}

.content img {
	float: right;
	border: #FFFFFF 3px solid;
	margin-left: 15px;
	-moz-box-shadow: 2px 2px 3px #c8c8c8;
	-webkit-box-shadow: 2px 2px 3px #c8c8c8;
	box-shadow: 2px 2px 3px #c8c8c8;
	text-shadow: none;
}
.content img.pageHeader {
	float: right;
	border: none;
	margin-left: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}


.content .white img {
	float: none;
	border: #FFFFFF 0px solid;
	margin-left: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

.calendartable th {
	color: #0072ba;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
	border-bottom: #7fb8dc 1px solid;
	padding: 0px 10px 5px 0px;
	text-align: left;
	vertical-align: top;
}

.calendartable td {
	border-bottom: #c2dcee 1px solid;
	padding: 5px 10px 5px 0px;
	text-align: left;
	vertical-align: top;
}

.pagination {
	text-align: center;
	margin-top: 15px;
}
/*Editted By Haneefa on 26-04-2012 to use ModX pagination*/
.pagination li{
	background:none;
	display:inline;
	margin:0 0px;
}

.ditto_page, .ditto_currentpage {
	margin: 0px 8px 0px 8px;
}

.pagination li a.active{
	text-decoration:none;
	color:black;
	cursor:default;	
}
/*To remove text decoration on site map page*/
.site-map ul li a{
	text-decoration:none !important;
}

/*Edited by Haneefa End*/

.rss {
	float: right;
	width: 100px;
	text-align: right;
}

.rss img {
	float: right;
	border: #FFFFFF 0px solid;
	margin-left: 5px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

.rss a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.rss a:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

#map_canvas {
    height: 680px;
    margin: 0;
    padding: 0;
    width: 680px;
}

.error {
	color: #FF0000;
}


/**
* Submenu
*/

.submenu {
	background: #FFF;
	text-align: left;
	color: #FFFFFF;
	padding: 10px;
}

.submenu h1, .submenu h2, .submenu h3, .submenu h4, .submenu h5, .submenu h6 {
	color: #ee4a00;
	margin: 0px 15px 5px 15px;
}

.submenucontent {
	font-size: 1.1em;
}

.submenu ul {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	background: #ff6a00; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,107,1,1) 0%, rgba(238,74,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,107,1,1)), color-stop(100%,rgba(238,74,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,107,1,1) 0%,rgba(238,74,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,107,1,1) 0%,rgba(238,74,0,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,107,1,1) 0%,rgba(238,74,0,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,107,1,1) 0%,rgba(238,74,0,1) 100%); /* W3C */
}

.submenu li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	border-top: #f77933 1px solid;
	background: none;
}

.submenu li a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 3px 15px;
}

.submenu li li a {
	color: #FFFFFF;
	font-weight: normal;
	display: block;
	padding: 3px 30px;
	font-style: italic;
}

.submenu li a:hover {
	color: #FFFFFF;
	background: url(images/bullet_submenu.gif) left 4px no-repeat;
}

.submenu .active, .submenu .active a, .submenu .active a:hover {
	color: #FFFFFF;
	background: url(images/bullet_submenu.gif) left 4px no-repeat;
}

.submenu .active li a {
	color: #FFFFFF;
	background: none;
}

.submenu ul ul, .submenu ul ul ul {
	background: none;
	padding: 0px;
}


/**
* Footer
*/

.footer {
	font-size: 0.85em;
	padding: 10px 0px 40px 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	background: #0079cb url(images/footer_bg.gif) center top repeat-x;
}

.footer li{
	background: none;
}

.footer .left {
	text-align: left;
	float: left;
}

.footer .right {
	text-align: right;
	float: right;
}

.footer .left ul, .footer .right ul {
	margin: 0;
	padding: 5px 0px 0px 0px;
}

.footer .left ul li, .footer .right ul li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 23px 0px 20px;
	display: inline;
	border-right: #FFFFFF 1px solid;
}

.footer .left li.first, .footer .right li.first {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 23px 0px 0px;
	display: inline;
	border-right: #FFFFFF 1px solid;
}

.footer .left li.last, .footer .right li.last {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	display: inline;
	border-right: #FFFFFF 0px solid;
}

.footer .left a, .footer .right a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

.footer .left a:hover, .footer .right a:hover {
	text-decoration: underline;
}


/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
	
		
		
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) { }

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
		
		
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) { }

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		
		
		
	}
