/*	background: #cccccc url("bg_grad.jpg") fixed;*/

body {
	font-family:Verdana, Arial, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background: url("images/design/design_01.jpg") repeat-x rgb(123,124,127);
	z-index:10;
	}


h1 {
	font-size: 16pt;
	}

h2 {
	font-size: 14pt;
	}

h3 {
	font-size: 12pt;
	}

h4 {
	font-size: 10pt;
	}

h5 {
	font-size: 9pt;
	}

h6 {
	font-size: 8pt;
	}

h7 {
	font-size: 7pt;
	}
a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
	}

a:hover{
	text-decoration: underline;
	}

/***inner and centering containers****************************/
#mainDIV {
	text-align:center;
	position:relative;
	margin:auto;
	width:100%;
	height:100%;
	padding:0px;
	margin-top:0px;
	overflow:visible;
	}
	
#centerDIV {
	text-align:left;
	margin:auto;
	width:1020px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
	margin-top: 00px;
	z-index:10;
	position:relative;
	overflow:visible;
	}


/* header DIV wrapper and logo containers */
#headerDIV {
	background: url("images/design/features_04.jpg") no-repeat;
	height:504px;
	width:1020px;
	margin:00px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	top:0px;
}

#photoHeaderDIV {
	width:970px;
	height:400px;
	padding:0px;
	margin:0px 0px 0px 0px;
	background: #c5c5c5;
	position:relative;
	top:104px;
	left:25px;
	overflow:hidden;
}

#logoDIV {
	width:324px;
	height:75px;
	position:absolute;
	padding:0px;
	margin:0px;
	top:5px;
	right:25px;
	z-index:10000;
}

#logoDIV {
	padding:0px;
	margin:0px;
	border:0px;
}

#contentDIV {
	background: url("images/design/design_07.jpg") repeat-y rgb(123,124,127);
	margin:0px 0px 0px 0px;
	padding:104px 25px 0px 25px;
	overflow:visible;
}

#navDIV {
	background: rgb(150,150,150);
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:970px;
	font-size:11pt;
	border-top:1px solid rgb(247,144,30);
	min-height:24px;
	background: url("images/design/menu_gradient_up.jpg") top repeat-x rgb(64,64,66);
}

#navDIV ul {
	color:white;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
}

#navDIV ul li {
	color:white;
	margin:0px 0px 0px 0px;
	padding:4px 15px 0px 15px;
	position:relative;
	float:left;
	height:20px;
	background: url("images/design/menu_gradient_up.jpg") top repeat-x rgb(64,64,66);
}

#navDIV ul li.blogMenu {
	float:right;
	background:rgb(0,100,157);
	background: url("images/design/menu_gradient_down_blue.jpg") top left no-repeat rgb(64,64,66);
}

#navDIV ul li a {
	color:white;
	text-decoration:none;	
	display:block;
	float:left;
}	

#navDIV ul li a.navDIVSelected {
	color:rgb(247,144,30);
	text-decoration:none;	
	display:block;
}	

#navDIV ul li a:hover {
	color:rgb(247,144,30);
	text-decoration:none;	
	display:block;
}	

#navDIV ul li ul {
	font-size:10pt;
	border:0px;
	display:none;
	background: rgb(64,64,66);
	}

#navDIV ul li:hover ul, #navDIV ul li.sfhover ul {
	font-size:10pt;
	border:1px solid white;
	display:block;
	position:absolute;
	left:0px;
	top:24px;
	background: rgb(64,64,66);
	*width:200px;
	}

#navDIV ul li ul li {
	color:white;
	border-bottom:1px solid white;
	margin:0px 0px 0px 0px;
	padding:3px 0px 3px 10px;
	background: rgb(64,64,66);
	}

#navDIV ul li ul li a {
	font-size:9pt;
	width:200px;
	color:white;
	text-decoration:none;	
	display:block;
	float:left;
}

.menuSpacer {
	height:10px;
	width:247px;
	*width:227px;
	padding:0px 0px 0px 0px;
	margin:0px;
	background: rgb(247,144,30);
	}

#mainContentDIV {
	margin: 10px 0px 10px 10px;
	_margin: 10px 0px 10px 5px;
	padding:0px;
	font-size:9pt;
	line-height:1.4;
	float:left;
	clear:both;
	width:950px;
	overflow:visible;
}

#mainContentDIV hr {
	color:rgb(247,144,30);
	height:1px;
	border:0px;
	border-top:1px solid rgb(247,144,30);
}

#mainContentDIV h1 {
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	color:rgb(0,47,123);
	font-weight:bold;
}

#mainContentDIV h2 {
	margin:0px 0px 8px 0px;
	padding:4px 0px 0px 0px;
	color:rgb(0,100,157);
	font-weight:bold;
}

#mainContentDIV h3 {
	margin:0px 0px 6px 0px;
	padding:4px 0px 0px 0px;
	color:rgb(0,100,157);
	font-weight:bold;
}

#mainContentDIV h4 {
	margin:0px 0px 5px 0px;
	padding:4px 0px 0px 0px;
	color:rgb(0,100,157);
	font-weight:bold;
}

#mainContentDIV h5 {
	margin:0px 0px 4px 0px;
	padding:4px 0px 0px 0px;
	color:rgb(0,100,157);
	font-weight:bold;
}

#mainContentDIV h6 {
	margin:0px 0px 3px 0px;
	padding:4px 0px 0px 0px;
	color:rgb(0,100,157);
	font-weight:bold;
}

#mainContentDIV h7 {
	margin:0px 0px 2px 0px;
	padding:4px 0px 0px 0px;
	color:rgb(0,100,157);
	font-weight:bold;
}

#mainContentDIV p {
	margin:0x 0px 4px 0px;
	padding:0px 0px 0px 0px;
	color:rgb(20,20,20);
}

.weddingTable {
	width: 500px;
}


#slideInstructions {
	color:black;
}

#slideThumbs {
	overflow:auto;
	margin: 0px 0px 5px 0px;
	border:1px solid gray;
	background:rgb(175,175,175);
	white-space:nowrap;
	*width:950px;
	height:222px;
	vertical-align:middle;
	position:relative;
}

#slideThumbs a img {
	padding:0px;
	margin:-100px 1px 0px 0px;
	position:relative;
	top:50%;
	border:0px;
	}



#footerDIV {
	margin: 10px 15px 0px 15px;
	padding:10px 10px 10px 10px;
	border-top:1px solid rgb(247,144,30);
	text-align:center;
	font-size:7pt;
	clear:both;
	background:white;
}

#bottomDIV {
	background:url("images/design/design_13.jpg") no-repeat;
	margin:auto;
	width:1020px;
	border: 0px;
	padding:30px 0px 20px 0px;
	margin-top:0px;
	text-align:center;
	font-size:8pt;
	color:white;
	position:relative;
	bottom:0px;
	left:0px;
}

#bottomDIV ul {
	margin:0px;
	width:900px;
}

#bottomDIV li {
	display:inline;
	margin:0px 0px 0px 15px;
	padding:0px 0px 0px 5px;
	border-left:1px solid rgb(225,225,225);
}

#bottomDIV a {
	color:rgb(225,225,225);
	}

/* news / blog styles */

#newsListingWrapper {

}

#newsListingWrapper h5, #newsListingWrapper h5 a {
	color:rgb(245,117,0);
}

#newsListingWrapper img {
	padding:0px;
	margin:2px 0px 2px 0px;
}

.newsControls {
	border-top:1px solid rgb(247,144,30); 
	border-left:1px solid rgb(247,144,30); 
	padding:2px 13px 10px 5px; 
	margin:0px 0px 5px 0px;
	background:rgb(230,231,232);
	z-index:10;
}

.newsControls a {
	color:rgb(54,47,45);
	}

.newsControlsButtons {
	vertical-align:bottom; 
	border-bottom:1px solid rgb(247,144,30); 
	padding:0px 2px 5px 2px; 
	margin:0px 0px 5px 0px;
}

#newsListingComments {
	padding:3px 5px 3px 5px; 
	margin:30px 20px 10px 20px; 
	border-left:1px solid rgb(230,231,232); 
	font-size:7pt;
	background:rgb(245,245,245);
}

#newsListingComments h6 {
	margin:0px 0px 6px 0px;
	padding:0px 0px 0px 0px;
	display:block;
}

#newsListingComments h7 {
	margin:0px 0px 2px 0px;
	padding:0px 0px 0px 0px;
	display:block;
}

.commentWrap {
	border-top:1px solid rgb(230,231,232);
}

.newsLinks {
	font-size:9pt;
	border-top:1px solid rgb(247,144,30);
	background:rgb(245,245,245);
}

.newsLinks .forward {
	float:right;
	text-align:right;
}

.newsLinks .forward:hover {
	background:rgb(230,231,232);
}

.newsLinks .backward {
	float:left;
}

.newsLinks .backward:hover {
	background:rgb(230,231,232);
}

#comments {
	border:1px solid rgb(200,200,200);
	background:rgb(230,231,232);
	margin:25px 0px 20px 0px;
	padding:0px;
}

#comments h6 {
	margin:5px 0px 6px 0px;
	padding:0px 0px 0px 250px;
}

.commentDetailWrapper {
	float:left;
	clear:left;
	margin:0px 0px 4px 250px;
}

.commentDetail {
	width:120px;
	float:left;
}


input, textarea, select {
	width:300px;
	font-family:Verdana, Arial, sans-serif;
	color: #333333;
	font-size:11px;
}

/* contact form styles */
.contactWrapper {
	clear:left;
	margin:1px 0px 1px 0px;
	display:block;
}

.contactDetail {
	float:left;
	width:150px;
	color:black;
}

.contactInput {
}


/*********** global styles ************/

.clearBoth {
	clear:both;
	}

input, textarea, select {
	border:1px solid rgb(247,144,30);
	width:300px;
	font-family:Verdana, Arial, sans-serif;
	color: #333333;
	font-size:11px;
	background:rgb(240,240,240);
}

.contactBox {
	border:1px solid rgb(247,144,30);
	font-family:Verdana, Arial, sans-serif;
	color: #333333;
	font-size:11px;
	background:rgb(240,240,240);
	padding:8px 20px 8px 20px;
	float:right;
	text-align:right;
}

.errorText {
	color:white;
	background:rgb(200,0,50);
	padding:1px 3px 1px 3px;
	margin:3px 0px 3px 0px;
	font-size:9px;
	}

.successText {
	color:white;
	background:rgb(0,150,50);
	padding:0px;
	padding:1px 3px 1px 3px;
	margin:3px 0px 3px 0px;
	}

