body {
	font-size: 10pt;
	font-family: Tahoma, Verdana, Arial;
	line-height: 1.5;
	color: #666666;
}

#main-body {
	left: 185px;
	z-index: 3;
	position: absolute;
}

#bottom-half {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 200px;
	visibility: visible;
	min-width: 900px;
}

#navigation-menu {
	//background-image:url('images/60Blue-fade.gif');
	background-image:url('images/faded-strip.png');
	background-repeat:repeat-y;
	font-size : 10pt;
	line-height: 1.2;
	color: white;
	height: 100%;
	width: 200px;
	left: 0px;
	top: 184px;
	position:fixed;
	z-index: 20;
}

.navigation A:link {
	font-family: Tahoma, Verdana, Arial;
	font-size : 100%;
	color: white;
	font-weight: 600;
	text-decoration: none;
}

.navigation A:visited {
	font-family: Tahoma, Verdana, Arial;
	font-size : 100%;
	color: white;
	font-weight: 600;
	text-decoration: none;
}

.navigation A:hover {
	font-size : 100%;
	color: #F6941E;
	font-weight: 600;
	text-decoration: none;
}

.navigation A:active {
	font-size : 100%;
	color: #FF0000;
	font-weight: 600;
	text-decoration: none;
}

H2 A:link {
	font-family: Tahoma, Verdana, Arial;
	font-size : 14pt;
	color: white;
	font-weight: 600;
	text-decoration: none;
	padding: 0;
	margin: 0;
	padding-left: 0px;
	text-indent: 50px;

}

H2 A:visited {
	font-size : 10pt;
	color: white;
	font-weight: 600;
	text-decoration: none;
}

H2 A:hover {
	font-size : 10pt;
	color: #F6941E;
	font-weight: 600;
	text-decoration: none;
}

H2 A:active {
	font-size : 10pt;
	color: #F6941E;
	font-weight: 300;
	text-decoration: underline;
}

H2.norm A:link {
	font-family: Tahoma, Verdana, Arial;
	font-size : 10pt;
	color: white;
	font-weight: 600;
	text-decoration: none;
	padding: 0;
	margin: 0;
	padding-left: 0px;
	text-indent: 50px;

}

H2.norm A:visited {
	font-size : 10pt;
	color: white;
	font-weight: 600;
	text-decoration: none;
}

H2.norm A:hover {
	font-size : 10pt;
	color: #F6941E;
	font-weight: 600;
	text-decoration: none;
}

H2.norm A:active {
	font-size : 10pt;
	color: white;
	font-weight: 300;
	text-decoration: underline;
}


h2.current A:link {
	font-family: Tahoma, Verdana, Arial;
	font-size : 10pt;
	color: #F6941E;
	font-weight: 600;
	text-decoration: none;
}

h2.current A:visited {
	font-size : 10pt;
	color: white;
	font-weight: 600;
	text-decoration: none;
}

h2.current A:hover {
	font-size : 10pt;
	color: #F6941E;
	font-weight: 600;
	text-decoration: none;
}

h2.current A:active {
	font-size : 10pt;
	color: #F6941E;
	font-weight: 600;
	text-decoration: none;
}

#menu-items {
	position: relative;
	top: 30px;
	font-size : 100%;
	color: white;
	left: 0px;
	width: 150px;
}

#bottom-nav-menu {
	position: relative;
	left: 150px;
	top: 70px;	
	font-size: x-small;
}

#bottom-nav-menu A:link {
	color: #008ECB;
	font-weight: 400;
	font-size: x-small;
	text-decoration: none;
}
#bottom-nav-menu A:visited {
	color: #008ECB;
	font-weight: 400;
	font-size: x-small;
	text-decoration: none;
}
#bottom-nav-menu A:hover {
	color: #F6941E;
	font-weight: 400;
	font-size: x-small;
	text-decoration: underline;
}
#bottom-nav-menu A:active {
	color: #008ECB;
	font-weight: 400;
	font-size: x-small;
	text-decoration: none;
}


#bottom-sub-nav-menu {
	position: relative;
	left: 275px;
	top: 75px;	
	font-size: x-small;
	color: #008ECB;
}

#bottom-sub-nav-menu A:link {
	color: #008ECB;
	font-weight: 400;
	font-size: x-small;
	text-decoration: none;
}
#bottom-sub-nav-menu A:visited {
	color: #008ECB;
	font-weight: 400;
	font-size: x-small;
	text-decoration: none;
}
#bottom-sub-nav-menu A:hover {
	color: #F6941E;
	font-weight: 400;
	font-size: x-small;
	text-decoration: underline;
}
#bottom-sub-nav-menu A:active {
	color: #008ECB;
	font-weight: 400;
	font-size: x-small;
	text-decoration: none;
}

.surrounded-shadow {
	-moz-box-shadow: 0 0 15px 5px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0 5px 15px rgba(0, 0, 0, .3);
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, .3);
}

#bottom-shadow {
	-moz-box-shadow: 10px 0 5px 15px #BBB;
	-webkit-box-shadow: 10px 0 5px 15px #BBB;
	box-shadow: 10px 0 5px 15px #BBB;
}

#middle-strip {
	width: 80%;
	position: fixed;
	left: 0px;
	top: 150px;
	visibility: visible;
	background: #f6941e;
	height: 34px;
	border: none;
	z-index: 10;
}

#top-half {
	background: white;
	width: 100%;
	position:fixed;
	left: 10px;
	top: 0px;
	z-index: 20;
	height: 150px;
}

#logo-image {
	position:fixed;
	left: 50px;
	top: 30px;
	z-index: 22;
}

#big-page-title {
	position:fixed;
	left: 500px;
	top: 0px;
	z-index: 19;
}

#logo-words {
	position: fixed;
	left: 270px;
	top: 55px;
	z-index: 21;
}

.header-text {
	color: #F6941E;
	font-weight:900;
    padding: 5px 300px 5px 15px; 

}

#mySpacer {
	left: 240px;
	width: 800px;
	height: 1px;
	min-width: 800px;
	position:fixed;
	float: right;
	visibility: visible;
	display: block;
	z-index: 11;
	border: black;
	border-bottom-style: dashed;
	border-bottom-width: 2px;

}

#image-with-caption {
	left: 630px;
	width: 400px;
	float: right;
	background: white;
	visibility: visible;
	display: block;
	padding-left: 35px;
	z-index: 10;
}

#body-picture {
	position: relative;
	top: 1px;
	z-index: 5;
}

#body-picture-caption {
	color: #F6941E;
	font-size: 10pt;
	font-weight: 700;
	text-align: left;
	line-height: 1.2;
	top: 15px;
	width: 300px;
	left: 50;
	position: relative;
	z-index: 4;
}

#body-picture-quote {
	color: #F6941E;
	font-size: 10pt;
	text-align: left;
	line-height: 1.2;
	top: 35px;
	width: 300px;
	min-height: 115px;
	left: 70;
	position: relative;
	z-index: 4;
}

.orange-list {
	color: #008ECB;
	font-weight:700;
}

h2 {
	position: relative;
	top: 40px;
	font-size : 100%;
	color: white;
	left: 20px;
	width: 160px;
	line-height: 1;
	display: inline;
	margin: 0;
	padding: 0;
}

h4 {
	position: relative;
	top: 40px;
	font-size : 80%;
	font-weight: 400;
	color: white;
	left: 35px;
	width: 160px;
	line-height: 1.2;
	display: inline;
	margin: 0;
	padding: 0;
}


p {
    padding: 5px 45px 5px 15px; 
    width: 85%;
}  

p.page-heading {
    padding: 0px 35px 0px 15px; 
    font-weight: 800;
    font-size: 110%;
    color: #F6941E;
}  


h3 {
    font-weight: 700;
    font-size: 10pt;
    color: #F6941E;
}  

.para-heading {
    font-weight: 700;
    font-size: 10pt;
    color: #F6941E;
}

p A:link {
	font-family: Tahoma, Verdana, Arial;
	font-size : 90%;
	color: #008ECB;
	font-weight: 500;
	text-decoration: none;
}

p A:visited {
	font-size : 90%;
	color: #008ECB;
	font-weight: 500;
	text-decoration: none;
}

p A:hover {
	font-size : 90%;
	color: #F6941E;
	font-weight: 500;
	text-decoration: underline;
}

p A:active {
	font-size : 90%;
	color: #F6941E;
	font-weight: 500;
	text-decoration: none;
}

#spacer {
	line-height: 1;
	font-size: xx-small;
}

.body-link A:link {
	color: #008ECB;
	font-weight: 400;
	text-decoration: none;
}

.body-link A:visited {
	color: #008ECB;
	font-weight: 400;
	text-decoration: none;
}

.body-link A:hover {
	// color: #3CC7FE;
	color: #F6941E;
	font-weight: 400;
	text-decoration: underline;
}

.body-link A:active {
	color: #008ECB;
	font-weight: 400;
	text-decoration: none;
}

A:link {
	font-family: Tahoma, Verdana, Arial;
	color: #008ECB;
	font-weight: 400;
	text-decoration: none;
}

A:visited {
	color: #F6941E;
	text-decoration: none;
}

A:hover {
	color: #F6941E;
	text-decoration: underline;
}

A:active {
	color: #F6941E;
	text-decoration: none;
}

#contact-form {
	padding-left: 50px;
}

input {
	border: 1px solid #666666;
	width: 252px;
}

textarea {
	border: 1px solid #666666;
	width: 250px;
}

h4 A:link {
	font-family: Tahoma, Verdana, Arial;
	font-size : 80%;
	color: white;
	font-weight: 200;
	text-decoration: none;
	padding: 0;
	margin: 0;
	padding-left: 0px;
	text-indent: 50px;

}

h4 A:visited {
	font-size : 80%;
	color: white;
	font-weight: 200;
	text-decoration: none;
}

h4 A:hover {
	font-size : 80%;
	color: #F6941E;
	font-weight: 200;
	text-decoration: none;
}

h4 A:active {
	font-size : 80%;
	color: #F6941E;
	font-weight: 200;
	text-decoration: none;
}

h4.current A:link {
	font-family: Tahoma, Verdana, Arial;
	font-size : 100%;
	color: #F6941E;
	text-decoration: none;
}

h4.current A:visited {
	font-size : 100%;
	color: white;
	text-decoration: none;
}

h4.current A:hover {
	font-size : 100%;
	color: #F6941E;
	text-decoration: underline;
}

h4.current A:active {
	font-size : 100%;
	color: #F6941E;
	text-decoration: none;
}

#black-link A:link {
	font-family: Tahoma, Verdana, Arial;
	font-size : 100%;
	color: black;
	font-weight: 600;
	text-decoration: none;
}

#black-link A:visited {
	font-family: Tahoma, Verdana, Arial;
	font-size : 100%;
	color: black;
	font-weight: 600;
	text-decoration: none;
}

#black-link A:hover {
	font-size : 100%;
	color: #F6941E;
	font-weight: 600;
	text-decoration: none;
}

#black-link A:active {
	font-size : 100%;
	color: #FF0000;
	font-weight: 600;
	text-decoration: none;
}

.black-link A:link {
	font-family: Tahoma, Verdana, Arial;
	font-size : 100%;
	color: black;
	font-weight: 600;
	text-decoration: none;
}

.black-link A:visited {
	font-family: Tahoma, Verdana, Arial;
	font-size : 100%;
	color: black;
	font-weight: 600;
	text-decoration: none;
}

.black-link A:hover {
	font-size : 100%;
	color: #F6941E;
	font-weight: 600;
	text-decoration: none;
}

.black-link A:active {
	font-size : 100%;
	color: #FF0000;
	font-weight: 600;
	text-decoration: none;
}