@charset "UTF-8";
/* CSS Document */

/* 

*/


/*
A. COLORS
-----------------------------------------------------------------------------

#hex (desc)
#aedfe4  (light blue)
#1b75bc ( royal blue)
#b1212b  (red)
#33312c (bg dark grey)
#ffffff (off white)
#000000 (Black)



B. TABLE OF CONTENTS
-----------------------------------------------------------------------------

1. RESET
2. BASE
   Basic Styles
3. LAYOUT
	Content
	Navigation
	Sub-Nav
	Footer
	Homepage
	Promo Section
	Logo
	Page Styles


 	
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------*/


/* 1. RESET
no editing required
----------------------------------------------------------------------------- */

html, body, br, hr, 
div, span, a,
object, iframe,
ul, ol, dl, li, dt, dd,
h1, h2, h3, h4, h5, h6,
p, blockquote, q, address,
small, big, cite, dfn, ins, del, 
i, em, b, strong, sup, sub, strike,
pre, code, samp, kbd, var, tt,
form, fieldset, legend, label,
input, textarea, option, .nobox{
	background: transparent;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	margin-top: 0px;
}

blockquote, q{ quotes: none; }

br{ height: 0; }

ul, ol, dl{ list-style: none; }

a img{ border: 0; }

img{
	padding:0px;
}






/* BASE 
----------------------------------------------------------------------------- */
body { 
	margin:0px auto;
	padding: 0; 
	background: url('../img/bg_box.gif') repeat 0 0; 
}


* {
	padding: 0;
	border: 0;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
}

/* Basic styles  */
p, h1, h2, h3, h4, h5, span {
	margin: 0px;
	font-weight: normal;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}


p {
	font-size:12px;
	line-height: 19px;
	padding:5px 0 10px 0;
	color: #666666;
}

h1{
	font-size:21px;
	margin-bottom:5px;
	padding:0px 0px 0px 0px;
	font-weight: normal;
	color:#333333;
	border-bottom: 1px solid #99cccc;
}	

/* site heading */
h2 { 
	font-size: 18px; 
	line-height: 2.40em; 
	font-weight: bold;
	color:#99CCCC;
	text-align: right;
}	/* site heading */

h3 {
	color:#99CCCC;
	font-size:14px;
	font-weight: normal;
	margin:0px;
	padding:0px;
	text-decoration: none;
	letter-spacing:0.08px;
	text-align:left;
}

h4 { 
	font-size: 12px; 
	line-height: normal;
	color:#b1212b;
	padding: 5px 0;
}


/* sub headings */
h5 {
	margin:10px 0 5px 0px;
	font-size:12px;
	color:#333333;
	font-style:normal;
	text-transform:uppercase;
}

h5 a{color:#ffedce;}



div { padding: 0px 0; margin:0;}

a {
	color:#333333;
	line-height:normal;
	text-decoration:none;
	text-align:left;
	padding:0;
}

a:hover{
	color:#b1212b;
	text-decoration:none;
}

a:visited {
	color:#666;
	text-decoration:none;
}
 


.divider{background-color:#aedfe4; height:1px;clear:both;}

ul, ol, li {
	list-style:none;
	padding:0px;
	margin:0;
}

blockquote{
	background:#eee;
	width:90%;
	padding:13px 10px 0px 15px;
	margin:5px 0px 15px 5px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}




/* 3. ---------------------------------------------Layout------------------------------------------------------*/


/* CONTENT
/* ----------Wrapper -----*/
#wrapper{
	margin:50px auto;
	padding:0px;
	width:920px;
	height: 100%;
}

#page{
	padding:40px;
	width:840px;
	height:560px;
	background-color:#fff;
	margin: 0px auto;
	
	border:0px solid black;
}

.pagetitle{
	color:#99CCCC;
	text-align:right;
	margin:0 10px 5px 0;
	float: right;
	width: 820px;
	display:block;
	text-transform: uppercase;
}

/*----whole header section*/
.heading {
	margin:0;
	width:320px;
	border:0px solid white;
	height: 300px;
}


.heading .logo{
	float:none;
	width: 320px;
	height:100px;
	background:transparent url() no-repeat 0 0;
}



.leftCol{
	margin:0;
	float:left;
	width:320px;
	border-bottom:1px solid #aedfe4;
	height: 495px;
}

.rightCol{
	margin:0;
	float:right;
	padding: 0 0 0 0px;
	width: 480px;
	min-height: 465px;
	height:100%;
	background-color:#FFFFFF;	
}

.about{
	width:470px;
	padding:0 0px 10px 0px;
	background-color:#fff;
}





/* ---------- NAV  -------*/

.navigation{
	margin:0px;
	padding:10px 0;
	height:290px;
	width:320px;
}

.main-nav{
	margin-top:5px;
	padding: 0;
	width: 320px;
	height:290px;
}

/*-- btn listing --*/
.main-nav ul{
	list-display:none;
	margin:0;
	font-size:12px;

}

.main-nav li{
	margin:0;
	font-size:12px;
	color:#333333;
	padding: 0px 0;
	height:33px;
	border:0px dotted #000;
}

.sub-nav{
	margin:0;
	font-size:12px;
	color:#333333;
	padding: 0px 0;
	height:33px;
}

/*---Buttons---*/

/* work LINK */
a.workLink{
	background: url('../img/nav/btn_work.gif') no-repeat 0 0;
	float:left;
	display: inline;
	height: 30px;
	width: 306px;
	text-indent: -3000px;

}
a.workLink:hover{
	background: url('../img/nav/btn_workOver.gif') no-repeat 0 0;
	color:#b1212b;
	font-size:30px;
	line-height:22px;
	text-indent: -3000px;
	height: 30px;
	width: 306px;
}


/* about LINK */
a.aboutLink{
	background: url('../img/nav/btn_about.gif') no-repeat 0 0;
	float:left;
	display: inline;
	height: 30px;
	width: 306px;
	text-indent: -3000px;
}
a.aboutLink:hover{
	background: url('../img/nav/btn_aboutOver.gif') no-repeat 0 0;
	color:#b1212b;
	font-size:30px;
	line-height:22px;
	text-indent: -3000px;
	height: 30px;
	width: 306px;
}

.aboutLinkOn{
	background: url('../img/nav/btn_aboutOn.gif') no-repeat 0 0;
	float:left;
	display: inline;
	height: 30px;
	width: 306px;
	text-indent: -3000px;
}


/* contact LINK */	
a.contactLink{
	background: url('../img/nav/btn_contact.gif') no-repeat 0 0px;
	float:left;
	display: inline;
	height: 30px;
	width: 306px;
	text-indent: -3000px;
}
a.contactLink:hover{
	background: url('../img/nav/btn_contactOver.gif') no-repeat 0 0px;
	color:#b1212b;
	font-size:30px;
	line-height:22px;
	text-indent: -3000px;
	height: 30px;
	width: 306px;
}
.contactLinkOn{
	background: url('../img/nav/btn_contactOn.gif') no-repeat 0 0px;
	float:left;
	display: inline;
	height: 30px;
	width: 306px;
	text-indent: -3000px;
}

/* news LINK */
a.newsLink{
	background: url('../img/nav/btn_news.gif') no-repeat 0 0;
	float:left;
	display: inline;
	height: 30px;
	width: 306px;
	text-indent: -3000px;
}
a.newsLink:hover{
	background: url('../img/nav/btn_newsOver.gif') no-repeat 0 0;
	color:#b1212b;
	font-size:30px;
	line-height:22px;
	text-indent: -3000px;
	height: 30px;
	width: 306px;
}
.newsLinkOn{
	background: url('../img/nav/btn_newsOn.gif') no-repeat 0 0px;
	float:left;
	display: inline;
	height: 30px;
	width: 306px;
	text-indent: -3000px;
}

a.navLink {
	color:#666666;
	font-weight:lighter;
}

a.navLink:hover{color:#b1212b;}

a.navLinkOn, a.navLinkOn:hover {color:#000;}

a.moreLink{
	color:#333;
	font-size:12px;
	font-weight:bold;
	margin-right:15px;
	padding:8px 10px;
	text-align:right;
	float:right;
	text-decoration: none;
	background-color:#aedfe4;
}

a.moreLink:hover{
	color:#990000;
	text-decoration: none;
	background-color:#FFFFFF;
}


/*-----------  FOOTER  -------------------*/
.footer {
	float:left;
	width:320px;
	height:60px;
	margin:0px 0 0 0;
	text-align: left;
	border-top:0px solid #aedfe4;
}



.details {
	padding:10px 0;
	color:#999;
	font-size: 9px;
	line-height:normal;
}

#footer a {
	color:#ffedce;
	text-decoration: none; 
	font-style: normal
}

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






/* HOME */
/*------------------- ----------------------*/

.featured{
	background:transparent url() repeat-x top left;
	margin:0;
	padding:0px;
	width:700px;
	float: right;
}


a.logoTop {
	background:transparent url('') no-repeat 0 0;
	width:285px;
	height:135px;
	float:none;
	margin: -65px 0px 0 20px;
}


.leftColumn{
	float:left;
	margin:0;
	padding:10px 0px;
	width:400px;
	border-right:1px solid black;
	line-height:normal;
}

.rightColumn{
	float:right;
	margin:0px 20px 0 0;
	padding:10px 0px;
	width:390px;
	border-left:0px solid black;
	line-height:normal;
}



#flashcontent {
	width:100%;
	height:100%;
}



.content{
	margin:0px auto;
	padding:0px 0px;
	background-color:#FFFFFF;
}

.note{
	float:left;
	width:150px;
}
.note p{
	color:#99CCCC;
	font-size:9px;
}

.more{
	float:right;
	width:150px;
}
	

.imageWrap {
	float:right;
	margin: 0px 0px 20px 15px;
	padding: 10px;
}


.credit{
float:right;
margin:10px 0;
font-size:12px;
}

.credit a {color:black;}
.credi a:hover, .credit a:visited{color:#990000;}

.spacer{height:250px;}


/*----------- FORMS  ------------*/
	
textarea {
	border:1px solid #aedfe4;
	background-color:#fff;
	font-size:12px;
	padding:5;
}

input {
	border:1px solid #aedfe4;
	background-color:#fff;
	font-size:12px;
	padding: 2px 3px;
}

#btn {cursor:pointer; background-color:#aedfe4;}


/*----------- NEWS READER  ------------*/
.newsFeed{
	margin:0px 0 0 0;
	padding:0;
	height:150px;
	width:300px;
	border:0px dotted #000;
	overflow:hidden;
}

.newsFeed a {color:black;}
.newsFeed a:hover, .credit a:visited{color:#990000;}

#insidecontent{
	background-color:#FFFFFF;
	padding:10px 10px;
	height:480px;
	overflow:auto;
	width: 460px;
}

#item {margin-bottom:2px; border-bottom:1px solid #fff;}

.feedText{margin-bottom:20px; border:1px solid #fff;}
.feednaTitle {font-size:13px; color:#333; padding:10px 0; width:480px;}
.feednaTitleSm {font-size:12px; color:#000;}
.feednaDate {font-size:10px; color:#333; padding:10px 0;}
.feednaArticle {padding:0px 0 10px 0; line-height:18px;}
.feednaArticleSm {padding:0px 0 10px 0; line-height:18px; font-size:10px;}


#box_wrap {
	vertical-align: top;
	position: relative;
	width: 480px;
	height:465px;
	float: left;
	margin:0px 0 0px 0;
	border:0px solid black;
}

#box_project{ 
	
	background-image: none; 
	text-align: right; 
	vertical-align: top; 
	position: relative; 
	width: 150px; 
	height: 150px; 
	float: left; 
	margin: 3px; 
}


#box_picture { 
	background-image: none; 
	text-align: left; 
	vertical-align: top; 
	position: relative; 
	width: 150px; height: 150px; 
	float: left; 
}

#box_picture a img {
	border: 3px solid #fff;
}

#box_picture a:hover img {
	border: 3px solid #99cccc;

}






/*----------- jQuery lightBox plugin - Gallery style ------------*/
#gallery {
	margin: 0;
	padding:0px;
	width: 470px;
	float:left;
}
#gallery ul { list-style: none; }
#gallery ul li { float:left; display: inline;}
#gallery ul img { border: 3px solid #fff;
}

#gallery ul a:hover img {
	border: 3px solid #99cccc;
	color: #fff;
}

#gallery ul a:hover { color: #99cccc; }


#slider {
	width: 620px;
	margin: 0 auto;
	position: relative;
}

#slider ul { list-style: none; }
#slider ul li { display: inline;}
#scroll ul { list-style: none; }
#scrollContainer ul li { display: inline;}

.scroll {
  height: 250px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  background: #FFFFFF url(./images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
  padding: 20px;
  height: 210px;
  width: 580px; /* change to 560px if not using JS to remove rh.scroll */
}
.scrollButtons {
  position: absolute;
  top: 150px;
  cursor: pointer;
}

.scrollButtons.left {
  left: -20px;
}

.scrollButtons.right {
  right: -20px;
}
