/* CSS Document */

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

.multicolor {
	background-image: url(../images/multicolor.gif);
	background-repeat: repeat-y;
	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: 225px;
	clear: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
}
.tagline {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #478a9d;
	line-height: 16px;
}


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

#mainauto {
	padding: 15px 40px 0px 40px;
	clear: left;
}
	
#mainlinks{
	margin-top: 12px;
	width: 435px;
}

#maintext {
	width: 410px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 430px;
	height: 275px;
	padding-top: 20px;
}

#mainVideo {
	width: 380px;
	height: 300px;
	margin-top: -20px;
	padding: 0px 10px 0 10px;
	float: left;
	margin-left: 20px;
	}

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

#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;
}

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: 10px;
}

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

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 li {
	display: block;
	float: none;
	background-color: #783755;
	border: 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: 1px;
}

.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:link, a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

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


/* LISTS */

#mainauto ul {
	padding: 0 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;
}
.tagline2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #478A9D;
	font-style: italic;
	line-height: 22px;
}
h1#gallery {
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #478a9d;
	border-bottom-width: 1px;
	padding-bottom: 0px;
}

