/*-------------------------------------------------*/
/* General Element Settings                        */
/*-------------------------------------------------*/
body {
	font:16px Georgia, serif;
	background-color:#0d0d0d;
	color:#fff;
	margin:0;
	padding:0;
}

a { 
	text-decoration:none;
	color:#585858;
	outline:none;
}

p { 
	line-height:24px;
	margin:20px 0;
}

h1 span { display:none; }

ul {
	padding:0;
	margin:0;
	list-style-type:none;
	list-style-position:inside;
}

/*-------------------------------------------------*/
/* Logo and Titles                                 */
/*-------------------------------------------------*/
.title { 
	margin:0;
	padding:0 0 20px 0;
}

.subTitle {
	font-size:25px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#dfdfdf;
	border-bottom:solid 1px #424242;
	padding:0 0 20px 0;
	margin:0 0 20px 0;
}

#clientListTitle {
	background:#0d0d0d url(../images/titles/client_list_title.png) no-repeat;
	width:333px;
	height:70px;
}

#lpTitle {
	background:transparent url(../images/titles/latest_project_title.png) no-repeat;
	width:432px;
	height:76px;
	padding-bottom:10px;
}

#portfolioTitle {
	background:transparent url(../images/titles/portfolio_title.png) no-repeat;
	width:287px;
	height:74px;
}

#contactTitle {
	background:transparent url(../images/titles/contact_title.png) no-repeat;
	width:250px;
	height:59px;
}

#clientLoginTitle {
	background:transparent url(../images/titles/client_login_title.png) no-repeat;
	width:325px;
	height:65px;
}

/*-------------------------------------------------*/
/* General Layout and Nav Settings                 */
/*-------------------------------------------------*/
#pageWrap {
	margin:0 auto;
	width:1000px;
	position:relative;
	overflow:hidden;
	background:transparent url(../images/banner.png) no-repeat;
}

#branding, #branding h1 { height:247px; }

#nav {
	padding:5px 0;
	width:140px;
	height:200px;
	position:absolute;
	top:258px;
	left:10px;
	z-index:99;
	display:block;
	background-color:#000;
}

#nav li {	
	margin:0;
	padding:0;
}

#nav a {
	color:#fff;
	display:block;
	font-size:14px;
	line-height:33px;
	margin:0;
	padding:0 15px;
	text-decoration:none;
	outline:none;
}

#mainContent { 
	width:1000px;
	overflow:hidden;
}

.sideBar {
	width:140px;
	height:342px;
	position:relative;
	left:0;
	float:left;
}

.bgImg { background:#0d0d0d url(../images/sidebar.png) no-repeat; }


#clientListSideImg { top:380px; }
#tjiSideImg { top:350px; }
#contactSideImg { top:60px; }

.sectionWrap { 
	padding:20px 0 140px 0;
	position:relative;
	overflow:hidden;
	width:810px;
	float:left;
	left:50px;
}

#intro.sectionWrap { padding-top:0; }

/*-------------------------------------------------*/
/* Other Recurring Elements                        */
/*-------------------------------------------------*/
.videoContainer {
	background-color:#000;
	width:100%;
	height:400px;
	margin-bottom:10px;
}

.boxWrap {
	width:810px;
	background-color: #1e1e1e;
	padding:0;
	margin:0;
	overflow: hidden;
	height:183px;
}

.boxWrap h2, .boxWrap h3 { 
	margin:0;
	font-weight:normal;
}

.boxWrap h2 { font-style:italic; }

.boxWrap h3 { 
	padding:0 0 10px 0;
	border-bottom:solid 1px #747474;
}



.boxContent img { border:solid 1px #ccc; }

.boxFooter {
	width:810px;
	margin:0;
	height:23px;
	background-color:#000;
	overflow:hidden;
}

.boxFooter a { font-size:13px; }

.buttonContainer { 
	float:right;
	width:80px;
	overflow: hidden;
	height:25px;
}

.buttonContainer a { 
	color:#747474;
	font-weight:bold;
	font-size:18px;
}
.prev, .next { 
	float:left;
	margin:0 5px;
}

.formContainer { 
	overflow:hidden;
	margin:50px 0 120px 0;
}

.formContainer img { 
	float:left;
	width:299px;
	height:455px;
}

.field { margin:15px 0; }

.field input, textarea { 
	background-color:#000;
	border:solid 1px #000;
	font-size:20px;
	padding:5px;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.buttons {
	padding:5px 0;
	text-align:center;
	clear:both;
}

/*-------------------------------------------------*/
/* Top                                             */
/*-------------------------------------------------*/
#imageRow { 
	padding:20px 0;
	border-top:solid 1px #424242;
}

/*-------------------------------------------------*/
/* Client List                                     */
/*-------------------------------------------------*/
#clientListLogos {
	border-bottom:solid 1px #424242;
	padding-bottom:30px;
}

.clientList {
	float:left;
	padding:10px 0 0 0;
}

.clientList li {
	font-size:17px;
	font-weight:bold;
	padding:8px 0;
}

#listLeft { 
	padding-right:10px;
	width:340px;
}
	
#listRight { 
	margin-left:34px;
	border-left:solid 1px #424242;
	padding-left:40px;
	width:385px;
	
}

/*-------------------------------------------------*/
/* This Just In                                    */
/*-------------------------------------------------*/
#badge {
	width:140px;
	height:136px;
	position:absolute;
	top:0;
	left:675px;
}

#newsBox { margin:30px 0 0 0; }
#newsBox .boxContent { padding:10px; }
#tjiPlayer { margin-bottom: 50px; }

/*-------------------------------------------------*/
/* Portfolio                                       */
/*-------------------------------------------------*/
#seaShepherdImg { margin-top:30px; }

#portfolioBox.boxWrap { margin-bottom:20px; }
#portfolioBox .boxContent { 
	height:160px;
	padding:0;
	overflow:hidden;
}

#portfolioBox h2 { 
	font-style:normal;
	border-bottom:solid 1px #747474;
	padding:0 0 10px 0;
}

#portfolioBox ul li {
	float:left;
	display:block;
	border:none;
	padding:10px 0;
	text-align:center;
	width:203px;
	height:160px;
}

#portfolioBox ul li p { 
	text-align:center;
	font-size:14px;
	font-weight:normal;
	color:#fff;
	margin:0;
	padding:0;
}

ul li a img { 
	width:170px;
	height:115px;
}

#buttons { 
	overflow:hidden;
	background-color:#000;
}

#buttons a { margin:10px; }

#tabContainer {
	float:left;
	width:400px;
	height:25px;
	overflow:hidden;
}

#tabContainer a {
	background-color:#000;
	margin-top:2px;
	padding:10px 5px 30px 5px;
}

#tabContainer a.active { background-color:#1e1e1e; }

#descriptionWrap { 
	overflow:hidden;
	padding:10px;
}

#descriptionWrap p {
	font-size:12px;
	line-height:20px;
}
#descriptionWrap h2 { 
	font-weight:normal;
	margin-bottom:10px;
}

#descriptionThumbnail { 
	float:left;
	margin:5px 10px 0 0;
}
#descriptionThumbnail  { 
	border:solid 1px #ccc;
	width:120px;

}

#descriptionContent { 
	float:left;
	width:770px;
	font-size:13px;
	line-height:20px;
}
#portfolioBox .boxContent img.loader { 
	margin:70px 0 0 375px;
	border:none;
}

#portfolioBox .buttonContainer a {
	margin:0 3px 0 3px;
}

#videoResponse {
	margin: 60px 0 20px 140px; 
	font-weight: normal; 
	font-size: 18px;
}

/*-------------------------------------------------*/
/* Contact                                         */
/*-------------------------------------------------*/
.contactSubTitle { 
	margin:50px 0 30px 0;
	font-size:25px;
	font-weight:normal;
	color:#dfdfdf;
}

.contactForm {
	float:right;
	width:490px;
}

.contactForm .field { margin:0 0 15px 0; }
.contactForm .field input, .contactForm textarea { width:400px; }
.contactForm .field textarea { height:144px; }
.contactForm .name { color:#e1e1e1; }

.contactForm .captcha { 
	width:100px;
	height:50px;
	margin:10px 0;
	float: none;
	display: block;
}

.contactForm .captchaImgWrap {
	float:right;
	width:200px;
}
.contactForm .captchaImgWrap img { 
	width:120px;
	height:50px;
	margin-bottom:10px;
	margin-right:10px;
}
.contactFormByline { 
	float:left;
	margin:0;
}

/*-------------------------------------------------*/
/* Client Login                                    */
/*-------------------------------------------------*/
#clientLogin { height:950px; }

.clientLoginForm .field input { width:450px; }

/*-------------------------------------------------*/
/* Site Info                                       */
/*-------------------------------------------------*/
#siteInfo { 
	clear:both;
	text-align:center;
	font-size:14px;
}

#siteInfo a { color:#fff; }

#siteInfo p { line-height:normal; }

.response {	
	padding:5px;
	position:relative;
	margin-top:10px;
	display:none;	
}

.response p { margin:0; }