

body{
	margin: 0px;
	background-image: url(../images/cx_site-bg_top_repeat.png);
	background-repeat: repeat-x;
	background-position: top;
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXX  OUTER WRAPPER DIVS   XXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

#outer_rotator_image_overlay_wrapper{
	width: 950px;
	position: absolute;
	left: 10px;
	top: 331px;
	z-index: 10;
}

#rotator_image_wrapper{
	width: 930px;
	position: relative;
	left: 10px;
	z-index: 5;
	height: 420px;
	top: 0px;
}

#outer_header_content_wrapper{
	height: 100%;
	width: 970px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#outer_wrapper{
	height: 100%;
	width: 100%;
	position: relative;
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXX  OUTER CONTAINER DIVS   XXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

#outer_header_container{
	width: 100%;
	position: relative;
	z-index: 200;
	background-image: url(../images/cx_header_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#outer_content_container{
	width: 100%;
	position: relative;
	background-image: url(../images/cx_content_bg_repeat.png);
	background-repeat: repeat-y;
	background-position: center;
}

#outer_footer_container{
	width: 100%;
	position: relative;
	background-image: url(../images/cx_footer_top_bar.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXX  INNER CONTAINER DIVS   XXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

#inner_header_container{
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	height: 169px;
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

#inner_content_container{
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	z-index: 100;
	min-height: 250px;
}

#inner_content_pages_container{
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	z-index: 100;
	min-height: 250px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #019cf0;
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

#inner_footer_container{
	height: 150px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXX  HEADER STYLING DIVS   XXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

/*XXXXXXXXXXXXXXX HEADER SEARCH BOX   XXXXXXXXXXXXXXXXXXXXXXXXX*/

#search_box {
	width: 210px;
	height: 20px;
	position: absolute;
	background-image: url(../images/cx_search_box.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	z-index: 2000;
	right: 14px;
	bottom: 13px;
}

.search_bar_field {
	position: absolute;
	left: 10px;
	font-family:Arial, Helvetica, sans-serif;
	border: 0;
	background: none;
	outline: none;
	font-size: 12px;
	color: #999999;
	width: 160px;
	top: 0px;
	height: 14px;
	margin-top: 3px;
	padding: 0px;
}

#search_box_outer {
	background-image: url(../images/fb_header_search_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 46px;
	width: 454px;
	position: absolute;
	left: 14px;
	top: 0px;
}

/*XXXXXXXXXXXXXXX HEADER SOCIAL MEDIA   XXXXXXXXXXXXXXXXXXXXXXXXX*/

#header_social_media_container{
	height: 45px;
	width: 173px;
	position: absolute;
	top: 18px;
	z-index: 500;
	right: 27px;
	text-align: right;
}

/*XXXXXXXXXXXXXXXXXXXX HEADER TITLES   XXXXXXXXXXXXXXXXXXXXXXXXX*/

#header_logo{
	height: 90px;
	width: 331px;
	position: absolute;
	top: 20px;
	z-index: 20;
	left: 0px;
	text-shadow: 1px 1px 2px #000;
}

#header_logo2{
	height: 90px;
	width: 245px;
	position: absolute;
	top: 20px;
	left: 331px;
}

/*XXXXXXXXXX HEADER TOP NAVIGATION   XXXXXXXXXXXXXXXXXXXXXXXXX*/

#header_topnav{
	height: 49px;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: absolute;
	z-index: 500;
	left: 0px;
	bottom: 0px;
}

/*XXXXXXXXXX HEADER STATIC NAVIGATION   XXXXXXXXXXXXXXXXXXXXXX*/

#header_static_navigation{
	height: 36px;
	width: 279px;
	position: absolute;
	top: 42px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	color: #FFFFFF;
	display: inline;
	right: 10px;
	text-align: right;
}

#header_static_navigation a{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	color: #FFFFFF;
	display: inline;
	width: 100%;
	text-decoration: none;
}

#header_static_navigation a:hover{
	color: #000;
	position: relative;
	text-decoration: underline;
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXX  CONTENT STYLING DIVS   XXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

#column_bg {
	margin: 10px 0px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
	background-image: url(../images/mb_content_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

/*XXXXXXXXXX CONTENT LEFT COLUMN   XXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

#left_column{
	display: inline;
	margin: 0px 0px 20px 18px;
	padding: 0px;
	width: 188px;
	float: left;
	z-index: 100;
}

#left_column_full_page{
	display: inline;
	margin: 0px 0px 20px 18px;
	padding: 0px;
	width: 914px;
	float: left;
	z-index: 100;
}

#left_column_sidenav{
	padding: 0px;
	width: 185px;
	float: left;
	position: relative;
	z-index: 100;
	margin-bottom: 15px;
}

#left_column_news{
	padding: 0px;
	width: 188px;
	float: left;
	position: relative;
	z-index: 100;
}

#left_column_mini_calendar{
	padding: 0px;
	width: 188px;
	float: left;
	position: relative;
	z-index: 100;
	margin-bottom: 15px;
}

#left_column_mini_calendar_tag{
	padding: 0px;
	width: 100%;
	float: left;
	position: relative;
	z-index: 100;
}

.left_column_mini_calendar_title{
	padding: 0px 0px 20px;
	float: left;
	position: relative;
	z-index: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	display: block;
	font-weight: bold;
	color: #7b7b7b;
	letter-spacing: -0.03em;
	width: 100%;
	text-align: center;
}

.left_column_mini_calendar_link{
	width: 100%;
	position: relative;
	z-index: 100;
	letter-spacing: -0.03em;
	text-align: center;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #7b7b7b;
	text-decoration: underline;
	padding-top: 10px;
	padding-bottom: 10px;
}

.left_column_mini_calendar_link a{
	padding: 0px;
	width: 100%;
	position: relative;
	z-index: 100;
	letter-spacing: -0.03em;
	text-align: center;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	color: #7b7b7b;
	text-decoration: underline;
}
.left_column_mini_calendar_link a:hover{
	padding: 0px;
	width: 100%;
	position: relative;
	z-index: 100;
	color: #000;
}

/*XXXXXXXXXX CONTENT MIDDLE COLUMN   XXXXXXXXXXXXXXXXXXXXXXXXXX*/

#content{
	display: inline;
	z-index: 100;
	margin-bottom: 20px;
	margin-top: 20px;
}

#content ul li{
list-style-type: disc;
}

#content ol li{
list-style-type: decimal;
}

/*XXXXXXXXXX CONTENT RIGHT COLUMN   XXXXXXXXXXXXXXXXXXXXXXXXXXX*/

#right_column{
	display: inline;
	margin: 0px 18px 20px 0px;
	padding: 0px;
	width: 188px;
	float: right;
	z-index: 100;
}

/*XXXXXXXXXX COLUMN SPECIFIC TAGS   XXXXXXXXXXXXXXXXXXXXXXXXXXX*/

/*-----3col specifics-----*/
.col_three #content {width:466px; float:left; margin-left: 35px;}

/*-----2col_left specifics-----*/
.col_left #content {width:690px; float:right; margin-right: 18px;}
.col_left #rightcolumn {display:none;}

/*-----2col_right specifics-----*/
.col_right #leftcolumn {display:none;}
.col_right #content {width:690px; float:left; margin-left: 18px;}

/*-----full specifics-----*/
.full #leftcolumn {display:none;}
.full #content {width:870px; float:left; margin-left: 40px;}
.full #rightcolumn {display:none;}

.clear { clear: both; background: none; }

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXX  FOOTER STYLING DIVS   XXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

#footer_copyright{
	height: 40px;
	width: 400px;
	position: absolute;
	left: 20px;
	top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #FFF;
}

#footer_logo{
	height: 42px;
	width: 39px;
	position: absolute;
	top: 39px;
	right: 18px;
}

#footer_fb_text{
	height: 30px;
	width: 200px;
	position: absolute;
	top: 40px;
	right: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #FFF;
	text-align: right;
}

#footer_fb_text a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #FFF;
}

#footer_fb_text a:hover{
	color: #CCC;
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXX  GENERAL STYLES   XXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #666;
	text-decoration: underline;
}

#content ul li {list-style:disk; padding-bottom:10px;}
#content ol li {list-style:decimal;}

.clearfloat {clear:both;}

/*Keeps page from jumping when scroll bar is added*/
html { overflow-y: scroll; }
html { overflow: -moz-scrollbars-verticals}
