﻿/* CSS Document */
html, body {
    /*background-color: #E9FBE9;*/
    background-color: #e5e8ea;
}

body {
    color: #000;
    /*background-color: #E9FBE9;*/
    background-color: #e5e8ea;
    font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
    font-size: 80%;
    text-align: left;
    margin: 0;
    padding: 0;
}
.sidebar {
    position: relative;
    float: left;
    width: 100px;
    padding-bottom: 10px;
    font-size: 14px;
    color: green;
    font-weight: bold;
    font-style: normal;
    font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
    text-align: center;
    height: 100%;
    /*	border-right-color: #000;
	border-right-style: solid;
	border-right-width: 0px; */
}
.sidebottom {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	/* [disabled]font-family: Georgia, "Times New Roman", Times, serif; */
	text-align: left;
	list-style-position: outside;
	position: relative;
	left: 30px;
}
.content
{
	/*border: thin solid #008000;
	color: #006600;*/
	margin: 0 auto;
	padding: 0;
	width: 1150px;
	position: relative;
	height: auto;
	top: 10px;
	left: 0px;
	min-height: 100%;
}
.floatright {
    float: right;
}
.floatCenter {
    margin-left:250px;
    /*margin-top: 5px;*/
    vertical-align:middle;
}
.main_content {
    background-color: white;
   margin-left: 15px;
   margin-right: 15px;
   margin-bottom: 10px;
}
.main_nav {
    margin-left: 100px;
    margin-top: 60px;
}
.welcome {
    margin-left: 690px;
    margin-top: -40px;
}
.specialty {
    margin-left: 100px;
}
.specIn {
    margin-left: 200px;
    margin-bottom: 100px;
}
.zip {
    margin-left: 50px;
    margin-bottom: 20px;
}
.foundation {
    margin-left: 250px;
}
#main { margin: 0 10px 0 10px; }	
#main h2 { background-color: inherit; color: #156184; line-height: 0.2em; }
#main h3 { font: 85% Arial, Sans-Serif; margin: 0 0 10px 0; padding: 0; color: #5f5f5f; background: inherit; }
.center {
	background: #FFF;
	width: 550px !important;
	width: 1035px !important;
	float: right;
	margin: 15px;
/*	position: absolute;
	top: 214px;
	left: 18px;
	height: 269px; */
	padding-bottom:43px;
}
.centerprovider {
    background: #FFF;
    width: 850px !important;
    width: 825px !important;
    float: right;
    margin: 15px;
    position: absolute;
    top: 214px;
    left: 188px;
  /*  height: 669px; */
    font-size: small;
}
.leftmenu { background: #FFF url(leftbg.jpg) repeat-x; width: 174px; float: left; padding: 0; margin: 0; }
.padding { padding: 15px; }

/* FOOTER */
#footer {
    border-color: #006600;
    color: #1e5799;
    height: 43px;
    text-align: center;
    font-size: 90%;
    background-color: #e5e8ea;
    /*position: absolute;*/
    width: 100%;
    /*bottom: 0;*/
    margin-top: 50px;
}
#footerprovider {
	color: #7C7B00;
	height: 43px;
	text-align: center;
	font-size: 90%;
	clear: both;
	padding: 0px;
	margin: 0;
	background-color: #E4E4E4;
	position: relative;
	padding-top: 10px;
	top: 380px;
}
#footer hr { width: 740px; color: #888; border: 1px solid #f0f0f0; margin: 0 25px 0 25px;  }
#footer a { color: #1e5799; text-decoration:none; }
#footer a:hover { text-decoration:underline; color: #444;}
p  {
	margin: 0;
	padding: 8px;
	background-color: #E4E4E4;
}
th {background-color: #E4E4E4;}

h2 {font-size: 1.2em; text-align: center; padding: 10px;}
h3 {color:#000000; font-size: 85%; }
h4{ font-size: 80%;  font-weight: normal;  color: #000000; margin:inherit; }
h5{ font-size: 80%;}
.clear { clear: both; }

a {text-decoration: underline; font-weight: normal; color: #000000;}
a img {
	border: none;
	margin-left: 0px;
} 

.alignright {margin-top: 0; text-align: right;}

.small {font-size: .9em;}

.page {
background-color:#FFFFFF
}
.wrapper {
	width: 762px;
	text-align: left;
	background-color: #ffffff;
	margin: 0 auto;
}

.logo{
	border-width: 2px 2px 15px 6px;
	margin-left: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
	float: left;
}
.logo2{
	border-width: 2px 2px 0px 2px;
	margin-left: 4px;
}
.logo3{
	border-width: 2px 2px 0px 2px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	float: right;
}

/*** Below is the Tan hack, needed because the decorative side borders (thin black) on 
.wrapper. It fixes the box model of IE5.x/win, making it display the same as other browsers. ***/

* html .wrapper {
width: 762px; 

}

.outer {
	border-left: solid #FFFFFF 20px;
	border-right: solid #FFFFFF 20px;
	position: relative;
	left: 150px;
}
/*** These are the visible side col BG's. The image BG is needed to replace a side border
on div.inner, which can't be used because of problems in Mozilla. The image substitutes 
for the thin black divider between the right green col and the center col. If the black divider
is not wanted, the BG image may be removed. The Tan hack below feeds a IE a different 
BG location, due to a BG placement variation. 
***/

/** html .outer {
}*/

.inner {
    margin-left: -2px; /*** This fixes a small overlap problem in IE6. ***/ /*** This width is for non-IE browsers. Mozilla makes this necessary. ***/
    border-width: 0 0 0 2px;
    font-size: small;
    /*background-color: #E4E4E4;*/
    background-color: #D9EFFC;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout. It blows 
my mind that all this hacking is being caused by the mighty Gecko engine! (shakes head ruefully)
***/

* html .inner {
	width: 662px;
}

.float-wrap {
float: left;
width: 662px;       /*** Same length as left column width ***/
}

/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/

.left {
	float: left;
	width: 120px;
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
}

.leftMid {
margin: 0px 0px 0px 20px;
}

.right {
float: right; 
width: 110px;
position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
}
.rightonly
{
	float:right;
}

* html .right {
margin: 0 -110px 0 0; /*** IE gets this margin. ***/
}


.centerSearch {
	float: left;
	width: 662px;
	position: relative;
	left: 0px;
	background-color: #FFFFFF;
}

.wide {
background-color: #FFFFFF;    /* header and footer colours */
width: 762px; 

}

.wide p {padding: 5px;}

.top {
	border-width: 0px 0px 2px 0px;
	height: 155;
	margin-left: 20px;
}

.bottom {border-width: 2px 0 0;}

/* Mozilla bug fixes */
html>body .inner, html>body .float-wrap {
	border-bottom: solid #ffffff;
	background-color: #FFFFFF;
	table-layout: fixed;
	empty-cells: show;
	float: none;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	/*border: 2px solid #006600;*/
	position: relative;
	margin: 20px 0px 0px 10px;
	padding: 5px;
	font-size: small;
	color: #006600;
	list-style: none;
	top: 0px;
	left: 0px;
}

#sectionLinks h3{
	padding: 0px 0px 2px 10px;
	color: #FFFFFF;
}

#sectionLinks h4{
	padding: 0px 0px 10px 10px;
	color:#FFFFFF;
	text-align: left;
	margin-left: 10px;
 	list-style-type: square;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 0px;
	color:#000000;
	width: auto;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
	 
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 0px;
}

#sectionLinks a:hover{
	background-color: #FFFFFF;
	padding: 2px 0px 2px 0px;
	color: #000000;
}
/************* #globalNav styles **************/
#globalNav ul {
	margin: 0px;
	padding: 5px 0px 40px 190px;
	list-style: none;
	background-color: #FFFFFF;
}

#globalNav li {
float: left;
margin: 3px;
padding: 0px;
background: #FFFFFF url(../Images/rollover.gif) no-repeat left top;
}

#globalNav a {
	font-size: 11px;
	padding: 7px 15px 0px 20px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	height: 20px;
	width: 56px;
	display: block;
}


#globalNav a:hover {
background: url(../images/rollover.gif) 0px -72px;

}

#globalNav a:active {
background: url(../images/rollover.gif) 0px -36px;
}

/************* #search styles ***************/

#search{
	padding: 15px 0px 5px 30px;
	font-size: 70%;
	float: right;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}
/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 80%;
	padding: 10px 0px 10px 0px;
	background-color: #FFFFFF;
	width: 762px;
	text-align: center;
	text-indent: 95px;
	color:#000000;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;

}

.LAddress
{
	position: absolute;
	left: 350px;
}
.msg {
    margin-top: -400px;
    margin-right: 0px;
}
.noborders {
    border: 0px;
    outline: 0px;
    background: transparent;
}
.Report {
    margin-left:150px;
    margin-top: 30px;

}
.login {
    margin-left: 200px;
}
.col-md-2 {
    margin-left: 200px;
}
.text-danger {
    color:red;
}
.newreport {
    margin-left: 100px;
}
.start{
    margin-left: 18px;
}
.end {
    margin-left: 25px;
}
.clockSession {
    width: 409px;
    height: 174px;
    background: url(images/clockSession.jpg) no-repeat;
}

.contSession {
    width: 270px;
    float: right;
    text-align: center;
    margin: 20px 20px 0 0;
}

.sessionExpire {
    color: #3366ff;
    padding-top: 30px;
}

.showNotification {
    padding-top: 15px;
    color: #666;
}

.timeRemain {
    padding-top: 5px;
    color: #000;
}

.timeSeconds {
    font-size: 30px;
    padding-right: 5px;
}

.infoIcon, .notificationContent {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.infoIcon {
    width: 32px;
    height: 32px;
    margin: 0 10px;
    vertical-align: top;
}

.notificationContent {
    width: 160px;
    vertical-align: bottom;
}

.demo-container {
    width: 410px;
}

div.timeoutNotification {
    background-color: #c3d8f1;
}
.citybox {
   margin-left:50px;
}
.leftside {
    text-align:left;
}
