html, body {
	background-color: #a3b681;
} 
h1 {
	font-size: 1.5em;
	font-weight: bold;
	padding: 10px 0;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px 0;
	color: #779446;

}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 20px 0 3px;
	color: #779446;	
}
p {
	padding: 5px 0;
}
em {
	font-style: italic;
}
ul {
	list-style-type: circle;
	list-style-position: inside;
	padding: 5px 0;
}
ul li {
	padding: 2px 2px 2px 20px;
}




form {
	padding: 2px;
}


.headWrapper {    
	background-color: #1D5C42;
	width: 100%;
}

.head {
	position: relative;
	text-align: left;
	min-height: 100px;		
	width: 1024px;
	padding: 6px 0px 6px;
	margin: 0px auto;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
	
}

.head .logo {
	position: absolute;
	top: 20px;
	left: 20px;
}

.head h1 {
	color: #FFFFFF;
	font-size: 22pt;	
}
.head h1 a {
	color: #FFFFFF;
	text-decoration: none;	
}

.head .currentUser {
	float: right;
	width: 400px;
	text-align: right;
	color: white;
	margin: 5px 10px 0 0;
	font-size: 12px;
	font-weight: bold;
}
.head .currentUser a {
	color: #D2D2D2;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.head .currentUser a:hover {
	text-decoration: underline;
}
.head .currentUser:after {
	clear: both;
}

.head div.headerNotification {
	margin-left: 290px; margin-right: 300px;
}

.head div.headerInfo {
	position: absolute;
	top: 15px;
	right: 10px;
	color: #fff;
	min-width: 150px;
}
.head div.headerInfo span {
	font-size: 12px;
}
.head div.headerInfo a{
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.head div.headerInfo h1 a {
	font-size: 14pt;
	font-weight: bold;
}


.head div.headerInfo .headerInfo10Yrs {
	display: inline-block;
	width: 90px;
	vertical-align: top;
}


.pageWrapper {
	width: 1024px;
	padding: 0px 0px 84px;
	margin: 0px auto;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
    
    
	/* width: 95%; 
	max-width: 1150px;
	margin: 10px auto; */
}

.pageWrapper .headNavagation {
	margin: 0px;
	padding: 7px 12px 0px;
	font-size: 100%;
	min-height: 21px;
	text-transform: uppercase;
}
.pageWrapper .headNavagation ul.menu {
    margin-left: 10px;
    list-style: none;	
    padding: 0;
}
.pageWrapper .headNavagation ul.menu li {
	display: inline;
    margin: 0px 5px;
    padding: 2px 2px 0 0;	
}

.pageWrapper .headNavagation ul.menu li a{
    text-decoration: none;
    color: #1D5C42;
    font-weight: normal;
    outline: none;
    /* overflow: hidden; */
    padding: 6px 8px 5px 8px;
    -moz-border-radius-topleft:10px; /* FF1+ */
    -webkit-border-top-left-radius:10px; /* Saf3+, Chrome */
    -moz-border-radius-topright:10px; /* FF1+ */
    -webkit-border-top-right-radius:10px; /* Saf3+, Chrome */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: inline-block;
    min-height: 15px;
}

.pageWrapper .headNavagation ul.menu li a:hover{
    color: #E05206;
    background-color: #fff;
}

.pageWrapper .headNavagation ul.menu li.current a{
    color: #E05206;
    background-color: white;
    -moz-box-shadow: 1px -1px 1px #cccccc;
    -webkit-box-shadow: 1px -1px 1px #cccccc;
    box-shadow: 1px -1px 1px #cccccc;
}

.pageWrapper .headNavagation ul.menu li.current a:hover{
    color: #761e20;
    background-color: white;
}

.body {
	padding: 10px 12px;
	color: #555;
	font-size: 14pt;
	background: #fff;
	min-height: 511px;
}

.body a, .head a  {
	color: #E05206;
	text-decoration: none;
}

.body a:hover, .head a:hover {
	color: #F0804C;
}

.body .sideContent2Col {
	/* width: 18%; */
	min-width: 160px;
	float: left;
	padding: 5px 12px 5px 0px;
}


.body .mainContent2Col {
	width: 78%;
	float: left;
	padding: 5px;
}

.body .content2ColLeft {
	width: 47%;
	float: left;
	padding: 5px;
}


.body .content2ColRight {
	width: 47%;
	float: left;
	padding: 5px;
}
.body .sideContent2Col ul {
	list-style-type: none;
}
.body .sideContent2Col li {
	max-width: 150px; 
	word-wrap: break-word;
	padding: 3px 0px;
}
.body .sideContent2Col li a {
	display: block;
	width: 150px;
	text-decoration: none;
	line-height: 1.5em;
	color: #1D5C42;
	font-size: 0.83em;
	background-color: #eaeee0;
	padding: 1px 2px; 
	border: 1px solid #a3b681;
	border-radius: 0px 5px 5px 5px;
}
.body .sideContent2Col li a:hover {
	color: white;
	background-color: #1D5C42;	
}
.body .sideContent2Col ul.links li.current a {
	color: white;
	background-color: #f0804c;
	border: 1px solid #E05206;
}
.body .sideContent2Col ul.links ul.links li a {
	width: 140px;
}

.body .sideContent2Col h2 {
	max-width: 160px;
}

.body .mainContent2Col ul {
	list-style: none;
	/*
	list-style-type: circle;
	list-style-position: inside; */
	/* padding: 5px 0; */
}
.body .mainContent2Col ul li::before {
	padding: 2px 2px 2px 2px;
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #E05206; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */ 
	width: 1em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.body .mainContent2Col ul.plainlist {
	list-style-type: none;
}
.body .mainContent2Col ul.plainlist li, .body .mainContent2Col ol.plainlist li  {
	word-wrap: break-word;
	padding: 3px 0px;
}

.body .mainContent2Col ul.plainlist li::before {
	padding: 0px;
	content: "";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	display: none; /* Needed to add space between the bullet and the text */ 
	width: 0em; 
	margin-left: 0em; 
}


.body .bodyNavigation ul li {
	display: inline-block;
	padding: 0;
}
.body .bodyNavigation ul li a {
	-moz-border-radius:4px; /* FF1+ */
	-webkit-border-radius:4px; /* Saf3+, Chrome */
	border-bottom-radius: 4px;
 	/* background: #E1DBD6; */
	background: #779446;
	color: #ffffff;	
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.75em;
	padding: 6px 10px;
}
.body .bodyNavigation ul li a.current {
 	background-color: #f0804c;
	color: #ffffff;	
}
.body .bodyNavigation ul li a:hover {
 	background-color: #1D5C42;
	color: #ffffff;	

}
table { empty-cells: show; }

table.data {
        width: 100%;
        margin: 5px auto;
        /* border-collapse:collapse; */
        border-spacing: 0px;

	border: 1px solid #dddddd;
	    
        -moz-box-shadow: 2px 2px 5px #cccccc;
        -webkit-box-shadow: 2px 2px 5px #cccccc;
        box-shadow: 2px 2px 5px #cccccc;

        margin-bottom: 5px;
	/* display: block;
	 overflow: scroll; */
}

table.data th {
        background: #e1dbd6;
        color: #F0804C;
        text-align: left;
        padding: 3px;
}

table.data tr td {
        padding: 3px;
        margin: 0px;
        font-size: 100%;
        border-bottom: 1px solid #f0804c!important;
}

table.data tr.noseparatorline td {
        padding: 3px;
        margin: 0px;
        font-size: 100%;
        border-bottom: 1px solid transparent;
}

table.data table.data th {
        background: #f6f6f6;
        color: #779446;
        text-align: left;
        padding: 3px;   
}

table.data tr:last-child td {
        border-bottom: none;
}

table.data tr {
        background: white;
}


table.data a {
        text-decoration: none;
        /* color: #3584AA; */
        font-weight: normal;
        text-align: right;
}

table.data a:hover {
        color: #f0804c;
}

table.data td.actionLinks {
        text-align: center;
		vertical-align: middle;
}

table.data td.actionLinks a {
        -moz-border-radius: 4px; /* FF1+ */
        -webkit-border-radius: 4px; /* Saf3-4 */
        border-radius: 4px;
        padding: 3px;
        width: 160px;
        border: 2px solid #808080;
        border-top: 2px solid white;
        border-left: 2px solid white;
        color: #FFF;
        display: block;
        background-color: #595959;
        margin: 0px auto 3px;
        text-align: center;

}

table.data td.actionLinks a:hover {
        background-color: #808080;
}

table.data td.smallLink a {
        width: 50px;
}

table.data td img {
    vertical-align: middle;
}

table.smaller {
	font-size: 0.7em;
}
table.smaller th {
	font-size: 0.7em;
	min-width: 40px;
}	
table.smaller tr td {
	font-size: 0.7em;
}
table.smaller tr td a {
	font-size: 1em;
}	

.body .newLink {
	text-align: right;
	padding: 10px;
	float: right;
}
.body .newLink a {
	background-color: #779446;
	-webkit-border-radius: 4px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
	-moz-border-radius: 4px; /* FF1-3.6 */
	border-radius: 4px;
	color: #fff;
	padding: 6px 8px;
	text-decoration: none;
	font-size: 0.75em;
	text-transform: uppercase;
}
.body .newLink a:hover {
	background-color: #1D5C42;
}

.body #Map {
	position: relative;
	width: 100%;
	height: 400px;
	/* border: 1px solid #a3b681; */
}

#mapOverlay {
	position: absolute;
	z-index: 1000;
	right: 5px;
	top: 5px;
	max-width: 180px;
	max-height: 50px;
	background: #666666;
	color: #ffffff;
	text-shadow: 2px 2px #000000;
	font-weight: bold;
	opacity: 0.8;
}

.body #mapTimes {
	float: left;
	text-align: right;
}
#mapFromDate, #mapToDate {
	width: 80px;
}
#mapFromTime, #mapToTime {
	width: 40px;
}
.body #MapSlider {
	margin: 30px 0 10px;
}
ul.HistoryMapControls {
	float: right;
}
ul.HistoryMapControls li {
	display: inline;
	padding: 5px;
}
ul.HistoryMapControls li.button img {
	cursor: pointer;
	vertical-align: middle;
}

#MapToolBar {
    float: right;
}

.body ul#MapToolBar li {
	float: right;
	list-style-type: none;
}

.body #MapKeyGroup {
	position: absolute;
	width: 25%;
	min-width: 200px;
	border: 1px solid #575756;	
	margin: 2px;
	z-index: 9000;
	background: #eaeee0;
}
.body #MapKeyGroup ul li {
	list-style-type: none;
}

.body #MapKeyGroup img {
	vertical-align: middle;
}

.body #MapEnvironmentalGroup {
	position: absolute;
	width: 25%;
	min-width: 200px;
	border: 1px solid #575756;	
	margin: 2px;
	z-index: 9000;
	background: white;
}
.body #MapEnvironmentalGroup ul li {
	list-style-type: none;
}

.body #MapEnvironmentalGroup img {
	vertical-align: middle;
}

#MapSilderReadOut {
    height: 20px;
}

.footer {
	clear: both;
	background: #1D5C42;
	padding: 10px 15px;
	color: #fff;
	font-size: 10pt;
	text-align: right;
}

.footer a {
	color: #fff;
	text-decoration: none;
	font-size: 10pt;
}

.updateMyStatus {
	padding: 10px;
}
.updateMyStatus .title {
	font-size: 20pt;
	font-weight: bold;
}

.saveorcancel {
	display: block;
	text-align: right;	
}

table.horizontalData {
	margin: 10px 0;
}	
	
table.horizontalData > tbody > tr > th {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	padding: 5px 20px;
	background: white;
	color: #575756;
	border: 0;
	white-space: nowrap;
	/* width: 15%;	*/	
}

table.horizontalData > tbody > tr > th label {
	width: 100%;
	display: inline-block;
	font-weight: bold;
	text-align: right;
	/* background: white; */
	color: #575756;
	border: 0;
	/* width: 15%;	*/
	background-color: #a3b681;
	border-top-right-radius: 4em 4em;
	border-bottom-right-radius: 4em 4em;	
	color: #1D5C42;	
	padding: 3px 20px 3px 0px;
}

table.horizontalData > tbody > tr > td {
	padding: 5px 10px;
	background: white;
	color: #575756;	
}

/* Tends to be action buttons, this puts them on the same line rather than a new line' */
table form {
    display: inline;
}

table.contactDetails {
	margin: 10px 0;
	width: 100%;
}

table.contactDetails tr th {
	text-align: left;
	padding: 5px 10px 5px 40px;
	/* width: 15%; */
	font-weight: bold;
	color: #575756;
	background-color: transparent;
	border: 0px solid transparent;
	width: 150px;
}
table.contactDetails tr td {
	padding: 5px 10px;
	border: 0px solid transparent;
}
table.contactDetails tr.lastEmail, table.contactDetails tr.lastAddress,  table.contactDetails tr.lastTelephone {
	border-bottom: 1px solid #E05206;
}
table.contactDetails tr.firstEmail th {
	background-position: 5px 5px;
	background-image: url('/img/contact_email.png');
	background-repeat: no-repeat;
}
table.contactDetails tr.firstTelephone th {
	background-position: 5px 5px;	
	background-image: url('/img/contact_phone.png');
	background-repeat: no-repeat;
}
table.contactDetails tr.firstAddress th {
	background-position: 5px 5px;	
	background-image: url('/img/contact_envelope.png');
	background-repeat: no-repeat;
}
form.giveForm {
	padding: 5px;
	margin: 5px;
	background: #1D5C42;
	color: #779446;
}

input[type="submit"] {
    background-color: #779446;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; 
    border-width: 0px;
    color: white;
    padding: 5px 8px;
    margin: 0px 5px;
    text-decoration: none;
    font-size: 0.75em;
    text-transform: uppercase;	    
}

input[type="submit"]:hover {
    background-color: #1D5C42;
}

ul.waypointTitles {
	list-style-type: none;
}

ul.waypointTitles li {
	color: #1D5C42;
	font-size: 0.83em;
	background-color: #eaeee0;
	padding: 1px 2px; 
	margin: 5px; 
	border: 1px solid #a3b681;
	border-radius: 0px 5px 5px 5px;
	display: block;
	width: 250px;
}

ul.waypointTitles li.highlight {
	font-size: 130%;
	font-weight: bold;
}

ul.waypointTitles li:hover {
	color: white;
	background-color: #1D5C42;	
}

/** for waypoints page **/
#EditWayPoint, #NewWayPoint {
	margin: 10px;
	padding: 5px;
	border: 1px solid #575756;
}	
#NewWayPoint .working,#NewWayPoint  form {
	display: inline;
}

div.nextOfKin {
	display: block;
}

div.nextOfKinWrapper {
	/* display: inline-block; */	
}

span.inStateMonitorNonZeroLevel {
	color: red;
	font-weight: bold;
}

span.orangebrand {
	/* color: #f0804c; */
	/* color: #000; */
	font-weight: bold;	
}

.info {
	background-color: #cceeff;
	padding: 10px 5px 10px;
	margin: 2px 0px 5px;
	line-height: 1.2em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 5px #CCC;
	-webkit-box-shadow: 2px 2px 5px #CCC;
	box-shadow: 2px 2px 5px #CCC;
	text-align: justify;
}


.alert {
	background-color: #ffeecc;
	padding: 10px 5px 10px;
	margin: 2px 0px 5px;
	line-height: 1.2em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 5px #CCC;
	-webkit-box-shadow: 2px 2px 5px #CCC;
	box-shadow: 2px 2px 5px #CCC;
	text-align: justify;
}

.alert::before {
	content: "!";
	font-size: 25px;
	font-weight: bold;
	margin: 0px 5px 20px;
	color: #f60;
	display: inline;
}

.error {
	background-color: #ffcccc;
	padding: 10px 5px 10px;
	margin: 2px 0px 5px;
	line-height: 1.2em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 5px #CCC;
	-webkit-box-shadow: 2px 2px 5px #CCC;
	box-shadow: 2px 2px 5px #CCC;	
	text-align: justify;	
}

.error::before {
	content: "!!";
	font-size: 25px;
	font-weight: bold;
	margin: 0px 5px 20px;
	color: #f00;
	display: block;
	float: left;
}


.success {
	background-color: #eaeee0;
	padding: 10px 5px 10px;
	margin: 2px 0px 5px;
	line-height: 1.2em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 5px #CCC;
	-webkit-box-shadow: 2px 2px 5px #CCC;
	box-shadow: 2px 2px 5px #CCC;	
	text-align: justify;	
}

.success::before {
	content: "\2713";
	font-size: 25px;
	font-weight: bold;
	margin: 0px 5px 20px;
	color: #1D5C42;
	display: block;
	float: left;
}

.scrollBox {
    overflow-y: scroll;
    overflow-x: hidden;
}

table.data td.cellclick a {
    text-decoration: none;
    text-align: left;
    vertical-align: top;
    color: #575756;
    display: inline-block;
    width: 100%;
    height: 100%;
}

table.data td.cellclick a:hover {
    color: #E05206;
}

table.data td.cellclick img {
    width: 37px;
}

.iconheader img {
    width: 60px;
}

div.theBox {
    display: inline-block;
    padding: 0px 10px 10px;
    border: 5px solid #E1DBD6;
    color: #575756;
    background: white;
    margin: 0 0 10px 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 2px 2px 5px #CCC;
    -webkit-box-shadow: 2px 2px 5px #CCC;
    box-shadow: 2px 2px 5px #CCC;
    margin: 10px auto;
}

button {
	border-width: 0px;
	background-color: #779446;
	-webkit-border-radius: 4px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
	-moz-border-radius: 4px; /* FF1-3.6 */
	border-radius: 4px;
	color: #fff;
	font-size: 0.75em;
	text-transform: uppercase;
}

button.selected {
	background-color: #f0804c;
}

button:hover {
	background-color: #1D5C42;
}
	

/* jQuery Time Picker*/
div.time-picker {
	position: absolute;
	height: 191px;
	width:4em; /* needed for IE */
	overflow: auto;
	background: #fff;
	border: 1px solid #aaa;
	z-index: 99;
	margin: 0;
}
div.time-picker-12hours {
	width:6em; /* needed for IE */
}

div.time-picker ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.time-picker li {
	cursor: pointer;
	height: 10px;
	font: 12px/1 Helvetica, Arial, sans-serif;
	padding: 4px 3px;
}
div.time-picker li.selected {
	background: #0063CE;
	color: #fff;
}

/* Openlayers adjustments */
.olTileImage {
    opacity: 1;
    /* opacity: 0.8; */
    /* background-color: #000; */
}

/* Modal Overlay */

.modal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #131313;
	opacity: .45;
	filter: alpha(opacity=45);
	z-index: 2001;
}
.modal-window {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	z-index: 2002;
	background: #fff;
	border: solid 2px #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.close-window {
	position: absolute;
	width: 47px;
	height: 47px;
	right: 5px;
	top: 5px;
	background: transparent url(/img/close_button.png) no-repeat scroll right top;
	text-indent: -99999px;
	overflow: hidden;
	cursor: pointer;
}

/* Modal Overlay IFrame */

.bodyIFrame {
	padding: 20px; 
}

.bodyIFrame #Map {
    	width: 100%;
	height: 400px;
	border: 1px solid #a3b681;
}



.notificationBarWrapper {    
	background-color: #f0804c;
	background-color: transparent;
	color: #000;
	width: 100%;
}

.notificationBar {    
	position: relative;
	text-align: left;
	min-height: 0px;		
	width: 1024px;
	padding: 0px 0px 0px;
	margin: 0px auto;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}

.notificationBarContent {  
	padding: 10px 0px;
}

.notificationBarContent a {
	color: #E05206;
	text-decoration: none;
}

.notificationBarContent .alert {
	box-shadow: 2px 2px 5px #1D5C42;
}

.sysadmin, .body .newLink a.sysadmin, .body .sideContent2Col li a.sysadmin, input[type="submit"].sysadmin {
    background-color: #EEAAEE!important;
}

/* Smaller desktop layout */
@media only screen and (min-width: 992px) and (max-width: 1116px) {

	.notificationBar {
		width: 892px;
		padding: 6px 0px 6px;
	} 
	
	.head {
		width: 892px;
		padding: 6px 0px 6px;
	} 
	
	.pageWrapper {
		width: 892px;
		padding: 0px 28px 60px;
	}
	
	
}

/* Tablet layout */
@media only screen and (min-width: 768px) and (max-width: 991px) {

	.notificationBar {
		width: 712px;
		padding: 6px 0px 6px;
	} 	
	
	.head {
		width: 712px;
		padding: 6px 0px 6px;
	} 
	
	.head .logo img {
		width: 225px;
	}
	
	.head div.headerInfo .headerInfo10Yrs {
		display: none;
	}
	

	.head div.headerNotification {
		margin-left: 260px; margin-right: 180px;
	}	
	
	.pageWrapper {
		width: 712px;
		padding: 0px 28px 60px;
	}	
	
	.body .sideContent2Col {
		min-width: 80px;
		padding: 5px 12px 5px 0px;
	}	
	
	.body .sideContent2Col li {
		padding: 3px 5px;
		display: inline-block;
	}
	

	.body .sideContent2Col h2 {
		max-width: none;
	}
	
	.body .mainContent2Col {
		width: auto;
	}
	
}

/* Mobile layout */
@media only screen and (max-width: 767px) {
	
	.notificationBarContent {  
		padding: 10px 12px;
	}
	
	.notificationBar {
		width: 100%;
		padding: 6px 0px 6px;
	}
	
	.head {
		width: 100%;
		padding: 6px 0px 6px;
	} 
	
	.head div.headerInfo .headerInfo10Yrs {
		display: none;
	}
		
	.head div.headerNotification {
		margin-left: 200px; margin-right: 180px;
	}		
	
	.pageWrapper {
		width: 100%;
		padding: 0px 0px 60px;
	}	
	
	.body .sideContent2Col {
		min-width: 80px;
		padding: 5px 12px 5px 0px;
	}	

	html, body, div, span,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, form, label, legend,
	table, tbody, tfoot, thead, tr, th, td, strong
	{
		margin: 0;
		padding: 0;
		border: 0;
		/* font-size: 100%; */
		/* font: inherit; */
		font-size: 9pt;		
		vertical-align: baseline;
	}
	
	.body .content2ColLeft {
		width: 90%;
		float: left;
		padding: 5px;
	}	
	
	.body .content2ColRight {
		width: 90%;
		float: left;
		padding: 5px;
	}
	
	.body .mainContent2Col {
		width: 95%;
		float: left;
		padding: 5px;
	}	
	
	.head .logo img {
		width: 175px;
	}
	
	.body .sideContent2Col li {
		padding: 3px 5px;
		display: inline-block;
	}	
		
}

/* Wide Mobile layout */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	.notificationBar {
		min-width: 480px;
		padding: 6px 0px 6px;
	}
	
	.head {
		min-width: 480px;
		padding: 6px 0px 6px;
	} 
	
	.pageWrapper {	    
		min-width: 480px;
		padding: 0px 0px 60px;
	}	
	
	.body .sideContent2Col {
		min-width: 80px;
		padding: 5px 12px 5px 0px;
	}	

}