@charset "UTF-8";
/* CSS Document */
@import url(layout.css);
@import url(slideshow.css);
@import url(cms.css);
@import url(pngFix.css);
body {
	margin: 0;
	padding: 0;
	color: #333;
	font: 12px/14px Arial, Helvetica, sans-serif;
}
body#splash {
	background: #75a4c2;
}
body#templateBlue {
	background: #9a8d5e;
}
body#templateOrange {
	background: #6897b5;
}
body#templateGreen {
	background: #b37329;
}
p {
	padding:0 0 10px 0;
	margin:0;
}
.clear {
	clear: both;
	margin:0;
	padding:0;
}
form, img {
	margin: 0;
	padding: 0;
	border: 0;
}
a:active, a:link, a:visited {
	color: #0f3e58;
	text-decoration: underline;
}
a:hover {
	color: #09405d;
	text-decoration:none;
}
/* Main table styles
-------------------------------------------------------------------------*/
#layerMainContent table {
	border-collapse:collapse;
	width:100%;
	border: 1px solid #ccc;
}
#layerMainContent td {
	padding:5px;
	border: 1px solid #ccc;
}
/* With Borders */

#layerMainContent table.tableWithBorder {
	border-collapse:collapse;
	width:100%;
	border: 1px solid #ccc;
}
#layerMainContent table.tableWithBorder td {
	padding:5px;
	border: 1px solid #ccc;
}
/* Lists
-------------------------------------------------------------------------*/

#layoutLeftCol ul {
	padding:0 0 20px 0;
	margin:0;
	list-style: square inside;
}
#layoutLeftCol ul li {
	padding:0 0 0 10px;
	margin:0;
	border-bottom: 1px dotted #ccc;
}
#layoutLeftCol ol {
	padding:0 0 20px 0;
	margin:0;
	list-style: decimal inside;
}
#layoutLeftCol ol li {
	padding:0 0 0 10px;
	margin:0;
	border-bottom: 1px dotted #ccc;
}
/* Blue
-------------------------------------------------------------------------*/

#templateBlue h1 {
	color:#22536d;
	font-weight:normal;
	font-size:22px;
	line-height:normal;
	padding: 10px 0 15px 0;
	margin:0;
}
#layerMainContentHome #layoutLeftCol h1 {
	color:#22536d;
	font-weight:normal;
	font-size:22px;
	line-height:normal;
	padding: 0px 0 15px 0;
	margin: 0 10px 0 0;
}
#templateBlue h2 {
	color:#22536d;
	font-weight:normal;
	font-size:18px;
	line-height:18px;
	padding: 0 0 20px 0;
}
/* Home Page Image Padding
-------------------------------------------------------------------------*/
#layerMainContentHome  #layoutLeftCol img {
	padding: 0 20px 0 0;
	margin: 0;
}
/* Orange
-------------------------------------------------------------------------*/
#templateOrange h1 {
	color:#d28428;
	font-weight:normal;
	font-size:22px;
	line-height:normal;
	padding: 10px 0 15px 0;
	margin:0;
}
#templateOrange h2 {
	color:#d28428;
	font-weight:normal;
	font-size:18px;
}
/* Green
-------------------------------------------------------------------------*/
#templateGreen h1 {
	color:#53933a;
	font-weight:normal;
	font-size:22px;
	line-height:normal;
	padding: 10px 0 15px 0;
}
#templateGreen h2 {
	color:#53933a;
	font-weight:normal;
	font-size:18px;
}
/* HR 3 browsers compatible
-------------------------------------------------------------------------*/
hr {
	color: #ccc;
	height: 1px;
	background-color: #DADADA;
}
div.hr {
	height: 1px;
	background-color: #DADADA;
}
div.hr hr {
	display: none;
}
/* right Colum
-------------------------------------------------------------------------*/

#layoutLeftCol {
	width:600px;
	float:left;
	margin: 0 0 10px 10px;
	margin:0;
}
/* right Colum
-------------------------------------------------------------------------*/
	
#layoutRightCol {
	width:147px;
	float:right;
	background: url(../images/rightColBg.gif);
	margin: 0 0 10px 10px;
	margin:0;
}
#layoutRightCol .top {
	background: url(../images/rightColTop.gif) no-repeat center top;
	height:20px;
	width:147px;
}
#layoutRightCol .content {
	padding:10px;
}
#layoutRightCol h1 {
	font-size:14px;
	padding:0;
	margin:0;
}
#layoutRightCol p {
	line-height:11px;
	padding:5px 0 5px 0;
}
#layoutRightCol img {
	border: 1px solid #c4bb9e;
}
#layoutRightCol .hr {
	background: url(../images/rightColHr.gif) no-repeat center top;
	height:11px;
	width:147px;
}
#layoutRightCol .bottom {
	background: url(../images/rightColBottom.gif) no-repeat center top;
	height:20px;
	width:147px;
}

/*= End
-------------------------------------------------------------------------*/
