@charset "utf-8";

/* --------------------
		Reset Styles
-------------------- */

* {
	border: 0;
	outline: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

html, body, 
div, span, 
h1, h2, h3, h4, h5, h6, 
p, blockquote, a, 
em, img, q, strong, sub, sup, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-weight: 400;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* --------------------
		Main Styles
-------------------- */

body, html {
	background: #005E75 url( '/share/images/site/background.gif' ) left top repeat-x;
	font-family: Georgia, Arial;
	color: #404445;
	font-size: 12px;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.clear {
	clear: both;
	overflow: hidden;
	height: 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* --------------------
		WYSIWYG Editor
-------------------- */


/* --------------------
		Layout Styles
-------------------- */

#wrapp {
	width: 920px;
	height: auto;
	overflow: hidden;
	clear: both;
	position: relative;
	margin: 0 auto;
}

#header {
	width: 920px;
	height: 145px;
	clear: both;
	position: relative;
	background: transparent url( '/share/images/site/header.gif' ) left top no-repeat;
	margin: 0 0 0 0;
	z-index: 9999;
}

#page-image {
	width: 920px;
	height: 200px;
	clear: both;
	position: relative;
	overflow: hidden;
	z-index: 99;
}

#content {
	width: 920px;
	height: auto;
	clear: both;
	position: relative;
	overflow: hidden;
	z-index: 99;
	background: #FFFFFF url( '/share/images/site/content.gif' ) left top no-repeat;
}

#inner {
	width: 920px;
	height: auto;
	clear: both;
	position: relative;
	overflow: hidden;
	z-index: 99;
	background: #FFFFFF url( '/share/images/site/inner-page-top.gif' ) left top no-repeat;
}

#footer {
	width: 920px;
	height: 60px;
	clear: both;
	position: relative;
	overflow: hidden;
	z-index: 99;
	background: #408698 url( '/share/images/site/footer.gif' ) left bottom no-repeat;
}

#copyright {
	width: 920px;
	height: auto;
	clear: both;
	position: relative;
	overflow: hidden;
	z-index: 5;
}

/* --------------------
		Layout Styles for Header
-------------------- */

#header h1 {
	position: absolute;
	top: 25px;
	left: 30px;
	width: 255px;
	height: 27px;
}

#header h1 a {
	display: block;
	width: 255px;
	height: 27px;
	/*background: transparent url( '/share/images/site/logo.gif' ) left top no-repeat; */
	text-indent: -9999px;
}

#header h2 {
	position: absolute;
	top: 55px;
	left: 331px;
	width: 357px;
	height: 32px;
	/*background: transparent url( '/share/images/site/slogan.gif' ) left top no-repeat;*/
	text-indent: -9999px;
}

#header .navigation-help {
	position: absolute;
	top: 35px;
	right: 24px;
}

#header .navigation-help li {
	float: left;
	padding: 0 6px;
}

#header .navigation-help li a {
	color: #9BA3A5;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
}

#header .navigation-help li a:hover {
	text-decoration: underline;
}

#header .mailto {
	position: absolute;
	top: 55px;
	right: 30px;
	color: #005E75;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
}

#header .mailto:hover {
	text-decoration: underline;
}

#header .navigation-general {
	position: absolute;
	top: 115px;
	left: 21px;
	width: auto;
	height: 30px;
	z-index: 999;
}

#header .navigation-general li {
	float: left;
	padding: 0 3px;
	position: relative;
	background: rgba(255, 255, 255, 0.1);
}

#header .navigation-general li a {
	color: #9BA3A5;
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
	/*padding: 0 6px;*/
	padding: 0 80px 0 4px;	
	display: block;
	width: auto;
	height: 30px;
	line-height: 30px;
	float: left;
}

#header .navigation-general li a:hover,
#header .navigation-general li a.current {
	background-color: #CCDFE3;
	color: #408698;
}

#header .navigation-general li a.active{
	color: #408698;
}

#header .navigation-general li ul {
	position: absolute;
	top: 30px;
	left: 3px;
	/*width: 140px; */
	width: 200px;
	height: auto;
	background-color: #408698;
	display: none;

}

#header .navigation-general li ul li {
	float: left;
	padding: 0;
}

#header .navigation-general li ul li a {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	/*width: 128px;*/
	width: 188px;
	height: auto;
	line-height: 16px;
	padding: 2px 6px;
	float: left;
}

#header .navigation-general li ul li a:hover {
	background-color: #78AAB6;
	color: #FFF;
}

/* --------------------
		Layout Styles for Page Image
-------------------- */

#page-image {
	width: 920px;
	height: 200px;
}

#page-image img {
	width: 920px;
	height: 200px;
}

#flashcontent {
	width: 920px;
	height: 200px;
}

/* --------------------
		Layout Styles for Content Home
-------------------- */

#content .home-page {
	width: 870px;
	height: auto;
	padding: 20px 20px 10px 30px;
	position: relative;
	overflow: hidden;
}

#content .home-page .left-column {
	width: 462px;
	height: auto;
	float: left;
	position: relative;
	overflow: hidden;
}

#content .home-page .left-column h1 {
	color: #005E75;
	font-family: Georgia;
	font-size: 24px;
	padding: 0 0 5px 0;
}

#content .home-page .left-column h2 {
	color: #408698;
	font-family: Georgia;
	font-size: 15px;
	padding: 5px 0;
}

#content .home-page .left-column p {
	color: #404445;
	font-family: Georgia;
	font-size: 12px;
	padding: 5px 0;
	line-height: 18px;
}

#content .home-page .left-column a {
	color: #005E75;
	border-bottom: 2px solid #BFD7DC;
	text-decoration: none;
}

#content .home-page .left-column a:hover {
	border-bottom: none;
}

#content .home-page .middle-column {
	width: 180px;
	height: auto;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 0 0 0 30px;
}

#content .home-page .middle-column h1 {
	color: #005E75;
	font-family: Georgia;
	font-size: 24px;
	padding: 0 0 5px 10px;
}

#content .home-page .middle-column a:hover {
	border-bottom: none;
}

#content .home-page .middle-column .item {
	border: 1px solid #CCDFE3;
	width: 178px;
	height: 138px;
	float: left;
	margin: 0 20px 20px 0;
}

#content .home-page .middle-column .margin-right-0 {
	margin-right: 0;
}

#content .home-page .middle-column .item a.title, .sidetitle {
	display: block;
	color: #408698;
	font-family: Georgia;
	font-size: 15px;
	text-decoration: none;
	line-height: 24px;
	width: 160px;
	height: 24px;
	padding: 0 9px;
	overflow: hidden;
}

#content .home-page .middle-column .item a.title:hover {
	text-decoration: underline;
}

#content .home-page .middle-column .item span {
	display: block;
	color: #6D7779;
	font-family: Georgia;
	font-size: 11px;
	line-height: 24px;
	padding: 0 9px;
}

#content .home-page .middle-column .latest-offers {
 	margin-top: 13px; 
}


#content .home-page .right-column {
	width: 180px;
	height: auto;
	float: right;
	position: relative;
	overflow: hidden;
}


#content .home-page .weddings {
	width: 180px;
	height: auto;
	position: relative;
	overflow: hidden;
	background: #F5D3DE url( '/share/images/site/weddings.gif' ) left top no-repeat;
}

#content .home-page .weddings h2 {
	color: #005E75;
	font-family: Georgia;
	font-size: 24px;
	line-height: 40px;	
	padding: 0 10px;
}

#content .home-page .weddings h3 {
	color: #005E75;
	font-family: Georgia;
	font-size: 15px;
	line-height: 21px;	
	padding: 5px 10px;
}

#content .home-page .weddings p {
	color: #404445;
	font-family: Georgia;
	font-size: 12px;
	line-height: 18px;	
	padding: 5px 10px;
}

#content .home-page .weddings img {
	margin-left: -10px;
}

#content .home-page .weddings .button {
	width: 160px;
	height: 40px;
	position: relative;
	overflow: hidden;
	background: transparent url( '/share/images/site/weddings-button.gif' ) left top no-repeat;
	padding: 0 10px;
}

#content .home-page .weddings .button a {
	line-height: 30px;
	color: #FFFFFF;
	font-family: Georgia;
	font-size: 12px;
	text-decoration: none;
	background: transparent url( '/share/images/site/weddings-arrow.gif' ) right 3px no-repeat;
	padding: 0 12px 0 0;
}

#content .home-page .weddings .button a:hover {
	text-decoration: underline;
}

#content .left-column ul {
	padding: 10px 0 10px 20px;
}

#content .left-column ul li {
	padding: 0 0 0 18px;
	line-height: 24px;
	background:url(/share/images/site/bullet.jpg) no-repeat  ;
	background-position: 0 0 0 0; 
	
}

#content .left-column ol {
	padding: 10px 0 10px 20px;
	list-style: decimal outside none !important;
}

#content .left-column ol li {
	padding: 0 0 0 18px;
	line-height: 24px;
	list-style: decimal outside none !important;
	margin-left:18px;
	padding:0px;
}


/* --------------------
		Layout Styles for Inner
-------------------- */

#inner .inner-page {
	width: 870px;
	min-height: 300px;
	height: auto;
	padding: 20px 20px 20px 30px;
	position: relative;
	overflow: hidden;
	background: transparent url( '/share/images/site/inner-page.gif' ) left top repeat-y;
	margin: 6px 0 0 0;
}

#inner .left-column {
	width: 150px;
	height: auto;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 0 50px 0 0;
}

#inner .left-column h2 {
	color: #408698;
	font-family: Arial;
	font-size: 16px;
	padding: 0 0 10px 0;
	font-weight: 400;
}

#inner .left-column .navigation-left {
	padding: 2px 0 0 0;
	width: 150px;
	height: auto;
}

#inner .left-column .navigation-left li {
	padding: 1px 0;
}

#inner .left-column .navigation-left li a {
	color: #9BA3A5;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	line-height: 20px;
	padding: 5px 10px;
	display: block;
}

#inner .left-column .navigation-left li a:hover,
#inner .left-column .navigation-left li a.active {
	background-color: #78AAB6;
	color: #FFFFFF;
}

#inner .middle-column {
	width: 470px;
	height: auto;
	float: left;
	position: relative;
	overflow: hidden;
}

#inner .middle-column h1 {
	color: #005E75;
	font-family: Georgia;
	font-size: 24px;
	padding: 0 0 5px 0;
}

#inner .middle-column h2 {
	color: #408698;
	font-family: Georgia;
	font-size: 15px;
	padding: 5px 0;
}

#inner .middle-column h3 {
	color: #005E75;
	font-family: Georgia;
	font-size: 12px;
	padding: 5px 0;
}

#inner .middle-column p {
	color: #404445;
	font-family: Georgia;
	font-size: 12px;
	padding: 5px 0;
	line-height: 18px;
}

#inner .middle-column ul {
	padding: 10px 0 10px 20px;
}

#inner .middle-column ul li {
	padding: 0 0 0 18px;
	line-height: 24px;
	background:url(/share/images/site/bullet.jpg) no-repeat  ;
	background-position: 0 0 0 0; 
	
}

#inner .middle-column ol {
	padding: 10px 0 10px 20px;
	list-style: decimal outside none !important;
}

#inner .middle-column ol li {
	padding: 0 0 0 18px;
	line-height: 24px;
	list-style: decimal outside none !important;
	margin-left:18px;
	padding:0px;
}

#inner .middle-column a {
	color: #005E75;
	border-bottom: 2px solid #BFD7DC;
	text-decoration: none;
}

#inner .middle-column a:hover {
	border-bottom: 3px solid #404445;
}

#inner .middle-column ul li  a{
	border: 0;
}

#inner .middle-column ul li  a:hover{
	text-decoration: underline;
}

#inner .all-news {
	padding: 20px 0 0 0;
}

#inner .all-news .item {
	clear: both;
	overflow: hidden;
}

#inner .all-news img {
	float: left;
	margin: 0 20px 20px 0;
	display: inline;
}

#inner .all-news .title {
	color: #005E75;
	font-family: Georgia;
	font-size: 17px;
	padding: 0 0 5px 0;
	display: block;
}

#inner .all-news .title:hover {
	border-bottom: 2px solid #BFD7DC;
	color: #404445;
}

#inner .all-news span {
	display: block;
	padding: 5px 0 15px 0;
	font-size: 10px;
}

#inner .all-news span.desc {
	padding: 10px 0 5px 0;
	font-size: 12px;
}


.description2 {
	margin: 0px;
    padding: 0px 3px 0px 2px;
	font-size: 12px;
    color: #005E75;
}


#inner .formManager {
	
}

#inner .formManager label {
	width: 80px;
	float: left;
	color: #404445;
	font-family: Georgia;
	line-height: 20px;
}

#inner .formManager .text {
	width: 338px;
	float: right;
	color: #404445;
	font-family: Georgia;
	border: 1px solid #046177;
	padding: 2px;
	height: 16px;
	margin: 0 10px 0 0;
	font-size: 12px;
}

#inner .formManager  textarea {
	width: 338px;
	float: right;
	color: #404445;
	font-family: Georgia;
	font-size: 12px;
	border: 1px solid #046177;
	padding: 2px;
	height: 60px;
	margin: 0 10px 0 0;
}

#inner .formManager .submit {
	width: auto;
	height: auto;
	padding: 4px 8px;
	background: #005E75;
	color: #FFF;
	font-family: Georgia;	
	text-transform: uppercase;
	float: right;
	margin: 0 10px 0 0;
	cursor: pointer;
}

#content.lightbox, .lightbox {
	border: 0 !important;
}

#content .lightbox img, .lightbox img {
	border: 1px solid #CCDFE3 !important;
	display: block;
	float: left;
	padding: 4px;
	margin: 4px;
}

#inner .right-column {
	width: 180px;
	height: auto;
	float: right;
	position: relative;
	overflow: hidden;
}

#inner .right-column h2 {
	color: #005E75;
	font-family: Georgia;
	font-size: 22px;
	padding: 0 0 10 0px;
}

#side-feat2 h2 {
	color: #005E75;
	font-family: Georgia;
	font-size: 18px;
	padding: 0 0 10 0px;
}


#inner .right-column h3 {
	color: #005E75;
	font-family: Georgia;
	font-size: 24px;
	padding: 0 0 5px 10px;
}


#inner .right-column p a{
	color: #005E75;
	text-decoration: none;
	border-bottom: 2px solid #BFD7DC;
}

#inner .right-column p a:hover{
	color: #005E75;
	border-bottom: 3px solid #CCDFE3;
	text-decoration: underline;
}






#inner .right-column .item {
	border: 1px solid #CCDFE3;
	width: 178px;
	height: 138px;
	margin: 0 0 20px 0;
}

#inner .right-column .item a.title {
	display: block;
	color: #408698;
	font-family: Georgia;
	font-size: 15px;
	text-decoration: none;
	line-height: 24px;
	width: 160px;
	height: 24px;
	padding: 0 9px;
	overflow: hidden;
}

#inner .right-column .item a.title:hover {
	text-decoration: underline;
}

#inner .right-column .item span {
	display: block;
	color: #6D7779;
	font-family: Georgia;
	font-size: 11px;
	line-height: 24px;
	padding: 0 9px;
}

#inner .right-column .newsletter   {
	padding: 10px;
	background: #408698;
	margin: 0 0 20px 0;
}


 #mid-widget .newsletter   {

	padding: 10px;
	background: #408698;
	margin: 0 0 20px 0;
}


#inner .right-column .newsletter h3,  #mid-widget .newsletter h3  {
	color: #FFFFFF;
	font-size: 12pt;
	padding: 0 0 9px 0;
}

#inner .right-column .newsletter label,  #mid-widget .newsletter label  {
	color: #FFFFFF;
	padding: 0 0 8px 0;
	display: block;
	font-size: 16px;
}

#inner .right-column .newsletter span,  #mid-widget .newsletter span  {
	color: #A6C7CF;
	padding: 0;
	line-height: 20px;
	padding: 0 0 11px 0;
	display: block;
}

#inner .right-column .newsletter input.query,  #mid-widget .newsletter input.query  {
	border: 1px solid #A6C7CF;
	width: 150px;
	height: 16px;
	padding: 2px;
	color: #404445;
	font-family: Georgia;
	font-size: 12px;
	margin: 0 0 10px 0;
}

#inner .right-column .newsletter input.submit, #mid-widget .newsletter input.submit {
	width: 80px;
	height: 22px;
	color: #000;
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	cursor: pointer;
	background: transparent url( '/share/images/site/subscribe.gif' ) left top repeat-y;
}

/* --------------------
		Layout Styles for Footer
-------------------- */

#footer .navigation-footer {
	position: absolute;
	top: 19px;
	left: 25px;
}
	
#footer .navigation-footer li {
	float: left;
	padding: 0 5px;
}

#footer .navigation-footer li a {
	float: left;
	color: #A0C3CC;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
}

#footer .navigation-footer li a:hover {
	text-decoration: underline;
}

#footer .contacts {
	position: absolute;
	top: 17px;
	right: 30px;
	color: #A6C7CF;
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
}

#footer .contacts span {
	color: #FFFFFF;
}

#footer .contacts a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #D0E1E6;
}

#footer .contacts a:hover {
	border-bottom: none;
}

/* --------------------
		Layout Styles for Copyright
-------------------- */

#copyright div {
	display: block;
	padding: 1px 0 4px 0;
	text-align: center;
	color: #4D8F9F;
	font-family: Arial;
	font-size: 11px;
}



.button2 {
	width: 160px;
	height: 40px;
	position: relative;
	overflow: hidden;
	background: transparent url( '/share/images/site/teaser2-button.jpg' ) left top no-repeat;
	padding: 0 10px;
}

.button2 a {
	line-height: 30px;
	color: #404445;
	font-family: Georgia;
	font-size: 12px;
	text-decoration: none;
	/*background: transparent url( '/share/images/site/weddings-arrow.gif' ) right 3px no-repeat;*/
	padding: 0 12px 0 0;
}

.button2 a:hover {
	text-decoration: underline;
}

#side-feat2 {
border: #eeeeee 1px solid; 
padding: 0 5px 5px 5px; 
 }

 .middle-column bradley  { font-size:150%; }
 
.bradley p
{
	font-size: 1.5em !important;
}

