/*

Common styles used throughout the site. These are primarily redefinitions of HTML tags.

*/

body { font-family: verdana,geneva,sans-serif; font-size: 12px; color: #000; padding: 0; background-color: #fff; margin: 0; }
p {
	line-height: 22px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
img { display: block; border: 0; }
table { padding: 0; border: 0; border-collapse: collapse; }
td, th { font-size: 12px; vertical-align: top; padding: 0; border: 0; }
a {
	color:  #E96206;
	text-decoration: none;
}
a:hover {
	color: #060;
	text-decoration: underline;
}
a:focus, a:hover, a:active { outline: none; }
ul, ol { padding: 0; margin: 0; list-style: none; }
li { padding: 0; }
form { padding: 0; margin: 0; }
object { padding: 0; margin: 0; }
embed { padding: 0; margin: 0; }

h1 { font-family: georgia,serif; font-size: 24px; font-weight: normal; text-align: right; letter-spacing: 1px; color: #286304; padding: 0; margin: 0; }
h2 {
	font-family: georgia,serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #e96206;
	padding: 0;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}





/*

Primary layout styles

*/

#page { position: relative; width: 800px; margin-left: auto; margin-right: auto; }
#content { width: 800px; background-image: url(../images/common/bg_content.gif); background-repeat: repeat-y; }
#content.noBground { background-image: none; }
#content:after { clear: both; display: block; content: "."; visibility: hidden; }
#header { margin: 0 0 40px 0; }
#info { float: left; width: 560px; }

div.imgRight { float: right; margin: 0 0 20px 20px; }





/*

Home styles

*/

#homeIntro { width: 725px; font-size: 14px; font-weight: normal; line-height: 24px; letter-spacing: 1px; padding: 265px 50px 30px 25px; background-image: url(../images/home/bg_intro.jpg); background-repeat: no-repeat; margin: 25px 0 0 0; }
#homePics { width: 800px; background-image: url(../images/home/bg_homepics.gif); background-repeat: repeat-y; background-position: top right; }
#homePics:after { clear: both; display: block; content: "."; height: 0px; visibility: hidden; }
#homePics ul li { float: left; }





/*

Side navigation styles

*/

#sideNav { float: left; width: 184px; padding: 20px 30px 0 12px; }
#sideNav ul li { font-size: 12px; margin: 0 0 6px 0; }
#sideNav ul li ul { margin-top: 6px; margin-bottom: 8px; }
#sideNav ul li ul li { margin-left: 10px; }
#sideNav ul li a { color: #e96206; text-decoration: none; }
#sideNav ul li a:hover {
	text-decoration: underline;
	color: #360;
}
#sideNav ul li.selected {
	font-weight: bold;
	color: #360;
}
#sideNav ul li.selected ul li { font-weight: normal; }
#sideNav ul li ul li.selected { font-weight: bold; }



/*

Footer styles

*/

#footer {
	float: left;
	position: relative;
	left: 50%;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#footer:after { clear: both; display: block; content: "."; height: 0px; visibility: hidden; }
#footer #options {
	float: left;
	position: relative;
	left: -50%;
	margin-top: 5px;
}
#footer #options ul li { float: left; font-size: 10px; padding: 0 5px 0 0; border-right: 1px solid #000; margin: 0 5px 0 0; list-style-type:none;}
#footer #options ul li.last { border: none; }
#footer #options ul li a:hover { background-color: #fdf0e6; }

.tinytext {
  width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	line-height: normal;
	padding-top: 20px;
  padding-bottom: 20px;
	float: left;
	text-align: center;
}
.tinytext-plain {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#content #info .bulletlist ul li a {
	display: inline;
}

div.bulletlist ul {
	list-style-type:disc;
}

div.bulletlist ul li {
	margin-left: 15px;
	line-height: 150%;
	text-indent: 0;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #060;
	font-style: normal;
	font-weight: bold;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-top-color: #060;
	border-right-color: #060;
	border-bottom-color: #060;
	border-left-color: #060;
	line-height: normal;
}
.ctr {
	text-align: center;
}
