/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%; 
	font-style: italic; 
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
/*	margin-left:1em;*/
}
th,td {
	/*borders and padding to make the table readable*/
/*	border:1px solid #000;
	padding:.5em;*/
}
th {
	/*distinguishing table headers from data cells*/
/*	font-weight:bold;
	text-align:center;*/
}
caption {
	/*coordinated margin to match cell's padding*/
/*	margin-bottom:.5em;*/
	/*centered so it doesn't blend in to other content*/
/*	text-align:center;*/
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}


/* Page Sections */

#bd {
	position: relative;
}

#ft a:link {
	text-decoration: none;
}

#studiogclogo {
	position: absolute;
	bottom: 14px;
	left: 24px;
	margin-top: 48px;
	display: block;
	background-image: url('design/studiogc_logo.gif');
	background-position: 0 0;
	width: 124px;
	height: 44px;
	text-indent: -9999px;
}
#studiogclogo:hover {
	background-position: 0 -44px;
}

#scrollbox { 
/*	margin: 24px 0 38px 0;*/
	margin: 0 0 10px 0;
}

ul.jqGalScroll li {
	list-style-type: none;
}

.jqGSPagination ul li {
	list-style-type: none;
}

a {
color: #6CA53F;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

/* Menu styles */

#navbar {
	width: 850px;
	height: 49px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 71px;
	left: 134px;
}
#navbar span {
	float: left;
	z-index: 10;
	height: 49px;
}

#navbar div.ahover {
	position: absolute;
	z-index: 9;
	background-color: #6CA63F;
	height: 49px;
}

#navbar span a {
	z-index: 15;
	position: relative;
	height: 49px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-indent: -9999px;
	background-image: url(design/menu_bg.png);
	background-repeat: no-repeat;
}
#navbar span.navbar1 a {
	background-position: 0px 0px;
	width: 90px;
}
#navbar span.navbar2 a {
	background-position: -90px 0px;
	width: 99px;
}
#navbar span.navbar3 a {
	background-position: -189px 0px;
	width: 109px;
}
#navbar span.navbar4 a {
	background-position: -298px 0px;
	width: 121px;
}
#navbar span.navbar5 a {
	background-position: -419px 0px;
	width: 149px;
}
#navbar span.navbar6 a {
	background-position: -568px 0px;
	width: 86px;
}
#navbar span.navbar7 a {
	background-position: -654px 0px;
	width: 101px;
}
#navbar span.navbar8 a {
	background-position: -755px 0px;
	width: 95px;
}

/* Hover styles */

#navbar span.navbar1 a:hover {
	background-position: 0px -100px;
}
#navbar span.navbar2 a:hover {
	background-position: -90px -100px;
}
#navbar span.navbar3 a:hover {
	background-position: -189px -100px;
}
#navbar span.navbar4 a:hover {
	background-position: -298px -100px;
}
#navbar span.navbar5 a:hover {
	background-position: -419px -100px;
}
#navbar span.navbar6 a:hover {
	background-position: -568px -100px;
}
#navbar span.navbar7 a:hover {
	background-position: -654px -100px;
}
#navbar span.navbar8 a:hover {
	background-position: -755px -100px;
}

/* Active (press) styles */

#navbar span.navbar1 a:active {
	background-position: 0px -50px;
}
#navbar span.navbar2 a:active {
	background-position: -90px -50px;
}
#navbar span.navbar3 a:active {
	background-position: -189px -50px;
}
#navbar span.navbar4 a:active {
	background-position: -298px -50px;
}
#navbar span.navbar5 a:active {
	background-position: -419px -50px;
}
#navbar span.navbar6 a:active {
	background-position: -568px -50px;
}
#navbar span.navbar7 a:active {
	background-position: -654px -50px;
}
#navbar span.navbar8 a:active {
	background-position: -755px -50px;
}

/* Selected styles */

#navbar span.navbar1 a.selected {
	background-position: 0px 0px;
}
#navbar span.navbar2 a.selected {
	background-position: -90px -50px;
}
#navbar span.navbar3 a.selected {
	background-position: -189px -50px;
}
#navbar span.navbar4 a.selected {
	background-position: -298px -50px;
}
#navbar span.navbar5 a.selected {
	background-position: -419px -50px;
}
#navbar span.navbar6 a.selected {
	background-position: -568px -50px;
}
#navbar span.navbar7 a.selected {
	background-position: -654px -50px;
}
#navbar span.navbar8 a.selected {
	background-position: -755px -50px;
}

/* Selected:hover styles */

#navbar span.navbar1 a.selected:hover {
	background-position: 0px 0px;
}
#navbar span.navbar2 a.selected:hover {
	background-position: -90px -100px;
}
#navbar span.navbar3 a.selected:hover {
	background-position: -189px -100px;
}
#navbar span.navbar4 a.selected:hover {
	background-position: -298px -100px;
}
#navbar span.navbar5 a.selected:hover {
	background-position: -419px -100px;
}
#navbar span.navbar6 a.selected:hover {
	background-position: -568px -100px;
}
#navbar span.navbar7 a.selected:hover {
	background-position: -654px -100px;
}
#navbar span.navbar8 a.selected:hover {
	background-position: -755px -100px;
}

/* Home page styles */
#navbar span.navbar1 {
	background-image: url(design/menu_bg.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 49px;
	width: 90px;
	display: block;
	text-indent: -9999px;
}


#menu {
	margin:0;
	padding: 0;
}

#menu a:link, #menu a:visited, #menu a:active {
	width: 201px;
	display: block; 
/*	color :#888;*/
	text-decoration: none;
}

#menu a:hover {
	width: 201px;
	display: block; 
/*	color :#fff;*/
	text-decoration: none;
}


#menu li, #menu li ul, #menu li ul li {
	list-style-type: none;
	width: 201px;
	margin: 0;
	padding: 0;
}

/* Parent level accordion */

#menu > li {
	background-image: url(design/accordion_bg.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
/*
	height: 29px;
	margin: 0;
	font-size: 12px;
	font-family: verdana, tahoma, helvtica, arial, sans-serif;
	font-weight: bold;
	line-height: 29px;
	text-indent: 24px;
*/
}

#menu li > ul {
}

#menu li.selected {
	background-position: -201px 0;
	color: #fff;
}

#menu li.selected > a {
	color: #fff;
}
#menu li > a {
	height: 29px;
	margin: 0;
	font-size: 12px;
	font-family: verdana, tahoma, helvtica, arial, sans-serif;
	font-weight: bold;
	line-height: 29px;
	text-indent: 24px;
}


#menu li a {
/*	background-image: url(design/accordion_bg.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
*/
	height: 29px;
	margin: 0;
	font-size: 12px;
	font-family: verdana, tahoma, helvtica, arial, sans-serif;
	font-weight: bold;
	line-height: 29px;
	text-indent: 24px;
	color: #888;
}
/*
#menu li a.menuActive {
	background-image: url(design/accordion_bg.gif);
	background-position: -201px 0;
	background-repeat: no-repeat;
	color: #fff;
}
*/
#menu li a:hover {
	color: #fff;
}

/* Child level accordion */
#menu li ul li {
	background-image: url(design/accordion_item_bg.gif);
	background-position: 0 0px;
	background-repeat: no-repeat;
	height: 31px;
}

#menu li ul li.first {
	background-position: 0 -1px;
}

#menu li ul li.current {
	background-position: -201px 0px;
}

#menu li ul li.current > a {
	color: #6CA63F;
}
#menu li ul li a {
	height: 31px;
	text-indent: 40px;
	font-size: 11px;
	font-weight: normal;
	color: #ddd;
}
#menu li ul li a {
	height: 31px;
	text-indent: 40px;
	font-size: 11px;
	font-weight: normal;
	color: #ddd;
/*	background-image: url(design/accordion_item_bg.gif);
	background-position: 0 0px;
	background-repeat: no-repeat;
*/
}
#menu li ul li.current a {
	height: 31px;
	text-indent: 40px;
	font-size: 11px;
	font-weight: normal;
	color: #6CA63F;
	background-image: url(design/accordion_item_bg.gif);
	background-position: -201px 0px;
	background-repeat: no-repeat;
}
/*
#menu li ul li a.menuActive {
	background-position: -201px 0px;
	color: #6CA63F;
	background-image: url(design/accordion_item_bg.gif);
	background-repeat: no-repeat;
}
*/
.content_table {
	margin-top: 20px;
}

.content_box {
	background-color: #414141;
}

.content_box h2 {
	background-image: url(design/h2_bg.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 19px;
	margin: 0;
	padding: 0 0 0 25px;
	line-height: 19px;
	font-size: 110%;
	border-bottom: 1px solid #888;
}

.content_box p {
	margin: 0;
	padding: 8px;
}

.content_side {
	font-size: 90%;
}
.content_side p {
	margin: 0;
}

.gallery_ttl, .article_ttl {
	font-weight: bold;
}

h3 {
	background-image: url(design/h3_bg.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 19px;
	margin: 0;
	padding: 0 0 0 25px;
	line-height: 19px;
	font-size: 110%;
}

.portfolio_thumb {
	border: 1px solid #6CA53F;
	text-align: center;
	font-size: 90%;
}
.portfolio_thumb h3 {
	padding: 0;
}

.details {
	font-size: 90%;
	margin: 22px 0 0 0;
	background-image: url(design/details_bg.gif);
	background-position: 0 20px;
	background-repeat: no-repeat;
}
.details p {
	margin: 10px 0 0 25px;
	font-style: italic;
}