﻿#companyname {
	font-family: "Monotype Corsiva";
	font-size: 42px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}

#companydescription {
	font-size: medium;
	font-weight: bold;
}

#pagetitle{
	font-size: 30px;
	font-weight: lighter;
	text-transform: uppercase;
	height: 50px;
	vertical-align: middle;
}

#pagetitle p {
	background-position: center;
	margin-top: 0pt;
	background-repeat: no-repeat;
	height: 34pt;
	padding-top: 8pt;
}

.announcement{
	text-align: center;
	font-weight: bold;
	text-transform: capitalize;
}


#top_navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#top_navigation li {
	font-size: 0.8em;
	display: block;
	margin: 0;
	padding: 0;
	margin-top: 0;
}
#top_navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #454EA6;
	display: block;
	padding: 5px;
	background-color: #FFCEFF;
}
#top_navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #454EA6;
	border-bottom: 1px solid #454EA6;
	border-top: 1px solid #454EA6;
	background-color: #D5D9FF;
}

#top_navigation table {
	margin-left: 2.5%;
	width:95%;
	border-collapse:collapse;
}

#get_direction a {
	background-image: url('../pictures/Website/Directions1.jpg');
	background-repeat: no-repeat;
}

#get_direction a:hover {
	background-image: url('../pictures/Website/Directions4.jpg');
	background-repeat: no-repeat;
}

#left_col ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#left_col li {
	border: 1px #FFFFFF solid;
	font-size: 0.8em;
	display: block;
	margin: 0;
	padding: 0;
	margin-top: 0;
	text-align: left;
}
#left_col a {
	font-weight: bold;
	text-decoration: none;
	color: #454EA6;
	display: block;
	padding: 5px;
	background-color: #FFCEFF;
}

#left_col a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #454EA6;
	border-bottom: 1px solid #454EA6;
	border-top: 1px solid #454EA6;
	background-color: #D5D9FF;
}


#side_nav_2 ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0 0 0 10px;
	padding: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 2px;
}

#side_nav_2 li {
	border: 2px #FFFFFF solid;
	font-size: 0.8em;
	display: block;
	margin: 0 10px 0 10px;
	padding: 0;
	margin-top: 0;
	text-align: center;
}
#side_nav_2 a {
	border-width: 1px;
	border-style: solid;
	font-weight: bold;
	text-decoration: none;
	color: #A643A6;
	display: block;
	padding: 5px;
	background-color: #FFF2CE;
	border-top-color: #A643A6;
	border-right-color: #A643A6;
	border-bottom-color: #A643A6;
	border-left-color: #A643A6;
}
#side_nav_2 a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #454EA6;
	background-color: #D5D9FF;
	border: 1px solid #454EA6;
}

#sidebar_calendar {
	margin: 0px;
}

#sidebar_calendar a {
	color: #A643A6;
	font-weight: normal;
	display: block;
	padding: 5px;
	background-color: #F7FFCE;
	border: 3px solid #A643A6;
}
#sidebar_calendar a:hover {
	font-weight: bold;
	text-decoration: none;	
	color: #454EA6;
	background-color: #FFE4FF;
	border: 3px solid #454EA6;
}

#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}

.style_bold {
	font-weight: bold;
}

.style_italic {
	font-style: italic;
}

h1{
	font-size: 24px;
	margin-top: 6px;
}

h2{
	font-size: 22px;
}

h3{
	font-size: 18px;
}
h4{
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

h5{
	font-size: 12px;
	margin-top: 0px;
}
img {
	float:right;
	border-width: 0px;
	padding: 3pt;
}

hr {
color:#FF99FF;
background-color: #FF99FF;
height: 2px;
width:90%	
}

.ImageFloatLeft {
	float: left;
}

.ImageAlignCenter{
	float: none;
	text-align: center;
}



.lower_case {
	text-transform: none;
}

.plain_announcement {
	text-align: center;
	text-transform: capitalize;
}
.X_large_announcement {
	font-size: x-large;
	text-align: center;
}
.XX_large_announcement {
	font-size: xx-large;
	text-align: center;
}

.command_button {
	margin: 10px;
	font: tahoma;
	font-size: medium;
}

#ASPX_Login_Table {
	border: medium solid #FFCEFF;
	margin: 10px;
	padding: 3px;
	border-collapse: collapse;
	border-spacing: inherit;
}

.LogonTextBoxStyle {
	text-align: left;
	width: 160px;
	background-color: #FFCEFF;
	vertical-align: middle;
}

.ASPX_Border {
	border: medium solid #FF24FF;
}
.ASPX_EditField {
	font-size: medium;
	font-family: Arial;
	background-color: #FFCEFF;
	padding: 3px;
}


