﻿
body { 
  /* for IE; otherwise, BG isn't fully stretched */ 
  margin: 0px;  
} 
/*
#bg { 
  position:fixed;
  margin: 0px; 
  border: 0px; 
  padding: 0px; 
  left: 0px; 
  top: 0px; 
  width: 100%; 
  height: 100%; 
  overflow: hidden; 
  z-index: 0;
  
 } 
*/
#bg { 
  width: 100%; 
} 
.bodyBackground
{
    background-image:url('images/BgGrad1.gif');
} 

.tableBg
{
    background-color:White;
}
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #FA7F07;
	text-decoration: none;
}

a:hover
{
    color:White;
	text-decoration: underline;
	font-weight:bold;
}
.ContactEmail a:hover
{
    color:#FA7F07;
    text-decoration: underline;
}
/*********Horizental Ruler*********/
.hRuler
{
    color:Orange;
}
hr{
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border:0;
	margin:15px 0;
	/*_margin:10px 0;*/
}
.heading3
{
    font-family: Tahoma, Arial, Helvetica, sans-serif; 
    font-size:0.97em;
    color:#000000;
    text-decoration: underline;
}
.heading4
{
    font-family: Tahoma, Arial, Helvetica, sans-serif; 
    font-size:0.95em;
    color:#000000;
    text-decoration: underline;
    margin-top:0px;
}
.heading4 a:link,
.heading4 a:visited
{
    font-size:0.95em;
    color:#000000;
    text-decoration: underline;
}
.heading4 a:hover
{
    font-size:0.95em;
    color:#000000;
    text-decoration: underline;
}
.headingAlign
{
    margin-top:0px;
    margin-left:30px;
    margin-right:auto;
}
.DescrptStyle
{
    background-color:#EBEAE8;    
    color:#FA7F07;
    font-weight:bold;
    margin-top:0px;
}
#Logo
{
    position:absolute;
    border:0;
    padding:0;
    left:0;
}

#header
{
    margin-left:0px;
    /*position:relative;*/
}

.myBox
{
    margin: 0 auto;
    border: 1px solid #FA7F07;
    color: #C3C2C1;
    padding: 3px;
    text-align: left;
    width: 150px;
    height:80px;
}
.myBox a:link,
.myBox a:visited
{
    /*background-color:Silver;*/
    color:#FE5C01;
}
.myBox a:hover
{
    /*background-color:#FC7E04;*/
    color:#FC7E04;
}
.SpecLinks
{
     color: #fe5c01;
}
.SpecLinks a:Link,
.SpecLinks a:visited
{
    color: #fe5c01;
}
.SpecLinks a:hover
{
    color: #fe5c01;
    text-decoration: underline;
    font-weight:bold;
}
#Contacts
{
    font-family:Georgia, "Times New Roman", Times, serif;
    font-style:normal;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	                Home-main

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#home-main
{
   background:url('images/Background-Home.gif') no-repeat;
    width:740px; 
    height:655px; 
    margin: 0 0 0 0;
    overflow:hidden;   
}
.home-PLinks a:Link,
.home_PLinks a:visited
{
    color:#FE5C01;
    text-decoration: none;
}
.home-PLinks a:hover
{
    color:#FE5C01;
    font-weight:normal;
    text-decoration: underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#header-information{
	height:4.5em;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
	color:#FFFFFF;
	font-size:.85em;
	position:relative;
	width:740px;
	}
#BgSettings
{
    background:url('images/BackgroundU.gif') no-repeat;
    background-color:White;    
    margin-left:12%;
	margin-right:11%;
	margin-bottom:3px;
	position:relative;
	width:740px;
}
#header-information-link {
	text-align: center;
	border-left:1px dashed #CACACA;
	position:absolute;
	top:0;
	right:0;
	height:2em;
	width:8.5%;
	padding:0 0 0 1.5%;
	}

#heading{
	text-align: left;
	font-size:1.4em;
	font-weight:bold;
	}


#subheading{
	font-size:1.1em;
	font-weight:bold;
	}
	


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MAIN NAVIGATION 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#nav-main {
	background:#FA7F07 url('images/Header-main.gif') no-repeat;
	margin-left:auto;
	margin-right:0px;
	margin-top:11px;
	width:auto;
	height:17px;
	padding:.8em 0 1em 20px;
	position:relative;
	text-align:left;
	font-size:.9em;
	font-weight:bold;
}

#nav-main div {
	background:#fe5c01 url('images/Header.gif') top right no-repeat;
	width:130px;
	/*_width:19.7%;*/
	position:absolute;
	margin-left:590px;
	margin-right:0px;
	top:0;
	/*right:0;*/
	padding:.8em 0 1em 0;
}

#nav-main ul {
	margin:0;
	padding:0 20% 0 0;
	}
		
#nav-main li {
	display:inline;
	list-style:none;
	padding:0 1em 0 0;
	background:none;
	}

#nav-main a:link,
#nav-main a:visited {
	color:#000000;
	text-decoration:none;
}

#nav-main a:hover {
	color:#D4E7F8;
	text-decoration: underline;
}

#nav-main a:active {
	color:#FFFFFF;
}

#nav-main li.current a:link,
#nav-main li.current a:visited {
	text-decoration: underline;
}

#nav-main li.current a:hover {
	color:#D4E7F8;
	text-decoration: underline;
}

#nav-main li.current a:active {
	color:#FFFFFF;
}

/* ACTIVE PAGES */
#nav-main a.StaticSelectedStyle:link,
#nav-main a.StaticSelectedStyle:visited {
	color:#D4E7F8;
	text-decoration: underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	sub-Menus

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.topBar
{
    background-color:#EBEAE8;
    color:#000000;
    text-align:center;
    font-weight:bold;
    font-size:.97em;
}
.topBar a:Link,
.topBar a:visited
{
   color:#000000; 
}
.topBar a:hover
{
    color:#000000;
    text-decoration: underline;
}
.subMenus
{
    float:left;
    background-color:#FC922A;
    width:150px;
    border:1px solid #FAC341;
    margin:0;
    margin-left:2px;
    padding:0;
}
.subMenus a:link,
.subMenus a:visited
{
    color:#d9d8d6;
    text-decoration:none;    
}
.subMenus a:hover
{
    background-image:url('images/Nav-LeftMO.gif');
    color:#FFFFFF;
    text-decoration: underline;
}

.subMenusAlignment
{
    float:left;
    background-image:url('images/Nav-Left1.gif');
    width:150px;
    border:none;
    /*margin:1px;*/
    padding:0;
    font-size:0.97em;
}
#main-content {
	width:500px;
	float:left;
	margin-left:30px;
	}

ul {
	margin:0;
	padding:0;
	}

li 
{
    background-image:url('images/list-bullet.gif');
	padding:0;
	margin-left:0;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	pagetitle

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#pagetitle {
	margin-top:2px;
	margin-left:0px;
	margin-right:0px;
	width:auto;
	background:#FA7F07;
	position:relative;
	color:#EBEAE8;
	font-size:.86em;
	font-weight:bold;
	padding:.5em 20px .7em 20px;
	}

#pagetitle a:link,
#pagetitle a:visited {
	color:#CACACA;
	text-decoration:none;
	}

#pagetitle a:hover{
	color:white;
	text-decoration:none;
	}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BreadCrumbs

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/	
#header_BreadCrumbs
{
    font-weight:bold;
    font-size:.78em;
    color:silver;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    width:400px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	mainContents

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.mainContents
{
    background-color:White;
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	width:740px;
	padding:.8em 0 0 0px;
	position:relative;
	color:#FE5C01;
	font-size:.98em;
	overflow:auto;
}
.HomeMainContents
{
    position:absolute;
    margin-left:0px;
    width:400px;
    height:600px;
}
.Home-Side
{
    background:url('images/Home-Side.gif')no-repeat;
    width:340px;
    height:600px;
    margin-right:0px;
    position:relative;
}
#welcome-banner
{
    position: absolute; 
    margin-left :140px;
    margin-right :auto; 
    top: 66px;
    height:200px;    
    display:block;
}
#home-paragraph
{
    margin-left:50px; 
    margin-right:50px;
    margin-top:255px;
}
.pageContent
{
   color: #FE5C01;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Columns-Home

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#four-column-container 
{
	background:url('images/four-column.gif') repeat-y;
	padding:0; 
	margin:20px 50px 10px 50px;
	width:655px;
	height:135px;
}
#leftcolumn
{
    width:25%;
    float:left;
}
#middlecolumnLeft
{
    width:25%;
    float:left;
}
#middlecolumnRight
{
    width:25%;
   /* margin:0px 32% 0px 35%;*/
   float:left;
}
#rightcolumn
{
    width:25%;
    float:right;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.thumbnail
{
    float:left;
    width: 120px;
    height:80px;
    border:0px;
    /*border: 1px solid #FA7F07;*/
    margin: 5px 10px 10px 5px;
    /*padding: 5px;*/
}
.thumbnail1
{
    float:left;
    width: 120px;
    height:120px;
    border:0px;
    /*border: 1px solid #FA7F07;*/
    margin: 0 15px 15px 0;
    /*padding: 5px;*/
}
.photo-Alignment {
	border:1px solid #cecece;
	padding:4px;
	width:500px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.photo-Anim {
	border:1px solid #FA7F07;
	padding:4px;
	margin-bottom:5px;
	width:110px;
	height:80px;
	display:block;
}
.photo-float-left {
	float:left;
	margin-right:10px;
	}
.photo-container
{
   background-image:url('images/imgback_thumb.gif'); 
   width:120px; 
   height:90px;
}
.photo-ContainerAnim
{
   width:100px; 
   height:80px; 
   margin-left:8px;
   margin-right:2px;
   margin-top:3px; 
   vertical-align:middle;
   border:0;
}
.image-border-none {
	border:none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer-main {
	background:#FA7F07 url('images/Header-main.gif') no-repeat;
	/*margin-bottom:0px;
	margin-left:auto;
	margin-right:0px;*/
	width:auto;
	padding:.8em 0 1em 20px;
    position:relative;
	color:white;
	font-size:.76em;
	text-align:left;
}

.footer-main div {
	background:#fe5c01 url('images/Header.gif') bottom right no-repeat;
	width:130px;
	/*_width:19.7%;*/
	margin-left:590px;
	position:absolute;
	top:0;
	right:0;
	padding:.8em 0 1em 0;
}

#footer a:link,
#footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	color:#D4E7F8;
	text-decoration:none;
}

#footer a:active {
	color:#FFFFFF;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER-SUB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer-sub {
	margin-top:1em;
	margin-left:auto;
	margin-right:auto;
	width:740px;
	font-size:.6em;
	text-align:center;
	padding:.1em 0 2em 0;
	position:relative;
	color:#999999;
	}

#footer-sub ul {
	margin:0;
	padding:0;
	}
	
#footer-sub li {
	display:inline;
	list-style:none;
	padding:0 1em 0 0;
	background:none;
	}

#footer-sub a:link,
#footer-sub a:visited {
	text-decoration: underline;
	color:#999999;
}

#footer-sub a:hover {
	color:#666666;
	text-decoration:none;
}
