/* CSS Document */

body {
    font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin: 0px;
}

#main {
    padding: 12px 8px 8px 8px;
}

a {
    font-family: Georgia, "Times New Roman", Times, serif;
}

td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Home Page Styles */

#welcome p {
    font-family: Georgia, "Times New Roman", Times, serif;
}

#welcome ul {
    font-family: Georgia, "Times New Roman", Times, serif;
}

/* Section Area Styles */

#section {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	font-size: 16px;
	/*border-bottom: 1px dotted #333333; */
}

p#section {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	font-size: 16px;
}

/* Hero Area Styles */

#hero {
	padding: 0px 3px 10px 3px;
	vertical-align: bottom;
	text-align: left;
	height: 370px;
	voice-family: "\"}\""; 
    voice-family:inherit;
	height: 360px;
	border-top: 1px dotted #333333; 
}

#hero h1 {
    font-size: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}

#hero h1.herolight {
    color: #FFFFFF;
}

/* Content Area Styles */

#content {
    padding: 10px 0px 0px 0px;
}

#content p {
    font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	line-height: 1.5em;
}

#content ul {
    font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 0px;
	padding-bottom: 0px;
}

#content ul li {
    line-height: 1.5em;
}

#content a {
    font-weight: bold;
}

#content h1, h1 {
    font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color: #333333; 
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}

/* Sidebar Styles */

#sidebar {
    padding-top: 15px;
}

#sidebar p {
    font-family: Georgia, "Times New Roman", Times, serif;
}

#sidebar ul {
    font-family: Georgia, "Times New Roman", Times, serif;
}

#sidebar2 {
    font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 12px;
	text-align: left; 
	vertical-align: top;
}

#sidebar2 p {
    font-family: Georgia, "Times New Roman", Times, serif;
}

#sidebar2 ul {
    font-family: Georgia, "Times New Roman", Times, serif;
}

#sidebar2 img {
    border-bottom: 1px dotted #333333;
	padding-bottom: 3px;
}

.special {
    padding: 10px 10px 10px 10px;
	vertical-align: top;
	margin-bottom: 10px;
}

.special p {
    margin-top: 0px;
}

#subnav {
    /*border-bottom: 1px dotted #333333; 
	padding-bottom: 15px; */
	background-color: #E4F6F9;
}

#footer {
	font-size: 10px;
	background-color: #CCCCCC;
	text-align: center;
	padding: 10px;
	margin-top: 10px;
}

/* Miscellaneous */

.headingblue {
	font-size: 10px;
	color: #006699;
	font-weight: bold;
}

.headingsection {
    font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color: #333333; 
	font-size: 16px; 
}

.headingpage {
	font-size: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}

.headingpagelight {
	font-size: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#sizer { display:none } 

.bottomdashed {
    border-bottom: 1px dashed #333333; 
	padding-bottom: 15px;
}

.bottomdots {
    border-bottom: 1px dotted #333333; 
	padding-bottom: 3px;
	margin-bottom: 3px;
}


/* What is this for? */

#Layer1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 300px;
	top: 447px;
}

#Layer2 {
	position:absolute;
	width:177px;
	height:231px;
	z-index:1;
	left: 667px;
	top: 335px;
	visibility: hidden;
}

.Dots {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

.Dots_left {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

/* HOME STYLES */

#content_left {
	width: 466px;
	float: left;
	display: inline;
	background-color: #ebede0;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
}