@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 145%;
}
a {
	border: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
p, td, li {
	font-size: 12px;
}
h1, h2, h3, h4 {
	font-weight: bold;
}
h1 {
	font-size: 150%;
	margin: 0 0 15px 0;
	padding: 0;
}
h2 {
	font-size: 130%;
	margin: 10px 0;
	padding: 0;
}
h3 {
	font-size: 115%;
}
h4 {
	font-size: 100%;
}
#form1 input[type=text], #form1 textarea {
	width: 250px;
}
#form1 td {
	vertical-align: top;
}

[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColHybLtHdr #sidebar1 { padding-top: 30px; }
.twoColHybLtHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it may need to avoid several bugs */
</style>
<![endif]

#justforfun {
	background:none;
}

#flashScreen {
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#skipIntro p {
	position: absolute;
	width: 100%;
	padding-right: 5px;
	top: 5px;
	color: #CCC;
	text-align: right;
	cursor: pointer;
}

#container {
	position: relative;
	width: 80%;
	max-width: 1024px;
	margin: 0 auto;
	border-bottom-width: 1px 6px 6px 1px;
	border-bottom-style: solid;
	text-align: left;
	padding: 10px;
} 

#header {
	position: relative;
	border: 1px solid;
	padding: 0;
	height: 100px;
	margin-bottom: 10px;
} 
#header #logo {
	position: relative;
	z-index: 200;
	margin-top: 4px;
	margin-left: 10px;
	float: left;
}
#header #headerPhoto {
	position: absolute;
	top: 0;
	margin: 0 auto;
	z-index: 100;
}
#header #ContactInfo {
	position: relative;
	z-index: 200;
	float: right;
	padding: 0;
	margin-right: 10px;
	margin-top: 60px;
}

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLtHdr #sidebar1 p" rule.
*/
.sidebar1 {
	float: left;
	width: 250px;				/* since this element is floated, a width must be given */
	padding: 15px;			/* top and bottom padding create visual space within this div  */
	margin: 15px;
	font-weight: bold;
	font-size: 110%;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.sidebar1 p, .sidebar1 li {
	font-size: 100%;
	margin: 0 0 10px 20px;
}
.sidebar1 a:hover {
	text-decoration: underline;
}
.sidebar1 ul {
	margin: 0;
	padding: 0;
	list-style-type: square;
}
.sidebar1 ul ul {
	margin: 5px 0;
	padding: 0;
}
.sidebar1 ul ul li {
	font-size: 80%;
	margin: 0 0 0 20px;
	padding: 0;
}

div.CaptionedPhoto {
	padding: 0;
	width: 200px;
	text-align: center;
	margin: 0 0 15px 15px;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
div.CaptionedPhoto p {
	margin: 5px;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	line-height: normal;
}
div.CaptionedPhoto img {
	padding: 0;
	margin: 0;
	border: none;
	float: none;
}
.mainContent div.CaptionedPhoto {
	float: right;
}
.sidebar1 div.CaptionedPhoto {
	margin: 0 auto;
}

/*************************************************************************
**																		**
**	Tips for mainContent:												**
**																		**
**	1. The space between the mainContent and sidebar1 is created with	**
**	the left margin on the mainContent div.  No matter how much content	**
**	the sidebar1 div contains, the column space will remain. You can	**
**	remove this left margin if you want the #mainContent div's text to	**
**	fill the #sidebar1 space when the content in #sidebar1 ends.		**
**																		**
**	2. Be aware it is possible to cause float drop (the dropping of the	**
**	non-floated mainContent area below the sidebar) if an element wider	**
**	than it can contain is placed within the mainContent div. WIth a	**
**	hybrid layout (percentage-based overall width with em-based			**
**	sidebar), it may not be possible to calculate the exact width		**
**	available. If the user's text size is larger than average, you will	**
**	have a wider sidebar div and thus, less room in the mainContent		**
**	div. You should be aware of this limitation - especially if the		**
**	client is adding content with Contribute.							**
**																		**
**	3. In the Internet Explorer Conditional Comment below, the zoom		**
**	property is used to give the mainContent "hasLayout." This may help	**
**	avoid several IE-specific bugs.										**
**																		**
*************************************************************************/
.mainContent { 
	margin: 0 0 0 300px;
	padding: 15px;
}
.mainContent img {
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
	border: 1px solid;
}
.mainContent ul {
	list-style: square;
}
#securityLogos img {
	border: none;
	clear: right;
}

#map {
	float: right;
}
#map img {
	border: none;
}
.mainContent a {
	cursor: pointer;
}
.directions {
	display: none;
}

#footer {
	padding: 15px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0;
	border: 1px solid;
	clear: both;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	margin: 0;			/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 0 0;	/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.8em;
}
/*#footer #copyright {
	float: left;
}*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
#associations {
	text-align: center;
}
#form1 br {
	line-height: 1px;
}

/*************************************************************************
**																		**
**	Overrides for Spry Tabbed Panels									**
**																		**
*************************************************************************/
.TabbedPanelsTab {
	font-weight: bolder;
}
.TabbedPanelsTabSelected {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#TabbedPanels1 #home {
	margin-left: 20px;
}
#TabbedPanels1 #login {
	margin-left: 20px;
}
#TabbedPanels1 #employment {
	display: none;
}