body{
    background-color:#FFFFFF; 
    margin: 0px auto; 
    text-align:center;
    font-family:"Century Gothic", "Avant Garde", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:12px;
}
#body{
    margin: 0px auto;
    width:960px;
    text-align:left;
}
#top{
    width:960px;
    height:133px;
}
#middle{
    width:960px;
    height:400px;
}
#menu{
    float:left;
    width:198px; 
    height:400px;
    background-color:#B6AFA5;
}
#menu a.privacy{
	display:block;
	line-height:20px;
	width:100%;
	text-align:center;
	font-size:9px;
	color:#33312F;
	text-decoration:none;
}
#main{
    float:right;
    text-align:left;
    width:753px;
    background:#B6AFA5 url(../images/site-mid-bg.gif) top right no-repeat;
}
#picture{
    display:block;
}
#content{
    width:560px;
    height:200px;
    background:#B6AFA5 url(../images/site-bottom-bg.gif) top left no-repeat;
}
#scroll_content{
    width:560px;
    height:200px;
    overflow:auto;
}
#scroll_pad{
    padding:20px;
}

h2.heading{
    font-weight:700;
    font-size:15px;
    color:#ffffff;
    margin:0px;
    margin-bottom:5px;
}

#content p,#content  ul,#content li{
    margin-top:0px;
    margin-bottom:10px;
    color: #33312F;
}
#content ul{
	margin:1.2em;
}

a:link, a:active, a:visited, a:hover{
    color:#000000;
    text-decoration:underline;
}

#top img map{
	outline:0;
}


/* MENUS =====================================================================*/
.accordion{
    margin-top:17px;
    list-style-type: none;
    width: 198px;
    height: 286px;
}

.accordion a.menuitem, .accordion a.expander{
    background-color: #B6AFA5;
    font-size: 12px;
    word-spacing: 1px; 
    letter-spacing: -1px;  
    color: #4C4A46;
    color: #33312F;
    display: block;
    position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
    width: auto;
    padding: 4px 0;
    padding-left: 9px;
    text-decoration: none;
    /*border-bottom: 1px solid #B6AFA5;*/
    outline: none;
}


.accordion a.menuitem:visited, .accordion a.menuitem:active{
    color: #000000;
}
.accordion a.menuitem:hover, .accordion a.selected, .accordion a.expander:hover{
    background-color: #D7D3CE;
    color:#000000;
}
.accordion a.expanded{
    color:#000000;
    background-color:#D7D3CE;
}
.accordion a.expander .statusicon{ 
/*CSS for icon image that gets dynamically added to headers*/
    position: absolute;
    top: 9px;
    right: 8px;
    border: none;
}


/* SUBMENUS ==================================================================*/
.accordion div.submenu{ /*DIV that contains each sub menu*/
    background-color:#D7D3CE;
    margin:0px 0px 0px 9px;
}

.accordion div.submenu ul{ /*UL of each sub menu*/
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 0px 0px;
}

.accordion div.submenu ul li{
    /*border-bottom: 1px solid #E4DFD7;*/
	margin:0px;
}

.accordion div.submenu ul li a{
    display: block;
	width:180px;
    font-size: 11px;
    color: #665F55;
    text-decoration: none;
    padding: 4px 0;
    padding-left: 9px;
    outline: none;
}

.accordion div.submenu ul li a:hover, .accordion div.submenu ul li a.selected{
    background-color: #B6AFA5;
    color:#000000;
}
        

/* SUBSCRIBE ==================================================================*/
#subscribe{
    background-color:#E6E4E0;
    color:#665F55;
    text-align:center;
    font-size:10px;
    padding:12px;
	position:relative;
	z-index:2;
	border-bottom:1px solid #E6E4E0;
}
#email{ 
    position:relative;
    margin:2px 0px -2px 0px;
    top:0px;
    width:130px;
    font-family:"Century Gothic", "Avant Garde", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#33312F;
    border:1px solid #665F55;
}
#send{
    margin:0px;
    padding:0px;
    background-color:#665F55;
    height:20px;
    width:21px;
    text-align:center;
    font-family:"Century Gothic", "Avant Garde", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:10px;
    font-weight:700;
    color:#ffffff;
    border:1px solid #665F55;
}
input#send::-moz-focus-inner{padding:0;border:none;}
#ajax{
    height:21px;
}
.error{
    display:block;
    background:#CC3333 url(/images/exclamation.png) 2px 2px no-repeat;
    color:#ffffff;
    font-weight:700;
    width:197px;
    line-height:20px;
    text-align:center;
}
.success{
    display:block;
    background:#339933 url(/images/accept.png) 2px 2px no-repeat;
    color:#ffffff;
    font-weight:700;
    width:197px;
    line-height:20px;
    text-align:center;
}

/* TEAM =====================================================================*/
#teamcontent{
	width:560px;
	height:303px;
	background:#B6AFA5 url(../images/team-content-bg.gif) top left no-repeat;
}
.teamthumb{
	cursor:default;
	width:70px;
	height:77px;
}
.teampic{
	float:left;
	margin:2px;
	width:254px;
	height:297px;
}

.teamcontent{
    float:left;
	width:300px;
    height:300px;
}
.teamscroll{
    width:300px;
    height:300px;
    overflow:auto;
}
.teampad{
    padding:10px;
}

/* GALLERY ===================================================================*/
#main_gallerypic{
	width:560px;
	height:295px;
	background:#B6AFA5 url(../images/team-content-bg.gif) top left no-repeat;
}
#gallery_caption{
	line-height:35px;
	padding:0px 10px 0px 10px;
}
.boldwhite{
	font-weight:700;
	color:#ffffff;
}
.gallerythumb{
	cursor:default;
	width:186px;
	height:86px;
	margin:0px 1px 0px 0px;
}

/* CONTACT FORM ===================================================================*/
#contact_form{
	height:400px;
	width:560px;
	background:#807B74 url(../images/contact-content-bg.gif) top left no-repeat;
}


