body{
	background:#faf9f4;
}

:focus
{
  -moz-outline-style: none;
}

.CMSBreadCrumbsLink{
	color: #2c76bb;
	text-decoration:none;
}

.CMSBreadCrumbsLink:hover{
	color: #b74c17;
}

.CMSBreadCrumbsCurrentItem{
	color: #2c76bb;
	font-weight:bold;
}

p,h1,h2,h3,h4{
		color: #363636;
}

#divider{
	margin-bottom:1.5em;
}

#seperator {
	border: none;
	padding: 0;
	background-color: #faf9f4;
	background-image: url(/WESTCENTRALASPX/images/HeaderImg_01.jpg);
	background-repeat: repeat-x;
	height: 20px;
	margin: 0 0 1.25em 0;
}


#container {
	width: 1024px;
	margin: 0 auto;
	overflow: hidden;
}


div#contentRegion {
	width: 921px;
	margin: 0 auto;
}

.article{
	clear:both;
	margin:0 0 1.5em 0;
}

.article img{
	float:left;
	border:none;
	margin:0;
	padding:5px;
}

.article p{
	padding:10px 5px;
	margin:0 0 0 200px;
}

.brochure-panel{
	height:372px;
	background:#2c76bb;
	padding:10px;
}

.brochure-panel *{
	color:#fff;
	background:#2c76bb;
}

.brochure-content p{
	width:350px;
	float:left;
	font-size:12px;
	margin:0 1.5em 1.5em 1.5em;
}

.brochure-content p.intro{
	font-size:16px;
	width:auto;
}


/**********************************
Footer Styling 
**********************************/
#footer {
	color: #fff;
	text-decoration: none;
	text-align: center;
	width: 100%;
	background: #8b8564 url(../images/footerImg_11.jpg) repeat-x 0 top;
	padding: 2em 0 1em 0;
}

#footer div {
	margin:0 auto;
	width:500px;
}

#footer ul {
	padding: 0;
	margin: 0 auto;
	list-style: none;
}

#footer ul li {
	padding: 0;
	margin: 0;
	float: left;
	display: block;
}

#footer ul li a {
	float: left;
	display: block;
	color: #fff;
	padding: 0;
	margin: 0 5px 0 0;
	text-decoration: none;
}

/********************************
Main Menu Styling
********************************/
#main-menu {
	float: right;
	padding-right: 20px;
	margin: 70px 0 0 0;
}

#main-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index:1000;
}

#main-menu ul li {
	display: inline;
	float: left;
}

#main-menu ul li a:link,
#main-menu ul li a:visited,
#main-menu ul li a:hover {
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

/*****************************
Sub-Menu Styling
*****************************/
#sub-menu{
	margin:10px 0;
}

.wciGlobalHeaderTopic{
	color: #2c76bb;
	font-weight:bold;
}

#sub-menu a{
	text-decoration:none;
	color:#9A9E9E;
	
}

#sub-menu a:hover{
	color:#535050;
}

hr.seperator{
	color: #2c76bb;
	background:#2c76bb;
	height:5px;
}
/*****************************
Print Styling 
******************************/
h2.section{
	padding:0 0 5px 0;
	border-bottom:solid 1px #2c76bb;
}

.blue{
	color: #2c76bb;
}

.bluebold {
	color: #2c76bb;
	font: normal bold 14px/16px Arial;
}
.Bigbluebold {
	color: #2c76bb;
	font: normal bold 26px/32px Arial;
}

/********************************
CSS Form Styling
********************************/
div.form label{
	float:left;
	display:block;
	width:100px;
	height:20px;
	text-align:right;
	margin-right:10px;
}

div.form label.tall{
	padding:25px 0;
}

div.form div{
	margin:5px 0;
}


div.form select,
div.form input[type=textarea],
div.form input[type=text]{
	width:200px;
	padding:2px 5px;
	margin:0;
}

div.form select{
	width:212px;
}


div.form .buttonRow{
	text-align:center;
}

div.form textarea{
	width:200px;
	height:50px;
}

/**********************************
Table Form Styling
**********************************/
table.form{
	border:solid 1px #bbb;
	border-bottom:none;
}

table.form thead{
	background: #2c76bb;
	color:#fff;
}

table.form td.box{
	padding:5px;
	margin:0;
	font-weight:bold;
}

table.form thead td{
	border-right:solid 1px #ddd;
}

table.form td{
    border-bottom:solid 1px #bbb;
    padding:5px;
}

table.form td.select{
	background:#2c76bb;
	color:#fff;
}


/**********************************
Call Out Styling
**********************************/
div.callout {
	background: #000 url(../images/callout-brown-bg.jpg);
	width: 250px;
	height: 300px;
	float: left;
	margin: 0 2em;
}

div.callout img.header {
	position: relative;
	margin: 0 0 1.5em 0;
	top: 22px;
	left: 11px;
}

div.callout img.footer{
	position:relative;
	left: 110px;
	bottom:20px;
}

div.callout p {
	position: relative;
	padding: 0 30px;
	overflow: hidden;
	margin:0 0 1.5em 0;
}

div.callout a:link, 
div.callout a:visited, 
div.callout a:hover, 
div.callout a:active {
	text-decoration:none;
}

div.callout a:link, 
div.callout a:visited, 
div.callout a:active {
	color: #2c76bb;
}

div.callout a:hover {
	color: #b74c17;
}

/******************************************
Section Callouts CSS
******************************************/
div.section{
	display:table-cell;
	vertical-align:middle;
	overflow:hidden;
	width:350px;
	height:200px;
	padding:3px 4px 5px;
}

div.section img{
	margin-bottom:1em;
	padding:5px;
	border:solid 2px #ddd;
}



