/* General use classes */

.additionalInfo {
	display:none;
}
.clear {
	clear: both;
	height: 0px;
    width: 0px;
    font-size: 0.01em;	
	line-height: 1em;	
}


/* Layout */

body {
	margin: 0px;
	background-color:#0E0F10;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	color:#000000;
	font-weight:normal;
}

strong, em, b, i {
    font-family:"Lucida Sans",Verdana,Arial,Helvetica,sans-serif;
}

h1, h2, h3, h4, h5, h6, address {
    font-family:"Georgia",Times New Roman, Times, serif;
}

a{
	color:#103F80;
	outline:none;
}

#primaryTop {
	background:#0E0F10;
	height:160px;
	padding:10px 0 0;
	top:0;
}

#primaryContentWrapper{
	margin:auto;
	width:950px;
}


#primaryContentWrapper #topContent{
	float:right;
	font-family: 'Chaparral Pro';
	font-size:1.5em;
	line-height: 1em;
	margin: 65px 5px 0 0;
}

#altColor{
	color: #f8c000;
}


#primaryContentWrapper #topAddress{
	font-size:0.69em;
  	line-height:1.6em;
  	color: #965c2a;
  	text-align: right;
}

#primaryContentWrapper #topAddress #phone{
	color: #f8c000;
}

#primaryTopLogo{
	display:block;
	float:left;
	display: inline;
	margin:0 20px;
}

#primaryTopContact{
display:inline;
float:right;
padding:25px 15px;
width:175px;
}
.wrapper {
	background:#FFFFFF url(/global/images/misc/container_bg.png) repeat-y;
	margin:auto;
	width:960px;
}

#container {
	margin:auto;
	width:960px;
}

#bodyContent {
float:left;
background-color:#FFFFFF;
padding:0 20px;
overflow:hidden;
width:670px;
}


#secondaryContent {
float:right;
display: inline;
padding:0 20px 0 0;
width:230px;
}

#footer{
	margin:auto;
	width:960px;
}

#printLogo {
	display:none;
}

/* reset */
h1, h2, h3, h4 {
	font-size:100%;
}
