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

body {
	background:url(../images/body_bg.gif) repeat;
	padding:0;
	margin:0;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
}
#page {
	margin:0;
	padding:0;
}
/*start wrap style*/
#wrap {
	padding:0;
	margin:0 auto;
	width:800px;
}
#wrap .bgLight {
	background:url(../images/wrap_bg.gif) no-repeat;
	float:left;
	width:800px;
	padding-bottom:20px;
}
/*end wrap style*/


/*start header style*/
#header {
	padding:40px 0;
	margin:0;
	float:left;
	width:100%
}

#header #the_logo {
	float: left;
}
#header #logo {
	margin:0;
	padding:0;
	font-size:38px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	float:left;
}
#header #logo a{
	color:#fff;
	text-decoration:none;
}
#header #logo span {
	font-weight:bold;
}
#header #nav {
	float:right;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	margin:8px 0 0 0;
	padding:0;
	position:relative;
	z-index:1000;
}
#header #nav li {
	display:inline;
	padding:0;
	margin:0 2px 0 0;
	float:left;
}
#header #nav li a {
	/*color:#fff;*/
	color:#94d1fe;
	text-decoration:none;
	font-size:16px;
	float:left;
	padding:10px 10px 11px 10px;
	margin:0;
}
#header #nav li a:hover, #header #nav li a.current {
	border-bottom:1px dotted #fff;
	padding:10px;
	color:#fff;
}
/*end header style*/

/*start stats box style*/
#stats_box {
	float: left;
	background:url(../images/featured_bg3.png) no-repeat;
	width:500px;
	overflow: hidden;
	padding:0 0 80px 0px;
	margin:0 0 0 -20px;
}
#stats_box ul {
	float:left;
	padding:0 20px 20px 0;
	margin:0;
	list-style:none;
}

#stats_box li {
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}

#stats_box_stats {
	padding:20px 0 0 50px;
	width:500px;
}
#stats_box_stats a, .legend{
	color:#4189be;
	text-decoration:none;
}
#stats_box_stats a:hover{
	text-decoration:underline;
}

#stats_box_stats p{
	padding:0 0 20px 0;
	margin:0;
	font-size:14px;
	color:#626262;
	line-height:20px;
}

#stat_box_options {
	margin: 20px 0 0 40px;
}

#stats_box_headshot {
	float: right;
	margin: 3px 20px 0 0;
	background-color:#FFFFFF;
	padding: 10px;
}

#stats_box_headshot p{
	margin: 0;
	padding: 0;
	width: 200px;
	text-align:right;
	color:#717171;
	font-size:12px;
	
}

/*end stats box style*/

/*start headshot nav*/
#headshot_pic {

}

#headshot_nav {
float:right;
padding:0;
margin:0;
}
#headshot_nav ul {
list-style:none;
}

#headshot_nav li a {

	display:block;
	text-decoration:none;
	font-weight:bold;
	padding: 5px 5px 5px 5px;
	margin: 5px;
	background-color:#FFFFFF;
	color:#000000;
	
}
#headshot_nav li a:hover, #headshot_nav li a.down  {

	background-color:#224E70;
	color:#FFFFFF;
	
}
/*end headshot nav*/

/*start featured style*/
#featured {
	background:url(../images/featured_bg.png) no-repeat;
	width:846px;
	overflow: hidden;
	padding:0 0 60px 0px;
	margin:0 0 0 -20px;
}
#page-excerpt{
	background:url(../images/featured_bg2.png) no-repeat;
	width:846px;
	padding:0 0 80px 0px;
	margin:0 0 0 -20px;
}
.page-excerpt-inside{
	padding:20px 50px 0 50px;
}
.page-excerpt-inside a, .legend{
	color:#4189be;
	text-decoration:none;
}
.page-excerpt-inside a:hover{
	text-decoration:underline;
}
.page-excerpt-inside .paper-plane2{
	float:right;
	background:url(../images/paperplane2.png) no-repeat;
	width:194px;
	height:162px;
	margin:-90px -110px 0 0;
	position:relative;
	z-index:1;
}
.page-excerpt-inside p{
	padding:0 0 20px 0;
	margin:0;
	font-size:14px;
	color:#626262;
	line-height:20px;
}
.image-wrap {
	float:left;
}
#featured .featuredImage {
	padding:0 0 0 0;
	margin:0px 0px 0 0px;
	border:1px solid #d4d4d4;
}

.featured-info p {
	color:#626262;
	font-size:13px;
	padding:0 0 20px 0;
	margin:0;
}
.buttons {
	background:url(../images/featured_button.gif) no-repeat;
	float:left;
	width:127px;
	padding:6px 0 0 10px;
	height:29px;
	font-size:14px;
}

.buttons_current {
	background:url(../images/featured_button_hover.gif) no-repeat;
	float:left;
	width:127px;
	padding:6px 0 0 10px;
	height:29px;
	font-size:14px;
}
.buttons a {
	color:#0380a5;
	text-decoration:none;
}

.buttons_current a {
	color:#ffffff;
	text-decoration:none;
}
.buttons a:hover {
	text-decoration:underline;
}

.buttons_larger {
	background:url(../images/featured_button_larger.gif) no-repeat;
	float:left;
	width:160px;
	padding:6px 0 0 10px;
	height:29px;
	font-size:14px;
}


.buttons_larger a {
	color:#0380a5;
	text-decoration:none;
}


.buttons_larger a:hover {
	text-decoration:underline;
}
.playButton {
	background:url(../images/playButton.gif) no-repeat right 0;
	position:relative;
	padding-right:30px;
	float:left;
}
.featured-info p.responsible {
	font-size:14px;
	color:#215379;
	font-weight:bold;
}
.featured-navi {
	position:relative;
	float:right;
	width:410px;
	margin:-40px 0 0 0;
}
.featured-info {
	width:370px;
	float:left;
	margin:0 0 0 20px;
}
.featured-info h3{
	padding:0;
	margin:0;
}
.featured-info h3 a{
	font-size:28px;
	color:#224e70;
}
/*end featured style*/



/*start excerpt style*/
#excerpt {
	padding:40px 0 50px 0;
	margin:0;
}
#excerpt .paper-plane {
	background:url(../images/paperplane.png) no-repeat right;
	display:block;
	float:right;
	width:200px;
	height:171px;
	position:relative;
	margin:-50px -115px 0 0;
}
#excerpt h3 {
	padding:0 0 20px 0;
	margin:0;
	font-size:30px;
	font-weight:normal;
	color:#fff;
}
#excerpt h3 a {
	color:#65bdff;
	text-decoration:none;
}
#excerpt h3 a:hover {
	color:#65bdff;
	border-bottom:1px dotted #58b3f8;
}
/*end excerpt style*/

/*start biog style*/
#biog {
	padding:20px 0 20px 0;
	margin:0;
}
#biog .paper-plane {
	background:url(../images/paperplane.png) no-repeat right;
	display:block;
	float:right;
	width:200px;
	height:171px;
	position:relative;
	margin:-50px -115px 0 0;
}
#biog h3 {
	padding:0 0 20px 0;
	margin:0;
	font-size:25px;
	font-weight:normal;
	color:#fff;
}
#biog h3 a {
	color:#65bdff;
	text-decoration:none;
}
#biog h3 a:hover {
	color:#65bdff;
	border-bottom:1px dotted #58b3f8;
}
/*end biog style*/


/*start content*/
.content{
	clear:both;
	margin:0 0 0 5px;
}
.content .box, .content .lastbox{
	float:left;
	width:29%;
}
.content .box{
	margin:0;
	padding:0 40px 0 0;
}
.content{
	width:800px;
	float:left;
}
.content .box h3, .content .lastbox h3{
	color:#fff;
	font-size:28px;
	margin:0;
}
.content .lastbox h4{
	padding:0;
	margin:0px 0 0 0;
	font-size:14px;
	color:#fff;
}
.content .lastbox .date{
	color:#93b5cf;
	font-size:12px;
	display:block;
	padding:0 0 0px 0;
}

.content .box p, .content .lastbox p{
	font-size:12px;
	line-height:20px;
	color:#fff;
}
.content .box a, .content .lastbox a{
	color:#65bdff;
	text-decoration:none;
}
.content .box a:hover, .content .lastbox a:hover{
	color:#65bdff;
	border-bottom:1px dotted #60b8f9;
}
h2 {
	color:#224e70;
	font-size:30px;
	padding:0px 0 20px 0;
	margin:0;
}
h1 {
	color:#224e70;
	font-size:30px;
	padding:0px 0 20px 0;
	margin:0;
}
.content-inside, #blog{
	float:left;
	width:500px;
	margin:0 0 0 4px;
}
.content-links {
	float:left;
	width:540px;
	margin:0 0 0 4px;
}
.content h3{
	color:#fff;
	font-size:28px;
	margin:0;
	padding:0 0 20px 0;
}
.content p, .content ul, .content ol{
	color:#fff;
	font-size:12px;
	line-height:20px;
	margin:0;
	padding:0 0 20px 0;
}
.content a{
	color:#65bdff;
	text-decoration:none;
}
.content a:hover{
	color:#65bdff;
	text-decoration:underline;
	border-bottom:none!important;
}
.content ul, .content ol{
	padding:0 0 20px 25px;
}
ul{
	list-style:square;	
}
.content ul ul, .content ol ol{
	padding:0 0 0 15px;
	margin:0;
}

/*end content*/
.about_pic {
	float:left;
	margin-right: 10px;
	margin-bottom: 5px;
	padding:10px;
	background-color:#FFFFFF;
}
/*start cv style*/

#client_cv {
width:700px;
background: #ffffff;

}

#client_cv h2 {
padding: 20px 20px 0 20px;
}
#client_cv h3 {
padding-left: 10px;
}

#client_cv_header h2 {
	float:left;
}

#client_cv_header a {
	float:right;
	padding-top: 60px;
	padding-right: 20px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color: #999999;
}

#client_cv_header a.print_butt {
display:block;

background:url(../images/print.jpg) no-repeat center top;
}

#client_cv_header a:hover.print_butt {
background:url(../images/print_hover.jpg) no-repeat center top;
color: #000000;
text-decoration:underline;
}
#client_cv_header a.spotlight_butt {
display:block;
background:url(../images/spotlight.jpg) no-repeat center top;
}
#client_cv_header a:hover.spotlight_butt {
background:url(../images/spotlight_hover.jpg) no-repeat center top;
color: #000000;
text-decoration:underline;
}

/*end cv style*/

/*start client gallery style*/
#client_gallery {
width:600px;
background: #ffffff;
padding:20px;
}
/*end client gallery style*/



/*start client multi style*/
#client_multi_border {
width:600px;
background: #ffffff;
padding: 20px 20px 10px 20px;
margin: 0 20px 0 0;
}
#multi_nav {
padding:0;
margin:0;
}
ul.multi_list  {
text-decoration:none;
margin: 15px 0 10px 0;
padding:0;
width:600px;
}

ul.multi_list p {
margin:0;
padding:0;

}
ul.multi_list a {
margin:0;
padding: 15px 0 0 0;
text-decoration:underline;
font-weight:bold;
color:#375870;
}


ul.multi_list a:hover {
	padding: 15px 0 0 0;
	text-decoration:none;
	color:#ffffff;
}


.multi_list li:hover a, .multi_list li.current a {
	padding: 15px 0 0 0;
	text-decoration:none;
	color:#ffffff;
}
.multi_list li.video {
background: url(../images/video_file.jpg) no-repeat top left ;
height: 50px;
margin:0 0 15px 0;
padding: 0 20px 0 50px;
list-style:none;
}

.multi_list li:hover.video, .multi_list li.video.current {
background: url(../images/video_file.jpg) no-repeat bottom left ;
height: 50px;
padding: 0 10px 0 50px;
list-style:none;
}

.multi_list li p {
	color:#000000;
}
.multi_list li:hover p, .multi_list li.video.current p {
	color:#ffffff;	
}
.multi_list li.audio {
background: url(../images/audio_file.jpg) no-repeat top left ;
height: 50px;
margin:0 0 15px 0;
padding: 0 20px 0 50px;
list-style:none;
}

.multi_list li:hover.audio, .multi_list li.audio.current {
background: url(../images/audio_file.jpg) no-repeat bottom left ;
height: 50px;
padding: 0 20px 0 50px;
list-style:none;
}



/*end client gallery style*/

/*start link style*/
.link_item {
	float:left;
	width: 150px;
	padding: 5px;
	background-color:#FFFFFF;
}

.link_item a {
	color:#999999;
	text-decoration:none;
	padding-bottom:0px;
	margin-bottom:0px;
}
.link_item a:hover {
	color:#000000;
	text-decoration: underline;
	padding-bottom:0px;
	margin-bottom:0px;
}
/*start link style*/

/*start portfolio style*/
.work{
	padding:0 0 20px 0;
	float:left;
}
.work-thumb{
	background:url(../images/work_thumb_bg.gif) no-repeat;
	width:417px;
	height:248px;
	float:left;
	padding:0 20px 0 0;
}
.work-thumb img{
	margin:16px 0 0 15px;
}
.viewdetails{
	text-indent:-9000px;
	float:left;
	width:143px;
	height:37px;
	margin:0 5px 0 0;
}
.viewdetails a{
	background:url(../images/viewdetails_button.gif) no-repeat;
	float:left;
	display:block;
	width:143px;
	height:37px;
}

.viewlivesite{
	text-indent:-9000px;
	float:left;
	width:143px;
	height:37px;
	margin:0 5px 0 0;
}
.viewlivesite a{
	background:url(../images/viewlivesite_button.gif) no-repeat;
	float:left;
	display:block;
	width:143px;
	height:37px;
}
/*end portfolio style*/


/*start contactForm style*/
#contactForm{
	padding:0;
	margin:0;
}
.content .content-inside #contactForm p{
	padding:0 0 10px 0;
	margin:0;
}
#contactForm p label{
	float:left; 
	width:80px;
}
#name, #email, #subject, #message{
	background:#1e4c6e;
	border-top:#163f5e 1px solid;
	border-right:#163f5e 1px solid;
	border-left:#2d6188 1px solid;
	border-bottom:#2d6188 1px solid;
	padding:5px;
	color:#cfe0ec;
}
#name, #email, #subject{
	width:280px;
}
#message{
	width:340px;
}
.buttonBg{
	background:url(../images/button_bg.gif) repeat-x bottom;
	padding:6px 20px;
	border:0;
	color:#fff;
	font-size:14px;
	margin:0 5px 0 0;
	float:left;
}
/*end contactForm style*/



/*start blog style*/
#blog .blog-post h3{
	font-size:20px;
	font-weight:normal;
}
#blog .blog-post{
	padding:0 0 0px 0;
	margin:0 0 20px 0;
	background:url(../images/blog_divider.gif) no-repeat bottom;
}
#blog .blog-post h3 a{
	color:#fff;
	text-decoration:none;
}
#blog .blog-post h3 a:hover{
	text-decoration:underline;
}
#blog .blog-post .post-meta{
	margin:0;
	padding:0 0 20px 0;
	float:left;
	width:100%;
}
#search{
	margin:0;
	padding:0;
}
#search-form{
	padding:0 0 20px 0;
	margin:0;
}
#search-form .search{
	float:left;
	padding:5px;
	background:#d0d0d0;
	border:1px solid #bababa;;
}
#search-form .go_button{
	float:right;
}
/*end blog style*/



/*start sidebar style*/
#sidebar{
	float:right;
	width:250px;
}
#sidebar ul, #sidebar ol{
	color:#717171;
	padding:0 0 20px 20px;
	margin:0;
}
#sidebar .sidebox{
	background:url(../images/sidebar_box_bg-repeat.gif) repeat-y;
	padding:0;
	margin:0 0 20px 0;
	float:right;
	width:248px;
}
#sidebar .sidebox .topBg{
	background:url(../images/sidebar_box_top_bg.gif) no-repeat top;
	float:left;
}
#sidebar .sidebox .topBg .bottomBg{	
	background:url(../images/sidebar_box_bottom_bg.gif) no-repeat bottom left;
	float:left;
}
#sidebar .sidebox .box-inside{
	padding:20px;
	position:relative;
	overflow:inherit;
	width:208px;
}
#sidebar p{
	color:#717171;
	padding:0 0 20px 0;
	margin:0;
	line-height:20px;

}
#sidebar .box-inside h2{
	font-size:22px;
	color:#375870;
}
#sidebar .box-inside h2,
#sidebar .box-inside h3,
#sidebar .box-inside h4,
#sidebar .box-inside h5,
#sidebar .box-inside h6{
	color:#375870;
}

#sidebar .sidebox .box-inside ul.linkside{
	padding:0 0 20px 0;
	margin:0;
	list-style:none;
	float:left;
}
ul.linkside li{
	display:block;
	float:left;
	width:184px;
	margin:0 0 1px 0;
}
ul.linkside li a{
	display:block;
	background:url(../images/arrow_left.png) no-repeat left;
	padding:0px 0px 0px 20px;
	text-decoration:none;
	color:#717171;
	float:left;
	width:100%;
	height:21px;

}
ul.linkside li a:hover, ul.linkside li a.current{
	background:#c5d1db url(../images/arrow_left_hover.png) no-repeat left;
	text-decoration:none;
	color:#5f5f5f;
}
ul.linkside li a.current{
	font-weight:bold;
}
ul.linkside li a:hover span{
	background:url(../images/sidebar_link_right_bg.gif) no-repeat right;
	display:block;
	color:#5f5f5f;
	cursor:pointer;
	height:21px;
	float:right;
	width:100%;
	text-align:left;
}
ul.linkside li a.current span{
	background:url(../images/sidebar_link_right_bg.gif) no-repeat right;
	display:block;
	color:#5f5f5f;
	width:100%;
	cursor:pointer;
	height:21px;
	float:right;
}
/*end sidebar style*/




/*start footer style*/
#footer{
	background:url(../images/footer_bg.gif) no-repeat;
	width:800px;
	margin:20px 0 0 0;
	float:left;
}
#footer .footer-inside{
	padding:42px 0 60px 0;
}
#footer .footer-inside #footer-nav{
	padding:0;
	margin:0 0 0 20px;
	list-style:none;
}
#footer .footer-inside #footer-nav li{
	display:inline;
	font-size:12px;
	color:#9f9f9f;
	float:left; 
	padding:0 4px 0 0;
}
#footer .footer-inside #footer-nav li a, #footer a{
	color:#9f9f9f;
	text-decoration:none;
}
#footer .footer-inside #footer-nav li a:hover, 
#footer .footer-inside #footer-nav li a.current, #footer a:hover{
	text-decoration:none;
	color:#3b3b3b;
}
#footer .footer-inside #footer-nav li a.current{
	font-weight:bold;
}

#footer .footer-inside #copyright{
	width:400px;
	text-align:right;
	float:right;
	padding-right:20px;
}
#footer .footer-inside #copyright span{
	font-size:12px;
	color:#9f9f9f;
}
.footer-sitename{
	color:#9f9f9f;
	font-weight:bold;
}
/*end footer style*/

/*start client list style*/

.client_list_item {
	float:left;
	margin: 20px 22px 0px 0px;

}

.client_list_item .last {
	float:left;
	margin: 20px 0px 0px 0px;

}

.client_list_item_contents {
	background-color:#FFFFFF;
	padding: 5px;
}
.client_list_item p {
	padding: 0px;
	margin: 0px;
	width: 128px;
	line-height:14px;
}

.client_list_item a {
	display:block;
	background:url(../images/arrow_left.png) no-repeat top left;
	padding:0px 0px 0px 20px;
	text-decoration:none;
	color:#717171;
	line-height:14px;
	height:28px;
}

.client_list_item a:hover {
	background:#c5d1db url(../images/arrow_left_hover.png) no-repeat top left;
	text-decoration:none;
	color:#5f5f5f;
}
/*end client list style*/

/*start link list style*/
.link_list_item {
	float:left;
	margin: 20px 11px 0px 0px;

}

.link_list_item .last {
	float:left;
	margin: 20px 0px 0px 0px;

}

.link_list_item_contents {
	background-color:#FFFFFF;
	padding: 5px;
}
.link_list_item p {
	padding: 0px;
	margin: 0px;
	width: 150px;
	line-height:14px;
}

.link_list_item a {
	display:block;
	background:url(../images/arrow_left.png) no-repeat left;
	padding:0px 0px 0px 20px;
	text-decoration:none;
	color:#717171;
	line-height:14px;
	/*
	width:128px;
	height:21px;*/
}

.link_list_item a:hover {
	background:#c5d1db url(../images/arrow_left_hover.png) no-repeat left;
	text-decoration:none;
	color:#5f5f5f;
}
/*end link list style*/
.news_list_item {
width: 380px;
float:left;
background-color:#FFFFFF;
padding: 5px;
margin: 5px;
margin-bottom:10px;
}

.news_list_item_pic {
	float: left;
}
.news_list_item_text {
	float: left;
}
.news_list_item_text p {
padding: 0 0 0 5px;
margin: 0px;
width: 290px;
font-size:14px;
	color:#626262;
	line-height:20px;
}

.news_list_item_text a {
	color:#4189be;
	text-decoration:none;
}

.news_list_item_text a:hover {
	text-decoration:underline;
}

/*
ADMIN STYLES
*/
.white_text {
	color:#FFFFFF;
}

.white_text a {
	color:#94d1fe;
	text-decoration:none;
}

.white_text a:hover {
border-bottom:1px dotted #fff;
color: #fff;
}
/*Common Classes starts here*/
.clear {
	clear:both;
}
.alignLeft {
	text-align:left;
}
.alignRight {
	text-align:right;
}
.alignJustify {
	text-align:justify;
}
.alignCenter {
	text-align:center;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
img {
	border:0;
	padding:0;
	margin:0;
}
.imageLeftBorder, .imageRightBorder {
	padding:6px;
	border:1px solid #efefef;
}
.imageLeftBorder {
	margin-right:10px;
}
.imageRightBorder {
	margin-left:10px;
}
.imageLeft {
	margin-right:10px;
}
.imageRight {
	margin-left:10px;
}
.errorMsg {
	float:left;
	padding:10px 10px 20px 10px;
/*	background:#1e4c6e;*/
	background:url(../images/trans_bg.png) repeat;
	width:100%;
	margin:0 0 20px 0;
}
.errorMsg h3 {
	color:#c11e1e!important;
}
.error {
color:#FF0000;
}
.infoMsg{
	float:left;
	padding:10px 10px 20px 10px;
/*	background:#1e4c6e;*/
	background:url(../images/trans_bg.png) repeat;
	width:100%;
	margin:0 0 20px 0;
}
.infoMsg h3 {
	color:#84c143!important;
}
.errorMsg ul {
	padding:0!important;
	margin:0!important;
}
.errorMsg ul li {
	list-style:none;
}
/*Table*/
table {
	margin: 0 0px 10px 0px;
	padding: 0;
	display: block;
	font-size: 12px;
	border-collapse: collapse;
	width:700px;
}
table caption {
	margin: 0 12px;
	padding: 10px 0 5px 5px;
	font: 16px arial, sans-serif;
	font-weight:bold;
	text-align: left;
}
table th, table td {
	text-align: left;
	vertical-align: top;
	padding: 6px 10px;
}
thead th {
	color: #7b7b7b;
	background-color: #e7e8ea;
	border-bottom: 1px solid #c6c6c6;
}
tbody tr.highlighted {
	background-color: #eeeeee;
}
tbody td {
	border-bottom: 1px solid #e7e7e7;
	color:#777;
}
tbody.cv_items tr:hover td {
	background: #e2e2e2;
	border-bottom: 1px solid #dedede;
}

table a {
	text-decoration:underline;
	color:#375870;
}

table a:hover {
	text-decoration:none;
}
.credit_role {
	width: 140px;
}
.credit_show {
	text-transform:uppercase;
	width: 210px;
}
.credit_venue {
	font-weight:bold;
	color:#375870;
	width: 210px;
}
.credit_director {
	width: 140px;
}

.creative_credit_show {
	text-transform:uppercase;
	width: 250px;
}
.creative_credit_role {
	width: 250px;
}
.creative_credit_director {
	font-weight:bold;
	color:#375870;
	width: 200px;
}

td.skill_type {
	font-weight:bold;
	font-size:14px;
	color:#4189be;
	width: 140px;
}
td.skill_list {
	font-size:14px;
	width: 560px;
}
/*difinition*/
dfn, dfn dl, dt, dd {
	padding:0;
	margin:0;
}
dd {
	padding:0 0 10px 0;
}
dt {
	color:#7b7b7b;
	font-weight:bold;
}
dd {
	color:#7b7b7b;
	padding-left:15px;
	font-style:italic;
}
/*Common Classes ends here*/



/*start featured slide style*/
#showcase-nav h3 {
	right: 90px;
	z-index: 10;
}
h3 .counter {
	color: #000;
	float:right;
}
#sub-nav {
	position: absolute;
	left: 15em;
	bottom: 9px;
	margin: 0;
}
#pager {
	z-index: 1;
	margin: 0;
	padding:0;
	display:inline;
	color:#666;
}
#pager li {
	display: inline;
	float:left;
}
#pager .next a {
	display: block;
	float:left;
	padding:0 0 0 4px;
}
#pager .previous a {
	display: block;
	float:left;
	padding:0 4px 0 0;
}
.work-title {
	position:relative;
	margin:0px 20px 0 0;
	font-size:14px;
	font-weight:normal;
	float:right;
}
.work-title .counter {
	color:#939393;
}
/* -- showcase -- */
#showcase-featured {
	float:left;
	z-index: 1;
	position:relative;
	width:846px;
}
#showcase-featured p {
	line-height: 1.6923;
	margin: 0;
}
#showcase-featured p.first {
	text-indent: 0;
	margin-top: 1em;
}
#showcase-featured .item-details li {
	margin: 1em 0;
}
#showcase-featured li {
	font-size: 1.1em;
	line-height: 1;
	list-style: none;
	margin: 0;
}
#showcase-featured li h4 {
	text-align: left;
	line-height: 1.9091; /* 21px */
}
#showcase-featured li h4:before {
	content: "";
	padding: 0;
}
#showcase-featured li p {
	text-indent: 0;
	/* 12px / 18px */
		font-size: 1em;
	line-height: 1.5;
}
#showcase-featured .wrap1a {
	width: 790px;
	height: 250px;
	float:left;
	position: relative;
}
/* default, no-script state */
.wrap2a {
	position:relative;
	width: 790px;
	height: 260px;
}
#showcase-featured .item {
	display: block;
	clear: both;
	padding:25px 0 0 18px;
}
.showcase-slider .wrap2a {
	position:relative;
	top: 0;
	width: 790px;/*height: 450px;*/
}
#showcase-featured .item-slider {
	width: 790px;
	height: 260px;
	position: absolute;
	top: -1px;
	overflow: hidden;
}
#item-1 {
	left: 0;
}
.item-details {
	float: right;
}
.item-details h3 {
	letter-spacing: -0.05em;
	padding:0 0 0px 0;
	margin:0;
	text-transform: none;
}
.item-details h3 a {
	color:#224e70;
	text-decoration:none;
}
.item-details h3 a:hover {
	border-bottom:1px dotted #224e70;
}
.content h2, .content h3, .content h4, .content h5, .content h6{
	padding:0 0 20px 0;
	margin:0;
	color:#fff;
}
h4{
	font-size:20px;
}
h5{
	font-size:18px;
}
h6{
	font-size:14px;
}

/*end featured slide style*/

blockquote{
	padding:0 0 0 0px;
	margin:0 0 20px 0;
	font-style:italic;
}
	

