@charset "UTF-8";
/* CSS Document */

body  {
	font: 70% Verdana, Helvetica, sans-serif;
	;
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFF;
	font-size: 14px;
}
body li, body p, body td {
	font-size: 14px;
	text-align: justify;
}

/*this holds everything*/
#container{
	width:950px;
	margin: 0 auto;
	padding: 0 10 0 0;
	text-align: left;
	position: relative;
} 
#containerindex{
	width:900px;
	margin: 0 auto;
	padding: 0 10 0 0;
	text-align: left;
	position: relative;
	background-color:#444242
} 

/*this holds links and maybe logo*/
#containery{
	width:825px;
	margin: 15 0 0 0;
	text-align: left;
	position: relative;
	height: 45px;
} 
#containeryy{
	width:900px;
	margin: 15 0 0 10;
	text-align: center;
	position: relative;
	height: 45px;
} 
/*this moves flash*/
#headerFlash{
	height:640px;
	width:850px;
	margin:25px 0 0px 0;
	padding:0
} 
#headerFlashz{
	height:450px;
	width:875px;
	margin:125px 25px 0px 25px;
	padding:0
} 
/*holds the text for mongrels page*/
#headerFlashx{
	width:825px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-indent: -40px;
	height: 10px;
} 
/*this is the box that holds text below flash*/
#subFlash{
	width:850px;
	margin:30px 0 20px 0px;
	padding:0;
	text-align: left;
} 
#subFlashz{
	width:825px;
	margin:10px 20px 20px 20px;
	padding:0;
	text-align: left;
} 
/*this might be able to be deleted*/
#webinarFlash{width:900px; margin:-30px 0 20px 0; padding:0; text-align: center; float:left;}


/* this is for the top navigation */
#headerNav{
	margin: 70px 0 5px 0;
}
#headerNavx{margin: 20px 0 15px 110;}
/*this moves the logo*/
#logo{
	float:left;
	width:555px;
	padding:0 10px 0 0;
	margin:-55px 0 0 0;
	_margin:0;
} 

#MenuLinks {
	margin-top:25px;
	_margin: -45px 0 0 0;
	height:50px;
}
#f-source-menu{margin:30px 0 0 0;}
#f-new{margin:0px 0 0 160px;}

#nav {background-image: url(../images/MenuLinksImage.gif); background-repeat: no-repeat; padding:0; height:34px; width:825px; margin:30px 0 0 5px}
#nav span {display: none;}
#nav li, #nav a {display:block; height:43px;}
#nav li {float:left; list-style:none; display:inline;}

#MenuLinks #home {width:160px;}
#MenuLinks #booking {width:185px;}
#MenuLinks #about {width:155px;}
#MenuLinks #faq {width:120px;}
#MenuLinks #contact {width:205px;}

/* OVER STATES*/
#MenuLinks #home a:hover {background:url(../images/MenuLinksImage.gif) 0px -37px no-repeat; }
#MenuLinks #booking a:hover {background:url(../images/MenuLinksImage.gif) -160px -37px no-repeat; }
#MenuLinks #about a:hover {background:url(../images/MenuLinksImage.gif) -345px -37px no-repeat; }
#MenuLinks #faq a:hover {background:url(../images/MenuLinksImage.gif) -500px -37px no-repeat; }
#MenuLinks #contact a:hover {background: url(../images/MenuLinksImage.gif) -620px -37px no-repeat; }

/* PRESSED STATES*/
#MenuLinks #home a:active {background:url(../images/MenuLinksImage.gif) 0px -76px no-repeat; }
#MenuLinks #booking a:active {background:url(../images/MenuLinksImage.gif) -220px -76px no-repeat; }
#MenuLinks #about a:active {background:url(../images/MenuLinksImage.gif) -530px -76px no-repeat; }
#MenuLinks #faq a:active {background:url(../images/MenuLinksImage.gif) -655px -76px no-repeat; }
#MenuLinks #contact a:active {background:url(../images/MenuLinksImage.gif) -750px -76px no-repeat; }

/*for pages with two columns this is the content left*/
#sidebarleft {
	background:#fff;
	float: left;
	width: 320px;
	height:500px;
	margin: 22px 0 0 10px;
} 
.sidebarleftinset {
	height: 590px;
	padding: 0px 0 0 10px;
	margin:10px 15px 0 0px;
	text-align:center
}
/*for pages with two columns this is the content right*/
#sidebarright {
	float: left;
	width: 500px;
	padding:0 20px 0 20px;
	margin:0 0 0 0;
	text-align:justify;
	font-size: 12px;
	color:#666;
	line-height: 18px;
	height: 550px;
}  



/*for pages with three columns this is the content left*/
#sidebarnarrowleft {float: left; width: 150px; padding:10 0 0 0; margin:0px 10px 0 auto; text-align:center}
.sidebarnarrowlefttop {background:url(../images/cornertopbrown.gif);  height: 70px; top no-repeat}
.sidebarnarrowleftmiddle {background:url(../images/cornermiddlelight.gif); }
.sidebarnarrowleftbottom {background:url(../images/cornerbottomlight.gif); bottom no-repeat }
/*for pages with three columns this is the content middle*/
#sidebarmiddle {
	float: left;
	width: 570px;
	padding:0;
	margin:15 0 0 0;
	text-align:justify;
	font-size: 12px;
	color:#FFC;
	line-height: 18px;
}  
/*for pages with three columns this is the content right*/
#sidebarnarrowright {float: right; width: 150px; padding:0 0 0 0; margin:0px 10px 0 auto; text-align:center}
.sidebarnarrowrighttop {background:url(../images/cornertopbrown.gif);  height: 70px; top no-repeat}
.sidebarnarrowrightmiddle {background:url(../images/cornermiddlelight.gif); }
.sidebarnarrowrightbottom {background:url(../images/cornerbottomlight.gif); }

	
#mainContentHome {
	margin-left:2px;
	width:890px;
	_width:365px;
	padding:0px 15px 0 15px;
	font-size: 12px;
	color:#FFC;
	line-height: 18px;
}
#mainContentSub {
	margin-left:25px;
	_margin-left:25px;
	width:850px;
	color:#FFC;
	line-height: 18px;
}

#footer {
	width:825px;
	height:36px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}
#footer p {margin: 0;padding: 10px 0}
#footerLeft {text-align: left; font-size: 11px; color:#666; float:left;}
#footerRight {text-align: right; font-size: 11px; color:#666; }
#footerRightShare {text-align: right; font-size: 11px; color:#666; }

#subNav{margin:0;}
#subNav ul#subNavLinks { display: inline; float: right; margin: 0; }
#subNav ul#subNavLinks li { display: inline; }
#subNav ul#subNavLinks li a { color: #999; float: left; margin: 10px 12px 0px 12px; padding: 0; text-decoration: none; font-size:13px;}
#subNav ul#subNavLinks li a:hover { color: #000000; }
#subTitle{margin:40px 0 0 0; font-size:18px; font-weight:bold; color:#000;}

.fltrt {float: right;margin-left: 8px;}
.fltlft {float: left;margin-right: 8px;}
.clearfloat {clear:both; height:0;font-size: 1px; line-height: 0px;}
#spacer{padding:0px;}


/*for testimonial image*/

#testimonials {height:220px;margin:0 0 10px 0; background: url(../images/laurentestimonial.gif) repeat-y left top;}


#homeFloatText{
	font-size: 14px;
	color:#FFC;
	padding:0;
	margin:0 15px 0 15px;
}
#homeCogIcon{float:left; padding:0 10px 20px 10px;}

.homeContentImage{padding:10px 0px 0px 0px; margin:0;}

#floatList{float:right; width:250px; position:relative;}

#categorylist{font-size:12px;}

/* font styles */

.newsLinks{font-size: 12px; line-height:18px}
.newsLinks li{margin:0 0 0 -20px;}
.blueText{
	color:#CCC;
}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: underline;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #CCC;
	font-weight: bold;
}

#mainContentSub a:link,
#mainContentSub a:visited,
#mainContentSub a:active {color: #990000;text-decoration: none;}
#mainContentSub a:hover {color: #009bda;text-decoration: none;}


#subContentSection{margin:0; padding:0; width:600px;}
#subIcon{width:65px; float:left; padding:0; margin:0 10px 0 0}
#subLogo{width:178px; float:left; padding:0; margin:0 10px 0 0}
#subContentText{padding:0; margin:0 0 0 75px;}
#subContentLogoText{padding:0; margin:0 0 0 190px;}
#subContentSeperator{ height:10; background-image:url(../images/seperator.gif); background-repeat:no-repeat; padding:5px 0 0 0; margin:20px 0 0 0; _margin:15px 0 10px 0;}

smallText{
	font-size:14px;
	color:#CCC;
}

h1 {
	font-size:20px;
	color:#CCC;
	line-height: 20px;
	text-transform:uppercase;
}
h2 {
	font-size:14px;
	color:#CCC;
	line-height:14px;
}
h3 {
	font-size:18px;
	color:#CCC;
	margin:22px;
}
h4 {font-size:14px; color:#FFf}

#twitter_status {
	color: #CCC;
	line-height: 15px;
	padding: 10px 0;
	margin: 0;
}
#twitter_status span {
	font-size: 12px;
	color: #CCC;
	margin: 0;
}

#links ul {
        list-style-type: none;
        width: 238px;
	    margin: 0px;
	    padding: 0px;
} 

#links li {
        border: 1px dotted #999;
        border-width: 1px 0;
        margin: 5px 0;
}

#links li a {
	color: #CCC;
	display: block;
	padding: 5px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

 * html #links li a {  /* make hover effect work in IE */
	width: 200px;
}

#links li a:hover {
	background: #cccccc;
	font-size: 12px;
}

#links a em {
	color: #CCC;
	display: block;
	line-height: 100%;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#links a span {
        color: #cccccc;
        font: normal 70% Verdana, Helvetica, sans-serif;
        line-height: 100%;
}

div.button {
	float: left;
	width: 335px;
	height: 42px;
}


div.button a {
	display: block;
	margin: 0px;
	overflow: hidden;
	text-decoration: none;
	height: 100%;
	background: url('../images/request_more_wedding_info.png') top left no-repeat;
	color: #FFFFFF;
	font-family: 'Arial';
	font-size:14px;
	line-height: 42px;
	text-align: center;
}


div.button a:hover {
	background-position: -335px 0;
	color: #CCC;
}


div.button a:active {
	background-position: -670px 0;
	color: #CCC;
}

