/*reset styles */
	html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	color: #333333;
}
html, body {
min-height: 101%;
}
body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background-color: #b0caea;
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-x;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* end reset styles */
	
	
	#wrapper {
	width: 900px; /* centers in all but iE */
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	}

	
	#container {
	width: 900px;
	}
#header-wrap {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/header-bkg.gif);
	background-repeat: repeat-x;
	clear: both;
}
.category-box {
	background-color: #272725;
	height: 30px;
	width: 850px;
	float: left;
	margin-bottom: 10px;
}



	
	#header {
	width: 900px;
	height: 97px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/header-bkg.gif);
	background-repeat: repeat-x;
	background-position: top;
	clear: both;
	}
#logo {
	height: 97px;
	width: 270px;
	float: left;
	margin-left: 25px;
	clear: both;
}


#video {
	width: 640px;
	background-color: #F60;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

/* CSS Document */

	#navigation{
	float: right;
	width: 528px;
	margin-right: 25px;
	height: 63px;
	background-image: url(../images/nav-bkg.gif);
	background-repeat: repeat-x;
	margin-top: 14px;
	}
	
	#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

	#navigation ul li{
	float: left;
	}
	
	#navigation li a{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 11px;
	padding-left: 11px;
	padding-top: 38px;
	padding-bottom: 5px;
	}
	
	#navigation li a:hover {
	background-color: #b0caea;
	}
.active {
	background-color: #FF7400;
}
#headline {
	width: 900px;
	float: left;
	background-color: #FFFFFF;
}

	
	#main-content {
	width: 850px;
	float: left;
	background-color: #FFFFFF;
	padding-right: 25px;
	padding-left: 25px;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF7400;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	padding-bottom: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #272725;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	padding-top: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #272725;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 10px;
	line-height: 22px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF7400;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;

}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #272725;
	font-weight: normal;
	padding-bottom: 10px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF7400;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF7400;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF7400;
	text-decoration: none;
}
.feature-left {
	float: left;
	height: 325px;
	width: 255px;
	border: 1px solid #ededed;
	background-image: url(../images/feature-lft-bkg.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	margin-bottom: 10px;
}
.feature-right {
	float: right;
	height: 345px;
	width: 560px;
	border: 1px solid #ededed;
	margin-bottom: 10px;
}
#recent-container {
	width: 850px;
	float: left;
	background-color: #FFFFFF;
}

#recent-left {
	float: left;
	height: 135px;
	width: 275px;
	border: 1px solid #ededed;
	background-image: url(../images/recent-crozier.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 200px;
}
#recent-middle {
	float: left;
	height: 135px;
	width: 275px;
	border: 1px solid #ededed;
	background-image: url(../images/rc-left.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 200px;
	margin-right: 9px;
	margin-left: 9px;
}
#recent-right {
	float: right;
	height: 135px;
	width: 275px;
	border: 1px solid #ededed;
	background-image: url(../images/recent-b&b.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 200px;
}
#about-main-content {
	width: 850px;
	float: left;
	background-color: #FFFFFF;
	padding-right: 25px;
	padding-left: 25px;
}
#about-main-left {
	width: 500px;
	float: left;
	background-color: #FFFFFF;
}

#about-sub-content {
	width: 325px;
	float: right;
	background-color: #FFF;
}

.web-main-content {
	width: 850px;
	float: left;
	background-color: #FFFFFF;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
}
.print-main-content {
	width: 850px;
	float: left;
	background-color: #FFFFFF;
	padding-top: 10px;
}
.print-main-content2 {
	width: 850px;
	float: left;
	background-color: #FFFFFF;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 10px;
}
.logo-left {
	height: 137px;
	width: 274px;
	border: 1px solid #ededed;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.logo-mid {
	height: 137px;
	width: 274px;
	border: 1px solid #ededed;
	float: left;
	margin-right: 4px;
	margin-bottom: 10px;
}
.logo-right {
	height: 137px;
	width: 274px;
	border: 1px solid #ededed;
	float: right;
	margin-left: 5px;
	margin-bottom: 10px;
}
#logo-top {
	float: left;
	width: 850px;
}
#logo-btm {
	float: left;
	width: 850px;
}
#video-right {
	float: right;
	height: 335px;
	width: 485px;
	border: 1px solid #ededed;
	margin-bottom: 10px;
	padding-left: 75px;
	padding-top: 10px;
}
.mm-main-content {
	width: 850px;
	float: left;
	background-color: #FFFFFF;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 10px;
}
#contact-left {
	float: left;
	height: 325px;
	width: 247px;
	border: 1px solid #ededed;
	background-image: url(../images/feature-lft-bkg.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	margin-bottom: 10px;
}
#contact-right {
	float: right;
	height: 325px;
	width: 548px;
	border: 1px solid #ededed;
	padding: 10px;
	margin-bottom: 10px;
}


.font {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF7400;
	font-size: 14px;
	font-weight: normalbold;

}
#contact-table {
}
#contact-table  td {
	height: 25px;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FF7400;
}

#btn-view-site {
	display: block;
	height: 28px;
	width: 186px;
	margin-right: auto;
	background-image: url(../images/btn-view-site.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-left: auto;
	margin-top: 40px;
}
#btn-view-site:hover
{
	background-position: 0 -28px;
}
#btn-view-site   span
{
  display: none;
}
#btn-view-more {
	display: block;
	height: 28px;
	width: 186px;
	margin-right: auto;
	background-image: url(../images/btn-view-more.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-left: auto;
	margin-top: 25px;
}
#btn-view-more:hover {
	background-position: 0 -28px;
}
#btn-view-more span {
	display: none;
}

#sub-content {
	width: 300px;
	float: right;
	}
#footer-wrap {
	margin-right: auto;
	margin-left: auto;
	background-color: #272725;
	width: 100%;
	clear: both;
	height: 100%;
}

#footer {
	width: 235px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer.gif);
	height: 69px;
	padding-top: 25px;
	padding-left: 665px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	}

#blog-footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer.gif);
	padding-top: 25px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	text-align: right;
}
#blog-footer p {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#blog-main-content {
	float: left;
	width: 564px;
	background-color: #FFF;
	text-align: left;
	padding-top: 25px;
	padding-right: 10px;
}

strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #272725;
	font-weight: bold;
}
#blog-sub-content {
	float: right;
	width: 260px;
	background-color: #fff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b0caea;
	padding-left: 20px;
	text-align: left;
}
#footer /* end special fix */
	
	 p  {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footer   a:link  {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footer  a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer  a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
    #disclaimer {
	width: 760px;
	clear: both;
	text-align: left;
	float: left;
	color: #FFFFFF;
}
#disclaimer    a:link  {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#disclaimer   a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#disclaimer   a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}

	
	

	.clearfix:after {
	    content: ".";
	    display: block;
	    clear: both;
	    visibility: hidden;
	    line-height: 0;
	    height: 0;
	}
	
	.clearfix {
	    display: inline-block;
	}
	
	html[xmlns] .clearfix {
	    display: block;
	}
	
	* html .clearfix {
	    height: 1%;
	}
.small-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FF7400;
	padding-bottom: 10px;
}
.blog-small-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #B0CAEA;
	padding-bottom: 10px;
}
/*Tabs CSS*/
#tabs {
font-size: 90%;
margin: 20px 0;
}
#tabs div {
	display: block;
}

#tabs ul {
	float: left;
	width: 850px;
	background-color: #272725;
	height: 30px;
}
#tabs li {
	list-style: none;
	height: 30px;
	width: 218px;
}

#tabs li,
#tabs li a {
float: left;
}
#tabs ul li a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#tabs ul li.active {
	background-color: #FF7400;

}
#tabs ul li.active a {
	color: #333333;
	background-position: 0px -30px;
}
#tab-1, #tab-2, #tab-3{
	clear: both;
	float: left;
	width: 850px;
}

#btn-tab1 {
	display: block;
	height: 30px;
	width: 218px;
	background-image: url(../images/btn-logos.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#btn-tab1:hover {
	background-position: 0 -30px;
}
#btn-tab1 span {
	display: none;
}

#btn-tab2 {
	display: block;
	height: 30px;
	width: 218px;
	background-image: url(../images/btn-wedding.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#btn-tab2:hover {
	background-position: 0 -30px;
}
#btn-tab2  span {
	display: none;
}
#btn-tab3 {
	display: block;
	height: 30px;
	width: 218px;
	background-image: url(../images/btn-layout.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#btn-tab3:hover {
	background-position: 0 -30px;
}
#btn-tab3 span {
	display: none;
}
