/*------------------------------------------------------
G L O B A L  E L E M E N T S
------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background: url(images/interlaced2.png);
}
a {
	color: #b40808;	
}
a:hover {
	color: #f8981d;	
}
h1, h2, h3 span {
	display: none;
}

/*------------------------------------------------------
C O N T A I N E R
------------------------------------------------------*/

#container {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0 50px 0 50px;
	width: 640px !important;
	width /**/: 750px;
	background: url(images/contentback.gif) repeat-y;
	font-family: sans-serif;
	font-size: .80em;
	color: #BBB5A2;
	text-align:left;
}
#pageHeader {
	width: 670px;
	height: 150px;
	background: url(images/banner.gif) no-repeat;
}
#intro {
	width: 460px;
}
#quickSummary {
	margin: -10px 0 0 30px;
}
#quickSummary .p1 {
	display: none;
}
#preamble {
	margin: 20px 0 30px 0;
	padding: 0 0 0 30px;
	width: 420px !important;
	width /**/: 460px;
}
#preamble h3{
	margin: 0;
	padding: 0;
	width: 265px;
	height: 20px;
	
}
#preamble .p1 {
	padding: 0;
	margin: 5px 0 0 0;
}

/*------------------------------------------------------
S U P P O R T I N G   T E X T 
------------------------------------------------------*/

#supportingText {
	width: 460px;
}
#supportingText {
	padding: 30px;
	padding-bottom: 0;
	width: 408px !important;
	width /**/: 468px;
	background: url(images/textbackground.gif) repeat-y;
	/*background: url(i_supportingtext_header.gif) no-repeat;*/
	text-align: justify;
	color: BLACK;
}
#content-about {
	margin: -30px -30px 0 -30px ; 
	padding: 30px 30px 0 30px;
	background: url(images/textbackground-header.gif) no-repeat;
}
#content-about h3 {
	width: 369px;
	height: 25px;
	background: url(images/about.gif) no-repeat;
}

#content-capabilities {
	margin: -30px -30px 0 -30px ; 
	padding: 30px 30px 0 30px;
	background: url(images/textbackground-header.gif) no-repeat;
}
#content-capabilities h3 {
	width: 369px;
	height: 25px;
	background: url(images/capabilities.gif) no-repeat;
}

#content-samples {
	margin: -30px -30px 0 -30px ; 
	padding: 30px 30px 0 30px;
	background: url(images/textbackground-header.gif) no-repeat;
}
#content-samples h3 {
	width: 369px;
	height: 25px;
	background: url(images/samples.gif) no-repeat;
}

#content-contact {
	margin: -30px -30px 0 -30px ; 
	padding: 30px 30px 0 30px;
	background: url(images/textbackground-header.gif) no-repeat;
}
#content-contact h3 {
	width: 369px;
	height: 25px;
	background: url(images/contact.gif) no-repeat;
}


h3.bottom {
	width: 369px;
	height: 25px;
	background: url(images/bottomline.gif) no-repeat;
}

h3.media {
	width: 369px;
	height: 25px;
	background: url(images/media.gif) no-repeat;
}

#bjork {
	width: 396px;
	height: 25px;
	
}
#content-about,#bjork{
	margin-bottom: 30px;
}
.p1,.p2,.p3,.p4,.p5 {
	margin-top: 0px;
	margin-left: 25px;
	margin-right: 40px;
	margin-bottom: 15px;
}
.p5 {
	padding: 10px;
	background: #0B1C07;
}

/*------------------------------------------------------
F O O T E R 
------------------------------------------------------*/

#footer {
	margin: 0 -31px; 
	padding: 40px 30px 10px 30px;
	height: 25px !important;
	height /**/: 76px;
	background: url(images/textbackground-footer.gif) no-repeat;
}
#footer a{
	color: #FFFFFF;
}

/*------------------------------------------------------
L E F T   C O L U M N 
------------------------------------------------------*/

#linkList {
	position: absolute;
	top: 165px;
	left: 530px;
	width: 145px;
	height: 162px;
	background: url(images/navback.gif) no-repeat;
	
	
}
#linkList2 {
	color: #C13003;
}



/*------------------------------------------------------
NAVIGATION
------------------------------------------------------*/

.navigation {
	margin-top: 25px;
	padding-bottom: 5px;
	width: 177px;
	height: 162px;
	
	
}
#linkList ul {
	width: 150px;
	list-style-type: none;
	
}
#linkList ul li {
	width: 125px;
	padding: 2px 0px 3px 25px;
	background: url(images/bullets.gif) 14px 8px no-repeat;
	 
}
#linkList ul li a{
	font-weight: bold;
	color: #b40808
	text-decoration: none;
	line-height: 12px;
	font-size: 12pt;
}
#linkList ul li a:hover{
	color: #f8981d;
}


.copyright {
	text-align: right;
	color: white;
}