/*--------------------------------------------
 LAYOUT
 --------------------------------------------- */

body {
	background: #eee;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:0.65em;
}
a {text-decoration:none; outline:none;}	
a:link {
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #f60;
}
a:active {
	text-decoration: none;
	color: #000000;
}
#wrap {
	width: 600px;
	height: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -237px;	
	margin-left: -300px;

}

.pageblock {
	width: 300px;
	height: 480px;
	float: left;
	margin: 0;
	padding: 0;

}
#blankr {
	background: url(img/blank_right.jpg) no-repeat left top;
}
#blankl {
	background: url(img/blank_left.jpg) no-repeat right top;
}
#content {
	margin: 30px;
	padding:0;
}
#contentbig {
	margin: 120px 30px 0 0;
	padding:0;
}
.right {text-align:right}

#subhead {
	background:#333;
	margin-bottom:12px;
}
a.org {
	background: #222;
	display:block;
	
}
a:hover.org {
	background: #f60;
}
.linksr {
	margin:-4px 0 7px auto;
}
#back {
	background: url(img/arrowleft.gif) no-repeat left center;
	margin:0 auto 0 0;
	padding-left:20px;
	position: absolute;
	bottom:41px;
	left:30px;
}
#next {
	background: url(img/arrowright.gif) no-repeat right center;
	margin:0 0 0 auto;
	padding-right:20px;
	position: absolute;
	bottom:41px;
	right:30px;
}
#footer {
	clear: both;
	color:#f63;
	font-size:1em;
	padding: 9px 0 0 7px;
	margin:0;
}
#footer a {color:#000; text-decoration:none;}
#footer a:hover {color:#f63;}


/*--------------------------------------------
 TYPOGRAPHY
 --------------------------------------------- */
h1 {font-size:2.3em;
	font-weight:normal;
	margin:0;
	padding:0;
	line-height:1em;
}
h2 {font-size:1.4em;
	color:#f60;	
	margin:0;
	padding:0;
	line-height:1.1em;
	font-weight:normal;
}
h3 {
	text-transform:uppercase;
	font-size:1.1em;
	margin: 20px 0 2px 0;
}
h4 {
	text-transform:uppercase;
	font-size:0.9em;
	color:#666;
	font-weight:normal;
	margin: 0 0 2.5em 0;
}
ul#reset {text-transform:uppercase;
	margin: 1em 0;
	padding: 0;
	line-height:1.2em;
}
ul#reset li {margin-left: 1.4em;
	margin-bottom:0.6em;
}
.sep {height:35px;}
.blacklarge {color: #000; font-size: 1.5em;}
.gray {color: #666; text-transform: uppercase;}
.black {color: #000; font-weight: normal;}
p {text-transform: uppercase; line-height:1.2em;}
em {color:#f60;}
#contact {text-transform:uppercase;}
/*--------------------------------------------
 IMAGES 
 --------------------------------------------- */
img {border: 0;}


/*--------------------------------------------
 MENU 
 --------------------------------------------- */
.trigger, .dommenu{
	cursor:pointer;
	font-size:1.2em;
	padding:0.2em 0;
}
.domcontain {
	padding:0.8em 0 0 0;
}		
.trigger:hover{
	cursor:pointer;
	color:#f60;
}		
.expanded{
	cursor:pointer;
	font-size:1.2em;
	padding:0.2em 0;
}
.expanded:hover{
	cursor:pointer;
	color:#f60;
}
.show{
    position:static;
    display: table;
	width:100%;
}
.hide{
	position:absolute;
	left:-999em;
	height:1px;
	width:100px;
	overflow:hidden;
}
