/* GENERAL STYLES */
/* CSS Document */
/*html,body {
	height: auto !important;
	min-height: 100%;
	height: 100%; 
	min-width:1000px;
}*/

body  {
	font: 62.5% Arial, Helvetica, sans-serif;
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	/*min-width:1000px;*/
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img{
	border:none;
}

a {
	text-decoration: none;
	color:#83C240;
	font-weight:bold;
}

a:visited {
	text-decoration:none;
	color:#83C240;
}

a:hover{
	text-decoration:underline;
}

#wrapper {
	height: auto !important;
	min-height: 100%;
	height: 100%; 
	width:1000px;
	text-align:left;
/*	padding:0px 44px 0 40px;*/
	position:relative;
	top: 0px;
	left: 0px;
	margin-left:auto;
	margin-right:auto;
	background:#FFFFFF;
	background-image:url(../images/background.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

.home {
	background-image:url(../images/background_home.jpg)!important;	
}

#header, #header_home, #header_std, header_flash {
	width:100%;
	overflow:hidden;	
}

#header_flash {
	position:relative;
	
}

#header_flash #header_inner {
	position:absolute;
	left:60px;
	font-size:1em;
	top:40px;
	width:320px;
	margin:0px;
}

#header_home {
	background-position:top left;
	background-repeat:no-repeat;
	background-image:url("/media/41240/header.jpg");
	height:388px;
}

#header_std {
	background-position:top left;
	background-repeat:no-repeat;
	background-image:url("/media/41247/header2.jpg");
	height:179px;
}

#header_std #header_inner {
	margin-left:270px;
	font-size:1em;
	margin-top:112px;
	width:auto;
}

#header_inner, .about-the-authors #header_inner {
	color:#FFFFFF;
	margin-left:55px;
	margin-top:30px;
	width:340px;
}


#header_inner h1, .about-the-authors #header_inner h1,.std h1 {
color:#FFF;
font-size:2.8em;
border:0;
font-weight:bold;
}
#header_home #header_inner h1 {
font-size:3.2em;
}

.std h1 {
color:#FFF !important;
}

.about-the-authors #header_inner, .std {
	margin-left:55px !important;
	margin-top:30px !important;
}

.about-the-authors #header_inner h1 {
color:#FFF !important;
}



#header_std #header_inner h1 {
border:0 none;
color:#000000;
font-size:2.8em;
}

#header_std #header_inner h3 {
	font-size:1.7em;
	margin-bottom:0;
	padding-bottom:0;
}

#header:after, #infocontainer:after, .branchinfobox:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

#headerlogo {
	position:relative;
	float:left;
	width:214px;
	background:#828385;
	height:88px;
}

#headersearch {
	position:relative;
	float:right;
	width:335px;
	/*width:235px;*/
}

#sidebar1 {
	float:left;
	width:270px;
	background:#FFFFFF;
	color:#000;
	position:relative;
}


#content, #contenthome {
	margin-left: 270px;
	text-align:left;
}

#innercontainer {
	width:100%;
	margin-right:-230px;
	float:left;	
	font-size:1.2em;
	background:#FFFFFF;
	padding-bottom:10px;
}

#home #innercontainer {
	margin-right:0 !important;
	width:100% !important;
	padding:0;
}


#home #innercontent {
	padding:0 0 0 20px;
	width: 710px;
}


#innercontent, #innercontentbook {
	padding: 0 10px 10px 20px;
	margin-top: 15px;
	margin-bottom:20px;
	width:654px;
min-height:400px;
}

*html #innercontent, * html #innercontentbook {
height:400px;
}

#innercontentbook {
float:left;
width:430px;	
/*margin-top:15px;*/
}

.noside #innercontent {
	width:665px;
	border-right:none;
}

#sidebar2 {
	float: right;
	width: 184px;
	padding-right:10px;
	padding-left:10px;
	margin-top:0;	
}

#footercontainer {
	border-top:3px dotted #999;
	padding-top:10px;
	overflow:hidden;
	margin-left:20px;
	width:654px;
}

#footer {
	color:#666;
	font-size: 1em;
	text-align:right;
}

#footer img {
float:left;
margin-right:150px;
}

#footer a {
	color: #01A75F;
	text-decoration:none;
}

#footer ul {
	/*margin-top:8px;*/
}

#footer ul li {
	display:inline;
}

#footer p {
	float:left;
	text-align:left;
	color:#666;
	line-height:1.3em;
	/*padding:8px 0 0 0;*/
}

#IAS{
	float:right;
	font-size:1.1em;
	color:#666;
	text-align:left;
	width:227px;
}

#IAS a {
color: #01A75F;
}

#IAS p {
margin-left:4px;
line-height:1em;
}



#inthispart {
border-bottom:3px dotted #999;
padding-bottom:15px;
}

#inthispart li {
background-image:url(/images/bullet.png);
background-position:left center;
background-repeat:no-repeat;
color:#666666;
font-size:1.2em;
padding:0.2em 0 2px 20px;
}

#innercontentbook #intro, #innercontent #intro, #innercontentbook #subintro {
font-size:1.9em;
margin:10px 0;
}

#innercontentbook #subintro {
font-size:1.5em;
}

#mainText {
font-size:1.2em;
color:#666;
}

#mainText a {
color: #01A75F;
}

#mainText h4 {
color:#000000;
font-size:1.1em;
font-weight:bold;
}

.signup, #reset {
height: 45px;
float:left;
	width: 104px;
	cursor: pointer;
	text-indent: -9999px;
	border: none;
	background: url(/images/send_butt.jpg) no-repeat left top;
	margin-right:12px;
}

#reset {
background: url(/images/reset_butt.jpg) no-repeat left top;
width: 111px;
}

input.signup, input#reset {
	font-size: 0;
	color: #029455;
	text-align: right;
	float:left;
	padding-right:10px;
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

