@import url('reset.css');
@import url('960.css');
@import url('text.css');
@import url('jquery-ui.css');
@import url('formSearch.css');

body {
	background: #ffffff url(images/bkgrd.jpg) top center repeat-x;	padding: 14px 0;
	color: #434343;
}

a {
	color: #2e6e9e;
}

a:hover {
	color: #4297d7;	
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
	margin-bottom: 6px;
	line-height: 1.1;
}

h1 {
	font-size: 36px;
	color: #e17009;
	letter-spacing: -1px;
}

h2 {
	font-size: 24px;
	color: #2e6e9e;
	letter-spacing: -1px;
}

h3 {
	font-size: 18px;
	color: #2d6d9d;
}

h4 {
	font-size: 14px;
	/*	color: #2e6e9e;	*/
	color: #E17009;
}

h5 {
	font-size: 13px;
	color: #2e6e9e;
}

p {
	margin-bottom: 10px;
}

h3, p {
	line-height: 20px
}

hr {
	border-top: 0px solid #fff;
	border-bottom: 1px dashed #ccc;
	padding: 2px 0 0
}

#description {
	padding: 120px 0 0
}

#footer {
	font-size: 11px;
	text-align: center;
	background: url("images/bkgrd.jpg") center -120px repeat-x;
	padding: 20px 0 40px 0;
	margin-top: 20px;
	border-top: 1px solid #aaa;
}


/*-- TITLE AND SUBTITLE STYLES --*/
#title {
	text-shadow: 1px 1px 4px #2d6d9d;
	font-size: 40px;
	color: #ffffff;
	text-decoration: none;
}

#subtitle {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 0px;
}

/*-- HEADER AND BANNER AD STYLES --*/
.header {height: 120px;}

.banner {
	height: 60px;
	margin-top: 10px;
	text-align: center;
	line-height: 60px;
	color: #ffffff;
	font-weight: bold;
}

.sidebanner {
	height: 220px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 220px;
	color: #ffffff;
	font-weight: bold;
}

/*-- SEARCH MODULE STYLES --*/
.searchmodule {
	font-size: 90%;
	padding: 10px 0 20px 0;
	margin: 20px 0 20px 0;
}

.moduletabs {
	font-size: 90%;
	padding: 10px 0 20px 0;
	margin-bottom: 20px;
}

.searchmodule h5 {
	width: 100%;
	border-bottom: 1px solid #ccc;	
	margin-bottom: 6px;
}

/*-- SIDEBAR STYLES --*/
.sidebar {
	font-size: 90%;
	color: #666;
}


/*-- FORM STYLES --*/
/* see: http://fecklessmind.com/2009/01/23/how-to-reliable-css-forms/ */
#searchForm {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 12px;
}

.poweredby {
	text-align: left;
	float: left;
	width: 100%;
	color: #666;
	font-size: 10px;
	margin-left: 30px;
}

fieldset {clear: both;}
legend {padding: 0 0 1.286em; font-size: 1.167em; font-weight: 700;}
fieldset fieldset legend {padding: 0 0 1.5em; font-size: 1em;}
* html legend {margin-left: -7px;} /* ie6 */
*+html legend {margin-left: -7px;} /* ie7 */

form .field, form .buttons {margin: 0 0 1.5em;}
form .field label {display: block;}
form ul.fields {margin: 0 0 1.5em; padding: 0;}
form ul.fields li {list-style-type: none; margin: 0;}
form ul.inline li, form ul.inline label {display: inline;}
form ul.inline li {padding: 0 .75em 0 0;}

input.radio, input.checkbox {vertical-align: top;}
label, button, input.submit, input.image {cursor: pointer;}
* html input.radio, * html input.checkbox {vertical-align: middle;} /* ie6 */
*+html input.radio, *+html input.checkbox {vertical-align: middle;} /* ie7 */

textarea {overflow: auto;}
input.text, input.password, textarea, select {margin: 0; font-weight: bold; font-family: Helvetica, Arial, sans-serif; vertical-align: baseline;}
input.text, input.password, textarea {border: 1px solid #444; padding: 2px;}

input.checkbox{
	width:auto;
	border:none;
}

input, textarea, input[type='text'], input[type='password']{
	background:#fff url("../img/pl_input_bg.png") repeat-x top;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	border: #aaa 1px solid;
	width: 150px;
	padding: 2px 4px 5px 4px;
}

select {
	border: #aaa 1px solid;
	padding: 2px;
}

textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover{
	border-color: #666;
}
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus{
	border-color: #a6c9e2;
}


/*-- BUTTON STYLES --*/
.button {
	background:url("images/pl_button.png");
	display:block;
	color:#fff;
	height:32px;
	width:220px;
	line-height:30px;
	text-align:center;
	padding:0;
	margin:0 0 10px 0;
	font-family: Helvetica, Arial, "Liberation Sans", "Bitstream Vera Sans", sans-serif;
	font-weight: bold;
}

button.button{
	border:none;
	font-size:18px;
	padding-bottom:4px;
	height:32px;
}
.button:hover {
	background:url("images/pl_button_hover.png");
}
a.button:link, a.button:active, a.button:visited, a.button:hover {
	color:#fff;
	text-decoration:none;
}
.button-row {
	overflow:hidden;
}
.button-row .button {
	float:left;
	margin-right:20px;
}
.button-row .last {
	margin-right:0;
}
.green-button {
	background:url("images/pl_button_green.png");
}
.green-button:hover {
	background:url("images/pl_button_green_hover.png");
}

ul.list1{
	width:100%;
}

ul.list1 li{
	float:left;
	width:30%;
}

.clear{
	clear:both;
	height:1%;
}
