/* Start of CMSMS style sheet 'Style' */
* { padding: 0; margin: 0; }

body {
	font-family: georgia, arial, helvetica, sans-serif;
	font-size: 16px;
	color: #252525;
	background-image:url('images/bg.gif');
	background-repeat:repeat-x; 
	background-color: #469100;
}

p {
	padding: 9px 0px 9px 0px;
}

a {
	color: #469100;
	text-decoration: underline;
}

a .ital {
	font-style: italic;
}

h1 {
	color: #459100;
	font-size: 29px;
	font-style: italic;
}

h2 {
	color: #1f3494;
	font-size: 16px;
}

hr {
	height: 1px;
    background: #5161ac;
    margin: 17px 1px 10px 1px;  
}

body .accent {
	color: #459100;
	font-style: italic;
}

#wrapper { 
	margin: 0 auto;
	width: 1000px;
	min-height: 813px;
}

#header {
	width: 1000px;
	float: left;
	height: 115px;
	margin-left: 20px;
	background-image: url('images/header.png');
	background-repeat: no-repeat;
	background-position:bottom left; 
}

#main { 
	float: left;
	width: 894px;
	display: inline;
}

#navigation {
	float: left;
	width: 894px;
	height: 44px;
}

#navigation .left {
	float: left;
	width: 55px;
	height: 44px;
	background-image:url('images/corner-top-left.png');
	background-repeat: no-repeat;
}

#navigation .center {
	float: left;
	width: 784px;
	height: 44px;
	border-top: 1px solid #afe566;
	background-image:url('images/bg-nav.png');
	background-repeat:repeat-x; 
}

#navigation .right {
	float: left;
	width: 55px;
	height: 44px;
	background-image:url('images/corner-top-right.png');
	background-repeat: no-repeat;
}

#navigation ul {
	margin-left: 8px;
}

#navigation ul li {
	display: inline;
}

#navigation ul li a {
	background-image: url('images/divider.png');
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	line-height: 43px;
	padding: 0px 19px 0px 19px;
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
	float: left;
}

#navigation ul li a:hover{
	text-decoration: none;
	color: #BBBBBB;
}

#navigation  dfn {
	display: none
}

#content { 
	float: left;
	min-height: 421px;
	width: 892px;
	background: #FFFFFF;
	display: inline;
	border-left: 1px solid #afe566;
	border-right: 1px solid #afe566;
}

#content .photo {
	float: left;
	margin-left: 16px;
	width: 318px;
	height: 418px;
	background-image: url('images/home-photo.png');
	background-repeat: no-repeat;
	background-position: left;
}

#content .home {
	padding-top: 29px;
	float: left;
	width: 289px;
}

#content .body {
	padding: 25px 0 0 55px;
	float: left;
	min-height: 548px;
	width: 578px;
}

#content .homesidebar {
	float: left;
	width: 259px;
	height: 418px;
}

#content .sidebar {
	float: left;
	padding: 25px 0 0 35px;
	width: 224px;
	height: 418px;
}

#leftcolumn { 
	width: 52px;
	float: left;
	min-height: 480px;
	background-image: url('images/left-curly.png');
	background-repeat: no-repeat;
	background-position: right; 
}

#rightcolumn { 
	width: 52px;
	float: left;
	min-height: 480px;
	background-image: url('images/right-curly.png');
	background-repeat: no-repeat;
}

#footer { 
	width: 884px;
	height: 52px;
	clear: both;
	margin-left: 52px;
	padding: 16px 0px 0px 10px;
	list-style: none;
	font-size: 12px;
	line-height: 19px;
}

#footer ul {
	padding-left: 0;
	float: left;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	background-image: url('images/footer-divider.png');
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	padding: 0px 10px 0px 10px;
	color: #ffffff;
	text-decoration: none;
	float: left;
}

#footer ul li a:hover{
	text-decoration: underline;
}

#footer .legal {
	color: #aef64f;
}

#footer .highlight {
	color: #aef64f;
	text-decoration: underline;
	font-style: italic;
}

#bottom {
	float: left;
	width: 894px;
	height: 17px;
}

#bottom .left {
	float: left;
	width: 16px;
	height: 17px;
	background-image:url('images/corner-bottom-left.png');
	background-repeat: no-repeat;
}

#bottom .center {
	float: left;
	width: 862px;
	background-color: #FFFFFF;
	height: 16px;
	border-bottom: 1px solid #afe566;
}

#bottom .right {
	float: left;
	width: 16px;
	height: 17px;
	background-image:url('images/corner-bottom-right.png');
	background-repeat: no-repeat;
}
/* End of 'Style' */

