
/* defaults attributes *********************************************************************/

html, body {
	margin: 0;
	padding: 0;
} 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

#home {
	font-size:11px;
}

body a:link, body a:visited, body a:active {
	color: #666;
	text-decoration: underline;
}

body a:hover {
	text-decoration: none;
	color: #FF9900;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
}

h1 { 
	font-size:12px; 
	
}

h2 {
	color: #000;
	font: 14px "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
}

h3 {
	font-weight: normal;
	color: #FF6600;
	text-decoration: underline;
	font-size: 12px;
}

h4 {
	color: #FF9900;
	font: 13px "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h5 {
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -1px;
}

ul, li {
	margin: 0;
	padding: 0;
} 

li {
	list-style-type: none;
} 

/* hacks */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* hide from NS/Mozz \*/
* html .clearfix {height: 1%;
}

/* hide from IE-mac */
html>body #testElement {
}
  
/* tables inherit font sizes */

table {
	font-size: 1em;
}

/* class attributes *********************************************************************/

.break {
	height: 1px;
	border-bottom: 1px solid #E4E3E6;
}

p.break {
	margin:0px;
	padding:0px;
}

#wrap {
	width: 780px;
		
	
}

#header {
	background: url("bg_top_home.jpg") no-repeat;
	width: 780px;
	height: 127px;
}


/* nav *********************************************************************/

#navigation {
	width: 520px;
	position: relative;
	left: 260px;
	top: 106px;
}

#navInt {
	width: 520px;
	position: relative;
	left: 220px;
	top: 86px;
}

#navigation li, #navInt li {
	display: inline;
}

#navigation a, #navInt a {
	padding-left: 9px;
	padding-right: 9px;
	font: 11px Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration:none;
}

#navigation a:hover, #navInt a:hover {
	color: #ccc;
} 

/* fir */


h1.swap, h2.swap {
  height:15px;
  background-repeat:no-repeat;
}

h1.swap span, h2.swap span {
	display:none;
}


/* home page content *********************************************************************/

#pageSections, .pageSections {
	width:540px;
	float:left;
	margin-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	line-height: 12pt

}

#sec1 {
	font-weight: bold;
	color: #F3B014;
	font-size: 8.5pt;
}

.sec1 {
	font-weight: bold;
	color: #F3B014;
	font-size: 8.5pt;

}
.sec2 {
	margin-left: 20px;
}

.divider {
	border-bottom: 1px solid #dbdbdb;
}



#sec1 a:hover, #sec2 a:hover, #sec3 a:hover {
	background-color: #f4f4f4;
}

#features, .features {
	background: url("bg_features.jpg") no-repeat 0px 0px;
	width: 176px;
	float:right;
	margin:0;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 9px;
}

#features strong {
	color:#666;
}

#features a:link, #features a:visited, #features a:active {
	text-decoration:underline;
	color:#FF3300;
	font-size: 10px;
}

#features a:hover {
	text-decoration:none;
	color: #FF9900;
}

/* footer *********************************************************************/

#footer, #footerInt {
	clear: both;
	height: 20px;
	border-top: solid 1px #dbdbdb;
	padding-top: 6px;
	font-size: 10px;
	color: #999999;
	margin-top: 30px;
	text-align:right;
}

#footerInt {
	padding-left:-10px;
}

/* questions for FAQ sections *********************************************************************/

.q {
	font-style: italic;
	color: #D50000;
}

/* line break *********************************************************************/

.br {
	padding: 0;
	width: 70%;
	margin: 10px;
	border-top: 1px dotted #ccc;
}


/* sitemap *********************************************************************/

#map1 {
	margin-top:10px;
	float:left;
	width:180px;
	border-right:dotted 1px #ccc;
}

#map1 li {
	background-image:none;
	margin-left:-16px;
}

#map2 {
	margin-top:10px;
	float:right;
	width:170px;
	margin-left:10px;
}

#map2 li {
	background-image:none;
	margin-left:-16px;
}

/* staff page bullets ************************************************************/
ul.staff {
	margin: 10px 0px 10px 30px;
	padding: 0;
} 

.staff li {
	list-style-type: disc;
}
