@charset "UTF-8";
body  {
	font: 11px Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
}


p { font: 12px calibri, sans-serif;
text-align: justify;
font-weight: normal;
color: #333333;
padding: 15px 15px 0px 15px;  }

p.address { font: 12px calibri, sans-serif;
text-align: justify;
color: #333333;
padding: 0px 15px 0px 0px;
 }


h1 { font: 16px calibri, arial, sans-serif;
margin: 0;
padding: 10px 0 0px 15px;
margin-top: 15px;
color: #3680B7;
text-transform: uppercase;}



.thrColAbsHdr #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 620px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
} 
/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
.thrColAbsHdr #header { 
	height: 130px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background: #ffffff; 
	padding: 30px 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 360px;
} 



.thrColAbsHdr #contactContent { 
	position: relative;
	top: 30px;
	margin: 0 0 0 210px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 0 50px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 300px;
	border-left: 0px solid #cccccc;
}




#menuSide {
	position: relative;
	top:0px;
	margin: 0 0 0 3px;
	width: 195px;
	padding: 0 10px 0 0px;
}

#menuSide h2{
	font-family: calibri, sans-serif;
	font-size:1.7em;
	font-weight: bold;
	color: #666666;
	padding: 10px 0 8px 0;
	margin: 0 0 -10px 0;
}

#menuSide ul li a {
	padding: 3px 0 0 6px;
	border-bottom: 0px solid #E5E5E5;
}


#menuSide li {
	margin: 0 0 0 -40px;
	padding: 0 0 0 0;
}

#menuSide a {
	display: block;
	height:22px;
	padding: 0px 0 10px 12px;
	margin: 2px 0 4px 0;
	font-family: arial, sans-serif;
	font-size:0.8em;
	font-weight:bold;
	color: #666666;
	text-decoration: none;
	width: 100%;
	text-transform: uppercase;
	background-image: url(/template/images/sideNavBar.gif);
	background-repeat: no-repeat;
	
}

#menuSide a:hover
{
	
	color: #5388BF;
	text-decoration: none;
	background-image: url(/template/images/sideNavBar_Hov.gif);
	background-repeat: no-repeat;
	
}

.glossymenu3{
margin: 5px 0;
padding: 0px 0 0 0;
width: 195px; /*width of menu*/
border: 0px solid #9A9A9A;
border-bottom-width: 0;
height: 177px;

}

.glossymenu3 h2{
font-family: calibri, sans-serif;
text-align:left;
font-size:11px;
font-weight: bold;
color: #525252;
padding: 7px 0 70px 12px;
margin: 7px 0 10px 0;
}

.glossymenu3 a.menuitem{
border-bottom: 1px solid #ececec;
font-family: calibri, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:left;
color: #727272;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 3px 0px 3px 0;
margin: 0px 4px 0px 5px;
padding-left: 20px;
width: 179px;
text-decoration: none;

background: url(/template/images/arrowBullet_Green.gif) no-repeat center right;
}


.glossymenu3 a.menuitem:visited, .glossymenu3 .menuitem:active{
color: #727272;
}

glossymenu3 a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu3 a.menuitem:hover{
color: #0C73E9;

}

.glossymenu3 div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu3 div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0 22px 5px 0;
}

.glossymenu3 div.submenu ul li{
border-bottom: 1px solid #ffffff;
}

.glossymenu3 div.submenu ul li a{
display: block;
font: calibri, arial, sans-serif;
color: #666666;
font-weight: bold;
font-size: 90%;
text-decoration: none;
padding: 2px 0 0 0;
marging: 0 0 0 0px
}

.glossymenu3 div.submenu ul li a:hover{
background-image: url(/template/images/contactBox.gif);
	background-repeat: no-repeat;
color: #3680B7;
}

/*End of glossy1*/

#menuTitle {
	position: relative;
	top:6px;
	margin: 0 0 0 0px;
	width: 190px;
	padding: 0 0px 0 0px;
}



#menuTitle ul li a {
	padding: 0px 0 0 0px;
	margin: 0 0 0 0px;
	border-bottom: 1px solid #E5E5E5;
}


#menuTitle li {
	margin: 0 6px 0 0px;
	padding: 0 0 0 0;
}

#menuTitle a {
	display: block;
	padding: 0 0 6px 0px;
	margin: -2px 0 12px 0;
	font-family: calibri, sans-serif;
color: #666666;
font-size:16px;
font-weight: bold;
	text-decoration: none;
	width: 100%;
	text-transform: uppercase;
	
}

#menuTitle a:hover
{
	
	color: #0C73E9;
	text-decoration: none;
}
/*End of Menu Title*/

#menu {
	position: relative;
	top:0px;
	margin: 0 0 0 0px;
	width: 175px;
	padding: 0 10px 0 0px;
}



#menu ul li a {
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #E5E5E5;
}


#menu li {
	margin: 0 0 0 -40px;
	padding: 0 10px 0 10px;
}

#menu a {
	display: block;
	padding: 3 0 5px 0px;
	margin: 3px 0 0 0px;
	font: calibri, arial, sans-serif;
color: #666666;
font-size:9px;
font-weight: normal;
	text-decoration: none;
	width: 100%;
	text-transform: uppercase;
	
}

#menu a:hover
{
	
	color: #3680B7;
	text-decoration: none;
}

/*End Menu*/

#menuFooter {
	position: relative;
	top:0px;
	margin: 0 0 0 0px;
	padding: 0 0px 0 0px;
}



#menuFooter ul li a {
	padding: 0px 0 -2px 0;
	margin: 0 0 0 0px;
	border-bottom: 0px solid #E5E5E5;
	width: 160px;
}


#menuFooter li {
	margin: 0 0px 0 0px;
	padding: 0 0 0 0;
}

#menuFooter a {
	display: block;
	padding: 0 0 0px 0px;
	margin: 0px 0 0 0;
	font: calibri, arial, sans-serif;
color: #666666;
font-size:8px;
font-weight: bold;
	text-decoration: none;
	width: 100%;
	
	
}

#menuFooter a:hover
{
	
	color: #3680B7;
	text-decoration: none;
}

#menuFooter h6 {
	margin: 3px 0 0px 0px;
	font-size: 1.1em;
	color: #ECECEC;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0em;
}


#contactMenu {
	position: relative;
	top:0px;
	margin: 0 0 0 0px;
	width: 200px;
	height: 205px;
	padding: 0 10px 0 0px;
	background-image: url(/template/images/contactBoxFF.gif);
	background-repeat: no-repeat;
}

.navBorder {
	background: url(/template/images/navTp.gif) repeat-x 0 0;
	position: relative;

}
.navBorder div {
background: url(/template/images/navBt.gif) repeat-x 0 100%;

}
.navBorder div div {
background: url(/template/images/dotGrey.gif) repeat-y 0 0;
}
.navBorder div div div {
background: url(/template/images/dotGrey.gif) repeat-y 100% 0;
}
.navBorder div div div div {
background: url(/template/images/tlGrey.gif) no-repeat 0 0;
}
.navBorder div div div div div {
background: url(/template/images/trGrey.gif) no-repeat 100% 0;
}
.navBorder div div div div div div {
background: url(/template/images/blGrey.gif) no-repeat 0 100%;
}
.navBorder div div div div div div div {
background: url(/template/images/brGrey.gif) no-repeat 100% 100%;
}



.contentBorder {
	background: url(/template/images/dotGrey2.gif) repeat-x 0 0;
	position: relative;

}
.contentBorder div {
background: url(/template/images/dotGrey2.gif) repeat-x 0 100%;

}
.contentBorder div div {
background: url(/template/images/dotGrey2.gif) repeat-y 0 0;
}
.contentBorder div div div {
background: url(/template/images/dotGrey2.gif) repeat-y 100% 0;
}
.contentBorder div div div div {
background: url(/template/images/tlGrey2.gif) no-repeat 0 0;
}
.contentBorder div div div div div {
background: url(/template/images/trGrey2.gif) no-repeat 100% 0;
}
.contentBorder div div div div div div {
background: url(/template/images/blGrey2.gif) no-repeat 0 100%;
}
.contentBorder div div div div div div div {
background: url(/template/images/brGrey2.gif) no-repeat 100% 100%;
}

.nav {
width: 300px;
padding: 0 0 0 20px;
text-align: center;

}

.nav:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.nav ul {
list-style: none;
padding: 0 0 0 0;
margin: 0 0 0 0;
width: 330px;
margin: 0 auto;

}

.nav li {
float: left;
margin: 0px 1px 0 0;

}

.nav a {
display: block;
font-family: calibri, sans-serif;
font-weight:bold;
font-size: 11px;
width: 150px;
text-decoration: none;
text-align: center;
height: 22px;
background-image: url(/template/images/formContact_Button.gif);
	background-repeat: no-repeat;
	color: #555555;
	padding: 4px 0 0 0px;
	margin: 0px 0 0 0px;

}

.nav a:hover {
color: #0C73E9;
}

/*End of Nav*/

.nav2 {
width: 300px;
padding: 0 0 0 20px;
text-align: center;

}

.nav2:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.nav2 ul {
list-style: none;
padding: 0 0 0 0;
margin: 0 0 0 0;
width: 330px;
margin: 0 auto;

}

.nav2 li {
float: left;
margin: 0px 1px 0 0;

}

.nav2 a {
display: block;
font-family: calibri, sans-serif;
font-weight:bold;
font-size: 11px;
width: 150px;
text-decoration: none;
text-align: center;
height: 22px;
background-image: url(/template/images/formContact_Button.gif);
	background-repeat: no-repeat;
	color: #555555;
	padding: 4px 0 0 0px;
	margin: 0px 0 0 0px;

}

.nav2 a:hover {
color: #0C73E9;
}


