@charset "UTF-8";
/* CSS Document */

/******************************************
				CSS Reset
******************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow!*/
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/******************************************
	Global Typography
******************************************/
#acc-link {display: none; height:0;}

#contact-info span {color: #EBE6D9; font: 11px normal Arial, Helvetica, sans-serif;}

h1 {
	line-height: 1.2em;
	margin-bottom: .8em;
}

h2.cufon {
	font-weight: bold;
	font-size: 36px;
	line-height: 1.2em;
	margin-bottom: 15px;
	color: #5DBCC2;
	text-shadow: 1px 1px 0px #000;
	text-transform: uppercase;
	font-family: "Champagne and Limosines", Arial, Helvetica, sans-serif
}

h3 {
	color: #545454;
	line-height: 1.2em;
	margin-bottom: .8em;
}

h4 {
	color: #545454;
	font: bold 16px Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	margin-bottom: 15px;
}

h5 {
	line-height: 1.2em;
	margin-bottom: .8em;
}

h6 {
	line-height: 1.2em;
	margin-bottom: .8em;
}

p {
	color: #545454;
	font: normal 13px Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	margin-bottom: 10px;
}

a, a:link, a:visited, a:active {
	cursor: pointer;
}

a:hover {

}

ul {

}

li {
	color: #545454;
	font: normal 13px Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}

span {

}

ul.feature-list {
	border: solid 5px #DED7C1;
	background-color: #f2f2f2;
	width: 500px;
	margin-left: 20px;
	padding: 20px 0 20px 20px;
	position: relative;
	list-style-type: disc;
	overflow: auto;
	margin-bottom: 30px;
}

ul.feature-list li {
	float: left;
    margin: 0 25px;
    width: 40%;

}
/******************************************
	Global Layout
******************************************/

body {
	text-align: center;
	width: 100%;
	height: 100%;
	background: #2A170E  url(../images/body-bg.jpg) center top repeat;
	position: relative;
}

#body-wrapper {
	width: 100%;
	height: auto;
	text-align: center;
	position: relative;
}

#header-wrapper {
	width: 100%;
	height: 250px;
	text-align: center;
	position: relative;
	background: url(../images/paper-top-edge.png) bottom center repeat-x;
}

#content-wrapper-outer {
	width: 100%;
	height: auto;
	text-align: center;
	position: relative;
	background-color: #EBE6D9;
	padding-bottom: 10px;
	}

#content-wrapper-bottom-border {
	padding-bottom: 25px;
	background: url(../images/paper-bottom-edge.png) bottom center repeat-x;
	margin-bottom: 40px;
}

#footer-wrapper {
	width: 100%;
	height: auto;
    min-height: 280px;
	text-align: center;
	position: relative;
	background: #5DBCC2 url(../images/footer-wrap-bg.gif) top center repeat-x;
}

#content-wrapper-inner {
	width: 960px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
}

#content {
	width: 600px;
	float: left;
	text-align: left;
}

#right-aside {
	width: 340px;
	float: right;
}
/******************************************
	Global Header Layout
******************************************/

#header {
	width: 1000px;
	margin: 0 auto;
	height: 250px;
	position: relative;
}

#nav {
	width: 725px;
	height: 41px;
	background: url(../images/nav-bg.png) top left no-repeat;
	position: absolute;
	margin-top: 35px;
	right: 0px;
}

#nav ul {
	width: 684px;
	margin: 6px auto;
}

#nav ul li {
	float: left;
	margin: 2px 10px;
	padding: 3px 10px;
	border-right: solid 1px #5DBBC2;

}

#nav ul li a {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

#nav ul li.top:hover {
	border-right: solid 1px #71D1D6;
	background: #56AFB5 url(../images/nav-level-1-shadow.jpg) -10px 0px no-repeat;
}

#contact-info {
	width: 700px;
	position:absolute;
	right: 5px;
	margin-top: 10px;
	text-align: right;
}

#banner-top {
	width: 735px;
	height: 115px;

	position: absolute;
	right: 0px;
	margin-top: 80px;
}

#branding-wrapper {
	width: 180px;
	height: 178px;
	position: absolute;
	left: 5px;
	margin-top: 15px;
}

#branding-wrapper h1 a {
	width: 180px;
	height: 178px;
	display: block;
	background: url(../images/logo.png) top left no-repeat;
	text-indent: -999em;
}

#line-one {
	display: block;
	width: 698px;
	height: 28px;
	margin: 10px auto;
	margin-top: 22px;
}

#line-one a {
	display: block;
	width: 698px;
	height: 28px;
	background: url(../images/inside-header-line-1.png) top left no-repeat;
	text-indent: -999em;
	cursor: pointer;
}

#line-two {
	display: block;
	width: 635px;
	height: 20px;
	margin: 15px auto 0 auto;
}

#line-two a {
	display: block;
	width: 635px;
	height: 20px;
	background: url(../images/inside-header-line-2.png) top left no-repeat;
	text-indent: -999em;
	cursor: pointer;
}

/******************************************
	Global Sidebar Layout
******************************************/

.xoxo {
	margin-top: 10px;
}

.widget-area {
	margin-bottom: 30px;
	text-align: left;
	position: relative;
}

.widget-content {
	width: 275px;
	margin: 0 auto;
}

.about-jamie-widget h2 {
	width: 340px;
	height: 89px;
	position: relative;
	text-indent: -999em;
	background: url(../images/aside-about-h2.png) top left no-repeat;
	z-index: 30;
}

.about-jamie-widget p {
	border: solid 5px #DED7C1;
	background-color: #f2f2f2;
	width: 276px;
	padding: 30px 12px 12px 12px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	margin-top: -30px;
}


.aside-header {
	width: 300px;
	line-height: 36px;
	text-align: center;
	position: relative;
	margin: 0 auto;
	background: url(../images/general-aside-h3.png) top left no-repeat;
	font-weight: bold;
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing:0.02em;
	margin-bottom: 15px;
}

.news-events-widget {
	width: 340px;

}

.news-events-widget ul {
	width: 275px;
	position:relative;
}

.sidebar-news-meta {
	width: 275px;
	background: url(../images/sidebar-news-date-bg.png) top left no-repeat;
	height: 12px;
	line-height: 12px;
}

.sidebar-news-meta span {
	background-color: #EBE6D9;
	font: italic 11px Arial, Helvetica, sans-serif;
	color: #998675;
	padding-right: 10px;
	position: relative;

}

.news-events-widget h5 a {
	color: #5DBCC2;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 0px #fff;
}

.news-events-widget h5 a:hover {
	text-decoration: underline;
	cursor: pointer;
}




/******************************************
	Homepage Layout
******************************************/


body.home .about-jamie-widget {
	width: 340px;
	float: right;
	margin-top: 10px;
}

body.home #header-wrapper {
	height: 525px;
}

#homepage-aside {
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 960px;
	margin-bottom: 20px;
}

#homepage-aside .widgetcontainer {
	float: left;
	width: 320px;
}


#feature-block {
	text-align: left;
	position: absolute;
	margin-top: 195px;
	margin-left: 15px;
}
#feature-block h2 {
	font: bold 80px "Champagne and Limousines",Arial, Helvetica, sans-serif;
	color: #FCFAEA;
	margin-bottom: 20px;
}

#feature-block h2 strong {
	color: #51BCC2;
}

#feature-block p {
	font: bold 18px "Champagne and Limousines",Arial, Helvetica, sans-serif;
	color: #F5F5F5;
	margin-left: 5px;
	margin-bottom: 20px;
}

#homepage-learn-more {
	display: block;
	width: 268px;
	height: 92px;
	background:url(../images/learn-more-btn.png) top left no-repeat;
	text-indent: -999em;
	cursor: pointer;
	position: absolute;
}

#homepage-learn-more:hover, #homepage-schedule-appointment:hover {
	background-position: bottom left;
}

#homepage-schedule-appointment {
	display: block;
	width: 239px;
	height: 92px;
	background:url(../images/schedule-btn.png) top left no-repeat;
	text-indent: -999em;
	cursor: pointer;
	position: absolute;
	margin-left: 310px;
}

.featured-excerpt {
	background-color: #F2F2F2;
    border: 5px solid #DED7C1;
    overflow: hidden;
    position: relative;
	display: block;
	margin: 20px 40px 20px 20px;
	padding: 6px 10px;
	font: normal 16px "Segoe Print", Arial, Helvetica, sans-serif;
	color: #333;
}

#homepage-aside p {
	color: #C7B299;
}

#homepage-aside h5 a {
	color: #F2F2F2;
	text-shadow: none;
}

#homepage-aside .sidebar-news-meta {
	background: none;
}

#homepage-aside .sidebar-news-meta span {
	background: none;
}

a.arrow-button {
	width: 96px;
	height: 22px;
	font: bold 13px Arial,Helvetica,sans-serif;
	color: #fff;
	display: block;
	background: url(../images/arrow-btn.png) top left no-repeat;
	text-align: center;
	line-height: 20px;
	float: right;
}

a.arrow-button:hover {
	background-position: bottom left;
}

#homepage-aside .news-events-widget li {
	margin-bottom: 15px;
	overflow: hidden;
}

ul#homepage-todo {
	margin-top: 20px;
	margin-left: 10px;
	width: 245px;
	height: 235px;
	background: url(../images/homepage-sticky-note.png) top left no-repeat;
	padding-top: 10px;

	transform:rotate(-2deg);
	-ms-transform:rotate(-2deg); /* IE 9 */
	-moz-transform:rotate(-2deg); /* Firefox */
	-webkit-transform:rotate(-2deg); /* Safari and Chrome */
	-o-transform:rotate(-2deg); /* Opera */
}


ul#homepage-todo li {
	margin: 0px 10px 5px 15px;
	line-height: 1.1em;
}

ul#homepage-todo li a {
	font: bold 14px/25px "Segoe Print", "Comic Sans MS", cursive;
	color: #5DBCC2;
	text-decoration: none;
}


ul#homepage-todo li a:hover {
	color: #666;
}

.sidebar-learnmore {
	width: 166px;
	height: 38px;
	float: right;
	background: url(../images/sidebar-learnmore.png) top left no-repeat;
	text-indent: -999em;
	margin:26px -21px 0 0;
	display: block;
}

.GBGPostWidget h5 { font-size: 16px; font-weight: bold;}

/******************************************
	XBrowser Stuff
******************************************/

body.ie7 div#feature-block {
	position: relative;
}

.home #header {z-index: 30;}



/* vid btn */

#vid-btn {
	position: absolute;
	top: 380px;
	left: 675px;
	z-index: 300;
}
