/* CSS Document */
/*--General-----------------------------------------------*/
* {
	font-family:Verdana, Geneva, sans-serif;
}
/*--Header------------------------------------------------*/
#header {
	width:100%;
	height:100px;
	position:absolute;
	left:0px;
	top:0px;
	background:brown;
	border-bottom:#990000 2px solid;
	box-shadow: 0px 0px 10px 0px black;
	clear:both;
	float:left;
	min-width:1140px;
}
#header #logo {
	background:url(../images/logo_new.png);
	background-repeat:no-repeat;
	padding-left:70px;
	background-position:0px 10px;
	color:brown;
	font-size:15px;
	line-height:95px;
	margin-left:10%;
	float:left;
}
#header #nav {
	float:right;
	margin-right:10%;
	margin-top:50px;
}
#header #nav ul {
	list-style:none;
}
#header #nav ul li {
	float:left;
}
#header #nav ul li a {
	color:white;
	padding:5px 10px;
	display:block;
	text-decoration:none;
}
#header #nav ul li:hover a {
	background:white;
	color:#990000
}
#header #nav ul li:hover ul a {
	background:brown;
}
#header #nav ul li:hover ul {
	display:block;
}
#header #nav ul li:hover ul li a {
	color:white;
}
#header #nav ul li ul {
	position:absolute;
	display:none;
	box-shadow: 0px 5px 5px 0px lightgrey;
	background:brown;
	padding:0px;
	border:1px solid #990000;
}
#header #nav ul li ul li a {
	padding:10px 10px;
	color:white;
}
#header #nav ul li ul li {
	float:none;
	padding:5px 2px;
	padding:0px;
}
#header #nav ul li ul li:hover a {
	background:#990000;
}
/*--Content-----------------------------------------------*/
#content {
	width:990px;
	display:block;
	margin:auto;
	margin-top:80px;
	padding:0px 10px 10px 10px;
}
#content h1 {
	width:100%;
	text-align:center;
	color:#900;
	padding:30px 0px 0px 0px;
}
#content h2 {
	font-size:18px;
	width:100%;
	color:#900;
	}

#content p {	
	color:#777;
	line-height:21px;
	}

.right_halfcolum {
	float:right;
	width:50%;
}
.left_halfcolum {
	float:left;
	width:50%;
}
#contact_form label {
	color:grey;
	font-size:18px;
	margin:10px 0px 5px 0px;
	display:block;
}
.contact_header {
	text-align:left !important;
}
.contact_info {
	font-size:18px;
	line-height:30px;
	font-weight:bold;
}
.contact_register {
	font-size:11px;
	color:grey;
}
#cnt_name, #cnt_Subject, #cnt_email {
	width:380px;
	padding:5px 5px;
	font-size:16px;
	border:1px solid #ddd;
}
#cnt_name:hover, #cnt_Subject:hover, #cnt_email:hover {
	border-color:#bbb;
}
#cnt_name:focus, #cnt_Subject:focus, #cnt_email:focus {
	border-bottom-color:brown;
	outline:none;
}
#cnt_description {
	width:390px;
	min-height:200px;
	border:1px solid #ddd;
}
#cnt_description:hover {
	border-color:#bbb;
}
#cnt_description:focus {
	border-bottom-color:brown;
	outline:none;
}
#cnt_submit {
	padding:5px 10px;
	border:1px solid lightgrey;
	font-size:16px;
	color:grey;
	float:right;
	margin-right:98px;
	margin-bottom:10px;
}
#cnt_submit:hover {
	background:white;
	border-color:grey;
	color:brown;
	cursor:pointer;
}
#cnt_submit:active {
	background:brown;
	color:white;
}
.fRight {
	width:700px;
	float:right;
}
.profile_img {
	float:left
}
.staff h1 {
	text-align:left !important
}
.staff h2 {
	margin:0px;
	color:#900;
}
.staff h3 {
	color:grey;
	margin:15px 0px;
	font-size:16px;
}
.books ul {
	list-style:none;
}
.books ul li {
	width:445px;
	padding:15px;
	float:left;
}
.books ul li img {
	float:left;
	border:1px solid #900
}
.books ul li a h1 {
	font-size:20px;
	float:left;
	text-align:left !important;
	width:350px !important;
	padding:0px 0px 0px 10px !important;
	margin:0px;
	margin-bottom:15px;
}
.books ul li h2 {
	font-size:16px;
	color:grey;
	padding:10px;
	margin-left:80px;
}
.books ul li p {
	margin:0px;
	margin-left:100px;
}
ul {
  color:#777;
}


/*--Footer------------------------------------------------*/
#footer {
	display:block;
	background:brown;
	border-top:#990000 2px solid;
	color:white;
	height:50px;
	width:100%;
	left:0px;
	bottom:0px;
	position:fixed;
	float:left;
}
#footer #footer_copy {
	margin-right:20px;
	margin-top:10px;
	text-align:center;
	float:right;
	font-size:9px;
	margin-bottom:5px;
}
#footer #footer_nav {
	float:left;
}
#footer #footer_nav ul {
	list-style:none;
	margin:0px;
	margin-top:5px;
}
#footer #footer_nav ul li {
	float:left;
}
#footer #footer_nav ul li a {
	color:white;
	text-decoration:none;
	font-size:9px;
	padding:2px 5px;
}
#footer #footer_nav ul li a:hover {
	text-decoration:underline;
}
.fClear {
	clear:both !important;
}
