/* CSS Document */

/* PAGE LAYOUT */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #f2efd5;
	font-size: 12px;
}

.multicolor {
	background-image: url(../images/multicolor.gif);
	background-repeat: repeat;
	width: 17px;
}

#header {
	width: 100%;
	height: 148px;
	background-image: url(../images/shadow_top.gif);
	background-repeat: repeat-x;
	vertical-align: bottom;
}

#navigation {
	height: 28px;
	background-color: #783755;
}

#content {
	background-color: #FFFFFF;
}

#main {
	height: 210px;
	padding: 20px 40px 0 0px;
	clear: left;
}

#mainnext {
	height: 353px;
	padding: 15px 40px 0px 40px;
	clear: left;
}

#mainauto {
	padding: 15px 40px 0px 40px;
	clear: left;
}

#mainleft {
	width: 340px;
	padding-left: 20px;
	}
	
#mainlinks{
	width: 435px;
	padding-top: 1px;
}

#maintext {
	width: 390px;
	padding-top: 0px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 430px;
	height: 275px;
	font-size: 12px;
	line-height: 18px;
}

#photo {
	height: 110px;
	background-image: url(../images/green.gif);
	background-repeat: repeat-x;
	margin-top: 25px;
	margin-bottom: 0;
	margin-left: 40px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer {
	width: 100%;
	height: 48px;
	background-image: url(../images/shadow_bottom.gif);
	background-repeat: repeat-x;
}

/* MOVE STUFF */

.right {
	float: right;
}

.left {
	float: left;
}

.paddlogo {
	padding: 0 0 0 29px;
	float: left;
}

.paddpdf {
	padding: 0 0 0 29px;
	}

.squareimage {
	float: right;
	padding: 8px 0 0 30px;
}


/* TEXT FORMATS */

p {
	font-size: 12px;
	line-height: 18px;
}
#content #mainauto table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


h1 {
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #478a9d;
	border-bottom-width: 1px;
	border-bottom-color: #0f6d51;
	border-bottom-style: solid;
	padding-bottom: 2px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #783755;
}

h2.class {
	font-size: 1.5em;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	border-top-width: 1px;
	border-top-color: #AAB46D;
	border-top-style: solid;
	padding-top: 10px;
	margin-bottom: -15px;
	font-style: normal;
	color: #AAB46D;
}
h3 {
	color: #478a9d;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	display: inline;
}

.purple {
	font-size: 12px;
	font-weight: bold;
	color: #783755;
}

.red {
	color: #FF0000;
}

.blue {
	color: #478a9d;
	border-bottom-width: 1px;
	border-bottom-color: #0f6d51;
	border-bottom-style: solid;
	padding-bottom: 10px;
}


.bluesmall {
	color: #478a9d;
	font-weight: bold;
}

.footer {
	font-size: 10px;
	line-height: 13px;
	color: #999999;
	margin: 0 0 0 40px;
	padding-top: 28px;
}

/* Links */
p a:link, p a:visited, p a:hover, p a:active { 
	color: #068da1;
	text-decoration: underline;
}

li a:link, li a:visited, li a:hover, li a:active { 
	color: #068da1;
	text-decoration: underline;
}

.back_link {font-size: 10px}

/* NAVIGATION */

#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #ffffff;
}

#navigation #nav a {
	text-decoration: none;
	font-size: 10px;
	margin-top: 6px;
}

#navigation #nav li li a {
	display: block;
	font-weight: normal;
	color: #ffffff;
	padding: 2px 5px;
	font-size: 12px;
}

#navigation #nav li li a:hover {
	color: #000000;
	padding: 2px 5px;
	background-color: #f2efd5;
}

#navigation li {
	font-size: 12px;
	float: left;
	position: relative;
	width: 106px;
	text-align: center;
	cursor: default;
	background-color: #783755;
	}

li#first {
	border-right-width: 1px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	margin-top: 7px;
}

li#last {
	margin-top: 7px;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background-color: #783755;
	padding: 1px 0 6px 0;
	}


li:hover ul, li.over ul {
	display: block;
}

hr {
	display: none;

}
.ul_link {
	font-size: 0.9em;
	color: #478A9D;
}
a:visited {
	color: #478A9D;
}
a:link {
	color: #478A9D;
}


.rule {
	border-bottom-width: 1px;
	border-bottom-color: #0f6d51;
	border-bottom-style: solid;
	padding-bottom: 10px;
}

/* BUTTONS */
.calendar a{
	font-size: 10px;
	color: #FFFFFF;
	width: 111px;
	height: 26px;
	padding-top: 2px;
	margin-right: 10px;
	text-align: center;
	float: left;
	background-color: #783755;
	margin-top: 4px;
	line-height: 10px;
}

.calendar a:link {
	text-decoration: none;
	background-color: #783755;
}
.calendar a:hover {
	background-color: #F2EFD5;
	color: #000000;
	}

.weekly a{
	font-size: 10px;
	color: #FFFFFF;
	width: 111px;
	height: 21px;
	padding-top: 7px;
	margin-right: 10px;
	text-align: center;
	background-color: #783755;
	float: left;
}



.weekly a:hover {
	text-decoration: underline;
	}

.table a:link, a:visited{
	text-decoration: underline;
	color: #960;
}

.table a:hover {
	text-decoration: underline;
	}

/* LISTS */

#mainauto ul {
	padding: 15px 0 0 1em;
	margin: 0;
}

#mainauto li {
	font-size: 12px;
	line-height: 18px;
	list-style-type: disc;	
	padding: 0;
	margin: 0;
}

/* GALLERY */

.thumbnail {
	border-color: #CCCCCC;
	border-width: 3px;
	border-style: solid;
	float: left;
	margin-right: 10px;
}

/* MISC */

.clearfloat {
	clear: both;
	line-height: 0px;
	height: 0px;
}
.bluesmallPlayVideo {
	color: #478a9d;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
}
.play_button {
	vertical-align: sub;
	margin-left: 195px;
}
#mainlinksVideoPage {
	margin-top: 20px;
	width: 435px;
}
.testimonial {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 4px;
	text-indent: 10px;
	font-size: .9em;
}
#quoted_by {
	font-size: 1em;
	font-weight: bold;
	color: #783755;
}
#content #mainauto img {
	border: 1px solid #AAB46D;
	padding: 3px;
	margin: 1px;
}
#content #mainnext img {
	border: 1px solid #AAB46D;
	padding: 3px;
	margin: 1px;
}
#content #main #maintext {

}
#content #mainauto #table-courses {
	font-size: 0.9em;
}
#content #mainauto ul a em {
	color: #960;
}
