/*
Main Style Sheet
Author: Jason Hollett (Cyan Solutions Ltd.)
___________________________________________________________________________ */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }


body {
	background: #e6cd7d url(../_images/page-bg-public.jpg) repeat-x 0 0;
	font-family: arial,sans-serif;
	color: #333;
	line-height: 18px;
}


h2 {
	color: #e8b001;
	font-family: "myriad pro",arial,helvetica,sans-serif;
	font-size: 174%;
	font-style: italic;
	font-weight: bold;
}

h3 {
	color: #187202;
	font-family: "myriad pro",arial,helvetica,sans-serif;
	font-size: 146.5%;

	margin: 20px 0 10px 0;
}


h4 {
	color: #666;
	font-size: 116%;
	font-weight: bold;
	margin: 20px 0 10px 0;
}


.float-l { float: left; }
.float-r { float: right; }
.clear { clear: both; }

blockquote, ul, ol {
	margin: 0 0 0 20px;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
}

li {
	margin: 0 0 0 20px;
}




/* =Layout */
#container {
	width: 780px;
	background-color: #fff;
	margin: 0 auto 30px;
	padding: 0 10px;
}


/* =Header */
#header {
	background: #fff url(../_images/header-bg.jpg) no-repeat 0 0;
	height: 236px;
	margin-bottom: 20px;
}

	#header a {
		font-family: tahoma,arial,sans-serif;
		font-weight: bold;
		color: #999;
		text-decoration: none;
	}

	#header a:hover {
		color: #333;
	}

	#header ul {
		float: right;
		margin-top: 10px;
	}


	#header li {
		border-right: 1px solid #999;
		float: left;
		margin: 0;
		padding: 0 10px;
		
	}

	#header li.last {
		border-right: none;
	}



#sub-header {
	margin-bottom: 20px;
}



/* =Content */
#content {
	padding: 0 0 10px 0;
}

	#content a {
		color: #187202;
	}

	#content a:hover {
		color: #e8b001;
	}

	#content p {
		margin-bottom: 10px;
	}



	#content ul.util-nav {
		float: right;
	}

	#content ul.util-nav li {
		float: left;
		border-right: 1px solid #999;
		padding: 0 10px;
		margin: 0;
		font-weight: bold;
	}

	#content ul.util-nav li.last {
		border-right: none;
		padding-right: 0;
	}



	#content p.new-search {
		float: right;
		font-weight: bold;
	}

	#content p.alert {
		background: url(../_images/alert.gif) no-repeat 5px 5px;
		border: 1px solid #f66;
		background-color: #ffe5e5;
		padding: 7px 7px 7px 35px;
		width: 300px;
		margin: 30px auto 20px;
	}

	#content p.success {
		background: url(../_images/success.gif) no-repeat 5px 4px;
		border: 1px solid #9dcf55;
		background-color: #e8f9d0;
		padding: 7px 7px 7px 35px;
		width: 300px;
		margin: 30px auto 20px;
	}



	a.btn {
		display: block;
		height: 24px;
		line-height: 24px;
		padding-left: 34px;
		font-weight: bold;
		/*font-size: 108%;*/
		background-repeat: no-repeat;
		background-position: 0 0;

		
	}

	a.add {	background-image: url(../_images/add.gif); }
	



/* tables */
	#content tr.stripe {
		/*background-color: #fcf7e6;*/
		background-color: #fcfaf2;
	}


	#content table.search-form {
		width: 370px;
	}

	#content table.edit-form {
		width: 400px;
	}

	#content table.center {
		margin: 0 auto;
	}


	#content table.border {
		border-right: #ccc 1px solid;
	}

	#content td {
		padding: 5px 10px;
	}

	#content td.right	{ text-align: right; }
	#content td.top		{ vertical-align: top; }
	#content td.middle	{ vertical-align: middle; }
	


	#content td.right-border {
		border-right: 1px solid #ccc;
	}

	#content td.modify {
		background: url(../_images/modify.gif) no-repeat 0 4px;
		padding-left: 30px;
	}


	#content input.field {
		width: 160px;
		padding: 3px;
	}

	#content input.field-small {
		width: 80px;
		padding: 3px;
	}

	#content input.field-large {
		width: 320px;
		padding: 3px;
	}

	#content form.search-form {
		margin: 20px 0;
	}

	#content select {
		padding: 3px;
	}

	#content input.submit {
		font-weight: bold;
	}

	#content textarea {
		font-family: arial,sans-serif;
		font-size: 100%;
		padding: 3px;
		width: 500px;
		height: 100px;
	}








/* download pdf */
	#content .download {
		float: right;
		border: #eee 1px solid;
		width: 100px;
		padding: 10px 20px;
		margin: 10px 0 0 20px;
		background-color: #fcfaf2;
	}

	#content .download a {
		background: url(../_images/application-pdf.png) no-repeat 0 0;
		padding: 0 0 0 20px;
		display: block;
	}



















#results-bar {
	padding: 5px 10px;
	margin: 10px 0;
	background-color: #e5f4e1;

	min-height: 24px;
	height: auto !important;
	height: 24px;
	line-height: 24px;
}

	#results-bar div {
		float: left;
	}

	#results-bar form.prev,
	#results-bar form.next,
	#results-bar button {
		float: right;
	}

	#results-bar form.next {
		margin-left: 10px;
	}

	#results-bar input,
	button {
		font-weight: bold;
	}





/* =Footer */
#footer {
	background: #e6cd7d url(../_images/footer-bg.gif) repeat-x 0 0;
	font-size: 93%;
	text-align: center;
	color: #666;
	padding-top: 10px;
	margin: 0 -10px;
}

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

#footer a:hover {
	color: #000;
	text-decoration: underline;
}
