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

/************************************************************************************
smaller than 560
*************************************************************************************/
@media only screen and (max-device-width: 600px) {
	
	* { -webkit-text-size-adjust: none; } /*iphone text scaling fix landscape mode*/
	html {
		-webkit-text-size-adjust: none;
	}
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

#outer_wrap {
	margin: 0px auto;
	width: 95%;
}














header{
/*	background: url(../images/bkg_header_mobile.jpg) repeat-x;*/
	background-color: #1c3e95;
	margin: 0px 10px;
	width: 97%;
	height:125px;
}
header #logo {
	width:100%;
	margin: 0px 0 0 0px;

}
header #logo2 {
	width:100%;
	margin: 60px 0 0 0px;

}


.rttext
{
	color:#1c3e95;
	
}


header #righttext {

	
	margin: 130px 0px 0px 10px;
	
	font-size: 16px;
	background-color: #ffffff;
	

}







nav {
	float:none;
	clear:both;
	width: 85%;
	margin: 185px 0 0 0px;
}
#nav {
	width:100%;
}
#nav li {
	width:100%;
	margin: 0;
	padding: 0;
	float: none;
	position: relative;
	list-style: none;
	border-bottom: solid 1px #666;
	border-right: none;
}
#nav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 80%;
	left: 10px;
}
body#home a#homenav {/*Adds rounded corners to top left corner*/
	/*rounded corners*/
	border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
}

a#homenav {/*Adds rounded corners to top left corner*/
	/*rounded corners*/
	border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
}
a#managernav:hover {
	/*rounded corners*/
	border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
}
/**************************************
Main Content Styles
***************************************************/
#mainbody {
	background: none;
	padding:210px 10px 30px 10px;
	
}
#mainbody .rightcol_home {
	width: 100%;
	float: none;
	clear: both;
}
#mainbody .leftcol {
	width: 100%;

}
#mainbody .rightcol {
	width: 100%;
	float: none;
	clear: both;
}
#welcome_box {
	float:none;
	width: 42%;
	margin: 0;
	background: #365e79;
	background-image: none;
	padding: 20px;
}
#latest_box {
float:none;
	width: 97%;
	background: none;
	padding: 0;
	margin: 20px 0 0 0;

}
#latest_box .box1,
#latest_box .box2,
#latest_box .box3 {
	width: 50%;
	float: none;
	clear: both;;
}
#latest_box .box1,
#latest_box .box2 {
	margin-right:0;
}
#latest_box .box2 ul,
#latest_box .box3 ui {
	margin-left:19px;	
}
#latest_box .box2 li,
#latest_box .box3 li {
	list-style: url(../images/icon_document_12px.png);
	margin-bottom: 7px;
		
}
#employeeform_box {
width: 94%;
	float: none;
	clear:both;
	margin: 0 0 20px;
	padding: 4px;
	color: #000;
	background-color:#e6e6e7;
}
#message_box {
	float:none;
	width: 100%;
	margin: 0;
	
}
#latestnews_box {
	float:none;
	clear:both;
	width: 96%;
	padding:10px;
}
footer {
	float:none;
	clear:both;
	width: 95%;
	margin: 0px auto 40px;

}
}