@import url("reset.css");

body {
	background: #597692;
	font-family: "Century Gothic";
	font-size: 13px;
	text-align: center;
	color: #fff;
}

.clear {clear: both;}	

a:link, a:visited, a:active {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;	
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
	color: #fff;
	font-size: 15px;
	padding-bottom: 10px;
	font-weight: bold;
}

p {
	margin-bottom: 10px;
}

#wrapper {
	background: url(../images/wrap_bottom.gif) no-repeat center bottom;
}

#header {
	width:1030px;
	height: 75px;
	margin: 0 auto;
}

#header .logo {
	width: 241px;
	float: left;
}

#header .logo a {
	width: 241px;
	font-size: 23px;
	font-weight: bold;
	color: #fff;
}

#header .logo h1 a:hover {
	text-decoration: none;
}

#header .nav {
	float: right;
	width: 500px;
	height: 20px;
	padding-top: 20px;
	text-align: right;
}

#header .nav ul li {
	display: inline;
	padding: 0 8px;
}

#header .nav ul li a {
	font-family: "Century Gothic";
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
}

#bannerWrapper {
	background: url(../images/banner.jpg) repeat-x left top;
	width: 100%;
	height: 203px;
}

#bannerInner {
	position: relative;
	width: 1030px;
	margin: 0 auto;
}

.RotatingBanner {
	padding-top: 3px;
	margin: 0 auto;
}

.banner {
	position: absolute;
	top: 20px;
	left: 55px;
	text-align: left;
}

#containerWrapper {
	width: 100%;
	background: #506880 url(../images/container_bg.jpg) repeat-x left bottom;
	padding-top: 96px;
}

#container {
	width: 1030px;
	margin: 0 auto;
}

#leftCol {
	float: left;
	width: 248px;
	text-align: left;
}

#leftCol .moduletable-menu {
	background: #496179 url(../images/moduletable_menu_bg.jpg) repeat-x left top;
	padding: 13px 13px 45px 16px;
	margin-bottom: 5px;
}

#leftCol .moduletable-menu ul li {
	border-bottom: 2px solid #4E677F;
	padding: 22px 0 12px 0;
}

#leftCol .moduletable-menu ul li ul li {
	border-bottom: 0px;
	padding: 10px 0;
}

#leftCol .moduletable-menu ul li a:link, #leftCol .moduletable-menu ul li a:active, #leftCol .moduletable-menu ul li a:visited {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #fff;
	padding-left: 15px;
}

#leftCol .moduletable {
	background: #3C5165 url(../images/moduletable.jpg) repeat-x left top;
	padding: 13px 12px 25px 16px;
	margin-bottom: 5px;
}

#leftCol .moduletable h3, #rightCol .moduletable-shadow h3, #rightCol .moduletable h3 {
	border-bottom: 2px solid #4E677F;
	margin-bottom: 10px;
	padding-left: 5px;
}

#leftCol .moduletable p, #leftCol .moduletable .button {
	margin-bottom: 5px;
}

#leftCol .moduletable .inputbox {
	width: 135px;
	margin-bottom: 5px;
}

*html #leftCol .moduletable .inputbox {
	width: 135px;
	margin-bottom: 5px;
}

#leftCol .moduletable a {
	font-size: 12px;
}

#midCol {
	background: #3B546C url(../images/midCol_bg.jpg) repeat-x left bottom;
	float: left;
	width: 464px;
	margin-left: 3px;
	text-align: left;
	padding: 35px 20px 39px 43px;
}

.content {
	margin-bottom: 70px;
}

.content h1, .contentheading, .componentheading {
	color: #fff;
	font-size: 15px;
	padding-bottom: 10px;
	font-weight: bold;
}

.small, .createdate, .modifydate, .createdby {
	color: #fff;
	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;
}

#midCol .moduletable {
	margin-bottom: 30px;
}

#midCol .moduletable h3 {
	margin-bottom: 20px;
}

#midCol .moduletable img {
	margin-right: 10px;
}

#rightCol {
	float: right;
	width: 248px;
	text-align: left;
}

#rightCol .moduletable {
	background: #3B546C;
	padding: 20px 15px 13px 13px;
	margin-bottom: 5px;
}

#rightCol .moduletable-shadow {
	background: url(../images/right_moduletable.jpg) repeat-x left top;
	padding: 20px 15px 13px 13px;
	margin-bottom: 5px;
}

#moduleListWrap {
	background: #43566A;
	padding: 50px 0 20px 0;
	text-align: left;
}

#moduleList {
	width: 1030px;
	margin: 0 auto;
}

#moduleList .moduletable {
	width: 200px;
	float: left;
	margin: 0 25px;
}

#moduleList .moduletable img {
	margin-bottom: 10px;
}

#footerWrap {
	background: #6A737C url(../images/footer_bg.jpg) repeat-x left top;
	padding: 20px 0 16px 0;
}

#footer {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	color: #2D2D2F;
	font-size: 12px;
	padding-left: 30px;
}

#footer a {
	color: #2D2D2F;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

.contact p {
	margin-bottom: 5px;
}

.contact .marker_add {
	float: left;
}

.contact .contact_address p {
	margin-left: 60px;
	margin-bottom: 3px;
}

.contact .marker {
	margin-right: 10px;
}

.contact #emailForm {
	padding-top: 10px;
}

.contact #emailForm .label {
	width: 125px;
	text-align: left;
	padding-right: 10px;
	float: left;
}

.contact #emailForm div {
	margin-bottom: 3px;
}

.name label, .user label, .email label, .pass label, .verify_pass label, .user_name label {
	width: 120px;
	float: left;
}

.name .inputbox, .user .inputbox, .email .inputbox, .pass .inputbox, .verify_pass .inputbox, .user_name .inputbox  {
	width: 200px;
}

/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}


