﻿body
{
    background-color: #f6f6ee;
    margin: 0;
    background-image: url('../Images/GlobalBG.jpg');
}

#Container
{
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 900px;
    border: 1px solid #636152;
}

#HeaderLogoStrip
{
    height: 101px;
}

#HeaderBlueStrip
{
    height: 172px;
}

#HeaderNavStrip
{
    height: 80px;
    background-image: url('../Images/HeaderNavStrip.jpg');
    background-repeat: no-repeat;
}



/*////////////////MENU NAVIGATION////////////////////////////////////////////*/

	/* Firefox Dotted Outline Fix */
a:active
{
    outline: none;
}
	
	/* Firefox Dotted Outline Fix */
a:focus
{
    -moz-outline-style: none;
}
	
	/* Menu Body */
ul#menu
{
    width: 631px;
    height: 34px;
    list-style: none;
    margin: 0;
    padding: 0;
}
	
	/* Float LI Elements - horizontal display */
ul#menu li
{
    float: left;
}
	
	/* Link - common attributes */
ul#menu li a
{
	background:url(../Images/sprite.gif) no-repeat scroll top left;
    display: block;
    height: 34px;
    position: relative;
}
	
	/* Specify width and background position attributes specifically for the class: "home" */
ul#menu li a.Home
{
    width: 85px;
}
	
	/* Specify width and background position attributes specifically for the class: "PracticeArea" */
ul#menu li a.PracticeArea
{
    width: 159px;
    background-position: -85px 0px;
}

	/* Specify width and background position attributes specifically for the class: "AboutUs" */
ul#menu li a.AboutUs
{
    width: 116px;
    background-position: -244px 0px;
}

	/* Specify width and background position attributes specifically for the class: "ContactUs" */
ul#menu li a.ContactUs
{
    width: 137px;
    background-position: -360px 0px;
}

	/* Specify width and background position attributes specifically for the class: "Directions" */
ul#menu li a.Directions
{
    width: 134px;
    background-position: -497px 0px;
}

	/* Span (on hover) - common attributes */
ul#menu li a span
{
    background: url(../Images/sprite.gif) no-repeat scroll bottom left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
}
	
	/* Span (on hover) - display pointer */
ul#menu li a span:hover {
		cursor:pointer;
	}
	
	/* Shift background position on hover for the class: "Home" */
ul#menu li a.Home span
{
    background-position: 0px -34px;
}
	
	/* Shift background position on hover for the class: "PracticeArea" */
ul#menu li a.PracticeArea span
{
    background-position: -85px -34px;
}

	/* Shift background position on hover for the class: "AboutUs" */
ul#menu li a.AboutUs span
{
    background-position: -244px -34px;
}	

	/* Shift background position on hover for the class: "ContactUs" */
ul#menu li a.ContactUs span
{
    background-position: -360px -34px;
}	

	/* Shift background position on hover for the class: "Directions" */
ul#menu li a.Directions span
{
    background-position: -497px -34px;
}	
/*/////////////////BODY//////////////////////////////////////////////////////*/

#BodyWrapper
{
    background-image: url('../Images/BodyBG.jpg');
    margin: 0;
}

#BodyContainer
{
    width: 820px;
    margin-left: 40px;
    padding-bottom: 15px;
    margin-right: auto;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #555;
}

h1
{
    font-family: 'Trebuchet MS', Helvetica;
    font-size: 18px;
    font-weight: bold;
    color: #908d77;
    margin: 0px;
}
/************* SLIDESHOW ON DEFAULT PAGE*********************/
/* rotator in-page placement */
#slideshow {
    position:relative;
    height: 235px;
    width: 395px;
    margin: 10px;
    float: right;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    float: right;
    border-style: solid;
    border-width: 5px;
    border-color: #908d77;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/************* END SLIDESHOW ON DEFAULT PAGE*********************/

.BodyImages
{
    margin: 10px;
    border-style: solid;
    border-width: 5px;
    border-color: #908d77;
    float: right;
}
	
/*/////////////////CONTACT PAGE//////////////////////////////////////////////////////*/

/* ================= Forms ================= */
input, textarea {
	border:1px solid #cccccc;
	padding:7px 10px 7px 10px;
	font-size:11px;
	color:#000000;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.required_info {
	font-size:11px;
	margin:0 0 10px 0;
}
.required_info span {
	color:red;
}
.inputText {
	width:300px;
	height:24px;
	border:1px solid #cccccc;
	padding:7px;
}
.inputTextarea {
	width:525px;
	height:250px;
	border:1px solid #cccccc;
	padding:7px;
}
.contact_form .inputText.error_class {
	border:1px solid #ef716d;
}
.contact_form .inputTextarea.error_class {
	border:1px solid #ef716d;
}
.contact_form label {
	text-align:left;
	margin-right: 0.5em;
	color:#262626;
	font-size:13px;
}
.contact_form label span {
	color:red;
}

/* ================= Columns ================= */
.content {
	width:620px;
	margin:25px 40px 0 0;
	float:left;
}
.sidebar {
	width:280px;
	margin:10px 0 0 0;
	float:left;
}
.col_1_2 {
	width:460px;
	float:left;
	margin:0 20px 0 0;
}
.col_2_3 {
	width:620px;
	float:left;
	margin:0 20px 0 0;
}
.col_1_3 {
	width:300px;
	float:left;
	margin:0 20px 0 0;
}
.col_1_4 {
	width:220px;
	float:left;
	margin:0 20px 0 0;
}
.col_1_5 {
	width:172px;
	float:left;
	margin:0 20px 0 0;
}
.col_3_4 {
	width:700px;
	float:left;
	margin:0 20px 0 0;
}
.content .col_1_2 {
	width:300px;
}
.content .col_1_3 {
	width:193px;
}
.content .col_2_3 {
	width:406px;
}
.content .col_1_4 {
	width:140px;
}
.content .col_1_5 {
	width:108px;
}
.content .col_3_4 {
	width:460px;
}
.col_1_2.last, .col_2_3.last, .col_1_3.last, .col_1_4.last, .col_1_5.last, .col_3_4.last, .col_3_4 .col_1_2.last {
	margin:0;
}
.content .col_1_2.last, .content .col_2_3.last, .content .col_1_3.last, .content .col_1_4.last, .content .col_1_5.last, .content .col_3_4.last {
	margin:0;
}

.padding20 {
	padding-top:20px;
	font-size:0;
	line-height:0;
}
.success_box {
	border:1px solid #a4cb8b;
	background:#e9fedb;
	color:#488e1b;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:8px 10px;
	line-height:22px;
	margin-bottom:10px;
}
.error_box {
	border:1px solid #f7b3b1;
	background:#fff1f1;
	color:#d93e39;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:8px 10px;
	line-height:22px;
	margin-bottom:10px;
}



/*/////////////////FOOTER//////////////////////////////////////////////////////*/
#Footer
{
    background-image: url('../Images/FooterStrip.jpg');
    height: 37px;
    background-repeat: no-repeat;
    margin: 0;
}

#FooterNavContainer
{
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    height: 37px;
    width: 800px;
    text-align: center;
}

#FooterNavContainer ul
{
    margin-top: 0px;
    margin-left: 0;
    margin-right: 0;
}

#FooterNavContainer li
{
    display: inline;
    list-style-type: none;
    padding-right: 3px;

}

#FooterNavContainer a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #5e5a4d;
    text-decoration: none;
}

#FooterNavContainer a:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #b4af96;
    text-decoration: underline;
}

#FooterNavContainer .Copyright
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #5e5a4d;
}