body {
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px;
	padding-left: 50%;
	background: #f4f4f4 url(images/bg.gif) center repeat-y;
	position: absolute;
}


#container {
	width: 700px;
	margin-left: -350px;
}

/* The topmost faded bar */
#topbar {
    width:auto;
    background: #eee;
    height: 20px;
    padding: 10px 5px 5px 2px;
    font: 9px verdana;
    font-weight: bold;
    color: #ccc;
    text-align: right;
}


#headerwrapper {
    width: auto;
	padding: 10px 0 0 0;
}


h1 {
    font: 48px verdana;
	color: #eee;
	margin: 5px;
}

h2 {
	font: 14px verdana;
	font-weight: bold;
	color: #9dadc7;
	margin-bottom: 10px;
}

h6 {
    font: 14px "Lucida Sans";
    font-weight: bold;
	color: #999;
	text-align: right;
	margin: -20px 0px 0px 8px;
	padding: 0px 12px 0px 0px;
}

/* This holds the tabs */
#tabholder
{
    width: auto;
}

/* Container for the article box, and the pic box */
.articleboxouter {
    width: auto;
    padding: 0px 6px 0px 5px;
    clear: both;
} 

/* Content holder for the articles */
.articleboxinner {
    width: auto;
    line-height: 20px;
    color: #333;
    padding: 15px 6px 0px 6px;
    background-image: url("images/hands.jpg");
    background-repeat:no-repeat;
	background-position:center; 
    border:1px solid #efefef;
    text-align: justify;
    height: 350px;
}

.articleboxinner1 {
    width: auto;
    line-height: 17px;
    color: #333;
    padding: 15px 6px 0px 6px;
    background-image: url("images/hands.jpg");
    background-repeat:no-repeat;
    border:1px solid #efefef;
    text-align: justify;
    height: 430px;
}

/* Contact Us Page */

.articleboxinner2 {
    width: auto;
    line-height: 20px;
    color: #666;
    padding: 15px 6px 0px 6px;
    background-image: url("images/hands2.jpg");
    background-repeat:no-repeat;
	background-position:center; 
    border:1px solid #efefef;
    text-align: justify;
    height: 400px;
}

span#right {
margin-left: 550px;
}

h1.contact {
    font: 14px verdana;
	font-weight: bold;
	color: #666;
	margin-left:25px;
        margin-bottom: -10px;
}

p.contact {
    font: 12px verdana;
	color: #999;
	margin-bottom: 30px;
        margin-left:30px;
}


    

/* The title for article */
.articleheader
{
    font-size: 18px;
    text-align: left;
    color: #666;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
}



/* Container for the pic thumbnails */
.picboxouter {
    width: auto;
    padding: 0px 6px 0px 5px;
    clear: both;
}

/* Content holder for the pic box */
.picbox {
    width: auto;
    line-height: 22px;
    color: #DD7CB4;
    padding: 5px 6px 6px 6px;
    border:1px solid #efefef;
    border-top: none;
    text-align: center;
}

/* This controls the thumbnails in the picbox div */
.pickboxcontrol
{
    border: 1px #DDD solid;
    vertical-align: middle;

}


.noborder {
    border: none;
}


a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #663366;
}

a:hover {
	text-decoration: underline;
}

/* Footer */
#footer {
	background-color: #f5d2ce;
	color: #555;
	text-align: center;
	vertical-align: middle;
	height: 40px;
	padding-top: 5px;
	clear: both;
}



#newsContainer2
{
    width:auto;
    background-color: #E0E0E0;
}

/* First section */
.c1
{
	width: 685px;
	background-color: #F7F4F7;
    border: 1px solid #DDD;
    border-top: none;
    line-height: 22px;
    color: #666;
}

/* Second section */
.c2
{
  width: 685px;
    border-bottom: 1px solid #DDD;
    line-height: 22px;
    color: #666;
}

/* Third section */
.c3
{
	width: 685px;
	background-color: #F7F4F7;
    border: 1px solid #DDD;
    border-top: none;
    line-height: 22px;
    color: #666;
	}

/* Section titles */
.noteheader
{
    width:auto;
    border-bottom: 1px solid #DDD;
    border-top: none;
    color: #666;
    height: 24px;
    font-family: verdana;
    font-size: 13px;
    font-weight: bold;
	background:url(images/headerBG1.jpg) repeat-x;
}

.spacy
{
    padding: 5px;
}

/* CSS Tabs */
#tabs8 {
    float:left;
    width:100%;
    background:#f1f1f1;
    font-size:93%;
    line-height:normal;
    border-bottom:1px solid #CCC;
}

#tabs8 ul {
    margin:0;
    padding:10px 10px 0 5px;
    list-style:none;
}

#tabs8 li {
    display:inline;
    margin:0;
    padding:0;
}

#tabs8 a {
    float:left;
    background:url("images/tableft8.gif") no-repeat left top;
    margin:0;
    padding:0 10px 0 4px;
    text-decoration:none;
}

#tabs8 a span {
    float:left;
    display:block;
    background:url("images/tabright8.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#eee;
    font-weight: bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs8 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs8 a:hover span {
    color:#591333;
}

#tabs8 a:hover {
    background-position:0% -42px;
}

#tabs8 a:hover span {
    background-position:100% -42px;
    color: #888;
}

#tabs8 #current a {
    background-position:0% -42px;
}
#tabs8 #current a span {
    background-position:100% -42px;
    color: #888;
}
/* End of CSS Tabs */


/* location page */
.loc {
	text-align: center;
	margin: 5px 0;
}

.locinner {
    width: auto;
    padding: 15px 6px 0px 6px;
 	border:1px solid #efefef;
    text-align: center;
}

.provinner {
    width: auto;
    padding: 15px 6px 0px 6px;
 	border:1px solid #efefef;
    text-align: left;
}

.address {
	text-align: center;
	font-size: 1.5em;
	font-weight: bolder;
	color: #666;
}

#arrows {
	text-align: center;
	font-size: 1em;
	color: #999;
}

#ssd {
text-align: center;
font-size: .8em;
color: #999;
margin-top: 5px;
}

/* Photo Gallery */

.photo {
text-align: center;
margin-top: 15px;
}

img.photo {
margin: 10px 10px;
}
