@charset "UTF-8";
/* CSS Document */

html {
	height:100%;
	margin:0;
	padding:0;
}

* {
	margin:0px;
	padding:0px;
}

body {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	background:#dedede;
	color:#4D4D4D;
}
	
/* top - white background contains header */
.headerarea {
	background:#FFFFFF;
}
.header {
	width:960px;
	height:192px;
	margin:0 auto;
	background:#1b3155;
	overflow:hidden;
}

.logo {
	color:#FFFFFF;
	font-size:36px;
	width:250px;
	display:block;
	float:left;
}

.imagearea {
	float:right;
	width:710px;
	background:url(../images/pageimages/image1.jpg) no-repeat;
}

/* menustrip is width of browser and contains menu and register */

.menustrip {
	background:#57B6DD url(../images/main/menu_blue_back.gif) repeat-x bottom;
}

.menuarea {
	width:960px;
	margin:0 auto;
	overflow:hidden;
}

/* start menu */

.menu {
	width:630px;
	padding:5px 0 5px 20px;
	list-style:none;
	height:18px;
	line-height:18px;
	font-size:12px;
	float:left;
}
.menu li {
	float:left;
}
.menu li a {
	float:left;
	padding:0 10px;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	border-right:1px solid #ffffff;
	font-weight:normal;
}
* html .menu li a {
	padding:0 7px;
}
.menu li a:hover {
	color:#FAAF40;
}

li.homemenu a {
	padding:0 10px 0 0;
}
li.contactmenu a {	
	border-right:none;
}

.home .homemenu a, .about .aboutmenu a, .services .servicesmenu a, .nurses .nursesmenu a, .clients .clientsmenu a, .homecare .homecaremenu a, .news .newsmenu a, .contact .contactmenu a {
	color:#FAAF40;
	font-weight:bold;
}

/* end menu */

/* start submenus */

.nursessubmenu, .servicessubmenu, .clientssubmenu {
	width:940px;
	padding:5px 0 5px 20px;
	list-style:none;
	height:18px;
	line-height:18px;
	font-size:12px;
	float:left;
	background:#F6921E;
	display:none;
}
.nurses .nursessubmenu, .services .servicessubmenu, .clients .clientssubmenu {
	display:block;
}
.nursessubmenu li, .servicessubmenu li, .clientssubmenu li {
	float:left;
}
.nursessubmenu li a, .servicessubmenu li a, .clientssubmenu li a {
	float:left;
	padding:0 10px;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	border-right:1px solid #ffffff;
	font-weight:normal;
}
* html .nursessubmenu li a, * html .servicessubmenu li a, * html .clientssubmenu a {
	padding:0 7px;
}
.nursessubmenu li a:hover, .servicessubmenu li a:hover, .clientssubmenu li a:hover {
	color:#FAAF40;
}

li.applicationmenu a, li.healthcaremenu a, li.clientsinfomenu a {
	padding:0 10px 0 0;
}
li.uniformmenu a, li.servicestermsmenu a, li.clientstermsmenu a {
	border-right:none;
}

.application .applicationmenu a, .timesheets .timesheetsmenu a, .payments .paymentsmenu a, .uniform .uniformmenu a, .healthcare .healthcaremenu a, .servicesterms .servicestermsmenu a, .clientsinfo .clientsinfomenu a, .clientsterms .clientstermsmenu a {
	color:#1B3155;
}

/* end menu */

.register {
	width:310px;
	float:left;
	background:#F6921E;
	height:28px;
}

/* container has border and blue background for main content area */

.container {
    position: relative;
    margin: 0 auto 0 auto;
    width: 960px;
	background:#57B6DD url(../images/main/container_back.gif) repeat-x;
	border-left:20px solid #ffffff;
	border-right:20px solid #ffffff;
    }
.home .container {
	background:#57B6DD url(../images/main/container_back.gif) 150px repeat-x;
}
* html .container{ /* IE6 fix */
	overflow:hidden;
}

/* topgraphic sits within container and holds background image for the top of the main content area - different for home page */

.topgraphic {
	background:url(../images/main/topgraphic_back.gif) no-repeat;
	padding-top:70px;
	border-top:#F6921E solid 3px;
}
.home .topgraphic {
	background:url(../images/main/home_topgraphic_back.jpg) no-repeat;
	padding-top:70px;
}

.homeflash { /* just on home pages */
	height:150px; 
}

/* wrapper keeps white background down left column - faux columns */

.wrapper {
	padding:0 20px;
	width:960px;
	background:url(../images/main/wrapper_back.gif) repeat-y;
	overflow:hidden;
}

.col1 {
	float:left;
	background:#FFFFFF;
	width:590px;
	min-height:400px;
	margin-right:20px;
	padding:0 20px 20px;
}

/* col2 differs on home page to allow for different topgraphic image */

.col2 {
	float:left;
	width:270px;
	min-height:300px;
	padding:50px 0 20px 0;
	color:#FFFFFF;
}
.home .col2 {
	padding:50px 0 20px 0;
}

/* 
.col2above {
	float:left;
	width:270px;
	padding:0 20px 20px 20px;
	color:#FFFFFF;
	margin-left:-20px;
	border-bottom:#ffffff solid 1px;
	margin-bottom:20px;
}
.col2bottom {
	float:left;
	width:270px;
	padding:0 20px 20px 20px;
	color:#FFFFFF;
	margin-left:-20px;
}
*/

.bottomlines {
	clear:both;
	background:url(../images/main/bottom_borderlines.gif) no-repeat top #ffffff;
	height:2px;
}

.footer {
	width:960px;
	padding:5px 20px;
	background:#FFFFFF;
    margin: 0 auto 20px auto;
	position:relative;
}

/* start footermenu */

.footermenu {
	width:630px;
	padding:7px 0 7px 20px;
	list-style:none;
	height:14px;
	line-height:14px;
	font-size:12px;
	float:left;
}
.footermenu li {
	float:left;
}
.footermenu li a {
	float:left;
	padding:0 10px;
	color:#808080;
	text-decoration:none;
	display:block;
	border-right:1px solid #808080;
	font-weight:normal;
}
.footermenu li a:hover {
	color:#333333;
}

li.sopmenu a {
	padding:0 10px 0 20px;
}
li.faqsmenu a {	
	border-right:none;
}

/* end footermenu */

.copywright {
	float:left;
	padding:7px 0 7px 20px;
	line-height:14px;
	height:14px;
	font-size:12px;
	color:#808080;
	margin-bottom:0px;
}

/* general */

h1 {
	font-size:22px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	margin-bottom:1em;
	color:#1B3155;
	text-transform:uppercase;
}
h1 span {
	text-transform:none;
}

.col1 h2 {
	font-size:17px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	margin-bottom:1em;
	color:#1B3155;
}

.col2 h2, .col2above h2, .col2bottom h2 {
	font-size:17px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:1em;
	color:#FFFFFF;
}

h3 {
	font-size:16px;
	margin-bottom:1em;
}

p {
	margin-bottom:1em;
}

a {
	color:#F6921E;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#FFCC00;
}

.col2 a {
	color:#FFCC66;
}
.firstpara {
	font-size:14px;
	font-weight:bold;
	color:#4D4D4D;
	margin-bottom:1.2em;
}
.firstpararightcol {
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	margin-bottom:1.2em;
}

.subheading {
	font-size:16px;
	font-weight:bold;
	color:#999999;
}

.col1 hr {
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:1px solid #4D4D4D;
	margin-bottom:1.2em;
}

.col2 hr {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #ffffff;
	margin-bottom:1.2em;
	width:310px;
	margin-left:-20px;
}

.orange {
	color:#f6921e;
	font-weight:bold;
}
.col2 .orange {
	color:#FFCC66;
	font-weight:bold;
}

.col2 ul li {
	font-weight:normal;
}

.wrapper ul {
	list-style-type:none;
	margin-bottom:1em;
}
.wrapper li {
	padding-left:1em;
	background:url(../images/main/orange_bullet.png) no-repeat 0.3em 0.5em;
	font-weight:bold;
	margin-bottom:0.4em;
}

.largebtn {
	border:1px solid #FAAF40;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:30px;
	display:block;
	background:url(../images/main/orange_arrow.gif) no-repeat right center;
}
.largebtn:hover {
	background:#FAAF40;
	color:#FFFFFF;
}

table td {
	padding-bottom:5px;
}

td.formtitles {
	text-transform:uppercase;
	background-color:#375f8b;
	color:#ffffff;
	font-weight:bold;
	padding-left:5px;
	padding-top:5px;
}

td.formtext {
	vertical-align:top;
}

td.formtextsubhead {
font-weight:bold;
background-color:#F1F1F1;
}

input.formfield {
width:120px;	
}
input.formfieldsml {
width:75px;	
}

.treefrog {
	position:absolute;
	bottom:-20px;
	left:20px;
	color:#999999;
	font-size:10px;
	text-decoration:none;
}
.treefrog:hover {
	color:#666666;
}

.bulletlistwrapperhome {
	border:1px solid #faaf40;
	background-color:#fdead3;
	height:310px;
	padding:10px;
	margin-top:0px;
	margin-bottom:30px;
}
.leftbulletlist {
	float:left;
	width:45%;
	line-height:15px;
}
.rightbulletlist {
	float:right;
	margin-right:10px;
	line-height:15px;
}
.telnumbase {
padding-top:30px;
padding-bottom:10px;
font-weight:bold;
font-size:16px;
}
