/* CSS Document */

body {
	background: #efefef url(img/bg_body.jpg) repeat-x top;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#globalContainer {
	width: 700px;
	padding-left: 20px;
	margin: 0 auto;
}

#sidebar {
	width: 200px;
	float: left;
	background: url(img/logo.gif) no-repeat top;
	padding-top: 80px;
}

#leftMenu {
	background: #FFFFFF;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	zoom: 1;
	padding-bottom: 10px;
	font-weight: bold;
}

#leftMenu ul {
	margin: 0 10px;
	padding: 0;
	list-style: none;
	opacity: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#leftMenu ul li {
	background: url(img/line_menu.gif) repeat-x 0 22px;
	line-height: 25px;
}

#leftMenu ul li span a {
	text-decoration: none;
	color: #000000;
	background: url(img/bullet_menu.gif) no-repeat left;
	padding-left: 10px;
}

#leftMenu ul li span a:hover {
	color: #c02f2f;
}

#leftMenu ul li ul {
	margin: 0;
}

#leftMenu ul li ul li span {
	padding-left: 20px;
}

#sidebarMisc {
	margin-top: 20px;
	text-align: center;
}

.changeTheme {
	margin: 10px 0;
}

.changeTheme img {
	cursor: pointer;
	padding: 1px;
	margin: 0 9px;
	border: 1px solid #cccaca;
}

#leftContainer {
	width: 460px;
	padding: 0 20px;
	float: right;
}

#header {
	height: 80px;
	background: url(img/bg_menu_top.jpg) no-repeat top;
	line-height: 25px;
}

#header a {
	color: #c02f2f;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
	color: #000000;
}

#headerDescription {
	height: 100px;
	background: url(img/bg_employees_bottom.jpg) no-repeat right;
	color: #c02f2f;
	font-size: 25px;
	line-height: 100px;
	font-family: 'Trebuchet MS', Arial, Verdana;
}

.content {
	margin-top: 20px;
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #cccaca;
	line-height: 20px;
	text-align: justify;
}

.content h1 {
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0;
	line-height: 25px;
}

.contentImg {
	padding: 2px;
	border: 1px solid #CCCACA;
	margin-left: 5px;
}

#footer {
	height: 70px;
	color: #FFFFFF;
	background: #5b5b5b url(img/bg_footer.jpg) repeat-x top;
	text-align: center;
	margin-top: 20px;
	padding-top: 10px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


/*-----------------------------------------------------Changes */

.clear {
	clear: both;
}

.print {
	background: url(img/print_icon.gif) no-repeat left;
	padding-left: 20px;
	font-size: 10px;
	float: right;
	text-decoration: underline;
	cursor: pointer;
}

#menuHeader {
	padding-left: 10px;
}

form {
	padding: 0;
	margin: 0;
}

#search {	
	padding-top: 18px;
}

#search input {
	height: 15px;
	background: #FFFFFF;
	border: 1px solid #CCCACA;
}

#search input#submitSearch {
	background: url(img/submit_search.jpg) no-repeat center;
	width: 30px;
	height: 20px;
	cursor: pointer;
}

h2 {
	font-size: 14px;
	margin: 20px 0 0 0;
	text-align: left;
}

.content a {
	text-decoration: underline;
	color: #000;
}

.content a:hover {
	text-decoration: none;
}


