/* Updated: March 14, 2008 */

html * { margin: 0; }

a img { border: 0; }

textarea { padding: 3px; font: Verdana, Helvetica, sans-serif; }

body {
	background-color: #717C8B;
	font: 76% Verdana, sans-serif;
	text-align: center;
	margin: 0;
	color: #000000;
	background-image: url(/images/layout/pgbg.jpg);
	background-repeat: repeat-x;
}

td, th {

	padding: 0px;
	vertical-align: top;
}

a {
	color: #FF6600; /* Orange F7941E */
	text-decoration: none;
}

a:hover {

	text-decoration: underline;
}

p {
	
	margin-bottom: 10px;	
}

h1 {

	font-size: 16px;
	color: #000;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 0;
	padding-bottom: 5px;
	border-bottom: 2px solid #F7941E;
}

h2 {

	font-size: 14px;
	color: #000;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid #F7941E;
}

/* @group Layout */

.layout #outerContainer {
	width: 900px;
	text-align: center;
	margin: 0 auto;
	padding: 0px;
	background-image: url(/images/layout/bgrepeat.jpg);
	background-repeat: repeat-y;
	
}

.layout #container {
	width:  100%;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	
}

.layout #header {
	width: 100%;
	padding: 0;
	margin: 0px;
	height: 148px;
	background-image: url(/images/layout/header.jpg);
	background-repeat: no-repeat;
}

.layout #header2 {
	height: 87px;
	background-image: url(/images/layout/bottompoint.jpg);
	background-repeat: no-repeat;
	
}

.layout #header2 #subTitle {
	float: left;
	width: 500px;
}

.layout #header2 #subTitle .section {
	
	padding: 18px 20px 0px 40px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 28px;
}

.layout #header2 #blogButton {
	float: left;
	width: 400px;
}

.layout #header2 #blogButton .section {
	
	padding: 15px 20px 0px 208px;
}



.layout #footer {
	width: 100%;
	height: 35px;
	margin: 0;
	text-align: center;
	background-image: url(/images/layout/footer.jpg);
	background-repeat: no-repeat;	
	
	
}

.layout #pagefooter {
	background-color: #F4FFB5;
	width: 100%;
	padding-top: 15px;
	text-align: center;
}

.layout #content {
	width: 100%;
	text-align: left;
	padding: 0;
	margin: 0;
	min-height: 400px;
}

/* Three Column */

.layout #contentSection #leftThreeCol {

	width: 226px;
	float: left;
	margin: 0;
	pading: 0;

}

.layout #contentSection #leftThreeCol .section {
	
	padding: 0px 13px 5px 13px;
}

.layout #contentSection #rightThreeCol {

	width: 200px;
	float: left;
	margin: 0;
	pading: 0;
	
}

.layout #contentSection #rightThreeCol .section {
	
	padding: 0px 16px 5px 14px;
}

.layout #contentSection #mainThreeCol {

	width: 474px;
	float: left;
	margin: 0;
	padding: 0; 

}

.layout #contentSection #mainThreeCol .section {
	
	padding: 0px 0px 0 10px;
}

/* Two Column */


.layout #contentSection #leftTwoCol {

	width: 226px;
	float: left;
	margin: 0;
	pading: 0;

}

.layout #contentSection #leftTwoCol .section {
	
	padding: 0px 13px 5px 13px;
}


.layout #contentSection #mainTwoCol {

	width: 674px;
	float: left;
	margin: 0;
	padding: 0;

}

.layout #contentSection #mainTwoCol .section {
	
	padding: 0 40px 0 10px;
}

/* One Column */

.layout #contentSection #mainOneCol {

	width: 100%;
	float: left;
	margin: 0;
	padding: 0;

}


.layout #contentSection {

	width: 100%;
	margin: 0;
	padding: 0 0 10px 0;
	
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* @end */



/* @group Forms */

.formTbl th, .formTbl td {
	padding: 3px 3px;
}

.formTbl th {
	width: 33%;
}

.formTbl th {
	font-weight: bold;
	text-align: right;
}

.formTbl label.formLbl {
	font-weight: bold;
	line-height: 1.5;
}

/* @end */

.messageStyle {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	font-weight: bold;
	text-align: center;
	background-color: #f5feba;
	border: 1px solid #fdd16b;
}

/* @group List Table */

.listTbl {
	border: solid 1px #666666;
	border-collapse: collapse;
}

.listTbl td, .listTbl th {
	
	padding: 3px;
	vertical-align: top;
}

.listTbl th {
	
	text-align: center;
	background-color: #ccc;
	font-weight: bold;
	font-size: 0.9em;
	
} 

.listTbl td {
	
	border-bottom: solid 1px #666666;
}

.listTbl tr:hover {

	background-color: #FFFFCC;
}

/* @end */

.newsEntries {
		
	margin-bottom: 10px;
}

.newsEntries .entry {
	
	margin-bottom: 10px;	
}

.newsEntries .title {
	
	font-weight: bold; 
	font-size: 20px;
	color: #F7941E;
	margin-bottom: 15px;
	border-bottom: 2px solid #666;
}

.newsEntries .date {
	
	font-weight: bold; 
	font-size: 12px;
	margin-bottom: 5px;
}

.newsEntries .description {
	padding: 10px 0;
	font-weight: normal;
}

.newsEntries .description img {
	
	padding: 5px;
}

ul.horizNav {

	margin: 0;
	padding: 0 0 20px 0;
	list-style-type: none;
}

ul.horizNav li {

	display: inline;
	padding: 0.2em 0.1em;
	font-size: 1.1em;
	


}

ul.horizNav li a {

	padding: 0.2em 1em;
	color: #900;
	font-size: 10px;
	border: 1px solid #333;
	font-weight: bold;
	
}

ul.horizNav li a:hover {

	background-color: #E9E9E9;
	text-decoration: none;
	
}

.paginate {
	
	margin: 5px;	
}

.paginate a.paginateSelected, .paginate a.paginateLink {
	
	padding: 0.2em 0.4em;
}

.paginate a.paginateLink:hover {
	
	background-color: #531373;
	text-decoration: none; 
	color: #FFF;
}

.paginate a.paginateSelected {
	
	background-color: #531373;
	text-decoration: none; 
	color: #FFF;
	font-weight: bold;
}

.headerInfo{
	padding-top: 40px;
	color: white;
	text-align: right;
	padding-right: 20px;
	line-height: 1.5;
	font-size: 14px;
	font-family: 'Century Gothic', Verdana, sans-serif;
}

.headerInfo a {
	
	color: white;
	text-decoration: none;
}

.headerInfo a:hover {
	
	color: #F7941E;

}

.sidebarBox {
	margin-top: 2px;
	border: 1px solid #999;
	background-color:#666;
	
}

.sidebarBox .info {
	padding: 10px;	
	padding-top: 10px;
}

.sidebarBox .info .title {
	font-size: 14px;
	font-family: 'Century Gothic', Verdana, sans-serif;	
	color: #FFF;
}

#sidebar .entry {
	
	margin-bottom: 10px;	
}

#sidebar .entry .header {
	
	font-weight: bold;
	font-size: 16px;
}

#sidebar .entry .body {
	
	font-weight: bold;
	font-size: 12px;
}

#sidebar .entry .linkto {
	
	font-size: 14px;
	font-weight: bold;
}

.formError {
	
	font-weight: bold;
	font-size: 10px;
	color: #900;
}


/* @end */