@import url("../../global/CSS/global.css");

/* Global Stylesheet */

/* DEFAULTS */

html,body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,pre,form,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,pre,code,caption,cite,code,th {
	font-weight: normal;
	font-style: normal;
}

fieldset,img {
	border: none;
}

caption,th {
	text-align: left;
}

html {
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NTU1NTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #555555 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#555555));
	background: -webkit-linear-gradient(top, #ffffff 0%,#555555 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#555555 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#555555 100%);
	background: linear-gradient(top, #ffffff 0%,#555555 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#555555',GradientType=0 );
}

body {
	background: url("/sitefiles/1410/images/bg-top.png") no-repeat scroll 50% top transparent;
    width: 100%;
}

img.leftalign {
	float: left;
	margin: 2px 20px 16px 0;
}

img.rightalign {
	float: right;
	margin: 2px 0 16px 20px;
}

hr {
	border: 0;
	width: 100%;
	color: #d9d9d9;
	background-color: #d9d9d9;
	height: 1px;
	line-height: 1px;
	margin: 10px 0;
	padding: 0;
}

p {
	margin: 0 0 18px;
}

/* TYPE */

body, p, div, ul, li, td {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

a:link, a:visited, a:active {
	color: #4B61C8;
	text-decoration: none;
}

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

a:focus {
	outline: none;
}

strong, b {
	font-weight: bold;
}

h1 {
	font-family: 'NokiaSansS60SemiBold', Helvetica, sans-serif;
	font-size: 28px;
	line-height: 36px;
	font-weight: lighter;
	color: #8FCE44;
	display: block;
	border-bottom: solid 1px #CEAD97;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

h2 {
	font-family: 'NokiaSansS60SemiBold', Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
}

h3 {
	font-family: 'AlexandriaFLFBold', Helvetica, sans-serif;
	font-size: 16px;
	line-height: 21px;
	color: #10456E;
	margin-bottom: 8px;
}

h4 {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
}

h5 {
	font-size: 13px;
	line-height: 16px;
	color: #333333;
}

/* SEARCH */

#search {
	float: left;
	width: 180px;
	padding-top: 20px;
	padding-bottom: 12px;
	border-bottom: 1px solid #cbcece;
}

#search p {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	display: block;
	padding: 6px;
	margin-top: 6px;
	margin-bottom: 12px;
	border-bottom: 2px solid #cbcece;
	text-transform: uppercase;
}

.searchField {
	font-size: 11px;
	color: #abafae;
	width: 138px;
	border: 1px solid #cbcece;
	float: left;
	padding: 3px;
}

.searchButton {
	text-indent: -1000px;
	width: 25px;
	height: 18px;
	border: none;
	float: left;
	cursor: pointer;
	background: url(/SiteFiles/####/Images/search-go.gif) no-repeat;
	font-size: 0;
	line-height: 0;
}

/* LEVEL2NAV */

#level2navWrapper {
	margin: 0;
	padding: 0;
	width: 902px;
	height: 40px;
	position: absolute;
	top: 113px;
	background-color: #3B626E;
}

#level2navWrapper p,
#level2navWrapper h2,
#level2navWrapper h2 a {
	display: none;
}

#level2nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	height: 35px;
}

#level2nav li ul {
	display: none;
}

#level2nav li {
	padding: 0;
	margin: 0 16px 0 0;
	float: left;
	background: none;
}

#level2nav a {
	display: block;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
	padding: 0 4px;
}

#level2nav a:hover {
	display: block;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #29424A;
	padding: 0 4px;
}

#level2nav a.current {
	display: block;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
	padding: 0 4px;
}

/* SUB NAV */

#subnavWrapper {
	width: 180px;
	padding: 40px 0 0 0;
}

#subnavWrapper p {
	display: none;
}

#subnavWrapper h2 a {
	display: block;
	padding: 2px 0 2px 18px;
	background-image: url(/sitefiles/1410/Images/subnavWrapper_h2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 190px;
	margin-bottom: 12px;
	font-family: 'AlexandriaFLFBold', Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #716558;
}

#subnavWrapper h2 a:hover {
	text-decoration: none;
}

#subnav, #subnav ul, #subnav ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#subnav li {
	font-size: 11px;
	padding: 0;
	margin: 0;
	background: none;
}

#subnav a {
	color: #4F4F4F;
	display: block;
	width: 208px;
	padding: 2px 0 2px 18px;
	text-decoration: none;
}

#subnav a:hover {
	color: #4B61C8;
	background-color: #E3E3E3;
}

#subnav a.current {
	color: #4B61C8;
	font-weight: bold;
}

/* WRAPPERS */

#topWrapper {
	width: 100%;
	float: left;
	text-align: left;
	border-top: 4px solid #102650;
	height: 100px;
	background-image: url(/sitefiles/1410/Images/bkgd-top.jpg);
	background-position: center top;
}

#mainnavWrapper {
	width: 633px;
	float: left;
	text-align: left;
	background-image: url(/sitefiles/1410/Images/mainnav.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#contentWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-image: url(/sitefiles/1410/Images/bkgd-mid.jpg);
	background-position: center top;
	background-color: #52523A;
	background-repeat: repeat-x;
}

#footerWrapper {
	background: url("/sitefiles/1410/Images/bg-bottom.png") no-repeat scroll 50% bottom transparent;
    float: left;
    height: 352px;
    text-align: left;
    width: 100%;
}

/* SITE INDEX */

#index-wrapper {
	background-color: #272727;
	display: block;
	padding: 18px 0;
	width: 832px;
	margin: 0 auto;
}

#index {
	height: 84px;
	margin: 0 auto;
	width: 742px;
}

#index td a {
	color: #fff;
	font-size: 11px;
	line-height: 16px;
}

div#index-tab {
	background: url("/sitefiles/1410/Images/ministry.png") no-repeat center bottom;
    cursor: pointer;
    display: block;
    height: 18px;
    margin: 0 0 0 630px;
    padding: 0;
    text-indent: -9999px;
    width: 144px;
    z-index: 1000;
}

#top {
	margin: 0 auto;
	padding: 0;
	width: 862px;
	height: 100px;
	position: relative;
}

#utilityLinks {
	float: left;
	width: auto;
	font-size: 10px;
	color: #FFFFFF;
	position: absolute;
	left: 688px;
	top: 10px;
}

#utilityLinks a {
	color: #ffffff;
}

#utilityLinks a:hover {
	color: #B5D5FF;
	text-decoration: none;
}

#logo {
	float: left;
	width: 225px;
	height: 83px;
	margin: 0;
	bottom: 0;
}

#logo a {
	display: block;
	width: 215px;
	height: 83px;
	background-image: url(/sitefiles/1410/Images/logo.png);
	text-indent: -9999px;
	position: absolute;
	bottom: 0;
	left: 8px;
}

/* CONTENT */

.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#content {
	background: url("/sitefiles/1410/Images/bkgd-rightcontent.png") repeat-y scroll 0 0 #FFF;
	margin: 0 auto;
	width: 862px;
}

#contentLeft {
	float: left;
	width: 565px;
	margin: 0;
	padding: 35px;
	position: relative;
}

#addthis {
	position: absolute;
    right: 28px;
    top: 40px;
}

#addthis > div {
	width: 125px;
}

#flash {
	width: 862px;
	height: 356px;
	margin-bottom: 30px;
	margin: 0 auto;
	background-color: #FFFAF1;
	position: relative;
}

.swRotator .prev, .swRotator .left, .swRotator .backward {
	display: block;
	top: 305px;
	left: 780px;
	position: absolute;
	font-size: 14px;
	color: #fff;
	height: 18px;
	width: 20px;
	background-image: url("/sitefiles/1410/Images/arrow-left.png");
	background-position: center top;
	background-repeat: repeat-x;
	overflow: hidden;
	text-indent: -999px;
}

.swRotator .next, .swRotator .right, .swRotator .forward {
	display: block;
	top: 305px;
	left: 800px;
	position: absolute;
	font-size: 14px;
	color: #fff;
	height: 18px;
	width: 20px;
	background-image: url("/sitefiles/1410/Images/arrow-right.png");
	background-position: center top;
	background-repeat: repeat-x;
	overflow: hidden;
	text-indent: -999px;
}

#hmAds {
	width: 862px;
	height: 110px;
	margin: 0 auto;
	background-image: url(/sitefiles/1410/Images/bkgd-ads.png);
	clear: left;
	padding: 15px 0;
}

#contentRight {
	float: right;
	width: 208px;
	min-height: 420px;
	padding: 18px 18px 18px 1px;
	background-repeat: repeat-y;
}

#contentRight img {
	float: left;
}

#contentRightBtm {
	float: left;
	width: 188px;
	height: 187px;
	background: url(/SiteFiles/####/Images/contentRightBtm.jpg) no-repeat;
	padding: 24px 12px 12px;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
	text-align: center;
}

#contentRightBtm img {
	float: none;
}

#contentRight div.templatecontent {
	padding: 18px 0 18px 18px;
}

/* FOOTER */

#footer {
	background: url("/sitefiles/1410/Images/bkgd-bottom.png") no-repeat scroll center top transparent;
    border-top: 4px solid #000000;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 30px 10px;
    width: 772px;
}

#footerLeft {
	background: url("/sitefiles/1410/Images/title-latest.png") no-repeat left top;
    float: left;
    height: 80px;
    margin: 0;
    padding: 25px 0 0;
    position: relative;
    width: 240px;
}

#footerLeft a.rss {
	position: absolute;
    right: 0;
    top: -4px;
}

#footerMid {
	float: left;
	width: 240px;
	margin: 0 25px 0 25px;
	padding: 25px 0 0 0;
	background-image: url(/sitefiles/1410/Images/title-upnext.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 80px;
}

.twtr-hd, .twtr-ft {
	display: none;
}

.twtr-widget .twtr-tweet-wrap {
    padding: 6px 0 !important;
}

#footerRight {
	float: left;
	width: 240px;
	padding: 25px 0 0 0;
	background-image: url(/sitefiles/1410/Images/title-service.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 80px;
}

#servicetimes {
	background-image: url(/sitefiles/1410/Images/services.png);
	background-position: left 9px;
	background-repeat: no-repeat;
	height: 45px;
	list-style-type: none;
	margin: 0;
	padding: 5px 0 0 45px;
	color: #3B2314;
	font-size: 14px;
}

#footerRight span {
	color: #666;
	font-size: 11px;
}

#footerBottom {
	display: block;
	clear: left;
	height: 20px;
	text-align: center;
	position: relative;
}

#footerBottom a {
	background: url("/sitefiles/1410/Images/followus.png") no-repeat scroll center top transparent;
    display: block;
    height: 14px;
    left: 314px;
    line-height: 14px;
    position: absolute;
    text-indent: -9999px;
    top: 11px;
    width: 150px;
}

#footerBottom a:hover {
	background-position: center -14px;
}

address {
	clear: left;
    color: #000000;
    display: block;
    font-style: normal;
    margin: 40px 0 0;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
  	-moz-opacity: 0.5;
  	-khtml-opacity: 0.5;
  	opacity: 0.5;
}

address a:link {
	color: #000000;
}

/* DEFAULT CONTENT */

/* SEARCH TITLE */

.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
}

a.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
	text-decoration: none;
}

a.pageSearchTitle:hover {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
	text-decoration: underline;
}

/* PHOTO GALLERY */

.photogallery {
	padding: 0;
	margin: 0 0 0 -10px;
	list-style: none;
}

.photogallery li {
	padding: 0 10px 10px 0;
	margin: 0;
	background: none;
	float: left;
}

.photogallery li a {
	padding: 2px;
	border: 1px solid #CCCCCC;
	display: block;
}

.photogallery li a:hover {
	padding: 2px;
	border: 1px solid #666666;
	display: block;
}

/* ----------------------------------------------------------------------------------------------------------------- Promotion Slider Styles */

.anythingSlider {
	width: 862px;
	height: 356px;
	float: left;
	position: relative;
	margin: 0 auto 0;
}

* html .wrapper ul li a {
	margin-left: 40px;
}

html>body .wrapper ul li a {
	*margin-left: 0;
}

.anythingSlider .wrapper {
	width: 862px;
	height: 356px;
	overflow: auto;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.anythingSlider .wrapper ul {
	width: 9999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: -40px;
	background: #eee;
	margin: 0;
}

html>body .anythingSlider .wrapper ul {
	*left: 0;
}

/* IE 7 only hack */

.anythingSlider ul li {
	display: block;
	float: left;
	height: 356px;
	width: 862px;
	margin: 0;
	padding: 0;
}

#thumbNav {
	display: none;
}

#start-stop {
	display: none;
}

/* Prevents */

.anythingSlider .wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}

.anythingSlider .wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}

/* For Specific Slides */

#promotion2 {
	padding: 0;
	background: url(/SiteFiles/1339/Clientside/promotion2.jpg) no-repeat;
	width: 769px;
	height: 235px;
}

#promotion2 h3 {
	font: 20px Georgia, Serif;
}

#promotion2 h4 {
	text-transform: uppercase;
	font: 15px Georgia, Serif;
	margin: 10px 0;
}

#promotion2 ul {
	list-style: disc;
	margin: 0 0 0 25px;
}

#promotion2 ul li {
	display: list-item;
}

#quoteSlide {
	padding: 30px;
}

#quoteSlide blockquote {
	font: italic 24px/1.5 Georgia, Serif;
	text-align: center;
	color: #444;
	margin: 0 0 10px 0;
}

#quoteSlide p {
	text-align: center;
}

a.site-credit-link {
	color: #000000;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 150px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
  	-moz-opacity: 0.5;
  	-khtml-opacity: 0.5;
  	opacity: 0.5;
}

/* UPCOMING EVENTS WIDGET */

div.upcoming-events-wrapper ul {
	padding: 5px 0 5px 45px;
	margin: 0;
	list-style-type: none;
	background-image: url(/sitefiles/1410/Images/upcomingevent.png);
	background-repeat: no-repeat;
	background-position: left center;
}

p.upcoming-events-date {
	color: #716558;
	font-size: 11.5px;
	margin: 0;
}

p.upcoming-events-name {
	margin: 0;
}

p.upcoming-events-name a {
	color: #3B2314;
	font-size: 14px;
	margin: 0;
}

/* UPCOMING EVENTS WIDGET */

div.recent-blog-posts-wrapper ul {
	background-image: url(/sitefiles/1410/Images/latest.png);
	background-position: left 9px;
	background-repeat: no-repeat;
	height: 45px;
	list-style-type: none;
	margin: 0;
	padding: 6px 0 0;
}

div.recent-blog-posts-wrapper ul li {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 45px;
}

span.recent-blog-posts-date-wrapper {
	display: block;
	float: left;
	width: 190px;
	color: #666;
	font-size: 11px;
	clear: left;
}

a.recent-blog-posts-title {
	display: block;
	width: 190px;
	color: #333;
	font-size: 14px;
}

.upcoming-events-time {
	display: none;
}

/* ----------------------------------------------------------------------------------------------------------------- Carousel Styles */

#wrap {
	color: #404040;
	

/*margin: 0 12%;*/
    margin: 0 48px;
}

#workWrapper {
	background-image: url(/sitefiles/1259/Images/bk-slider.jpg);
	background-repeat: repeat-x;
	float: left;
	width: 560px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	position: relative;
	padding-top: 30px;
}

#work-nav {
	position: relative;
	height: 0;
}

* html #workWrapper {
	width: 620px;
	w\idth: 560px;
}

#work-slider {
	width: 770px;
	height: 200px;
}

a#work-nav-prev:link,
a#work-nav-prev:visited,
a#work-nav-prev:active {
	position: absolute;
	top: 45px;
	left: 18px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(/sitefiles/1410/Images/prev-horizontal.png) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
}

a#work-nav-prev:hover {
	background-position: -64px 0;
}

* html a#work-nav-prev:link,
* html a#work-nav-prev:visited,
* html a#work-nav-prev:active
* html a#work-nav-prev:hover {
	left: 5px;
}

a#work-nav-next:link,
a#work-nav-next:visited,
a#work-nav-next:active {
	position: absolute;
	top: 45px;
	right: 16px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(/sitefiles/1410/Images/next-horizontal.png) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
}

a#work-nav-next:hover {
	background-position: -32px 0;
}

* html a#work-nav-next:link,
* html a#work-nav-next:visited,
* html a#work-nav-next:active
* html a#work-nav-next:hover {
	right: 285px;
}

/* @group My Group */

ul.series-list li {
	height: 140px;
	list-style-type: none;
	margin: 0 8px;
	padding: 0;
}

ul.series-list li a, ul.series-list li span {
	display: block;
	text-align: center;
}

/* @end */
