@charset "UTF-8";

/* ----------------------------------------------------------
    Susan Hyatt CSS
    Developed by: Metropol Omnimedia
    Last Update: May 2010

    TABLE OF CONTENTS

    01 - LAYOUT
    02 - COMMON STYLE
    03 - HOMEPAGE 
    04 - SUBPAGES
    05 - FRAMEWORK
    06 - UTILITY
	
    COLOR GUIDE (Main Site Colors and their Hex Codes)
	
---------------------------------------------------------- */


/* 01 =LAYOUT
---------------------------------------------------------- */

html, body {
	height:100%;
}
body {
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/bkgdtile.gif);
	background-repeat: repeat-x;
	background-color: #000000;
	background-position: bottom;
	background-attachment: fixed;
}
#roof {
	min-height: 100%;
	background-image: url(../img/bkgd_roof.gif);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}

/* If #roof has height:100%, background will stick to bottom of viewport but content will overflow it */
/* If #roof has no height declaration, background will not stick to bottom of viewport if content is too short to fill it, but it will if the content fills the viewport */ 

#center {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width: 1091px;
	overflow:visible;
	padding-bottom: 50px;
}

#nav {
	padding-top: 45px;
}

#mast {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width: 1054px;
}

#home {
	margin-top: 450px;
}

/* HEADER */

/* PRIMARY NAV */

/* SECONDARY NAV */

/* CONTENT */

/* SIDEBAR LEFT */

/* FOOTER */

#footer {
	position: relative;
	display:block;
	margin-left:auto;
	margin-right:auto;
	width: 1091px;
	margin-top: -50px;
	height: 50px;
	clear:both;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

/* 02= COMMON STYLE
---------------------------------------------------------- */


/* FONT FAMILIES */

html, body {
	font-family: Verdana, Geneva, sans-serif;
}


/* FONT SIZES */

html, body {
	font-size: 12px;
	line-height: 17px;
}

#footer {
	font-size: 10px;
}

/* FONT COLORS */
html, body {
	color: #FFF;
}
#footer {
	color: #9d0039;
}

/* LINKS */
a:link, a:active, a:visited {
	color: #da2c6b;
	font-weight: bold;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}

#footer a:link,
#footer a:active,
#footer a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #9d0039;
}
.h1 {
	color: #da2c6b;
	font-weight: bold;
}
ul {
	list-style-image: url(../img/bullet.png);
	list-style-type: none;
	list-style-position: outside;
}

#footer a:hover {
}

/* MISC */
#contentBox {
	float: left;
	width: 605px;
	margin-left: 54px;
	margin-top: 20px;
	border: 1px solid #400017;
	background-image: url(../img/contentBox_bkgd.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#sidebarBox {
	float: right;
	width: 270px;
	margin-top: 20px;
	margin-right: 55px;
	border: 1px solid #400017;
	padding: 15px;
	background-image: url(../img/contentBox_bkgd.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
}
#roofHome {
	min-height: 100%;
	background-image: url(../img/bkgd_roofHome.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}
.testimonialName {
	font-style: italic;
	font-weight: bold;
	color: #9E1739;
}
#homeColumn1 {
	background-image: url(../img/home_column_bkgd.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	height: 223px;
	width: 309px;
	font-size: 12px;
	color: #666;
	padding-left: 20px;
	margin-right: 60px;
	position: relative;
	left: 40px;
}
.homeColumn2Bkgd {
	height: 223px;
	background-image: url(../img/home_dvd_bkgd.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 20px;
}
#homeColumn2 {
	background-image: url(../img/home_columnDVD_bkgd.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 223px;
	width: 309px;
	display: block;
	float: left;
	margin-left: 20px;
}
#homeColumn3 {
	background-image: url(../img/home_column_bkgd.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: right;
	height: 223px;
	width: 309px;
	font-size: 12px;
	color: #666;
	padding-left: 20px;
	position: relative;
	overflow: visible;
	right: -20px;
}
#homeLIB {
	background-image: url(../img/home_lib.png);
	height: 159px;
	width: 153px;
	float: right;
	background-repeat: no-repeat;
	position: relative;
	top: -225px;
	right: -50px;
}

.homeColumn2Text {
	color: #666;
	text-align: right;
	padding-right: 20px;
}
