/* ---------- misc ---------- */

* {
 padding: 0;
 margin: 0;
 border: 0;
 }
body	{
 background: #000000 url(../images/bg.gif) repeat;
 text-align: center;
 }
acronym {
 cursor: help;
 }
 
 .submitLink {
  color: #666; 
  font: 11px/1.3em Arial, Tahoma, sans-serif;
  background-color: transparent;
  margin: 0;
  padding: 0 0 0 0;
  text-decoration: underline;
  text-align: left;
  border: none;
  cursor: pointer;
  cursor: hand;
  }

/* ---------- div ---------- */

#container {
 background: #ffffff;
 margin: 20px auto;
 border: 0;
 text-align: center;
 width: 780px;
 height: 100%;
 }
#container {
 position: relative;
 }

 
 
 
 
 /******  GENERAL STYLES  ******/


div, td {	
	font-family: 'Helvetica Neue', 'HelveticaNeue', 'Helvetica', 'Lucida Grande', 'Arial', sans-serif;
	text-align: left;
	margin-right: 3px;
	padding: 0;
}

table {
	font-size: 11px;
	}

form {	
	font-family: 'Helvetica Neue', 'HelveticaNeue', 'Helvetica', 'Lucida Grande', 'Arial', sans-serif;	
	text-align: left;
	visibility: visible;
	color: #000000;
	margin: 0;
	padding: 0;
}

input {
border: 1px solid #000000;
padding: 1px;
}

select {
border: 1px solid #000000;
padding: 1px;
}

.buttons {
font-family: 'Helvetica Neue', 'HelveticaNeue', 'Helvetica', 'Lucida Grande', 'Arial', sans-serif;	
font-size: 10px;
border: #000000 1px solid;
 background-color: #d3d3d3;
 color: #000000;
padding: 5px;
}

em {
	color: #666;
	font-weight: bold;
	font-style: normal;
}

em.nowrap {
	color: #666;
	white-space: nowrap;
	font-weight: normal;
	font-style: normal;
}

img	{
	border:	0;
	margin-right: 0px;
}

img.nrm {
	border:	none;
}

img.extra_buffer {
	padding: 0;
	border:	none;
}

blockquote {
	border-left: dotted 1px #000;
	margin: 0 3em 0 1em;
	padding: 0 0 0 1em;
}





/******  <H>TAG STYLES  ******/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Helvetica Neue', 'HelveticaNeue', 'Helvetica', 'Lucida Grande', 'Arial', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #333;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 1.3em;
	line-height: 1.2em;
	color: #000;
	margin: 0 0 2em 0;
	padding: 0;	
}

h2 span {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 10px;

}

h2 em.nowrap {
	color: #4b4b4b;
	white-space: nowrap;
	font-weight: normal;
	font-style: normal;
}

h3 {
	line-height: 1.0em;
	color: #000000;
	padding: 0;	
}


/******  CONTENT  ******/
#header {
	position: absolute;
	background: #ffffff url(../images/header.jpg) no-repeat;
	background-position: top left;
	text-align: center;
	left: 30px;
	top: 0px;
	width: 750px;
	height: 40px;
	margin:0px;
	border-left:  #000000 1px solid;
	border-right:  #000000 1px solid;

	z-index: 40;
}

#mainnav {
	position: absolute;
	background: transparent url(../images/mainnav_bg.gif) no-repeat;
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
	left: 782px;
	width: 25px;
	height: 395px;
	top: 75px;
    z-index: 50;
}

#leftside {
	position: absolute;
	background: transparent url(../images/leftside_bg.gif) no-repeat;
	text-align: right;
	padding-top: 5px;
	left: 10px;
	width: 20px;
	height: 590px;
	border-right:  #000000 1px solid;
	top: 0px;
    z-index: 50;
}

#rightside {
	position: absolute;
	background: transparent url(../images/rightside_bg.gif) no-repeat;
	text-align: right;
	padding-top: 5px;
	left: 781px;
	width: 20px;
	height: 590px;
	border-left:  #000000 1px solid;
	top: 0px;
    z-index: 40;
}

#subnav {
	position: absolute;
	text-align: right;
	width: 750px;
	height: 15px;
	left: 30px;
	top: 40px;
	padding-top: 4px;
	padding-bottom: 2px;
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-left:  #000000 1px solid;
    border-right:  #000000 1px solid;
    z-index: 50;
}

#subnav2 {
	position: absolute;
	width: auto;
	height: 15px;
	left: 36px;
	top: 42px;
	padding-top: 4px;
	padding-bottom: 2px;
    z-index: 60;

	color: #000;
	font: 11px Arial;
}

#subnav2 p, #subnav2 li, #subnav2 ul, .test {

	color: #000;
	font: 11px Arial;
}

#footer {
  	position: absolute;
  	top: 490px;
  	left: 30px;
	width: 750px;
	height: 100px;
	text-align: right;
	border-top: #000000 1px solid;
	border-left:  #000000 1px solid;
    border-right:  #000000 1px solid;
	color: #ffffff;
	background: #ffffff url(../images/footer.jpg) no-repeat;
	background-position: top left;
	margin: 0;
	padding: 0;
	z-index: 60;
}

	
#header p {	
	color: #000000;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#header p a {
	color: #000000;
	font-weight: normal;
}

#header p em {
	width: 30px;
	height: 30px;
	background: transparent;
	display: block;
}

#content {
	position: absolute;
    background: #ffffff;
    border-left:  #000000 1px solid;
    border-right:  #000000 1px solid;
	width: 750px;
	height: 460px;
	top: 30px;
	left: 30px;

}


/******  ANCHOR LINKS  ******/

# footer p {	
	font-family: 'Helvetica Neue', 'HelveticaNeue', 'Helvetica', 'Lucida Grande', 'Arial', sans-serif;
	font-size: 12px/1.3em;
	color: #ffffff;
	padding: 0;
}

# subnav p {	
	font-family: 'Helvetica Neue', 'HelveticaNeue', 'Helvetica', 'Lucida Grande', 'Arial', sans-serif;
	font-size: 12px/1.3em;
	margin-right: 3px;
	padding: 0;
}

#footer a, 
#footer a:active, 
#footer a:link, 
#footer a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold; 
	font-size: 12px/1.3em;
	font-family: Helvetica, Arial, Tahoma, sans-serif bold;
	text-transform: lowercase;
	
}

#subnav2 a, 
#subnav2 a:active, 
#subnav2 a:link, 
#subnav2 a:visited
 {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	text-transform: lowercase;
}

#subnav a, 
#subnav a:active, 
#subnav a:link, 
#subnav a:visited
 {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	text-transform: lowercase;
}

#box1 a, 
#box1 a:active, 
#box1 a:link, 
#box1 a:visited
 {
	font-size: 11px;
	color: red;
	text-decoration: none;
	text-transform: lowercase;
}

#box2 a, 
#box2 a:active, 
#box2 a:link, 
#box2 a:visited
 {
	font-size: 11px;
	color: red;
	text-decoration: none;
}

#content_left ul li a, 
#content_left ul li a:active, 
#content_left ul li a:link, 
#content_left ul li a:visited,
#content_right p,
#content_right p a, 
#content_right p a:active, 
#content_right p a:link, 
#content_right p a:visited {
	color: #000000;
	text-decoration: none;
}

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

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

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

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

a.image, 
a.image:active,
a.image:link, 
a.image:visited, 
a.image:hover {
	text-decoration: none;
	border-bottom: none;
}






/******  FONT SIZES & STUFF  ******/


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

h2 							{ font-size: 15px; padding-left: 0.25em;}
h3 							{ color: #000000; font-size: 14px; }

#content_left ul li,
#box2 p, #box1 p,
#content_right ul li		{ 
color: #000000;
font-size: 11px; }

p				{ line-height: 1.2em; }

hr {
border: none;
color: #000000;
height: 1px;
width: 100%
}