/*
 * GP DEFINITIONS
 */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444d4b;
	background: #fff url(../images/background_body.jpg) repeat-x;
	margin: 0;
	padding: 0;
}

a {
	color: #c97200;
	text-decoration: none;
}

.clear {
	display: block;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

/**
 * PAGE
 */
#container {
	width: 875px;
	margin: auto;
}

#header {
	background: url(../images/background_header_standard.jpg) no-repeat;
	height: 135px;
}

#header #logo {
	float: right;
	padding: 25px 25px 0 0;
}

.home #header {
	background: transparent;
	height: auto;
}

#content {
	width: 100%;
}

.column {
	float: left;
	margin: 0 10px;
}

#columnCenter {
	width: 650px;
	text-align: justify;
	font-size: 10pt;
	
}

#columnLeft {
	text-align: justify;
	font-size: 10pt;
	
}

html > body #columnCenter {
	width: 660px;
}

 
#bigPageContent {
	display: block;
        clear: both;
}

#bigPageContentText {
	width: 325px;
	line-height: 22px;
}

#pageTitle h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

.greyBox {
	width: 605px;
	height: 165px;
	padding: 15px;
	background: url(../images/background_grayBox.jpg) no-repeat;
	line-height: 18px;
	margin: 20px 0;
	clear: both;
}

.greyBox .text {
	margin: -5px 0 0 0;
}

.greyBox .text h3, .flexibleGreyBox .text h3 {
	font-size: 14px;
}


.flexibleGreyBoxHeader{
	height: 14px;
	width: 635px;
	background: url(../images/background_flexibleGreyBoxHeader.jpg) no-repeat;
}
.flexibleGreyBox .text{
	padding: 0 15px;
}
.flexibleGreyBoxFooter{
	height: 14px;
	width: 635px;
	background:  url(../images/background_flexibleGreyBoxFooter.jpg) no-repeat;
}
.flexibleGreyBox {
	width: 633px;
	background:  #f2f2f2 url(../images/background_flexibleGreyBox.jpg) no-repeat 0px 14px;
	line-height: 18px;
	margin: 20px 0;
        clear: both;
}

.yellowArrowBox {
	background: url(../images/background_arrow.gif) no-repeat 30px 50px;
	height: 100%;
	width: 100%
	clear: both;
}

.yellowArrowBox h3 {
	color: #c97200;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 5px 0;
}

.yellowArrowBox ul {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

.yellowArrowBox ul li {
	display: inline-block;
	float: left;
	width: 240px;
}

.yellowArrowBox .yellowArrowBoxContent {
	padding: 10px 0 0 100px;
}

.imageText .right {
	width: 455px;
	margin: 0 5px 0 0;
}

html > body .imageText .right {
	margin: 0 25px 0 0;
}

.greyBox .imageText {
	padding: 15px;
}

.greyBox .imageText .right {
	width: 360px;
	margin: 0;
}

.greyBox .imageText img {
	border: 1px solid #8e8c8d;
}

.imageText h3 {
	font-size: 11px;
}

.greyBox .imageText h3 {
	font-size: 14px;
}

#columnRight {
	width: 175px;
}

#columnRight h4 {
	font-size: 14px;
	margin: 0;
	padding: 15px 0;
}

#columnRight ul {
	margin: 0 0 40px 0;
	padding: 0;
	list-style: none;
}

#columnRight ul li {
	border-bottom: 1px dotted #8c8c8c;
	padding: 5px 0 5px 18px;
	background: url(../images/background_secondLevel.gif) no-repeat 3px 6px;
}

#columnRight ul li a {
	color: #515050;
}

#columnRight ul li a:hover, #columnRight ul li.selected a {
	color: #c97200;
}

/**
 * HOMEPAGE
 */
.home .column, .home #columnCenter, .home #columnRight {
	float: left;
	width: 268px;
	margin: 0 10px;
}

html > body .home .column, html > body .home #columnCenter, html > body .home #columnRight {
	width: 271px;
}

/**
 * MENU
 */
#menuContainer {
	width: 100%;
	height: 23px;
	text-align: center;
	font-size: 13px;
	color: #fff;
	background: #fff url(../images/background_menu_center.jpg) repeat-x;
	margin: 0 0 40px 0;
}

#menuContainer ul {
	list-style: none;
	text-align: center;
	display: inline;
	margin: 0;
	padding: 0;
}

#menuContainer ul li {
	display: inline;
	padding: 0;
	margin: 0;
}

#menuContainer ul li a {
	color: #fff;
	display: inline-block;
	padding: 3px 10px 4px 10px;
	margin: 0 0 0 -4px;
}

#menuContainer ul li a:hover, #menuContainer ul li.selected a {
	background: #31413f;
}

#menuContainer .menuWrapper {
	width: 5px;
	height: 23px;
}

#menuContainer #beforeMenu {
	background: #fff url(../images/background_menu_before.jpg) no-repeat;
}

#menuContainer #afterMenu {
	background: #fff url(../images/background_menu_after.jpg) no-repeat;
}

#menuContainer #breadCrumb {
	float: right;
	color: #6c6c6c;
	font-size: 11px;
	padding: 0 10px 0 0;
}

#menuContainer #breadCrumb li {
	margin: 0;
	padding: 0 0 0 15px;
	background: #fff url(../images/background_breadCrumbItem.gif) no-repeat 3px 4px;
}

#menuContainer #breadCrumb a {
	color: #6c6c6c;
	display: inline;
	padding: 0;
	margin: 0;
}

#menuContainer #breadCrumb a:hover {
	color: #c97200;
	background: transparent;
}

/**
 * HILIGHTS
 */
.hilight {
	margin: 15px 0 0 0;
}

.home .hilight {
	margin: 0;
}

.hilightSectionTitle {
	color: #54736d;
	display: block;
	padding: 8px 0;
}

.home .hilightSectionTitle {
	padding: 0 0 8px 0;
}

.hilight h3 {
	margin: 0;
	padding: 0 0 5px 0;
	color: #c97200;
	font-size: 11px;
	font-weight: normal;
	display: block;
}

.hilightDate, .hilight a {
	color: #c97200;
	display: block;
}

.hilight a {
	color: #c97200;
	text-decoration: none;
}

.hilight .right {
	width: 130px;
	float: left;
}

.home .hilight .right {
	float: right;
}

.hilight p, .hilight p a {
	margin: 0;
	padding: 0;
	color: #444d4b;
}

/**
 * FOOTER
 */
#footer {
	clear: both;
	width: 100%;
	padding: 20px 0 0 0;
	display: block;
}

#footerContent {
	padding: 10px 0;
	border-top: 1px solid #b2b6b5;
	font-size: 9px;
	text-align: center;
}
