/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	text-align: center;
	background-color: white;
}

#container {
	background-image: url(../templateimages/back_fade.png);
	background-position: top left;
	background-repeat: repeat-x;
	/* because "min-width" is not supported by IE, these pages use a script from PVII */
	min-width:955px;








	_width:expression(document.body.clientWidth < 956? "955px": "100%" );; /* hack for MS IE */
	width:955px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

/* Contains rest of HTML */
#centrecontainer {
	width: 100%;
	text-align: left;
	height: 100px;
	background-color: #FFF;
	
}


/* --- Header section ------------------------------------------------ */
#header {
	height: 120px;
	margin: 0px;

}

#header #title {
	height: 70px;
	margin: 0px 0px 0px 0px;
}

/* Top links */
#header2 .links {
	border-top: solid 1px white;
	margin: 0px 10px 0px 10px;
	padding: 5px 0px 5px 0px;
	font-size: 7.5pt;
}


#header2 .links li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#header2 .links a:link, #header2 .links a:visited
	{
	position: relative;
	text-decoration: none;
	color: black;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 12px 5px 0px;
	}


#header2 .links a:hover
	{
	position: relative;
	text-decoration: none;
	color: black;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

#header2 .links2 {
	margin: 2px 10px 0px 10px;
	padding: 2px 0px 2px 0px;
}

#header2 .links2 li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#header2 .links2 a:link, #header2 .links2 a:visited
	{
	margin: 0px 10px 0px 0px;
	text-decoration: none;
	color: black;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
	}


#header2 .links2 a:hover
	{
	color: black;
	}


/* --- Entire page body section - everything below the header -------- */
#pagebody {
	padding: 10px 0 0 0;
	float:left;
	width:100%;
	/* IE doubles the margins on floats, this takes care of the problem */
	display:inline;
	/* this is where Ryan Brill (author of the ALA's article) and I go in "opposite directions" */
	margin-left:-200px
}

/* Left hand section of page body (if you have one!) */
#LeftSideBar {
	float: left;
	width: 170px;
	text-align: left;
	padding: 0;
	/* IE doubles the margins on floats, this takes care of the problem */
	display:inline;
	margin-left:210px;
}

/* Dynamic page content section of page body */
#pagecontent {
	text-align: left;
	margin-left:400px;
	position: relative;
}

#pagecontent_pad {
	padding: 10px 5px 5px 0px;
	float: left;
	width: 100%;
}

/* Right hand section of page body */
#RightSideBar {
	padding:0px 0 0px 100%;
	margin: 10px 0 0 -185px;
}

#RightSideBar .wrap {
	margin-right: 10px;
}

#RightSideBar .section {
	display: block;
}

/* --- Footer -------------------------------------------------------- */
#footer {
	padding-top: 20px;
	clear: both;
	text-align: left;
	float: left;
	width: 100%;
	background-color: #FFF;
}

/* Footer nav links */
#footer .links {
	margin: 0px;
}

#footer .links li {
	list-style: none;
	display: inline;
}
	
#footer .links a {
	font-size: 7pt;
	padding: 2px;
	margin-left: 3px;
	margin-right: 3px;
}

/* T&Cs text */
#terms {
	background-image: url(../templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 4px 0 0 0;
	padding: 10px 0 12px 10px;
	font-size: 7pt;
	color: #999999;
}
#terms .fix {
	padding-left: 10px;
}


/* --- language, currency menu and search box ------------------------ */
#languagemenu form select, #currencymenu form select {
	width: 168px;
	margin: 0;
	padding: 0;
}

#searchbox input {
	width: 148px;
}

#searchbox #searchbutton {
	width: 10px;
	text-align: right;
	margin: 0;
	padding: 0;
}

/* --- Template items ------------------------------------------------ */
#left_pad {
	padding: 0px 5px 0px 8px;
}

#left h2 {
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}

/* search and mailinglist forms */
#quicksearch form {
	display: block;
}

#left input.submit {
	height: 22px;
	width: 30px;
}

#left input.text {
	width: 95px;
}

#mailinglist label#email {
	display: block;
	margin: 0px 0px 2px 0px;
}

#mailinglist label#htmlemail {
	display: block;
	margin: 2px 0px 2px 0px;
}

#right h2 {
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}
.WhiteBackground {
	background-color: #FFF;
}
