@import url("reset.css");

body {
	background: #fff;
	font-family: "Franklin Gothic Medium", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 16px;
	padding: 8px 0px;
}

.clear {clear: both;}	

a:link, a:visited, a:active {
	color: #3366FF;
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;	
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}

h1 {
	color: #CC0000;
	font-size: 24px;
	margin-bottom: 15px;
}

h2 {
	color: #CC0000;
	font-size: 20px;
	margin-bottom: 15px;
}

h3 {
	color: #CC0000;
	font-size: 18px;
	margin-bottom: 15px;
}


h4 {
	color: #CC0000;
	font-size: 15px;
	margin-bottom: 5px;
}

h5 {
	color: #CC0000;
	font-size: 10px;
	margin-bottom: 5px;
}

p {
	margin-bottom: 15px;
}

.img_caption.left {float: left;	margin-right: 15px;}
.img_caption.right {	float: right;	margin-left: 15px;}
.img_caption.left p {clear: left;text-align: center;}
.img_caption.right p {clear: right;	text-align: center;}


#wrapper {
	width: 787px;
	margin: 0 auto;
	border: 2px solid #111;
	padding: 3px 0 10px 0;
}

#header {
	height: 199px;
	position: relative;
	background: url(../images/house101.jpg) no-repeat center top;
	border-bottom: 1px solid #111;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

.top {
	position: absolute;
	top: 160px;
	right: 13px;
	color: #fff;
	width: 375px;
	text-align: center;
	font-size: 12px;
}

#container {	
	background: url(../images/container_bg.jpg) repeat-y left top;
	padding: 10px 22px 20px 11px;
	margin-bottom: 3px;
}

#leftCol {
	float: left;
	width: 153px;
	color: #fff;
}

#leftCol h3 {
	color: #fff;
}

#leftCol ul li {
	padding: 2px 0;
}

#leftCol a:link, #leftCol a:active, #leftCol a:visited, #bottom a:link, #bottom a:active, #bottom a:visited  {
	color: #fff;
	font-weight: normal;
}

#rightCol {
	width: 575px;
	float: right;
}

.componentheading, .contentheading {
	color: #CC0000;
	font-size: 24px;
	margin-bottom: 15px;
}

.small, .createdate, .modifydate, .createdby {
	color: #000;
	font-size: x-small;
}

#content ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 22px;
}

#content ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 25px;
}

#content ul li, #content ol li {
	padding-bottom: 3px;
	padding: 0 10px;
}


#content ul.pagination li {
	display: inline;
	padding: 0 10px;
}


blockquote {
	background: #ffffcc;
	padding: 5px;
}

.moduletable {
	margin-bottom: 10px;
}

#bottom {
	background: #000080;
	height: 25px;
	line-height: 25px;
	text-align: center;
}

#bottom ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#bottom ul li {
	display: inline;
	padding-left: 4px;
	padding-right: 4px;
	border-right: 1px solid #000;
}

*html #bottom ul li {
	padding-left: 6px;
	padding-right: 3px;
}

#bottom p {
	margin: 0;
}

#footer {
	font-size: 12px;
	text-align: center;
	color: #fff;
	padding: 8px 10px 20px 10px;
	color: #666;
}

#footer p {
	margin-bottom: 10px;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 25px;
}

#footer ul li {
	display: inline;
	padding: 0 5px;
	background: url(../images/f_sep.jpg) no-repeat right center;
}

#footer ul li a:link, #footer ul li a:active, #footer ul li a:visited {
	text-decoration: none;
}

#footer span {
	padding: 2px;
	font-size: 24px;
	color: #333333

}

/* System Messages */
#system-message
{
margin:10px 0 20px 0;
padding: 0 !important;
background:#8FBA2B;
}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0;  font-weight: bold; text-indent: 0px;background:#fff;padding:0 }
#system-message dd ul { color: #93246F; margin-bottom: 10px; list-style: none; padding: 0px; border-top: 3px solid #93246F; border-bottom: 3px solid #93246F;}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }
#system-message dd.message ul { background: #F2E3ED}

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error {  }
#system-message dd.error ul { color: #93246F; background: #F2E3ED ; border-top: 3px solid #93246F; border-bottom: 3px solid #93246F;margin:0}

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice {  
	
}
#system-message dd.notice ul { color: #93246F; background: #F2E3ED; border-top: 3px solid #93246F; border-bottom: 3px solid #93246F;}
