/* ------------------------------------------------------------------------
CSS sheet for Fox Valley School of Massage
Author: Chris Robinson
Date Created: 07-29-08

All inquiries for this document should be directed to information@virtualtech.com.

--------------------------------------------------------------------------

COLORS



------------------------------------------------------------------------ */


/* -----------------------------------------------------------------------
=MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
.clearBoth{
	clear:both;
}
*{
	margin: 0;
	padding: 0;
}
a{
	outline: none;

}
a img{
	border: 0;
}
body{
	color: #000;
	font: 14px/1.5em Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(images/bodybg.jpg) repeat-x;
}
#wrap{
	width: 1004px;
	display: block;
	margin: auto;
	text-align: left;
}
p{
	margin: 1.5em 0px;
}
/* -----------------------------------------------------------------------
=HEADER ELEMENTS
-------------------------------------------------------------------------*/
#header{
	display: block;
	width: 90%;
	height: 250px;
}
#wrap > #header{
	width: 100%;
}
#header a.index{
	display: block;
	padding-top: 10px;
	float: left;
	margin-left: 90px;
}
#header h3{
	display: block;
	background: url(images/excellent.jpg) no-repeat;
	width: 398px;
	height: 151px;
	text-indent: -9999px;
	margin-top: 20px;
	float: right;
	margin-right: 100px;
}
ul.photos{
	display: block;
	clear: both;
	padding-top: 15px;
}
ul.photos li{
	float: left;
	list-style-type: none;
	text-indent: -9999px;
	display: block;
	margin: 0 21px;
}
#header > ul.photos li{
	margin: 0 35px;
}
ul.photos li.left a{
	background: url(images/logo.png) no-repeat;
	width: 204px;
	height: 152px;
	display: block;
	margin-top: 50px;
}
ul.photos li.mid{
	background: url(images/picMid.png) no-repeat;
	width: 256px;
	height: 240px;
}
ul.photos li.right{
	background: url(images/picRight.png) no-repeat;
	width: 244px;
	height: 229px;
}
/* -----------------------------------------------------------------------
=NAVIGATION ELEMENTS
-------------------------------------------------------------------------*/
ul.nav{
	display: block;
	clear: both;
	width: 980px;
	height: 38px;
	margin: 30px auto;	
	background: url(images/navborder.jpg) center center no-repeat;
}
ul.nav li{
	float: left;
	list-style-type: none;
	margin: 8px 17px;
	position: relative;
}
ul.nav li a{
	display: block;
	color: #000;
	padding: 2px 4px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
ul.nav li a:hover{
	padding: 0px 4px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
ul.nav li ul{
	display: none;
	position: absolute;
}
ul.nav li:hover ul, ul.nav li.hover ul{
	display: block;
	position: absolute;
	top: 20px;
	left: 0px;
	width: 180px;
	z-index: 9999;
	list-style-type: none;
	background: #fff;
	border: 2px solid #000;
}
ul.nav li ul li{
	display: block;
	float: none;
	padding: 2px 5px;
	height: auto;
	margin: 0;
	background: #fff;
	z-index: 9999;
}
ul.nav li ul li a{
	height: auto;
	background: #fff;
	color: #000;
	width: 150px;
	font-size: 12px;
	float: none;
	height: auto;
	text-indent: 0px;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
	margin: 0;
	text-align: left;
	z-index: 9999;
}
ul.nav li ul li a:hover{
	border: 0;
	text-decoration: underline;
	padding: 0;
}
/* -----------------------------------------------------------------------
=ASIDE ELEMENTS
-------------------------------------------------------------------------*/
#aside{
	display: block;
	float: right;
	width: 323px;
}
#aside dl{
	margin: 20px 0;
}
#aside dl dt{
	height: 26px;
	font-weight: bold;
	padding: 10px 0 0 10px;
}
#aside dl dd{
	padding: 0 10px;
}
#aside dl dd.btm{
	height: 26px;
}
#aside dl.yellow{
	background: url(images/yellowMid.jpg) repeat-y;
}
#aside dl.yellow dt{
	background: url(images/yellowTop.jpg) no-repeat;
}
#aside dl.yellow dd.btm{
	background: url(images/yellowBtm.jpg) no-repeat;
}
#aside dl.blue{
	background: url(images/blueMid.jpg) repeat-y;
}
#aside dl.blue dt{
	background: url(images/blueTop.jpg) no-repeat;
}
#aside dl.blue dd.btm{
	background: url(images/blueBtm.jpg) no-repeat;
}
#aside dl.orange{
	background: url(images/orangeMid.jpg) repeat-y;
}
#aside dl.orange dt{
	background: url(images/orangeTop.jpg) no-repeat;
}
#aside dl.orange dd.btm{
	background: url(images/orangeBtm.jpg) no-repeat;
}
#aside dl.green{
	background: url(images/greenMid.jpg) repeat-y;
}
#aside dl.green dt{
	background: url(images/greenTop.jpg) no-repeat;
}
#aside dl.green dd.btm{
	background: url(images/greenBtm.jpg) no-repeat;
}
#aside dl.pink{
	background: url(images/pinkMid.jpg) repeat-y;
}
#aside dl.pink dt{
	background: url(images/pinkTop.jpg) no-repeat;
}
#aside dl.pink dd.btm{
	background: url(images/pinkBtm.jpg) no-repeat;
}
/* -----------------------------------------------------------------------
=MAIN CONTENT ELEMENTS
-------------------------------------------------------------------------*/
#main{
	display: block;
	float: left;
	width: 650px;
	padding-left: 10px;
}
#main h3{
	font-size: 15px;
}
#main form ul{
	display: block;
	list-style-type: none;
}
#main form ul li{
	clear: both;
	display: block;
	margin-top: 5px;
}
#main form label{
	width: 150px;
	float: left;
	display: block;
}
#main li input{
	width: 179px;
}
#main form li.long label{
	width: 250px;
}
#main form li.long input{
	width: auto;
}
#main li.submit input{
	width: 200px;
	margin-left: 20px;
	padding: 1px 30px;
}
#main ul li textarea#validationbox{
	display: none;
}
ul.clinic{
	display: block;
	list-style-type: disc;
	margin-left: 50px;
}
dt.title{
	font-weight: bold;
}
dl.listing{
	margin: 1.5em 0px;	
}
#main dl dd{
	margin: 1.5em 0px;	
}
ul.courselist{
	display: block;
	list-style-type: disc;
	margin-left: 10px;
}
ul.ulright{
	float: right;
}
.video, .youtube-player{
	float: right;
	position: relative;
}
#main dd.map{
	margin-left: 25%;
}
dl.contact{
	margin: 1.5em 0;
}
#main dl.contact dt{
	font-weight: bold;
	margin: 0;
}
#main dl.contact dd{
	margin: 0;
}
p.testimonial{
	width: 80%;
	font-size: larger;
}
p.testimonial .by{
	display: block;
	font-style: italic;
	margin-left: 20px;
}
/* -----------------------------------------------------------------------
=FOOTER ELEMENTS
-------------------------------------------------------------------------*/
#footer{
	display: block;
	clear: both;
	padding: 15px 0;
}
#footer ul{
	display: block;
	list-style-type: none;
	float: left;
}
#footer ul li{
	float: left;
	margin: 0 10px;
}
#footer a{
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #000;
}
#footer a:hover{
	border-bottom: 1px solid #000;
}
#footer p{
	float: right;
	text-align: center;
	margin: 0;
}













