/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #492f91;
	font: 12px Verdana, Tahoma, Geneva, Arial, sans-serif;
	color: #000;
}

/* Sets the margin and padding to zero */
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, fieldset, address, blockquote, th, td {
	 margin: 0;
	 padding: 0;
	 text-align: left;  /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

/* Removes borders for images and fieldsets */
img, fieldset {
	border: 0;
}

/* Removes borders for tables and table cells */
table, td {
	border-collapse: collapse;
	vertical-align: top;
}

/* Styles h1, h2, h3, h4, h5 tags */
h1, h2, h3, h4 {
	font-family: "Gill Sans Ultra Bold", "AvantGarde Bk BT", "Century Gothic", Verdana, Tahoma, Geneva, Arial, sans-serif;
	margin: 5px 30px 10px;
}
/* Styles custom h1 headings */
h1#heading1, h1#heading2, h1#heading3, h1#heading4, h1#heading5 {
	color: #492F92;
	width: 730px;
	font-size: 20px;
	padding: 20px 20px 20px;
	margin: 0 auto;
	background: url(images/heading_bg.jpg) no-repeat left top;
	text-align: right;
	clear: both;
}

h2, h3, h4 {
	color: #3b8003;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}

/* Sets the line-height for the p, td, and address tags */
p {
	line-height: 26px;
	margin: 5px 30px 10px;
}

/* Creates DIV to set back to top link */
p#back {
	margin: 5px 30px;
	text-align: right;
	font: bold 16px "Myriad Pro", Verdana, Tahoma, Geneva, Arial, sans-serif;
	clear: both;
}
p#back a {
	text-align: right;
}

td {
	line-height: 18px;
}

address {
	font: bold 12px/12px "Myriad Pro", Verdana, Tahoma, Geneva, Arial, sans-serif;
	text-align: center;
	width: 232px;
	height: 60px;
	margin: 0;
	position: absolute;
	left: 486px;
	top: 0px;
	z-index: 2;
	color: #FFFFFF;
	padding: 40px 40px 0px 0px;
}

/* Style unordered lists and colmuns of text */
ul, body>ul.leftul, body>div#leftpara, body>ul.rightul, body>div#rightpara, ul.leftul, div#leftpara, ul.rightul, div#rightpara {
	list-style: none;
}	
	
/* Styles A links */
a:link {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: underline;
	color: #3b7b09;
}
a:hover {
	text-decoration: none;
	color: #7bc242;
}
a:active, a.selected {
	text-decoration: none;
	color: #50941a;
}
	
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* Styles the DIV that serves as the container for the layout. Setting the left and right margins to auto will center DIV. */
div#container {
	width: 770px;
	margin: 0px auto;
	background: #fff url(images/bg_site.gif) repeat-x;
}

/* Creates DIV container for header. */
div#header {
	background: #492f91 url(images/header_bg.jpg) no-repeat;
	width: 770px;
	margin: 0px auto;
	position: relative;
	height: 165px;
}
div#header .logo {
	width: 486px;
	margin: 0;
	float: left;
}
div#header a:link, div#header a:visited {
	text-decoration: none;
	color: #ffffff;
}

div#header a:hover, div#header a:active {
	text-decoration: underline;
	color: #492f91;
}

/* Creates DIV container for main content */ 
div#content {
	width: 770px;
	clear: left;
	padding: 0px 0px 10px 0px;
	background: url(images/content_bg.gif) no-repeat;
}
div#content.services {
	background: url(images/content_services.gif) no-repeat;
}
div#content a {
	font-weight: bold;
}
div#content ol, div#content ul {
	line-height: 20px;
	margin: 5px 30px 10px;
}
div#content ul.servicestxt {
	line-height: 30px;
}
div#content ul li {
	padding-left: 10px;
	background: url(images/bullet.gif) no-repeat left center;
	list-style: none;	
}

/* Styles DIV container for Google map */
div#map {
	border: 1px solid #7f7f7f;
	text-align: center;
	margin: 5px auto 5px;
	width: 638px;
}

/* Styles DIY frames in Plus sites */
#iframe {
	margin: 0;
	width: 676px;
	clear: both;
}

/* Creates DIV container for footer content */ 
div#footer {
	font: 16px "Gill Sans Ultra Bold Condensed", "Gill Sans Ultra Bold", "AvantGarde Bk BT", "Century Gothic", Verdana, Tahoma, Geneva, Arial, sans-serif;
	width: 770px;
	margin: 0px auto;
	text-align: center;
	clear: both;
	padding: 0px;
	background: #492f91 url(images/footer_bg.gif) repeat-x;
	color: #000000;
}
div#footer a:link, div#footer a:visited {
	text-decoration: none;
	color: #231f20;
}
div#footer a:hover, div#footer a:active {
	text-decoration: underline;
	color: #0c002b;
}

/* Creates DIV container for sub-navigation */
div#subnav {
	margin: 0px auto;
	padding: 5px 0px 20px;
}

/* Creates DIV container for copyright statement */
div#copyright {
	font-size: 11px;
	margin: 0px auto;
	padding: 5px 0px 10px;
	background: #492f91;
	color: #8cc63f;
}
div#copyright a:link, div#copyright a:visited {
	text-decoration: none;
	color: #a8dc63;
}
div#copyright a:hover, div#copyright a:active {
	text-decoration: underline;
	color: #ffffff;
}

/* ----------------- MAIN NAVIGATION ----------------- */

/* Apply the ul#mainnav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */
ul#mainnav {
	font: 12px "Gill Sans Ultra Bold", "AvantGarde Bk BT", "Century Gothic", Verdana, Tahoma, Geneva, Arial, sans-serif;
	background: #ffffff url(images/mainnav_bg.jpg) no-repeat;
	width: 621px;
	height: 69px;
	padding: 0 60px 0 89px;
	margin: 0;
	text-transform: uppercase;
	z-index: 1;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
	float: left;
}

/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #000;
	display: block;
	padding: 25px 0 26px;
	text-decoration: none;
	background: url(images/mainnav_bg.gif) no-repeat;
}
ul#mainnav li a#home {
	background: #fff url(images/links_bg.jpg) no-repeat -0px top;
	width: 89px;
	text-indent: -1500px;
}
ul#mainnav li a#services {
	background: #fff url(images/links_bg.jpg) no-repeat -89px top;
	width: 94px;
	text-indent: -1500px;
}
ul#mainnav li a#location {
	background: #fff url(images/links_bg.jpg) no-repeat -381px top;
	width: 104px;
	text-indent: -1500px;
}
ul#mainnav li a#about {
	background: #fff url(images/links_bg.jpg) no-repeat -485px top;
	width: 97px;
	text-indent: -1500px;
}
ul#mainnav li a#samples {
	background: #fff url(images/links_bg.jpg) no-repeat -582px top;
	width: 97px;
	text-indent: -1500px;
}
ul#mainnav li a#wedding {
	background: #fff url(images/links_bg.jpg) no-repeat -183px top;
	width: 102px;
	text-indent: -1500px;
}
ul#mainnav li a#holiday {
	background: #fff url(images/links_bg.jpg) no-repeat -284px top;
	width: 97px;
	text-indent: -1500px;
}

/* Creates our hover status. */
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: #7ac142;
	color: #333333;
	width: auto;
}

ul#mainnav li a#home:hover, ul#mainnav li a#home.current:link, ul#mainnav li a#home.current:visited  {
	background: #fff url(images/linkshover_bg.jpg) no-repeat -0px top;
	width: 89px;
	text-indent: -1500px;
}
ul#mainnav li a#services:hover, ul#mainnav li a#services.current:link, ul#mainnav li a#services.current:visited {
	background: #fff url(images/linkshover_bg.jpg) no-repeat -89px top;
	width: 94px;
	text-indent: -1500px;
}
ul#mainnav li a#location:hover, ul#mainnav li a#location.current:link, ul#mainnav li a#location.current:visited {
	background: #fff url(images/linkshover_bg.jpg) no-repeat -381px top;
	width: 104px;
	text-indent: -1500px;
}
ul#mainnav li a#about:hover, ul#mainnav li a#about.current:link, ul#mainnav li a#about.current:visited {
	background: #fff url(images/linkshover_bg.jpg) no-repeat -485px top;
	width: 97px;
	text-indent: -1500px;
}
ul#mainnav li a#samples:hover, ul#mainnav li a#samples.current:link, ul#mainnav li a#samples.current:visited {
	background: #fff url(images/linkshover_bg.jpg) no-repeat -582px top;
	width: 97px;
	text-indent: -1500px;
}
ul#mainnav li a#wedding:hover, ul#mainnav li a#wedding.current:link, ul#mainnav li a#wedding.current:visited {
	background: #fff url(images/linkshover_bg.jpg) no-repeat -183px top;
	width: 102px;
	text-indent: -1500px;
}
ul#mainnav li a#holiday:hover, ul#mainnav li a#holiday.current:link, ul#mainnav li a#holiday.current:visited {
	background: #fff url(images/linkshover_bg.jpg) no-repeat -284px top;
	width: 97px;
	text-indent: -1500px;
}

/* ----------------- ADDITIONAL CLASSES and DIVs ------------------ */

img.rt {
	float: right;
	margin: 0 0 0 0px;
}
img.rtaddmargin {
	float: right;
	margin: 0 0 150px 20px;
}
img.lft {
	float: left;
	margin: 0;
}
img.ctr {
	text-align: center;
	margin: 5px auto;
}

div#leftcolumnhalf p, div#leftcolumnhalf2 p, div#rightcolumnhalf p, div#leftcolumnthird p, div#leftcolumnthird p, div#ctrcolumnthird p {
	line-height: 18px;
	font: 12px Verdana, Tahoma, Geneva, Arial, sans-serif;
}

div#leftcolumnhalf ul, div#leftcolumnhalf2 ul, div#rightcolumnhalf ul, div#leftcolumnthird ul, div#leftcolumnthird ul, div#ctrcolumnthird ul {
	line-height: 18px;
	font: 12px Verdana, Tahoma, Geneva, Arial, sans-serif;
}

/* DIVs to create columns for paragraphs. */
html>body div#leftcolumnhalf {
	float: left;
	width: 385px;
	margin: 0;
}
html>body div#leftcolumnhalf2 {
	float: left;
	width: 385px;
	margin: 0;
}
html>body div#rightcolumnhalf {
	float: right;
	width: 385px;
	margin: 0;
}
html>body div#leftcolumnthird { /* divides content in thirds */
	float: left;
	width: 320px;
	margin: 0;
}
html>body div#ctrcolumnthird {
	float: left;
	width: 320px;
	margin: 0;
}
html>body div#rightcolumnthird {
	float: right;
	width: 320px;
	margin: 0;
}
/* end hack */

div#leftcolumnhalf {
	float: left;
	width: 385px;
	margin: 0;
	padding: 0;
}
div#leftcolumnhalf2 {
	background: url(images/lftcol_bg.jpg);
	float: left;
	width: 385px;
	margin: 0;
	padding: 0;
}
div#rightcolumnhalf {
	float: right;
	width: 385px;
	margin: 0;
	padding: 0;
}
div#leftcolumnthird { /* divides content in thirds */
	float: left;
	width: 320px;
	margin: 0;
}
div#ctrcolumnthird {
	float: left;
	width: 320px;
	margin: 0;
}
div#rightcolumnthird {
	float: right;
	width: 320px;
	margin: 0;
}

/* CLASSES to create columns for unordered lists. */
html>body ul.leftul {/* hack to hide UL styles from Internet Explorer 6 and under */
	float: left;
	width: 300px;
}
html>body ul.rightul {
	float: left;
	width: 300px;
}
ul.leftul {
	float: left;
	width: 280px;
}
ul.rightul {
	float: left;
	width: 280px;
}

/* Class to stop items from floating right or left */
.clear {
	clear: both;
}

/* Class to center text and images */
.center {
	text-align: center;
}

/* Class to emphasize the business name */
.businessname {
	color: #321a73;
	font-weight: bold;
}


/* Class to emphasize text in the content */
.emphasize {
	color: #492f91;
}
.emphasizeright {
	color: #492f91;
	text-align: right;
}
