/* @override 
	http://staccato17.com/a&d-test/style.css
	http://www.atlantalinens.com/style.css
*/

body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-style: italic;
}


.twoColFixLtHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-width: 0;
	border-style: solid;
	padding-left: 20px;
	padding: 0;
} 
.twoColFixLtHdr #header { 
	padding: 0 10px 0 20px;
	height: 122px;
	background: url(images/header.jpg) no-repeat;
	margin: 0;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ccc url(images/newsheader.jpg) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 45px 10px 15px 20px;
	height: 530px;
	font-size: 12px;
	font-style: italic;
	margin: 20px 0 30px 20px;
}
.twoColFixLtHdr #mainContent { 
	margin: 20px 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 0;
	float: right;
} 
.twoColFixLtHdr #footer { 
	padding: 0 44px 0 20px;
	margin: 0;
	background-image: none;
}

#bodytxt p a {
	font-weight: bold;
	color: red;
	text-decoration: none;
}

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	text-align: right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #nav {
	height: 27px;
	float: left;
	width: 800px;
	background: url(images/navbackground.jpg) repeat-x;
	padding: 0;
	margin: 0;
	display: inline-block;
	font-family: "Helvetica Neue", Helvetica, sans-serif, Arial, Geneva;
	letter-spacing: 1px;
	color: #960002;
}

#contact span.selected a {
	color: white;
}

#nav a:hover{
	color: white;
}

#selected {
	color: white;
	text-decoration: none;
}

#about span.selected a {
	color: white;
}

#location span.selected a {
	color: white;
}

#homeHL span.selected a {
	color: white;
}

#services span.selected a {
	color: white;
}

span#selected {
	color: white;
	text-decoration: none;
}


#services a {
	color: #960002;
	text-decoration: none;
}

#nav a {
	color: #960002;
	text-decoration: none;
	margin-right: 10px;
}


#home {
	display: block;
	width: 72px;
	height: 27px;
	float: left;
	background: url(images/nav.jpg) no-repeat 0 0;
	left: 0;
	padding: 0;
	margin: 0 0 0 16px;
}

#mainContent img {
	width: 520px;
}

div.AccordionPanel.AccordionPanelOpen div.AccordionPanelContent {
	height: 379px;
}


div.AccordionPanel.AccordionPanelOpen div.AccordionPanelContent #7 {
	background-image: url(images/weddings_events.jpg);
	height: 80px;
}



#home a:hover img {
	background-position: -547px 0;
}

#sidebar1 h3 {
	font-size: 14px;
	margin: 0;
	padding-top: 0;
	padding-bottom: 10px;
}

#homeHL {
	width: auto;
	height: 27px;
	float: left;
	margin-left: 16px;
	color: white;
}

#testimonials span.selected a {
	color: white;
}


#about {
	display: inline-block;
	width: auto;
	height: 27px;
	float: left;
}

#about a:hover img {
	background-position: -617px 0;
}

#aboutHL {
	float: left;
	width: 69px;
	height: 27px;
	background: url(images/nav.jpg) -617px 0;
}

#services {
	height: 27px;
	width: auto;
	float: left;
	display: inline-block;
}

#services a img {
	display: block;
	width: 90px;
	height: 27px;
	background: url(images/nav.jpg) -140px 0;
}

#services a:hover img {
	background-position: -687px 0;
}

#servicesHL {
	height: 27px;
	width: 90px;
	float: left;
	background: url(images/nav.jpg) -687px 0;
}


#location {
	height: 27px;
	width: auto;
	float: left;
	display: inline-block;
}

#location a img {
	display: block;
	width: 100px;
	height: 27px;
	background: url(images/nav.jpg) no-repeat -232px 0;
}

#location a:hover img {
	background-position: -779px 0;
}

#locationHL {
	height: 27px;
	width: 100px;
	float: left;
	width: 100px;
	height: 27px;
	background: url(images/nav.jpg) no-repeat -779px 0;
	
}

#testimonials {
	height: 27px;
	width: auto;
	float: left;
	display: inline-block;
}

#testimonials a img {
	display: block;
	width: 124px;
	height: 27px;
	background: url(images/nav.jpg) no-repeat -332px 0;
}

#testimonialsHL {
	height: 27px;
	width: 124px;
	float: left;
	background: url(images/nav.jpg) no-repeat -879px 0;

}

#testimonials a:hover img {
	background-position: -879px 0;
}

#contact {
	height: 27px;
	width: auto;
	float: left;
	display: inline-block;
}

#contact a img {
	display: block;
	width: 79px;
	height: 27px;
	background: url(images/nav.jpg) no-repeat -460px 0;
}

#contact a:hover img {
	background-position: -1007px 0;
}

#contactHL {
	float: left;
	background: url(images/nav.jpg) no-repeat -460px 0;
	background-position: -1007px 0;
	width: 79px;
	height: 27px;
	
}

#bodytxt {
	background-color: #cccccc;
	padding: 20px 50px;
	width: 420px;
	margin-top: -2px;
	margin-bottom: 30px;
	height: 275px;
}

#bodytxtServices {

	padding: 60px 34px 20px;
	width: auto;
	margin-bottom: 10px;
}

#bodytxtServices p {
	margin: 0 0 10px;
	font-size: 12px;
}

#bodytxt p {
	font: italic 12px "Times New Roman", Times, Georgia, serif;
	margin-top: 0;
}

#bodytxt h2 {
	margin: 0;
	padding-top: 10px;
	font-size: 14px;
	font-style: italic;
}

#mainContentServices {
	width: 760px;
	background: #cccccc url(images/servicesHeader.jpg) no-repeat;
	margin: 50px auto 0;
	padding-left: 0;
	padding: 0;
}

#mainContentContact {
	width: 760px;
	margin-left: auto;
	margin-top: 50px;
	background: #333333 url(images/contactHeader.jpg) no-repeat;
	height: 680px;
	margin-right: auto;
}

#Accordion1 img {
	width: 760px;
	height: auto;
}

head {}

.twoColFixLtHdr {}

#container {}

#header {}

#nav {}

.selected {}

strong {}

.Accordion {}

img {}

.AccordionPanel {}

img {
border: solid 0; }

.AccordionPanel6 {}

.AccordionPanelContent {}

.AccordionPanel7 {}

.AccordionPanelTab {}

.AccordionPanelContent7 {}

#footer {}

a:link {}

a:visited {}

a:hover {}

a:active {}

#bodytxtContact {
	padding: 220px 0 0;
	color: white;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
	margin: 0 auto;
	height: 400px;
}

#leftContact {
	width: 280px;
	background: url(images/pickup.jpg) no-repeat;
	padding-top: 120px;
	float: left;
	margin-left: 20px;
}

#rightContact table img {
	padding: 0;
	float: left;
	margin-right: 8px;
	background-color: #818181;
	margin-bottom: 8px;
}

div#style1 {
	margin-left: 10px;
	font: 9px/15px Georgia, "Times New Roman", Times, serif;
	padding: 0;
	margin-top: 0;
	margin: 0;
	width: auto;
	float: left;
}

#leftContact p {
	font: italic 10px/15px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 20px;
}

#leftContact table p {
	font-size: 10px;
}

#rightContact {
	float: right;
	margin: 0 20px 0 0;
	width: 420px;
}

#rightContact table tbody tr td {
	padding-bottom: 18px;
	padding-right: 8px;
}

#mainContentrestimonials {
	width: 760px;
	background: #333333 url(images/testimonialsHeader.jpg) no-repeat;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 50px auto 0;
	height: auto;
}

#testimonialbodytxt p {
	width: 138px;
	margin: 15px 0 0;
	text-transform: none;
	font: italic 10px/16px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	white-space: normal;
}

#testitext {
	margin-left: auto;
	margin-right: auto;
}

#testimonialsidebar div.style1 p {
	font-size: 10px;
}

#testimonialtext {
	padding-top: 0;
	height: 430px;
	width: auto;
	background-position: right;
	background-repeat: no-repeat;
	float: right;
	padding-right: 15px;
}

#right img {
	width: 390px;
}

#left {
	float: left;
	margin-right: 22px;
	padding: 10px;
	color: white;
	width: 150px;
}

div#right {
	width: auto;
	float: left;
}

#nav div embed {
}

a {
	color: #fa0001;
}



#testimonialsidebar {
	width: 140px;
	float: left;
	height: 437px;
	padding: 60px 0 28px;
	background: black url(images/featuredclients.jpg) no-repeat left top;
	font-family: Arial, Geneva, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	margin-top: 44px;
	margin-right: 0;
	margin-left: 0;
}

#testimonialsidebar div.style1 p img {
	margin-bottom: 10px;
}

#mainContentabout {
	width: 760px;
	margin-top: 50px;
	margin-left: auto;
	background: #cccccc url(images/aboutusHeader.jpg) no-repeat;
	margin-right: auto;
}


#Accordion1 div.AccordionPanelContent p {
	padding: 0 20px 0 0;
	margin: 0;
	overflow: hidden;
}

div.AccordionPanelContent {
	height: auto;
	overflow: hidden;
}

#Accordion1 div.AccordionPanel7.AccordionPanelOpen {
	height: 379px;
	background: url(images/weddings_events.jpg) no-repeat center bottom;
}

#bodytxtabout {
	padding: 340px 30px 30px;
}

div.AccordionPanel6.AccordionPanelOpen {
	height: 379px;
	background: url(images/marketing.jpg) center top;
}

div.AccordionPanel6.AccordionPanelOpen div.AccordionPanelContent p {
	float: left;
}

#Accordion1 div.AccordionPanel6.AccordionPanelOpen div.AccordionPanelContent {
	margin-top: 280px;
	float: left;
	margin-left: 55px;
	color: white;
}

p {
	margin: 0 auto 10px;
	font-size: 12px;
}

#testimonialbodytxt {
	padding: 60px 4px 20px 0;
	width: auto;
	margin-bottom: 10px;
	height: 490px;
}

#rightContact table tbody {
}

#mainContentLocation {
	width: 760px;
	padding-left: 0;
	padding-top: 331px;
	background: url(images/locationHeader.jpg) no-repeat;
	margin-left: auto;
	margin-top: 50px;
	margin-right: auto;
}

#bodytxtLocation {
	padding: 30px;
	background-color: #333333;
	color: white;
	font-style: italic;
}
