/*************************************
 * Browser Reset
 *************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*************************************
 * End Reset - Start Styles
 *************************************/

/**************************************************
 * Tags
 **************************************************/

body{
	background-color:#010101;
	text-align:center;
	font-family:Helvetica,Tahoma,Trebuchet MS,Arial;
	color:#fff;
	font-size:0.8em;
	letter-spacing:0.04em;
}

h1 {
	font-family:Helvetica,Tahoma,Trebuchet MS,Arial;
	font-weight:bold;
	font-size:48px;
	background-color:#010101;
	padding:10px;
}

h2 {
	font-family:Helvetica,Tahoma,Trebuchet MS,Arial;
	font-weight:bold;
	font-size:40px;
	background-color:#010101;
	padding:10px;
}

h3 {
	font-family:Helvetica,Tahoma,Trebuchet MS,Arial;
	font-weight:bold;
	font-size:32px;
	background-color:#010101;
	padding:10px;
}

h4 {
	font-family:Helvetica,Tahoma,Trebuchet MS,Arial;
	font-weight:bold;
	font-size:24px;
	background-color:#010101;
	padding:10px;
}

h5 {
	font-family:Helvetica,Tahoma,Trebuchet MS,Arial;
	font-weight:bold;
	font-size:16px;
	background-color:#010101;
	padding:10px;
}

#issues h5 {
	background-color:transparent;
	color:#000;
	text-shadow: 1px 1px #aaa;
}


p {
	padding:10px 10px 15px;
	line-height:1.6em;
}

#issues p {
	text-align: justify;
}

a {
	color:#FFF;
}

a.web {
	color:#000;
	text-decoration:none;
}


/**************************************************
 * Structure
 **************************************************/
#main {
	position:relative;
	float:left;
	width:100%;
	padding:0 0 20px 0;
}

#content {
	background-image:url('../images/light.png');
	background-repeat:no-repeat;
	background-position:top center;
	width:800px;
	min-height:450px;
	margin:0 auto;
	text-align:left;
	padding:7%;
}

#footer {
	position:absolute;
	width:100%;
	bottom:0;
	color:#323232;
	font-size:11px;
}

#footer a {
	color:#323232;
}

#footer a:hover {
	color:#999;
}

/**************************************************
 * Main Navigation Section
 **************************************************/


#nav-bg {
	position:absolute;
	width:100%;
	height:100px;
	z-index:-1;
}

#nav {
	position:relative;
	background-image:url('../images/bar-bg.png');
	background-repeat:repeat-x;
	text-align:center;
	float:left;
	display:block;
	clear:both;
	width:100%;
	height:120px;
}

#nav-items {
	position:relative;
	width:960px;
	margin:0 auto;
	height:100px;
}

#about-nav,
#portfolio-nav,
#services-nav,
#contact-nav {
	position:relative;
	top:2px;
	float:left;
	height:100px;
}

#about-icon,
#portfolio-icon,
#services-icon,
#contact-icon {
	position:relative;
	float:left;
	width:60px;
	height:120px;
}

#about-nav a {
	position:relative;
	float:left;
	background-image:url('../images/about-tab.png');
	background-repeat:no-repeat;
	height:100px;
	width:134px;
	cursor:default;
	color:#f7c344;
}

#portfolio-nav a {
	position:relative;
	float:left;
	background-image:url('../images/portfolio-tab.png');
	background-repeat:no-repeat;
	height:100px;
	width:193px;
	display:none;
	cursor:default;
	color:#f7c344;
}

#services-nav a {
	position:relative;
	float:left;
	background-image:url('../images/services-tab.png');
	background-repeat:no-repeat;
	height:100px;
	width:192px;
	display:none;
	cursor:default;
	color:#f7c344;
}

#contact-nav a {
	position:relative;
	float:left;
	background-image:url('../images/contact-tab.png');
	background-repeat:no-repeat;
	height:100px;
	width:172px;
	display:none;
	cursor:default;
	color:#f7c344;
}

#about-nav a span,
#portfolio-nav a span,
#services-nav a span,
#contact-nav a span,
#about-content,
#portfolio-content,
#services-content,
#contact-content {
	display:none;
}


/**************************************************
 * About Section
 **************************************************/
#about-content {
	position:relative;
	float:left;
}

#about-col1 {
	position:relative;
	float:left;
	width:69%;
	background-image:url('../images/content-bg.png');
	background-repeat:repeat-y;
	background-position:right center;
	background-color:#167f87;
}

#about-col2 {
	position:relative;
	float:left;
	width:200px;
	margin-left:20px;
}

#about-col3 {
	position:relative;
	float:left;
	width:800px;
	background-image:url('../images/content-bg.png');
	background-repeat:repeat-y;
	background-position:right center;
	background-color:#167f87;
}

#about-content ul {
	margin:10px 0;
}

#about-content li {
	list-style-type:circle;
	list-style-position: inside;
	margin:10px 0 0 10px;
}

/**************************************************
 * Portfolio Section
 **************************************************/

#portfolio-content {
	position:absolute;
	left:0;
	overflow:hidden;
	width:100%;
}

#link-container {
	margin:10px auto 25px;
	width:640px;
	text-align:center;
	color:#916f1e;
}

#link-container ul li {display: inline;}

#slider-container {
	margin:10px auto 25px;
	width:440px;
	text-align:center;
	color:#916f1e;
}

#slider-container span {
	position:relative;
	top:10px;
	color:#FFF;
	font-weight:bold;
	background-color:#000;
	padding:10px;
}

#slider {
	margin:0 auto;
	width:400px;
	height:1px;
	border:none;
	border-bottom:1px solid #FFF;
	margin:6px auto;
	background-color:#FFF;
}

#slider a {
	margin-top:1px;
	height:10px;
	width:10px;
	background-color:#FFF;
	border-top:2px solid #daa82f;
	border:none;
	cursor:move;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
}

#images-nav {
	position:relative;
	max-width:56px;
	margin:0 auto;
}

#images-nav div {
	position:relative;
	float:left;
	width:28px;
	overflow:hidden;
}

#images-nav a {
	text-decoration:none;
}

#images-nav div a:hover {
	position:relative;
	left:-28px;
}

.lock-link {
	position:relative;
	left:0px;
}

#portfolio-images {
	position:relative;
	clear:both;
	display:block;
	padding-top:10px;
	//margin: 0 auto;
	//height:220px;
	//width:600px;
	overflow:hidden;
}

#portfolio-images ul {
	position:relative;
	display:block;
	white-space:nowrap; 	
	right:0;
}

#portfolio-images span {
	position:relative;
	display:block;
	white-space:nowrap; 	
	right:0;
}

#portfolio-images ul li {
	display:inline;
}

.lock-nav {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
	cursor:default;
}

.unlock-nav {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter:alpha(opacity=100);
	cursor:pointer;	
}

/**************************************************
 * Services Section
 **************************************************/

#services-content {
	position:relative;
	float:left;
}

#services-col1 {
	position:relative;
	float:left;
	width:49%;
	background-image:url('../images/content-bg.png');
	background-repeat:repeat-y;
	background-position:right center;
	margin:0 32px 0 0;
	background-color:#e25022;
}

#services-col1 h4 img {
	vertical-align:middle;
}

#services-col2 {
	position:relative;
	float:left;
	width:45%;
	background-image:url('../images/content-bg.png');
	background-repeat:repeat-y;
	background-position:right center;
	background-color:#e25022;
}

#services-col2 h4 {
	padding:14px 10px;
}

#services-content ul {
	margin:10px 0;
}

#services-content li {
	list-style-type:circle;
	list-style-position: inside;
	margin:10px 0 0 10px;
}



/**************************************************
 * Contact Section
 **************************************************/
#contact-content {
	position:relative;
	float:left;
}

#contact-col1 {
	position:relative;
	float:left;
	width:37%;
	background-image:url('../images/content-bg.png');
	background-repeat:repeat-y;
	background-position:right center;
	background-color:#f4214b;
}

#contact-col1 img {
	vertical-align:middle;
	padding-right:20px;
}

#contact-col1 ul {
	margin-top:10px;
	margin-left:10px;
}

#contact-col1 ul li {
	margin-bottom:10px;
}

#contact-col2 {
	position:relative;
	float:left;
	width:37%;	
	background-image:url('../images/content-bg.png');
	background-repeat:repeat-y;
	background-position:right center;
	margin:0 20px;	
	background-color:#f4214b;
}

#contact-col2 h4 {
	margin-bottom:10px;
}


#social-info {
	position:relative;
	float:left;
	width:15%;
}

#icons {
	position:relative;
	text-align:center;
	margin-right:10px;
}

#icons ul li {
	display:inline;
}


/**************************************************
 * Color changing classes
 **************************************************/

/* Portfolio Covers*/
#left-cover {
	width:48px;
	height:235px;
	background-image:url('../images/portfolio/lseft-cover.html');
}

#right-cover {
	width:48px;
	height:235px;	
	background-image:url('../images/portfolio/rsight-cover.html');
}

.about-tab-off {
	background-image:url('../images/sec-blue-tab-about.png');
	background-repeat:no-repeat;
	background-position:bottom center;
}

.portfolio-tab-off {
	background-image:url('../images/sec-yellow-tab-portfolio.png');
	background-repeat:no-repeat;
	background-position:bottom center;
}

.services-tab-off {
	background-image:url('../images/sec-orange-tab-services.png');
	background-repeat:no-repeat;
	background-position:bottom center;
}

.contact-tab-off {
	background-image:url('../images/sec-pink-tab-contact.png');
	background-repeat:no-repeat;
	background-position:bottom center;
}

.about-tab-hover {
	background-image:url('../images/sec-hover-tab-about.png');
	background-repeat:no-repeat;
	background-position:bottom center;
	cursor:pointer;
}

.portfolio-tab-hover {
	background-image:url('../images/sec-hover-tab-portfolio.png');
	background-repeat:no-repeat;
	background-position:bottom center;
	cursor:pointer;
}

.services-tab-hover {
	background-image:url('../images/sec-hover-tab-services.png');
	background-repeat:no-repeat;
	background-position:bottom center;
	cursor:pointer;
}

.contact-tab-hover {
	background-image:url('../images/sec-hover-tab-contact.png');
	background-repeat:no-repeat;
	background-position:bottom center;
	cursor:pointer;
}

.about-tab-on {
	background-image:url('../images/sec-blue-tab.png');
	background-repeat:no-repeat;
	background-position:bottom center;
	cursor:default;
}

.portfolio-tab-on {
	background-image:url('../images/sec-yellow-tab.png');
	background-repeat:no-repeat;
	background-position:bottom center;
	cursor:default;
}

.services-tab-on {
	background-image:url('../images/sec-orange-tab.png');
	background-repeat:no-repeat;
	background-position:bottom center;
	cursor:default;
}

.contact-tab-on {
	background-image:url('../images/sec-pink-tab.png');
	background-repeat:no-repeat;
	background-position:bottom center;
	cursor:default;
}

.about-color-light {
	background-image:url('../images/blue-light.png');
	background-repeat:no-repeat;
	background-position:bottom center;
}

.portfolio-color-light {
	background-image:url('../images/yellow-light.png');
	background-repeat:no-repeat;
	background-position:bottom center;
}

.services-color-light {
	background-image:url('../images/orange-light.png');
	background-repeat:no-repeat;
	background-position:bottom center;
}

.contact-color-light {
	background-image:url('../images/pink-light.png');
	background-repeat:no-repeat;
	background-position:bottom center;
}


.about-color {
	background-color:#1a959e;
}

.portfolio-color {
	background-color:#f7c344;
}

.services-color {
	background-color:#f85e2d;
}

.contact-color {
	background-color:#fd3960;
}

#loadpage
{ 
	display: none;
	float: left; 
	position:absolute; 
	left:0px; top:0px; 
	background-color:black; layer-background-color:black; 
	height:100%; width:100%;
	background-image:url('../images/ajax-loader.gif');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center; 
}

#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
	}	



/***********************************

timeliner

************************************/



#timeline {
	width: 800px;
	height: 350px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0;
	background: url('../images/dot.gif') left 45px repeat-x;
}

#dates {
	width: 800px;
	height: 60px;
	overflow: hidden;
}

#dates li {
	list-style: none;
	float: left;
	width: 100px;
	height: 50px;
	font-size: 24px;
	text-align: center;
	background: url('../images/biggerdot.png') center bottom no-repeat;
}

#dates a {
	line-height: 38px;
	padding-bottom: 10px;
	text-decoration:none;
}

#dates .selected {
        font-size: 38px;
}
		
#issues {
	width: 800px;
	height: 350px;
	overflow: hidden;
}	

#issues li {
	width: 800px;
	height: 350px;
	list-style: none;
	float: left;
}

#issues li.selected img {
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}

#issues li img {
	float: left;
	margin: 10px 30px 10px 50px;
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE 8 */   
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);/* IE 6 & 7 */      
	zoom: 1;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	-ms-transition: all 2s ease-in-out; 
	transition: all 2s ease-in-out;
	-webkit-transform: scale(0.7,0.7);
	-moz-transform: scale(0.7,0.7);
	-o-transform: scale(0.7,0.7);
	-ms-transform: scale(0.7,0.7);
	transform: scale(0.7,0.7);
}

#issues li h1 {
	color: #ffcc00;
	font-size: 48px;
	margin: 20px 0;
	text-shadow: #000 1px 1px 2px;
}

#issues li p{
	font-size: 14px;
	margin-right: 70px;
	font-weight: normal;
	line-height: 22px;
	text-shadow: #000 1px 1px 2px;
}

dl {
	text-align:justify;
	font-size: 14px;
	margin-right: 70px;
	font-weight: normal;
	line-height: 18px;
	color:#000;
	text-shadow: #aaa 1px 1px;
}
		
#next,
#prev {
	position: absolute;
	top: 0;
	font-size: 70px;
	top: 170px;
	width: 22px;
	height: 38px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#next:hover,
#prev:hover {
	background-position: 0 -76px;
}

#next {
	right: 0;
	background-image: url('../images/next.png');
}

#prev {
	left: 0;
	background-image: url('../images/prev.png');
}

#next.disabled,
#prev.disabled {
	opacity: 0.2;
}
