﻿/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

* { margin: 0; padding: 0; }

body
{
	margin: 0px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	color: #333232;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 0.88em;
	line-height: 18px;
	letter-spacing: 0px;
}

p
{
	margin: 0px 0 0 20px;
	line-height:1.5em;
	color:#333232;
}

p.contact
{
	margin: 0;
	line-height:1.5em;
}

p.right
{
	padding-right:45px;
}

b.link
{
	color:#4a4a4a;
}

b.link:hover
{
	text-decoration: underline;
}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
h1
{
	font-size:1.13em;
	font-variant:small-caps;
	line-height:1.5em;
	color:#333232;
	font-weight:bold;
	position:relative;
	padding-top:3px;
	padding-left:20px;
}

h1.header
{
	background-image: url('Images/navbar.gif');
    background-repeat: repeat-x;
    height:45px;
    color: #333232;
    padding-top:5px;
}

h2
{
	font-size: 1em;
	font-variant:small-caps;
	color: #333232;
	font-weight: bold;
	position: relative;
	padding-left:35px;
	padding-top:4px;
}

h2.grass
{
	padding-left:18px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTAINER INFORMATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#middle-container 
{
	width:900px;
	height:auto;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	padding-top: 5px;
	background-color:#ffffff;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADER INFORMATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#header
{
    width: 900px;
    height:172px;
    background-image: url(Images/header.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #ffffff;
    margin-left:auto;
    margin-right:auto;
    margin-top:50px;
    position:relative;  
}

#banner
{
	width: 900px;
	height:280px;
	margin-left:auto;
    margin-right:auto;
    background-color: #ffffff;
}

.banner-left
{
	float:left;
	margin-left:5px;
	width:430px;
	height:268px;
}

.banner-right
{
	float:right;
	margin-right:20px;
	width:430px;
	height:268px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	NAVIGATION INFORMATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#nav-bar
{
	width: auto;
	margin-left:auto;
    margin-right:auto;
    padding-top:110px;
    padding-left:500px; /* return to 470px when 4 menu items are present */
    height:auto;
}

.SimpleEntertainmentMenu ul.AspNet-Menu
{
	width: auto;
	display: inline-block;
	margin-top:5px;
	font-size: 1.5em; /* return to 1.25em when 4 menu items are present */
	font-variant: small-caps;
	font-weight:bold;
	text-align:center;
}

.SimpleEntertainmentMenu li
{
    width: auto;
    padding-left:80px; /* return to 20px when 4 menu items are present */
}
.SimpleEntertainmentMenu li:hover
{
    color: #333232;
}

.SimpleEntertainmentMenu a,
.SimpleEntertainmentMenu span
{
    color: #333232;
    padding: 0px 0px 4px 0px;
    vertical-align:middle;   
}

.SimpleEntertainmentMenu li.AspNet-Menu-Leaf a,
.SimpleEntertainmentMenu li.AspNet-Menu-Leaf span
{
    background-image: none !important;
}

.SimpleEntertainmentMenu li:hover a,
.SimpleEntertainmentMenu li:hover span,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover a,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover span,
.SimpleEntertainmentMenu li:hover li:hover a,
.SimpleEntertainmentMenu li:hover li:hover span,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.SimpleEntertainmentMenu li:hover li:hover li:hover a,
.SimpleEntertainmentMenu li:hover li:hover li:hover span,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
    color: #333232;
    border-bottom: solid 3px Red;
}

.SimpleEntertainmentMenu li:hover li a,
.SimpleEntertainmentMenu li:hover li span,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li a,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li span,
.SimpleEntertainmentMenu li:hover li:hover li a,
.SimpleEntertainmentMenu li:hover li:hover li span,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.SimpleEntertainmentMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
    color: #333232;
}

.SimpleEntertainmentMenu .AspNet-Menu-Selected
{
	color: #333232;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.off-left
{
	position: absolute;
	left: -999px;
	width:200px;
}

#content-container
{
	width:900px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
}

#content-left-column
{
	float:left;
	margin-top:20px;
	margin-left:20px;
	margin-right:30px;
	width:480px;
}

#content-right-column
{
	width:329px;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:20px;
	float:right;
	color: #ffffff;
	background-color: Transparent;
}

#content-right-column .header
{
	color: #ffffff;
	margin-top:0px;
	background-color: Transparent;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTACT PAGE STYLES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#left-column
{
	width:50%;
	float:left;
	margin-bottom:20px;
	margin-top:20px;
	padding-left:40px;
}

#right-column
{
	width:40%;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;
	padding-left:20px;
	float:right;
	border-left: solid 1px #a4a4a4;
}

#contactform
{
	margin-left:0px;
}

#contactinnerform
{
	margin-left:20px;
}

#contactinnerform ul
{
	padding-left: 0px;
	list-style-type:none;
}

#contactinnerform p
{
	color: #ffffff;
	background-color: Transparent;
}

#contactinnerform p.normal
{
	font-size: 14px;
}

#contactinnerform ul li.house
{
	background-image: url(images/house.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding-left: 40px;
}

* html #contactinnerform ul li.house {
  background: url(images/house.gif) 0 0 no-repeat;
}

#contactinnerform ul li.mobile
{
	background-image: url(images/mobile.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding-left: 40px;
}

* html #contactinnerform ul li.mobile {
  background: url(images/mobile.gif) 0 0 no-repeat;
}

#contactinnerform ul li.email
{
	background-image: url(images/email.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding-left: 40px;
}

* html #contactinnerform ul li.email {
  background: url(images/email.gif) 0 0 no-repeat;
}

.textbox
{
	margin-top:5px;
	margin-bottom:8px;
	padding-left:8px;
	padding-top:0px;
	font-size:16px;
	vertical-align: middle;
	width: 250px;
	background-color:#ffffff !important;
	border: solid 1px #aeaeae;
}

.validation
{
	color: #ffffff;
	background-color: Transparent;
	padding-left:10px;
	padding-bottom:15px;
}

/* Carry over code */

#footer-container
{
	width:700px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#footer
{
	padding-top:6px;
	padding-bottom:8px;
}

#footer li
{
	margin-left:38px;
	display:block;
	list-style-type: none;
	padding-right: 30px;
	line-height:6px;
	padding-top:15px;
	color: #ffffff;
	background-color: Transparent;
	font-size: 11px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a:link {
	color:#7e7d7d;
	background-color: Transparent;
	text-decoration:none;
}

a:visited {
	color:#7e7d7d;
	text-decoration:none;
}

a:hover 
{
	text-decoration: underline;
}

a:active {
	color: Red;
}

.contact a:link
{
	font-size:16px;
	font-weight:bold;
	color:#1174b7;
}

.link a:link
{
	color:#A6A4A2;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul
{
	margin:0;
	padding:0;
}

#lessons li
{
	list-style-type: circle;
	list-style-position:inside;
	padding-bottom:1.5em;
	padding-left:80px;
}

#lessons li.indent
{
	padding-left:120px;
}

.creditimage
{
	margin-top:20px;
	margin-left:20px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.clear {
	clear:both;
	}

a:link img, a:visited img, a:hover img, a:active img
{
    padding: 5px; 
    border:  1px solid #ffffff; 
    background-color: Transparent;
}

.pics { 
    height:  405px; 
    width:   268px; 
    padding: 0; 
    margin: 0 0 0 18px; 
}

.pics img { 
    padding: 5px; 
    border:  1px solid #000000; 
    background-color: #ffffff; 
    width:  405px;
    height: 268px;
    top:  0;
    left: 0
}

#divider
{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	border-top: solid 1px #aeaeae;
}

#associations
{
	height: 110px;
}

#associations li
{
	list-style-type: none;
	display:inline;
	padding-left:40px;
}

#associations li.first
{
	padding-left:40px;
}

.contact:link
{
	color: #ffffff;
	background-color: Transparent;
}

.hidden
{
	display: none;
}