@charset "UTF-8";

/* CSS Document */

body {
	font: 62.5% Helvetica, sans-serif;
	background:#5e4e51; /*taupe purple */
	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: #ffffff;
}

.twoColElsLt #container {
	width: 76em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #070706;
	margin: 2em auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff;
 t/ext-align: left; /* this overrides the text-align: center on the body element. */
}

.twoColElsLt #mainContent {
	margin: 1em 7em 0 7em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 1em 0 0 0;
	position:relative;
	width:62em;
	text-align:left;
}

h1 { font-size:	2.2em; }

h2 { font-size:	2.0em; }

h3 { font-size:	1.8em; }

h4 { font-size:	1.6em;  }

h5 { font-size:	1.4em; }

h6 { font-size:	1.2em; }

h1, h2, h3, h4, h5, h6 {
	font-family:Arial, sans-serif;
	font-weight: normal;
	color: #00FFFF;
	background-color: transparent;
	margin:	0px 0 0em 0;
}

a {
color:#3399FF;
}

a:hover {
color:#999999;
}

#mainContent p {
	text-align:left;
	font-size:1.4em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#E8E7DF;
	line-height:1.1em;
	margin-top:0em;
}

#mainContent .thumb {
float:left;
	padding:.5em 1.5em 1.5em 0;
}

#mainContent .thumb_right {
float:right;
	padding:.5em 0 1.5em 1.5em;
}
#mainContent .thumb_right p{
font-size:1.1em;
color:#8A88A2;
	text-align:right;
	margin-top:.2em;
	wi/dth:10em;
}

#mainContent .thumb p{
font-size:1.1em;
color:#8A88A2;
	text-align:center;
	margin-top:.2em;
	width:10em;
}

#mainContent .copy_thumb {
float:left;
	margin:0em .4em .4em 0;
}
#mainContent .copy_thumb p{
font-size:1.1em;
color:#8A88A2;
	text-align:center;
	margin-top:.2em;
	width:10em;
}

#mainContent #subContent {
	width:42em;
	float:left;
	margin: 1em 1em 0 1em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 0em 0 0 0;
	position:relative;
	text-align:left;

}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	padding-left:1.5em;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	padding-right:1.5em;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#navbar {
	padding: 1em 0em 0em 0em;
	margin-left:0em;
	height:12em;
	width:76em;
	text-align:center;
}

#nav, #nav ul {
	text-align:center;
	list-style: none;
	font-size:1.0em;
	line-height: 1.2em;
	margin: 0em 0 0 0;
	padding:.6em 0em 0 5em;
	width:70em;
	z-index:1;
}


#navbar img { z-index:0; }

#nav a {
	padding:0 0 .4em 0;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
}

#nav li {
	/*float the main list items*/
  float: left;
	padding:0em .6em 0em .6em;
	font-size:1.2em;
	vertical-align:middle;
	display:block;
}

#subnav, #subnav ul {
	text-align:center;
	list-style: none;
	font-size:1.2em;
	line-height: 1.3em;
	margin: 0em 0 0em 0;
	padding:.6em 0em .6em 5em;
	width:64em;
	z-index:1;
}

#subnav li {
	/*float the main list items*/
  float: left;
	padding:0em .6em 0em .6em;
	font-size:1.1em;
	vertical-align:middle;
	display:block;
}
#subnav a {
	font-family:Arial, sans-serif;
	font-size:1.0em;
	text-decoration:none;
	color:#ccc;
	padding:0 0 .4em 0;

}

#subnav a:hover, #nav a:hover{ color:#00FFFF; }

#subnav .active {
	text-decoration:underline;
	color:#FFFFFF;
}

#nav .active {
	text-decoration:none;
	color:#00FFFF;
}

#navbar #pam {
	margin-top: 0em;
	padding:0 0em 1em 0em;
	border: 0px;
}

#home { margin-left:16em; }

#noborder { border-bottom: 0px; }
