/* Default Styles */
BODY {
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #fdfdfd;
	font-size: 14px;
	font-family: Trebuchet MS, Arial, Verdana;
}
IMG {
	border: 0px;
}
A, A:link, A:visited, A:active {
	color: #ef6f32;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
.input, TEXTAREA, SELECT {
	font-family: Trebuchet MS, Arial, Verdana;
	border: 1px solid #ef6f32;
}
.button {
	font-weight: bold;
	font-family: Trebuchet MS, Arial, Verdana;
	border: 1px solid #ef6f32;
	background-color: #ffffff;
}
P {
	margin: 10px 0px 10px 0px;
}


/* Structure Styles */
#Structure {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 1000px;
	height: 100%;
}
#Top {
	width: 100%;
}
#TopLeft {
	float: left;
	width: 690px;
}
#TopLeftText {	
	padding-top: 45px;
	padding-bottom: 5px;
	border-bottom: 2px solid #ef6f32;
	font-size: 14px;
	font-weight: bold;
}
#TopLeftMenu {
	text-align: center;
	padding: 20px 0px 0px 0px;
}
#TopRight {
	float: right;
}
#TopRightText {
	width: 300px;
	vertical-align: text-top;
}
#TopRightMenu {	
	padding: 0px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
#Content {
	padding: 20px 0px 0px 0px;
	width: 100%;
}
#ContentLeft {
	float: left;
	width: 800px;
}
#ContentRight {
	float: right;
	width: 200px;	
	text-align: right;
}
#ContentLeft2 {
	float: left;
	width: 750px;
	padding-right: 20px; 
	border-right: 1px solid #808080;
}
#ContentRight2 {
	float: right;
	text-align: center;
	width: 220px;
}
#BottomText {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
	text-align: center;
	padding-top: 50px;
	//padding-top: 110px;
}
#BottomText2 {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	text-align: center;
}
#Bottom {	
	width: 100%;
	height: 150px;
	//height: 265px;
	//background-image: url(../images/background_bottom.jpg);
	//background-repeat: no-repeat;
}

/* Fixed Styles */
#TopLeftText A, #TopRightMenu A {
	color: #000000;
}
#UpcomingEvents {
	float: left;
	width: 190px;
	margin-left: 10px;
}
#TopLeftMenu IMG {
	padding-right: 10px;
}
.MidDot {
	font-size: 30px;
}
.ShiftRight {
	padding-left: 20px;
}
.NoTopSpacing {
	padding-top: 0px;
	margin-top: 0px
}
b.r1{
	margin: 0 5px;
}
b.r2{
	margin: 0 3px;
}
b.r3{
	margin: 0 2px
}
b.OrangeBoxTop, b.OrangeBoxBottom{
	display:block;
	background: #fdfdfd;
}
b.OrangeBoxTop b, b.OrangeBoxBottom b {
	display:block;
	height: 1px;
    overflow: hidden;
	background: #ef6f32;
}
b.OrangeBoxTop b.r4, b.OrangeBoxBottom b.r4{
	margin: 0 1px;
	height: 2px;
}
b.BlackBoxTop, b.BlackBoxBottom{
	display:block;
	background: #fdfdfd;
}
b.BlackBoxTop b, b.BlackBoxBottom b {
	display:block;
	height: 1px;
    overflow: hidden;
	background: #000000;
}
b.BlackBoxTop b.r4, b.BlackBoxBottom b.r4{
	margin: 0 1px;
	height: 2px;
}
.OrangeBox {
	background-color: #ef6f32;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	text-align:center;
}
.BlackBox {
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	text-align:center;
}
.ArchiveButtons1 {
	text-align: center;
	padding: 5px;
	width: 50%; 
	border-bottom: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1; 
}
.ArchiveButtons2 {
	text-align: center;
	padding: 5px;
	width: 50%; 
}

/* General Styles */
.PageTitle {
	font-weight: bold;
	font-size: 26px;
}
.Title {
	font-weight: bold;
}
.OrangeText {
	color: #ef6f32;
}
.BlackText {
	color: #000000;
}
HR.Orange {
	width: 100%;
	height: 1px;
	margin: 0px;
	padding: 0px;
	border-top: 2px solid #ef6f32;
}
.Quote {
	text-align: center;
	font-family: Arial;
	font-style: italic;
}
.Date {
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
}
.TitleLocation {
	font-weight: bold;
	font-size: 16px;
}


/* Page Styles */
#ContactUs {
	height: 410px;
	background-image: url(../images/background_contact.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#PressNews {
	background-image: url(../images/background_press.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#Careers {
	background-image: url(../images/background_careers.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#Services {
	background-image: url(../images/background_services.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#AboutUs {
	background-image: url(../images/background_about.gif);
	background-repeat: no-repeat;
	background-position: top right;
}