body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #161839;
	/* background-image: url(images/background.gif); */
	/* for centering mainDiv */
	text-align:center; /* IE */
	min-width: 783px; /* Mozilla ( IE doens't see)*/
	color: #333;
}


td, p {
	font-size: 12px;
}

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

a:visited {
	color: #666;
	text-decoration:visited;
}

a:hover{
text-decoration:underline;
color:#000033;
}


.imgborder {
	border: 1px solid #999;
}

.address {
	font-family: Century Gothic, Trebuchet MS, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	padding-right: 20px;
}

.smalltext {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
	font-style: italic;	
}

.smalltext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}

.smalltext3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}




/* --- MAIN PAGE DIV --- */

#mainDiv {
	background-color: #161839;
	padding:0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
	text-align: left;
	border: 1px solid #ffffff; 
	width: 762px;
	padding-top:10px;
}

/* IE Win 3 pixel bug */
html>body #mainDiv {
    width:759px;
}



/* ---- header DIV ----- */

#headerDiv {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 93px;
}

.none {
	display: none;
}

.paddingSide {
	padding-left: 30px;
	padding-right: 30px;
}


/* --- index page --*/
.paddingSideTop {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 12px;
}


/*---- TOP NAV ---------*/

#navDiv {
 	background-color: #161839;
  	width: 100%;
	height: 37px;
  	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	}

#navDiv td.navLeftCol {
	padding-left: 30px;
}

.topNav, a.topNav, a.topNav:visited {
 	font-size: 13px;
	font-family: Century Gothic, Trebuchet MS, Tahoma, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;   
	}

a.topNav:hover { 
	color: #8082A3;
	text-decoration: underline;   
	}


/* ------- page specific -------- */

#bodyCraft a.topNav#navCraft, #bodyStory a.topNav#navStory, #bodyServices a.topNav#navServices, #bodyTeam a.topNav#navTeam, #bodyNews a.topNav#navNews, #bodyAffiliations a.topNav#navAffiliations, #bodyCareer a.topNav#navCareer, #bodyContact a.topNav#navContact {
	color: #8082A3;
}


/* ------ SECURE FORM ----- */
#secureForm {
	color: #fff;
	margin: 0px;
	padding: 0px;
}

.loginText {
	color: #fff;
	font-family: Century Gothic, Trebuchet MS, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
}

input {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	border: 1px solid #333;
}

#arrow {
  width: 13px;
  height: 16px;
  margin: 0;
  padding: 0;
  border: 0;
display:block;
  background: transparent url(images/arrow.gif) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}






/*---- BOTTOM NAV ---------*/

#navDiv2 {
 	padding:0px;
	margin:0px; 
	background-color: #161839;
  	width: 100%;
	height: 37px;
	border-top: 1px solid #ffffff;
	}

#navDiv2 td {
	padding-left: 30px;
}


/* ------ SUB NAV ---------- */

/* ul#subNavList {
	color: #fff;

}
ul#subNavList li {

}

ul#subNavList li a {
	color: #fff;
}

ul#subNavList li a:hover {
	color: #8082A3;
}
 */

/* ------ CONTENT AREA ---- */
#contentArea {
	padding: 0px;
	margin: 0px;
	background-color:#FFFFFF;
	height: 400px;
	
}

#contentArea p {
	line-height: 1.5em;
}

#bodyStory #contentArea p, #bodyTeam #contentArea p {
	line-height: 1.4em;
}

#bodyContent #contentArea p, #bodyCareer #contentArea p {
	line-height: 1.3em;
}



.notopmargin {
	margin-top: 0px;
	padding-top: 0px;
}

.controlledmargin {
	margin-top: 2px;
	padding-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}


.controlledbottommargin {
	margin-bottom: 5px;
	padding-bottom: 0px;
}


/* ------ SUBTITLE --------- */

#subTitleDivIndex {
	height: 40px;
	text-align:left;
	margin-bottom: 7px;
	
}

#subTitleDiv {
	padding-top: 5px;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 30px;
}

#subTitleDivNoPadding {
	padding-top: 5px;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
}


.subtitle {
	font-family: Times New Roman, Times, serif;
	font-size: 26px;
    font-style:italic;
}

.subtitle2 {
	font-family: Times New Roman, Times, serif;
	font-size: 20px;
    font-style:italic;
	color:#FFFFFF;
}

.subtitle3 {
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
    font-style:italic;
	padding-top:0px;
	margin-top: 0px;
	
}

p.subtitle3 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}


.subtitle4 {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
    font-style:italic;
	padding-top:0px;
	margin-top: 0px;
	
}

p.subtitle4 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.subtitle5 {
	font-size: 12px;
	
}

.subtitle6 {
	font-size: 13px;
	font-weight: bold;
	
}


/* -------  PHOTOAREA ------ */

#photoAreaNav, #photoArea {
 	margin: 0px;
	padding: 0px;
}

#photoAreaNav {
	margin-bottom: 2px;
}


/* ------- CONTENT AREA ------- */

/* has to agree with height in contentArea */

#contentDivHome {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 400px;
}

#contentDivHome td.contentLeftCol {
	padding-left: 30px;
	padding-right: 15px;
}

#contentDivHome td.contentRightCol {
	padding-left: 30px;
	padding-right: 20px;
	width:165px;
}

#contentDivHome p {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}




/* ------ inside pages -------- */

#contentDiv {
	width: 100%;
	margin: 0px;
	padding: 0px;

}


#contentDiv p {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}


#contentDiv td {
	margin: 0px;
	padding: 0px;
}

#contentDiv td.contentLeftCol {
	margin: 0px;
	padding: 0px;
	padding-left: 30px;
	padding-right:11px;

}


#contentDiv td.contentRightCol2 {
	margin: 0px;
	padding: 0px;
	padding-left: 14px;
	padding-right: 30px; 

}




/* page specific */




 #bodyServices #contentDiv {
	height: 190px;
}


#bodyCraft #contentDiv {
	margin-bottom: 0px;
}




#bodyTeam #contentDiv td.contentRightCol2#craftCol p {
	font-size: 11px;
	
}


/* ------- FACEBOX ------- */

#facebox .b {
  background:url(images/facebox/b.png);
}

#facebox .tl {
  background:url(images/facebox/tl.png);
}

#facebox .tr {
  background:url(images/facebox/tr.png);
}

#facebox .bl {
  background:url(images/facebox/bl.png);
}

#facebox .br {
  background:url(images/facebox/br.png);
}

#facebox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 150;
  text-align: left;
  margin:-50px 0px;
}

#facebox .popup {
 /* position: relative; */
}

#facebox table {
  margin: auto;
  border-collapse: collapse;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 600px;

}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}



