/*
Background:	#708382
Menu BG-s:	#92A4A4
Menu BG-e:	#fff
Dark Red: 	#64080C
Pink:			#EB1E3F

*/

body {
	font: 62.85% tahoma, arial, verdana, sans-serif; 
	line-height: 1em; 
	color: #333; 
	background: #FFF;
	margin: 0;
	padding: 0;
	background: #708382;
}

#wrapper {
	width:970px;
	padding:0px;
	margin: 0 auto;
	clear: both;
	background: #708382 url('/graphics/bg.jpg') repeat-y center top;
}

#Header {
	background: url('/graphics/header.jpg') no-repeat;
	width: 850px;
	padding: 5px;
	clear: both;
	display: block;
	margin: 0 auto;
}

#Header #logo {
	margin-top: 25px;
	margin-right: 10px;
	float: right;
	margin-bottom: 10px;
}

#MainContent {
	width: 860px;
	display: block;
	margin: 0 auto;
	padding: 0;
}

#nav {
	width: 860px;
	clear: both;
	margin: 0 auto;
	padding: 0;
}

#mainNav {
	list-style: none;
	background: #fff url('/graphics/menubg.jpg') top left repeat-x;
	margin: 0;
	padding: 0;
	width: 860px;
	height: 38px;
	clear: both;
}

#mainNav li {
	margin-left: 0px;
	font: normal 11px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	padding-left: 2px;
	padding-bottom: 0;
	padding-right: 5px;
	padding-top: 4px;
	float: left;
	height: 21px;
}
#mainNav li.first {
	border-left: none;
}

#mainNav li a {
	display: block;
	color: #2F2629;
	text-decoration: none;
	padding: 5px;
}

#mainNav li a:hover, #mainNav li.selected a {
	display: block;
	color: #FFF;
	background: #700F10;
	text-decoration: none;
}

#subNav {
	list-style-type: none;
	list-style: none;
	float: right;
	background: #999 url('/graphics/navbar.jpg') top right no-repeat;
	margin: 0px 0 0 0;
	height: 36px;
}

#subNav li {
	font: normal 12px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	padding-left: 10px;
	padding-bottom: 0;
	padding-right: 10px;
	padding-top: 7px;
	list-style: none;
	float: left;
	height: 30px;
}

#subNav li.first {
	border-left: none;
}

#subNav li a {
	display: block;
	color: #2F2629;
	text-decoration: none;
	padding: 5px;
}

#subNav li a:hover, #subNav li.selected a {
	display: block;
	color: #FFF;
	background: #700F10;
	text-decoration: none;
}

#subNav small {
	padding: -5px 0 5px 0;
	font-size: 8px;
	vertical-align: top;
}

#systemWorking {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: .9em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
	float: right;
	margin-top: 3px;
	padding-right: 15px;
}


#contents {
	width: 860px;
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: tahoma, arial, verdana;
	color: #333;
	display: block;
	margin: 0 auto;
	padding: 0;
}

#mainSpan {
	width: 860px;
	height: 248px;
	background: url('/graphics/mainspan.jpg') no-repeat top left;
}

#mainSpan p {
	margin: 0;
	color: #fff;
	padding: 0 10px 0 605px;
}

#mainSpan p a {
	margin: 0;
	padding: 0;
}

#mainSpan small {
	text-align: right;
	color: #ccc;
	display: block;
}

.people #mainSpan {
	background: url('/graphics/peoplespan.jpg') no-repeat top left;
}

#contents a {
	font-weight: bold;
	color: #333;
}

#contents #orgPub a:hover {
	font-weight: normal;
	color: #751016;
	text-decoration: none;	
}

#contents a:hover {
	font-weight: bold;
	color: #751016;
	text-decoration: none;
}

#contents em {
	font-style: italic;
}


#padding {
/*	background: #fff url('/graphics/contentbg.jpg') repeat-y; */
	background: #fff;
	margin: 10px auto 0 auto;
	padding: 5px 10px 0 10px;
	width: 824px;
	display: block;
}

.home #padding {
	background: #fff;
	padding: 0;
	margin: 0px auto 0 auto;
}

/* Main Information */
#main {
	background: #fff;
	width:842px;
	margin:0;
	padding:0px;
}

#mainL{
	float: left;
	background: url('/graphics/gio2globe.jpg') top left no-repeat;
	float: left;
	width:516px;
	margin: 10px 0 0 0px;
	padding: 10px 30px 10px 30px;
	border-right: 1px solid #8E9999;
}

#mainR{
	float: left;
	margin-left: 5px;
	margin-top: 10px;
	width: 228px;
	padding-left: 0px;
	padding-right: 10px;
}

.quote {
	font-style: italic;
	font-size: .9em;
	font-weight: bold;
	margin: 0 auto;
	border: 1px solid #DCD7C4;
	background: #eee9db;
	width: 85%;
	padding: 10px;
}

.quote .author {
	 text-align: right;
 	font-weight: normal;
}

.quote .author .company {
	font-style: normal;
 	font-weight: normal;
}

ul.homeList {
	list-style: none;
	margin: 0 0 0 20px;
}

ul.homeList li {
	margin-bottom: 15px;
}

ul.homeList li a {
	font-weight: bold;
	margin-left: -10px;
}
ul.bullets {
	list-style: none;
}

ul.bullets li {
	background: url('/graphics/bullet.gif') 3px left no-repeat;
	padding-left: 15px;
}

blockquote {
	padding: 5px;
	margin: 0 0 0 25px;
	font-style: italic;
}

blockquote .quote {
	font-style: italic;
	font-size: .9em;
}

blockquote .quoteauthor {
	text-align: right;
	font-size: .8em;	
}

.tableheader {
	padding: 4px;
	background: #751016;
	color: #fff;
	font-size: 1.0em;
	font-weight: bold;
}

.tableheader2 {
	padding: 4px;
	background: #B2B2B2;	
	color: #2E2528;
	font-size: 1.1em;
	font-weight: bold;
}

/* Colors, etc ... */

.even, tr.even {
	background: #fff;
	padding-top: 3px;
	padding-bottom: 3px;
	clear: both;
}

.odd, tr.odd {
	background: #DBE0E3;
	padding-top: 3px;
	padding-bottom: 3px;
	clear: both;
}

.highlight, tr.highlight {
	background: #FFE4E1;
	padding-top: 3px;
	padding-bottom: 3px;
	clear: both;
}

h1 {
	color: #64080C;
	margin: 0;
	font-weight: bold;
	font: 2.0em Arial Black, Arial Black, Gadget, sans-serif; 
	line-height: 1.6em;
}

h2 {
	color: #2E2528;
	margin: 0;
	margin-bottom: 5px;
	font: 1.6em Arial Black, Arial Black, Gadget, sans-serif;
}

h3 {
	margin: 0;
	color: #751016;
	margin-bottom: 5px;
	font-weight: bold;
	font: 1.3em verdana, arial, Georgia, "Times New Roman", serif; 
}

h4 {
	font: bold 1.1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	color: #64080C;
	border-bottom: 1px solid #64080C;
}

h5 {
	font: bold 1.0em Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #751016;
	padding: 4px;
	color: #fff;
	margin: 0;
}

p.intro {
	font-size: 1.0em;
}

/*
== FOOTER ================================
*/

#Footer {
	background: url('/graphics/footer.jpg') bottom no-repeat;
	width:960px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	height: 279px;
	clear: both;
}

#FooterContents {
	width:970px;
	margin: 0 auto;
	text-align: center;
	background: #708382;
}

#FooterText {
	margin: 0 auto;
	width: 860px;
	text-align: center;	
	color: #fff;
	line-height: 1.4em;
	font-size: 1.1em;
}

#FooterContents a {
		color: #818283;
}

#MasseyMedia {
	margin: 0 auto;
	text-align: center;
	color: #bbb;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.0em;
}

#MasseyMedia a {
	color: #2e2528;
}

#MasseyMedia img {
/*	display: none;*/
}

/* Image Styles ----------------- */
.boxed {
	border: 1px solid #DCD7C4;
	background: #fff;	/*#E7E2CF;*/
	padding: 10px;
	display: block;
}

.bordered {
	border: 1px solid #DCD7C4;
	background: #ECE7D7;
	padding: 10px;
	display: block;
}

.indented {
	margin-left: 15px;
}

.padded {
	padding: 0 10px 0 10px;
}

.imgborder {

}

.fifty {
	width: 50%;
}

.floatright {float: right;}
.floatleft {float: left;}

.floatright img {
	margin-left: 10px;
}

.floatleft img {
	margin-right: 10px;
}

/* -- Error and Notices ---------------------*/
/* == 1 == */
div.pageErrors {
	color: Maroon;
	padding: 5px 5px 5px 25px;
	margin: 0px 0 10px 0;
	border: 1px solid #8B0000;	
	background: #FFC0CB url(/graphics/ico-s-warn.gif) no-repeat 5px 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	clear: both;
}
/* == 2 == */
div.pageQuestion {
	color: #1c5806;
	padding: 5px 5px 5px 25px;
	margin: 0px 0 10px 0;
	background: #C8F1A7 url(/graphics/ico-s-help.gif) no-repeat 5px 5px;
	border: 1px solid #9ADF61;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	clear: both;
}
/* == 3 == */
div.pageNotice {
	color: #000;
	padding: 5px 5px 5px 25px;
	margin: 0px 0 10px 0;
	border: 1px solid #DDE8FF;
	background: #f0f5ff url(/graphics/ico-s-req.gif) no-repeat 5px 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	clear: both;
}
/* == 4 == */
div.pageInfo {
	color: #6a5011;
	padding: 5px 5px 5px 25px;
	margin: 0 0 10px 0;
	border: 1px solid #F9F08D;
	background: #FFFAAD url(/graphics/ico-s-info.gif) no-repeat 5px 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	clear: both;
}
/* == 5 == */
div.pageExample {
	color: #6a5011;
	padding: 5px 5px 5px 25px;
	margin: 0px 0 10px 0;
	border: 1px solid #ddd;
	background: #eee url(/graphics/ico-s-info2.gif) no-repeat 5px 5px;
	color: #333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	clear: both;
}

div p.infotitle {
	margin: 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
}

.button {
	display: block;
	padding: 4px;
	background-color: #B2B2B2;	
	text-decoration: none;
	border-top: 1px solid #E1E7E5;
	border-left: 1px solid #E1E7E5;
	border-bottom: 1px solid #BCC6C7;
	border-right: 1px solid #BCC6C7;
	font-weight: bold;
	text-align: center;
}

#contents a.button:hover {
	background-color: #9F9F9F;
	text-decoration: none;
}

label {
	cursor: hand;
	font-weight: bold;
}

.requiredmark {
	font-weight: bold;
	font-size: 1.1em;
	color: #f00;
}

.plaincoolbutton {
	border: 2px double #999;
	border-top-color: #fff;
	border-left-color: #ccc;
	padding: 0;
	background-color: #eee;
	color: #333;
	font-size: 1.0em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

.plainbutton {
	display: block;
	padding: 10px;
	background-color: #E6E3D6;	
	text-decoration: none;
	border-top: 1px solid #EDEBE1;
	border-left: 1px solid #EDEBE1;
	border-bottom: 1px solid #DBD7C3;
	border-right: 1px solid #DBD7C3;
}


/* News Items ........... */
.newslist, .articleList, .articlelist2, #newsletterList {
	list-style-type: none;
	margin-left: 5px;
	margin:0;
	padding: 0;
}

.newsList li, .articleList li, #newsletterList li {
	padding-left: 10px;
	background: url('/graphics/news.png') 1px left no-repeat;
	margin-bottom: 5px;
	list-style: none;
	margin-left: 5px;
}

.articleList2 {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;	
	list-style: none;
}

.newsList li, .articleList li, #newsletterList li {
	padding-left: 20px;
	background: url('/graphics/news.png') 1px left no-repeat;
	margin-bottom: 5px;
}

.articleList2 li {
	padding-left: 20px;
	background: url('/graphics/news.png') 1px left no-repeat;
	margin-bottom: 15px;	
	font-size: .8em;
}

.articleList2 li strong {
	font-size: 1.2em;
}

.articleList2 li a {
	font-size: 1.1em;
}

#newsExcerpt {
	font-weight: bold;
	font-style: italic;
	font-size: .9em;
	line-height: 1.1em;
}

#newsTitle {
	font-weight: bold;
	font-size: 1.3em;
}

#newsSubTitle {
	font-style: italic;
	font-size: 1.1em;
}

#newsContents {
	font-size: .9em;
	line-height: 1.4em;
	padding-left: 15px;
	padding-right: 15px;
}

#FPnews {
	margin: 0px;
	list-style: none;
}

#FPnews li {
	padding: 5px 0px 5px 15px;
	width: 375px;
}

#FPnews li p {
	margin: 0;
}

#FPnews li div.newsContent {
	font-size: .9em;
	font-style: italic;
	margin: 0 0 0 10px;
	width: 360px;
}

#FPnews li small {
	text-align: left;
	display: block;
}

.flow {
	font-size: .8em;
	font-style: italic;
}

.error {
	padding: 2px;
	margin: 0px 0 0px 0;
	border: 1px solid #8B0000;	
	background: #FFC0CB;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	width: 87%;
}

.clear, .clearall { /* generic container (i.e. div) for floating buttons */
   overflow: hidden;
   width: 100%;
	clear: both;
}


/* Page Specifics */
.services h2 {
	margin: 0;
}
.services p {
	margin: 0;
}
.services ul {
	margin-top: 0;
}


.accordion_toggle {
	display: block;
	height: 30px;
	padding: 0 10px 0 25px;
	line-height: 30px;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	cursor: pointer;
	margin: 0 0 0 0px;
	background: url('/graphics/down.gif') top left no-repeat;
}
		
.accordion_toggle_active {
	background: #ddd url('/graphics/up.gif') top left no-repeat;;
}
		
.accordion_content {
	overflow: hidden;
	margin-left: 15px;
}

.accordion_content ol {
	margin: 20px 0;
	background: url(/graphics/ul_bg_repeat.gif) repeat-y; /*--Bg of the order numbers--*/
	padding: 0 0 0 35px; /*--Distance between the order numbers--*/
	border: 1px solid #eee;
	color: #fff;
}

.accordion_content ol li {
	background: #fff;
	margin: 0;
	padding: 10px 5px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
       /*--The bevel look is styled with various colors in the border properties below--*/
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #ddd;
	border-left: 1px solid #eee;
}

.accordion_content ol li.even {
	background: #eee;
}

.accordion_content ol li p {
	font-size: .8em;
	color: #333;
	margin: 0;
	padding: 0;
}

.contact a {
	font-weight: normal;
}

ul li {
	padding-bottom: 6pt;
}

ul.twocol {
	clear: both;
	display: block;
	list-style: none;
	margin: 0;
}

ul.twocol li {
	float: left;
	width: 45%;
	padding-left: 25px;
}

blockquote#orgPub {
	border: 1px solid #999999;
	background-color: #D8D7D5;
	float: right;
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: .9em;
	text-align: right;
}

blockquote#orgPub strong {
	display: block;
	clear: both;
	color: #751016;
}

blockquote#orgPub a {
	font-weight: normal;
	font-size: .9em;
	font-style: italic;
}

blockquote#ordPub a:hover {
	font-weight: normal;
}

div.StoryShare {
	margin:5px 0;
	padding:5px 0;
	text-align: right;
	float: right;
}
div.StoryShare a {
	margin-right:10px;
	font-size:12px;
	padding-top:2px;
	color: #555;
}

.IconOnTag{
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
}
.IconPrinter {
	background: url('/graphics/icons/print.gif') no-repeat;	
}
.IconEmail {
	background: url('/graphics/icons/email_go.gif') no-repeat;	
}

#PressItem {
	margin-left: 10px;
	width: 750px;
}