/* CSS Document */
@import url("sideNav.css");
@import url("form.css");
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	text-align:center;
	overflow: -moz-scrollbars-vertical;
}
#pageHolder {
	text-align: center;
	vertical-align: middle;
	border:0;
}
#mainHolder{
	border:none;
	width:100%;
	height:600px;
}
#sideBarTop {
	background:url(../visual/graphics/side.gif)  top right repeat-x;
	height:110px;
}
#sideBarTopLeft {
	background:url(../visual/graphics/leftSide.jpg)  top right repeat-x;
	height:110px;
}
#sideBarTopRight {
	background:url(../visual/graphics/rightSide.jpg)  top left repeat-x;
	height:110px;
}
#sideBarBotRight {
	background:url(../visual/graphics/leftSideBot.jpg)  bottom right repeat-x;
	height:50px;
}
#sideBarBotLeft {
	background:url(../visual/graphics/rightSideBot.jpg)  bottom left repeat-x;
	height:50px;
}
#bgImgGrass{
	background:url(../visual/graphics/grass.jpg) top left repeat-x;
	width:800px;
	height:600px;
    text-align:center;
	vertical-align:top;
}
#bgImgStone{
	background:url(../visual/graphics/stone.jpg) top left repeat-x;
	width:800px;
	height:600px;
    text-align:center;
	vertical-align:top;
}
#logo{	
    text-align:center;
	vertical-align:middle;
}
#topRightMain{	
	width:800px;
	height:600px;
}
#bgImgStoneLeft{
	background:url(../visual/graphics/mainLeftStone.jpg) top left no-repeat ;
	width:800px;
	height:600px;
}
#bgImgStoneRight{
	background:url(../visual/graphics/mainRightStone.jpg) top right no-repeat ;
	width:800px;
	height:600px;
}
#bgImgGrassLeft{
	background:url(../visual/graphics/mainLeftGrass.jpg) top left no-repeat ;
	width:800px;
	height:600px;
}
#bgImgGrassRight{
	background:url(../visual/graphics/mainRightGrass.jpg) top right no-repeat ;
	width:800px;
	height:600px;
}
#bgImgPebbleLeft{
	background:url(../visual/graphics/mainLeftPebble.jpg) top left no-repeat ;
	width:800px;
	height:600px;
}
#bgImgPebbleRight{
	background:url(../visual/graphics/mainRightPebble.jpg) top right no-repeat ;
	width:800px;
	height:600px;
}
#bgImgFishLeft{
	background:url(../visual/graphics/mainLeftFish.jpg) top left no-repeat ;
	width:800px;
	height:600px;
}
#bgImgFishRight{
	background:url(../visual/graphics/mainRightFish.jpg) top right no-repeat ;
	width:800px;
	height:600px;
}
#rightMSide{
	background:url(../visual/graphics/rightMSide.jpg) top left no-repeat ;
}
#leftMSide{
	background:url(../visual/graphics/leftMSide.jpg) top right no-repeat ;
}
#header {
	background:url(../visual/graphics/top_curve.gif) right top  no-repeat;
	width:800px;
	height:118px;
    text-align:right;
	vertical-align:text-top;
	overflow:hidden;
}
html>body #header {width:800px}
#leftContentTherapy{
	width:300;
	vertical-align:bottom;
	text-align:right;
}
#mainContent{
	width:450px;
	padding:0 25px 0px 25px;
	vertical-align:top;
}

#mainContent h1{
	font-family:  Arial, Helvetica, sans-serif, "MS sans serif";
	font-size:13px;
	color:#000000;
	font-weight:bold;
	text-align:justify;
	vertical-align:top;
}
#mainContent h2{
	font-family:  Arial, Helvetica, sans-serif, "MS sans serif";
	font-size:12px;
	color:#000000;
	text-align:justify;
}
#mainContent h3{
	font-family:  Arial, Helvetica, sans-serif, "MS sans serif";
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:right;
}
#mainContent h4{
	font-family:  Arial, Helvetica, sans-serif, "MS sans serif";
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
	text-align:left;
}
#mainContent p{
	font-family: Arial, Helvetica, sans-serif, "MS sans serif";
	font-size:12px;
	color:#ffffff;
	text-align:left;
	font-weight:bold;
	margin-right:10px;
}
#mainContent h5{
	font-family: Arial, Helvetica, sans-serif, "MS sans serif";
	font-size:12px;
	color:#ffffff;
	text-align:justify;
	font-weight:bold;
	margin-right:10px;
}

#mainfooter {
	text-align:right;
	vertical-align:bottom;
	padding-bottom:5px;
}
#mainfooter a{
	font-family: Arial, Helvetica, sans-serif, "MS sans serif";
	font-size:12px;
	color:white;
	font-weight:bold;
}
#mainContent a{
	font-family:  Arial, Helvetica, sans-serif, "MS sans serif";
	color:#ffffff;
	text-align: justify;
	font-weight:bold;
}
#sideBarBot {
	background:url(../visual/graphics/sideBot.gif) #000000  bottom right repeat-x;
	height:55px;
}
#Bottom {
	background:url(../visual/graphics/bottom_curve.png) right bottom  no-repeat;
	width:800px;
	height:55px;
    text-align:right;
	vertical-align:bottom;
	overflow:hidden;	
}
#sideMenuContainer{
	padding:0px;
	margin-top:10px;
	vertical-align:top;
}
#menuContainer{
	padding:0 2px 0 2px;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif, "MS sans serif";
	font-size:12px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	color:#ffffff;
	line-height:25px;
}
#menuContainer a{
	display:block;
	height:30px; /* ie5 li fix */
	border:0;
    width:100px;
	overflow:hidden;
	font-family:  Arial, Helvetica, sans-serif, "MS sans serif";
	font-size:13px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#ffffff;
}
#menuContainer a:link{
	background-image:url(../visual/graphics/menuBg.gif);
	background-repeat:no-repeat;
	background-position:0 0px;
	font-family:  Arial, Helvetica, sans-serif, "MS sans serif";
	font-size:13px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#ffffff;
}
#menuContainer a:hover{
	background-image:url(../visual/graphics/menuBg.gif);
	background-repeat:no-repeat;
	background-position:0 -30px;
	font-family:  Arial, Helvetica, sans-serif, "MS sans serif";
	font-size:13px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#531500;
}
#indexPage{
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	font-family: Arial, Helvetica, sans-serif, "MS sans serif";
	font-size:12px;
	font-weight:bold;
	text-align:left;
	vertical-align:middle;
	color:#ffffff;
	border:0px;
}
#indexPageSub{
	background:url(../visual/graphics/tableBg.gif) top left repeat-x;
	padding:5px;
	margin-top:5px;
	font-family: Arial, Helvetica, sans-serif, "MS sans serif";
	height:25px;
	width:150px;
	padding:0 2px 0 10px;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	vertical-align:middle;
	color:#ffffff;
	border:0px;
}
#indexPageSubSmall{
	background:url(../visual/graphics/tableBg.gif) top left repeat-x;
	padding:5px;
	margin-top:10px;
	font-family: Arial, Helvetica, sans-serif, "MS sans serif";
	height:25px;
	width:60px;
	padding:0 2px 0 0px;
	font-size:12px;
	text-align:center;
	vertical-align:middle;
	color:#ffffff;
	border:0px;	
}










#title {
	background:url(../visuals/graphics/bg.gif) repeat 0 3px;
	height:50px;
	width:590;
    border:1px solid #424242;
    border-top:none;
    margin-bottom:7px;
    cursor:default;
}

#inside {
	background:url(../visuals/graphics/bg.gif) repeat 0 3px;
    border:1px solid #424242;
    margin-bottom:7px;
    padding:10px 15px;
}

#border {padding:10px 10px; background-color:#2B2B29;}

#inside_top {
	background:url(../visuals/graphics/content_bg_top.jpg) top no-repeat; 
	overflow:hidden;
	border:0;
	height:37px;
}

#content {
    background:url(../visuals/graphics/content_bg_main.jpg) top repeat-y;
    padding:20px 13px 20px 13px;
}


#inside_bot {overflow:hidden; border:0; background-color:#F9F9EC;}
#inside_bot {background:url(../visuals/graphics/content_bg_bot2.jpg) top no-repeat; height:15px;}

#left_column {
    width:178px;
	height:30px;
    padding:0;
	margin:0;
    float:left;
    background:url(../visuals/graphics/header_bot_left.jpg) top left no-repeat;

}

#nav_main, #recent, #archive {
    background-image:url(../visuals/graphics/recent_grad_end.gif);
    background-repeat:repeat-x;
    background-position:bottom;
    background-color:#2E2E2E;

}

#nav_main {padding:0 0 30px 0; margin-top:7px; width:173px;} 
/*! #nav_main {padding:0 0 10px 0;}*/



#footer {
	background:url(../visuals/graphics/bg.gif) repeat 0 3px;
	height:50px;
	border:1px solid #424242; 
	margin-bottom:10px; 
	padding:0;}






a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7E8442;
	text-decoration: none;

}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7E8442;
	text-decoration: none;
	/*font-weight:bolder;*/

}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7E8442;
	text-decoration: underline;
	font-weight:normal;
	/*background-color:#FFCC00;*/
}
a:active {
	text-decoration: none;
	font-weight:normal;

}

#bodytext {
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	font-weight:normal;
	
}
.reallysmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	/*line-height: 11px;*/


}
.bigbuttitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
}


.top {
    font-size:65%;
    text-align:right;
    padding:0 15px 3px 0;
    position:relative; top:20px;
	background:url(../visuals/graphics/arrow_top.gif) no-repeat right;
}
.headtitle{
	font-family: Arial, Helvetica, sans-serif, "MS sans serif";
	font-size:14px;
	color:#ffffff;
	text-align:left;
	font-weight:bold;
	margin-right:10px;
}

h1, #inside_top_title, #footer, #content {font-weight:normal;}
h1, #inside_top_title, #footer, #content {font-family:Arial, Helvetica, sans-serif;}
#title h1 {
    font-size:130%;
    color:#F4F5E2;
    margin:0;
    padding:11px 0 0 20px;
}

#inside_top_title{
	padding:7px 0 0 0;
	color:#969D4F;
	font-size:65%;
	margin:0 4px 0 12px;
	
}
#content p {
    margin:0 0 18px 5px;
    color:#5B6130;
    font-size:70%;
    line-height:1.3em;
}
#content h1 {
    margin:0 0 5px 5px;
	font-weight:bold;
    color:#5B6130;
    font-size:70%;
    line-height:1.3em;
}
#content h2 {
    margin:0 0 0 0px;
	font-weight:normal;
    color:#5B6130;
    font-size:70%;
    line-height:1.3em;
}
#content h2 a{
	text-decoration: none;
	color:#5B6130; 
}
#content h2 a:hover{
	text-decoration:underline;
	color:#5B6130; 
}
#content h3 {
    margin:0 0 5px 5px;
	text-align:center;
	font-weight:bold;
    color:#5B6130;
    font-size:70%;
    line-height:1.3em;
}
#content h4 {
    margin:0 50px 0 0px;
	text-align:right;
	font-weight:normal;
    color:#5B6130;
    font-size:70%;
    line-height:1.3em;
}
#content h4 a{
	text-decoration: none;
	color:#5B6130; 
}
#content h4 a:hover{
	text-decoration:underline;
	color:#5B6130; 
}
#content h5 {

    font-size:120%;
	font-weight:bold;
    color:#5B6130;
}

#imgNorm {
	color:#53562C;
}
#pictureframe {
    /*height:440px;*/
    width:420px;
	background:url(../visuals/graphics/infoImageContent.gif) top repeat-y;
	/*background:url(../visuals/graphics/picframe.gif) no-repeat top left;
    overflow:hidden;*/
	vertical-align:middle;
}
#tbframe {
    /*height:440px;
    width:90px;
	padding-top:5px;
	background:url(../visuals/graphics/tbFrame.gif) no-repeat top left;
    overflow:hidden;*/
}
#infoContent {
	width:420px;
    background:url(../visuals/graphics/infoImageContent.gif) top repeat-y;
    padding:0;
}
#infoContentCell {
	padding:10px;
	height:20px;
	text-align:left;
}
#infoTop{
	background:url(../visuals/graphics/infoImageTop.gif) top no-repeat; 
	overflow:hidden;
	border:0;
	height:15px;
}
#infoBot{
	background:url(../visuals/graphics/infoImageBot.gif) top no-repeat; 
	overflow:hidden;
	border:0;
	height:15px;
}
#thumbBackground {
    height:93px;
    width:130px;
	background:url(../visuals/graphics/thumb_bg.gif) no-repeat top left;
    overflow:hidden;
	vertical-align:middle;
	text-align:center;
	padding:0;

}
#imgNorm a{
    height:20px;
    width:30px;
    display:block;
    text-decoration:none;
	background-color:#EAEACE;
    background:url(../visuals/graphics/case_norm.gif) no-repeat top left;
    overflow:hidden;
    line-height:19px;
	color:#53562C;
	font-size:60%;

	font-weight:bolder;
	
}
#imgActive a{
    height:20px;
    width:30px;
    display:block;
    text-decoration:none;
    background:url(../visuals/graphics/case_active.gif) no-repeat top left;
    overflow:hidden;
    line-height:19px;
	color:#F9F9EC;
	font-size:60%;
}

#footer h1{
	text-align:center; 
	font-size:70%;
	padding:10px 0 0 5px;
	color:#6C6C6C;
}
/*contact form styling*/
#content #contact {padding:10px 0 0 0;}
#content #contact legend {display:none;}
#content #contact fieldset {border:0; margin:0;}
#content #contact textarea {
    width:340px;
    height:90px;
    overflow:auto;
    padding-top:2px;
    background:#F9FAEC url(../visuals/graphics/form_textarea.jpg) 0 0 repeat-x scroll;
}
#content #contact input {height:20px; background:#F9FAEC url(../visuals/graphics/form_input.gif) 0 0 repeat-x scroll;}
#content #contact input#submit {height:20px; width:81px; border:0; margin-left:82px; background:none;}
#content #contact label {margin-top:0.1em;}
#content #contact input, #content #contact textarea {
    border:1px solid #CACDB0;
    padding-left:4px;
    font:normal 100% arial, "ARIAL", Verdana, sans-serif;
}

form#contact label {
    width:7.5em;
    text-align:right;
    float:left;
    padding-right:7px;

}

#content p.error {font:bold 65% arial, "ARIAL", Times, serif; color:#724109;}
form#contact p em {
    color:#8F510C;
    font-style:normal;
    font:normal 80% Tahoma, Verdana, sans-serif;
    padding-left:10.2em;
}
