@charset "UTF-8";
/* CSS Document */

/*
==========================================================
  content
==========================================================
*/
#content-home {
	width: 990px;
}
h2.welcome {
    text-align: center; margin-bottom: 0;
}
/*
==========================================================
  Main content columns
==========================================================
*/
#main {
	width: 705px;
    float: right;
}
.colcontent {
	width: 705px;
	margin: 0 auto;
	float: right;
}
.colcontent li a {
    font-size: 1.1em;
    margin-top: -5px;
}
#main p.doubleline {
    clear: both;
	width: 705px;
	border-bottom: 1px solid #A9440F;
	border-top: 1px solid #A9440F;
	height: 1px;
	margin: 10px auto;
}
/*
==========================================================
  Homempage columns
==========================================================
*/
#homecolumns {
	width: 705px;
	margin: 0 auto;
	float: right;
	background: url(../images/colbk.gif) repeat-y left 10px;
}
#homecolumns .quote {
	padding-left: 15px;
	margin-top: 15px;
	font-style: italic; 
	padding-right: 10px;
	text-align: left;
	font-size: 1.1em;
}
ul.square {
	list-style: url(../images/squareo.gif);
	font-size: 1.2em;
	padding-left: 25px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 150%;
}
.col1, 
.col3 {
	text-align: center;
	float: left;
	width: 232px;
    padding-right: px;
}
.col2 {
	text-align: center;
	float: left;
	width: 240px;
    padding-right: px;
}

#homecolumns h3 {
    font-size: 1.6em;
	color: #000;
    padding: 10px 0 5px 0;
	text-decoration: none;
}
#homecolumns a:hover {
	color: #EFF0BE;
}
