/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


body {
	font-family: Verdana, Arial,sans-serif;
	line-height: 125%;
	text-align: center;
	background-color: #FFFFFF;
}

table p {
	padding: 0px;
	margin: 0px;
}

td, th {
	padding: 5px;
	margin: 5px;
}

a{
	color: #0376A6;
	text-decoration: none;
}

a:link{
	color: #0376A6;
	text-decoration: none;
}

a:visited{
	color: #0376A6;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 115%;
	color: #A50374;
	margin: 0px;
	padding: 0px 0px 5px;
	display: inline;
}

h2{
	font-family: Verdana, Arial,sans-serif;
	font-size: 100%;
	color: #A50374;
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: square;
	list-style-position: outside;
	margin: 5px 5px 5px 20px;
	padding: 0;
}

li {
	color: #0376A6;
	margin-top: 5px;
}

.smallText {
	font-size: 0.9em;
	line-height: 1.2;
}

#content ul{
	list-style-type: square;
	list-style-position: outside;
	margin: 5px 5px 5px 20px;
	padding: 0;
}

#content li {
	color: #000000;
	margin-top: 5px;
	margin-left: 0px;
}


#content table {
	font-size: inherit;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper {
	width: 760px; /* total box width of leftColumn + content + rightColumn divs */
	border: 1px solid #0376A6;
	text-align: left;
	margin: 0 auto;
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
}	

#header {
	background-image: url(images/collage.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 80px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0376A6;
}

#pageTitle{
	font-size: 80%;
	clear: left;
	border-bottom-color: #0376A6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 5px 0px 5px 0px;
	
}

#leftColumn {
	width: 138px;
	
	margin-right: 10px;
	/* total box width : 150px */
	
	margin-top: 10px;
	/* force margin before footer if this is the longest column */
	margin-bottom: 10px;
	
	float: left;
	font-size: 70%;
}

#leftColumn ul {
	padding-bottom:10px;
}

.leftcolumnborder {
	border: 1px solid #0376A6;
}

.rightcolumnborder {
	border-top: 1px solid #0376A6;
	padding-top: 10px;
	font-size: 1.2em;
}

#thestudioimage {
	text-align:center;
	padding-top:15px;
}

#vibrologo {
	text-align: center;
	padding-top: 15px;
}

#kimcolesimage {
	margin-top:20px;
}

#kimcolesimage a img {
	text-decoration:none;
	border:none;
}

#content {
	width: 428px;
	border: 1px solid #0376A6;
	padding: 5px;
	/* total box width : 440px */

	margin-top: 10px;
	/* force margin before footer if this is the longest column */
	margin-bottom: 10px;

	text-align: left;
	float: left;
	font-size: 70%;
}

#rightColumn {
	width: 158px;
	border: 1px solid #0376A6;
	margin-left: 10px;
	/* total box width : 170 px */
	
	margin-top: 10px;
	/* force margin before footer if this is the longest column */
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	text-align: center;
	float: right;
	font-size: 70%;
}

#rightColumn p {	
	font-size: 1.0em;
	line-height: 1.2;
}

#rightColumn p b {
	font-size: 1.2em;
	line-height: 1.2;
	color: #0376A6;
}

#rightColumn h1 {
	font-size: 1.6em;
	line-height: 1.1;
}

.vibro {
	font-size: 1.3em;
	line-height: 1.2;
	font-weight: bold;
	color: #0376A6;
	margin-bottom: 0;
	padding-bottom: 6px;
}

#footer{
	clear: both;
	font-size: 75%;
	color: #A50374;
	border-top: 1px solid #CCCCCC;
	padding-top: 5px;
}

#footer address {
	text-align: left;
}

#pageTitle h1 {
	font-size: 100%;
}

#footer img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

.navBox {
	border: 1px solid #0376A6;
/*	background-color: #C6CCFF;*/
	margin-top: 5px;
}

.navBox h1 {
	color: #F9F9F9;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	background-color: #0376A6;
}

.adBox {
	border: 1px solid #0376A6;
	margin-top: 5px;
	text-align:center;
	background-position:center;
	background-repeat: no-repeat;
}

.adBox h1 {
	color: #F9F9F9;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	background-color: #0376A6;
}

.adBox h2 {
	font-size: 120%;
	color: #0376A6;
	border: 1px solid #333333;
	margin: 5px 5px 5px 5px;
	text-align:center;
}

.adBox h3 {
	font-size: 110%;
	text-align:center;
}

.altTable {
}

.altTable th {
	background-color: #F0F6F9;
}

th {
	background-color:#FFFFFF;
	padding: 0px;
	border: thin solid #FFFFFF;
	vertical-align:top;
	color: #A50374;
	text-align: left;
	font-style: normal;
}

td {
	background-color: #F0F6F9;
	padding: 2px;
	padding-bottom: 8px;
	border: thin solid #FFFFFF;
	vertical-align:top;
	line-height: 1.5;
}

#content h1 {
	margin: 0px;
}

#content p {
	margin-top: 2px;
	margin-bottom: 5px;
}

address {
	font-style:normal;
	text-align: center;
}

.rightimage {
	padding: 0px 10px 5px 10px;
	margin:0px;
}

#poletable img {
	border: 1px solid #0376A6;
}

#poletable h1 {
	width: 98%;
	font-size: 2.2em;
	line-height: 1.2;
}

#poletable h3 {
	width: 98%;
	font-size: 1.8em;
	color: #0376A6;
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
	line-height: 1.3;
}

#poletable h4 {
	width: 98%;
	font-size: 1.5em;
	color: #0376A6;
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
}

#poletable p {
	width: 98%;
	line-height: 1.4;
	padding-top: 6px;
	padding-bottom: 6px;
}

#poletable ul {
	list-style: url(images/bullet.png);
}

#poletable ul li {
	margin: 0px;
	padding: 0px;
}













