@charset "UTF-8";
/* CSS Document */

*{
	font-family:Arial, Helvetica, sans-serif;	
}

body {
	behavior:url("/htc/csshover.htc");
	background-image:url(/images/bg.jpg);
	margin:0px;
	padding:0px;
	font-size:12px;
	text-align:center;
}

#container{
	width:875px;
	margin: 10px auto auto auto;
}

a{
	text-decoration:none;	
}

img{
	border:none;	
}

.clientlogin{
	border:1px #999999 solid;
	padding:6px;
	width:150px;
	height:9px;
	color:#999;
	font-size:11px;
	margin-bottom:8px;
	padding-top:5px;
	background-color:#FFF;
}

#clientoptions{
	font-size:10px;
	margin-top:-6px;
}

#clientoptions a{
	color:#4f447a;
}

#logintext{
	margin-bottom:5px;	
}

#cliententer{
	margin-bottom:1px;
	text-align:center;
}

#cliententer a{
	font-size:14px;
	font-weight:bold;
}

#header{
	width:875px;
	margin:auto auto auto auto;
}

#logobg{
	background-image:url(../images/headerbanner.jpg);
	width:639px;
	height:185px;
	margin:auto auto -55px auto;
}

#menu{
	background-image:url(/images/menubar.png);
	width:100%;
	height:45px;
}

.menuhover{
	background-image:url(/images/menuhover.png);
}

#menuitems{
	width:875px;
	margin:auto auto auto auto;
	position:relative;
	left:30px;
}

#menu a{
	color:#FFF;
	font-size:14px;
	display:block;
	float:left;
	position:relative;
	top:4px;
	height:25px;
	padding:9px 35px 0px 35px;
	text-decoration:none;
}

#menu a img{
	position:relative;
	top:-5px;
}

.link_hover{
	color:#180071;
	text-decoration:underline;
}
.link_normal{
	color:#180071;
}
#dropdowns{
	width:875px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:20;
}

.dropdown{
	width:215px;
	text-align:left;
	float:left;
	margin:-7px 0px -100% 0px;
}

.dropdownbottom{
	background-image:url(/images/dropdownbottom.png);	
	height:9px;
	width:215px;
	margin:0px;
}

.dropdown a, .dropdown span{
	color:#d2d2d2;
	font-size:12px;
	display:block;
	padding:12px;
	height:12px;
	width:192px;
	background-image:url(/images/dropdown.png);
}

.dropdown a:hover{
	background-image:url(/images/dropdownhover.png);
	color:#fff;
}

#dd1{
	position:relative;
	left:119px;
}

#dd2{
	position:relative;
	left:281px;
}

#dd3{
	position:relative;
	left:431px;
}

#bgtop{width:876px;height:7px; background-image:url(/images/contenttop.jpg);}
#document{
	width:876px;
	background-image:url(/images/contentmid.jpg);
	font-size:12px;
	color:#999999;
	text-align:left;
	line-height:18px;
}
#document h1{color:#2c2c2c;font-size:20px;font-weight:normal;}
#document h2{color:#2c2c2c;font-size:18px;font-weight:normal;}
#document h3{color:#555;font-size:14px;font-weight:bold;}
#document a{color:#2c2c2c;}
#document a:hover{text-decoration:underline;}
#document strong, #document b{color:#7b7b7b;}

#bgbottom{width:876px;height:7px;background-image:url(/images/contentbot.jpg);margin-top:-7px;}

#sidebarleft{
	width:162px;
	float:left;
	padding:10px;
}

#sidebarleft h3{margin:-5px 0px -1px 0px}

#sidebarleft small{margin:0px 0px 5px 0px;display:block;}

.col h2{margin-bottom:-5px;}

.col{
	float:left;
	width:30%;
	margin-right:3%;
}

#page{
	position:relative;
	float:left;
	width:670px;
	padding:10px;
	padding-top:0px;
	min-height:600px;
}

.scrollbox{
	position:absolute;
	top:0px;
	left:0px;
	color:#d5d5d5;
}

.scrollbox h1{
	size:18px;
	margin:17px 0px 0px 0px;
	color:#FFF !important;
}

.scrollerbtn{
	background-image:url(/images/scrollbtn.png);
	width:114px;
	height:27px;
	display:block;
	text-align:center;
	font-size:14px;
	color:#141414;
	font-weight:bold;
	padding-top:7px;
}

#box1_btn{
	position:absolute;
	bottom:-43px;
	left:-2px;	
}

#box2_btn{
	position:absolute;
	bottom:-68px;
	left:310px;	
}

.scrollerbtn:hover{
	text-decoration:none!important;
	background-image:url(/images/scrollbtn_hover.png);
	color:#FFF!important;
	cursor:pointer;
}

#box1{
	background-image:url(/images/box1.png);
	width:680px;
	height:215px;
}

#box2{
	background-image:url(/images/box2.png);
	width:680px;
	height:215px;
}

#box1_content{
	width:246px;
	position:relative;
	left:410px;
}

#box2_content{
	width:430px;
	position:relative;
	left:240px;
}

#box2_content ul{
	list-style:none;
	position:absolute;
	line-height:22px;
}

#box2_list1{
	top:57px;
	left:-10px;
}
#box2_list2{
	top:57px;
	left:140px;
}

#numbers{
	position:absolute;
	bottom:15px;
	right:15px;
}

.number{
	float:left;
	margin-right:5px;
}

.number:hover{
	cursor:pointer;
}

#scrollingcontent{
	width:680px;
	height:215px;
	background-image:url(/images/homebox.jpg);
	position:relative;
	left:-3px;
	top:3px;
	
}
#sidebarright{	
	width:167px;
	float:left;
	padding:0px 10px 0px 10px;
	margin-top:-20px;
}

#displayimage{
	width:548px;	
	background-color:#fafafa;
	border:solid 1px #c1c1c1;
	padding:10px;
	margin-bottom:10px;
	text-align:center;
}
#displayimage img{
	width:548px;
	margin-bottom:10px;
}

#gallery{
	position:relative;
	left:5px;
}

#gallery tr{
	vertical-align:middle;
	border-collapse:collapse;
}

.gallerythumb{
	width:105px;
	text-align:center;
	margin:0px 10px 10px 0px;
	float:left;
}

.gallerythumbhome img{
	width:50px;
	height:30px;
}
.gallerythumbhome{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
.gallerythumb img{
	width: 100px;
	background-color:#fafafa;
	border:solid 1px #c1c1c1;
	padding:4px;
	overflow:hidden;
}

.clear{
	clear:both;	
}

#footer{
	color:#FFF;
	font-size:12px;
	height:25px;
	margin-top:10px;
	width:875px;
	margin:auto auto auto auto;
}

.footerbox{
	float:left;
	font-size:10px;
	color:#999999;
	text-align:left;
	line-height:15px;
	padding:10px 15px 0px 15px;
}

.footerbox strong{
	font-weight:normal;
	color:#eeeeee;
}

.footerbox img{
	margin:2px;	
	margin-left:-3px;
}

.midline{
	background-color:#8c8c8c;
	width:1px;
	height:55px;
	float:left;
	margin-top:13px;
}

#footerlogo{
	float:right;
	margin-top:10px;
}


#shifteeslogo{
	background-image:url(../images/shiftees_1.png);
	width:87px;
	height:50px;
	margin-bottom:10px;
}
#shifteeslink{
	float:right;	
}
#shifteeslogo:hover{
	background-image:url(../images/shiftees_2.png);
}
#footer a{
	font-weight:normal;
	text-decoration:none;
	color:#FFF;
}
#footer a:hover{
	text-decoration:underline;
}

.sumbitbutton{
	border:0px;
	background-image:url(/images/btn.png);
	height:26px;
	color:#FFF;
	font-size:12px;
	text-align:center;
	width:77px;
	cursor:pointer;
	float:right;
	margin-top:5px;
	padding:0px 0px 3px 0px;
}
.sumbitbutton:hover{
	background-image:url(/images/btnhover.png);
}

.standalonesubmit{
	padding-top:4px;	
	height:20px;
}

.right{float:right;}
.left{float:left;}

.warning{
	padding:3px 5px 6px 5px;
	margin-bottom:15px;
	width:98%;
}
.warning img{
	position:relative;
	top:3px;
	right:-5px;
	margin-right:10px;
}
.error {
	color:#ff0000;
	border: 1px solid #ff0000;
	background-color:#ffcfcf;
}
.success {
	color:#007614;
	border: 1px solid #009d1a;
	background-color:#b4ffc0;
}
.caution{
	color:#f7971d;
	border: 1px solid #ffcf0f;
	background-color:#ffffde;
}

.note_icons{
	float:right;
	padding-right:5px;
	position:relative;
	top:0px;
}

.note_icons img{
	margin-right:2px;	
}

/* 0 is deleted */

.notification{
margin-bottom:5px;	
}

.notification_1{
/* Pinned */	
	color:#007614 !important;
	border: 1px solid #009d1a;
	background-color:#b4ffc0;
}
.notification_2{
/* Overdue */	
	color:#ff0000 !important;
	border: 1px solid #ff0000;
	background-color:#ffcfcf;
}
.notification_3{
/* New Notification unseen */
	color:#f7971d !important;
	border: 1px solid #ffcf0f;
	background-color:#ffffde;
}
.notification_4{
/* Standard */	
	border:#CCC 1px solid;
	background-color:#fafafa;
}
.notification_5{
/* Completed */	
	color:#ddd;
	border:#ddd 1px solid;
	background-color:#fcfcfc;
}

/* CONTACT FORM */

.inputform{
	position:relative;
	left:20px;
}
.input_buttons{
	position:relative;
	right:120px;
}
.inputform div label{
	float:left;
	width:175px;

}
.inputform div select{
	padding-bottom:3px;
	height:25px;
	width:328px;
}

.inputform div option{padding:5px;}

.highlight{
	background-color:#efefef;
	border:solid 1px #c1c1c1;
	width:365px;
	height:20px;
	padding:3px 3px 0px 3px;
	font-size:12px;
	margin-bottom:1px;
}
.flat_focus{
	background-color:#e0e0e0;
}

textarea.highlight{height:100px;}
#shiftright{float:left;}

hr{
	width:550px;
	border:none;
	float:left;
	border-top:solid 1px #dedede;
}

.disabled{
	background-color:#7AC8F7;
	border:1px solid #7AC8F7;
}
.disabled:hover{
	background-color:#7AC8F7;
	cursor:auto !important;
}

.hidden{display:none;}
