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

body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(images-common/bkgr-gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

/* This manages the full design size */

#wrapper {
	width:950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images-common/content-bkgr.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}


/* This is the header area only */

#header {
	background-image: url(images-common/header.jpg);
	background-repeat: no-repeat;
	height: 171px;
}

#header div {
	padding:0px;
	float:right;
}

/* This is the horizontal menu */

#horizmenu {
	color: #9c976f;
	font-size: small;
	font-weight: bold;
	padding-right: 25px;
	background-image: url(images-common/horiz-nav-bkgr.jpg);
	background-repeat: no-repeat;
	height: 24px;
	letter-spacing: 1px;
}
#horizmenu a {
	color: #9c976f;
	text-decoration: none;
}
#horizmenu a:visited {
	color: #9c976f;
	text-decoration: none;
}
#horizmenu a:hover {
	color: #5870B9;
	text-decoration: none;
}
#horizmenu a:active {
	color: #9c976f;
	text-decoration: none;
}
/* This is the full content area, which consists of two columns */

#content {
	margin-top:10px;
	padding-bottom:10px;
	background: URL(images-common/content-bkgr.jpg) repeat-y;
/*	background-image: url(images-common/content-bkgr.jpg);
	background-repeat: repeat-y;
	background-position: left top;*/
}

#content div {
	float:left;
}

/* This is the left side of the content, which contains the menus */

#content-right {
	width:235px;
	font-size: 10px;
	line-height: 1.7em;
	padding-top: 1px;
	margin-top: 75px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e3e2d8;
}
#content-right h1{
	font-size: x-large;
	font-weight: normal;
	padding-right: 12px;
	padding-left: 3px;
	color: #5870B9;
}
#content-right h2 {
	color: #5870B9;
	margin-right: 15px;
	padding-left: 3px;
	margin-left: 2px;
	font-size: medium;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A0AFCC;/*#e3e2d8;*/
}
#content-right h3 {
	color: #5870B9;
	font-size: small;
	padding-right: 15px;
	padding-left: 5px;
}

#content-right p{
	vertical-align: top;
	font-size: small;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #7C7856;
	line-height: 1.5em;
}
#content-right a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#content-right a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#content-right a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #999999;
}
#content-right a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#content-right hr{
	color: #ebebeb;
	height:1px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* This is the main content area */

#content-main {
	margin-left: 20px;
	width:650px;
	font-size: small;
	margin-right: 20px;
}
#content-main p {
	font-size: small;
	color: #003366;
	letter-spacing: 0.5px;
	padding-right: 50px;
	padding-left: 50px;
	line-height: 1.5em;
}

#content-main h1{
	vertical-align: top;
	font-size: xx-large;
	color: #58709b;
	font-weight: normal;
	margin-bottom: 7px;
}
#content-main h2{
	font-size: x-large;
	font-weight: normal;
	font-style: normal;
	color: #9C976F;
	margin-top: 17px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e3e2d8;
	padding-right: 5px;
}
#content-main h3{
	font-size: large;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	color: #008DB0;
}

/* This is the footer with the copyright language and contact info */
#footer {
	float:left;
	color: #999999;
	font-size: x-small;
	font-weight: normal;
	width:950px;
	background-image: url(images-common/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
	height: 98px;
}
#footer p {
	padding-top: 45px;
	padding-right: 25px;
	padding-left: 25px;
}

#footer div{
	padding:5px;
	float:left;
}
#footer a {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
#footer a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
	color: #4CC8C8;
	text-decoration: underline;
	font-weight: normal;
}
#footer a:active {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
}
/* This is the bottom */
#bottom {
	clear:both;
	text-align:right;
	background-color: #FFFFFF;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.bodytext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	padding: 2px;
	background-color: #FFFFFF;
}
.bodytext-grey {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	padding: 2px;
	background-color: #E0E0E0;
}
.cp-headercell {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	padding: 2px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #58709b;
/*	text-align: left;*/
}

.cp-menu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #CCCCCC;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-x;
}
