/*Q&G STYLES*/

/*Core Styles*/

/** { behavior: url(../js/iepngfix.htc) }*/

html, body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Verdana, sans-serif;
    background: #666;
}

h1 {
    font-size: 20px;
    font-weight: normal;
    color: #9999cc;
    margin-top: 0;
}

div.clear {
    clear: both;
}

div.container {
    margin: 0 auto 15px auto;
    text-align: left;
    width: 980px;
    background: #222;
}

div#header {
    background: url('../images/header-background.jpg') no-repeat top left;
    height: 165px;
}

div.logo {
    padding: 10px 0 0 20px;
}

div.logo a, div.logo a img {
    text-decoration: none;
    border: none;
}

div.contact {
    float: right;
    margin-right: 15px;
}

div.contact a, div.contact a img {
    text-decoration: none;
    border: none;
}

div.nav {
    display: block;
    font-size: 12px;
    margin: 5px auto 0;
    padding: 0;
    background: url('../images/nav-bg.png') repeat-x bottom left;
    text-align: left;
}

div.nav ul {
    margin: 0;
    padding: 0;
    display: block;
    width: 980px;
    list-style-type: none;
    background: url('../images/nav-bg.png') repeat-x bottom left;
}

div.nav ul li {
    display: block;
    float: left;
    background: url('../images/nav-r.png') no-repeat top right;
    height: 46px;
    margin: 0;
    padding: 0;
}

div.nav ul li span.slide {
    background: url('../images/nav-l.png') no-repeat top left;
    height: 46px;
    margin: 0;
    padding: 0 20px;
    display: block;
}

div.nav ul li a {
    background: url('../images/nav-m.png') repeat-x top left;
    padding: 10px 0 0 0;
    height: 35px;
    display: block;
    color: white;
    text-decoration: none;
}

div.nav ul li a span {
    color: #a5a5a5;
    display: block;
    clear: both;
}

div.nav ul li a:hover, div.nav ul li a:hover span {
    color: white;
}

div.content {
    color: white;
    font-size: 12px;
    line-height: 1.6em;
    margin-bottom: 15px;
}

div.col1 {
    width: 415px;
    float: left;
    padding: 0 35px 35px 35px;
    margin: 20px 0 0 0;
}

div.col2 {
    width: 435px;
    float: left;
    margin: 20px 0 0 0;
    padding: 0 5px 35px 5px;
    /*border-left: 2px solid #a5a5a5; */
}

div.col2 a {
	padding: 2px 0;
	color: #d5d5d5;
}

div.col2 a:hover {
	color: white;
}

div.col2 ul {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
}

div.col2 ul li {
	display: block;
	padding: 2px 0;
}

div.col2 ul li a {
	color: #d5d5d5;
}

div.col2 ul li a:hover {
	color: white;
}


div.footer {
    background: #333399;
    text-align: center;
    font-size: 12px;
    padding: 10px;
    height: 15px;
    border-bottom: 5px solid black;
}

div.footer ul {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

div.footer ul li {
    display: inline;
}

div.footer ul li a {
    color: white;
    text-decoration: none;
    padding: 10px;
}

div.footer ul li a span {
    display: none;
}

div.footer ul li a:hover {
    text-decoration: underline;
}

/* Recent News Styles*/

div.recent-news {
    
}

div.news-item {
    border-bottom: 2px solid #a5a5a5;
    padding: 10px 0;
}

div.news-item img {
	float: right;
	margin: 0 0 5px 5px;
	padding: 3px;
	border: 1px solid #a5a5a5;
	background: white;
}

a.more {
    clear: both;
    color: white;
    text-decoration: none;
    font-weight: bold;
}

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

/* Upcoming Events Styles */

table.upcoming {
	border-collapse: collapse;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	width: 100%;
}

table.upcoming tr th {
	background: #102e69;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	padding: 6px;
	color: white;
	font-size: 12px;
}

table.upcoming tr th+th {
	width: 30%;
}

table.upcoming tr td {
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	padding: 6px;
	background: #111;
	color: white;
	font-size: 12px;
}

table.upcoming tr td img {
	border: none;
	background: transparent;
	text-decoration: none;
}

table.upcoming tr td a img {
	float: left;
	margin-right: 10px;
	border: none;
	background: transparent;
	text-decoration: none;
}

table.upcoming tr td.alt {
	background: #222;
}


/* Quote Styles */
h2 {
    font-weight: normal;
    font-size: 18px;
    line-height: 1.4em;
    margin: 0 0 5px 0;
}

h3 {
    font-weight: normal;
    font-size: 10px;
    line-height: 1.4em;
    margin: 0 0 25px 0;
}

/* QG TABS */

div.qgtabs {
    width: 415px;
    height: 475px;
    margin-top: 8px;
    /*background: black;*/
}

div#pages {
    position: absolute;
/*    z-index: 9;*/
}

div#tabnav {
    position: absolute;
    z-index: 12;
    width: 40px;
    height: 465px;
    margin-left: 375px;
}

div.tab {
    text-indent: -10000px;
    color: #666;
    border: 1px solid white;
    cursor: pointer;
    background: black;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    height: 85px;
}

div.newtab {
    text-indent: -10000px;
    color: #666;
    border: 1px solid white;
    cursor: pointer;
    background: black;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    height: 85px;
	z-index: 100;
}

div.page {
    width: 415px;
    height: 465px;
    position: absolute;
/*    z-index: 999; */
}

div.page img {
	display: none;
}

div.frame {
	border: 1px solid #666;
	overflow: hidden;
	width: 100px;
	height: 100px;
}

div.projects img {
	background: white;
	padding: 5px;
	border: 1px solid #666;
	margin: 3px;
	/*width: 120px;
	height: 120px;*/
	cursor: pointer;
}

div#projects img{
	background: white;
	padding: 5px;
	border: 1px solid #666;
	margin: 3px;
	/*width: 120px;
	height: 120px;*/
	cursor: pointer;
}

div#projects img.pushpin{
	background: transparent;
	border: none;
}

div.projects a img {
	text-decoration: none;
}

#largeProject {
	background: white;
	padding: 3px;
	/*border: 5px solid #999;*/
	display: none;
	cursor: pointer;
}

/* The Company Tabs & Pages*/
div.page_content {
	font-size: 0.9em;
	line-height: 1.5em;
    padding: 35px 50px 35px 35px;
    color: #333;
}

div.page_content h1 {
    color: #003366;
}

div#principles_team_tab {
    margin-top: 18px;
    height: 75px; /*k103px*/
}
div#creative_team_tab {
    height: 85px;
}
div#it_team_tab {
    height: 68px;
}
div#comm_team_tab {
    height: 135px;
}

div#principles_team {
    background: url('../images/thecompany/principles_team.png') top left no-repeat;
}
div#creative_team {
    background: url('../images/thecompany/creative_team.png') top left no-repeat;
}
div#it_team {
    background: url('../images/thecompany/it_team.png') top left no-repeat;
}
div#comm_team {
    background: url('../images/thecompany/comm_team.png') top left no-repeat;
}

/* The Portfolio Tabs & Pages */
div#collateral_tab {
	height: 60px;
	margin-top: 12px;
}

div#ad_campaigns_tab {
	height: 72px;
}

div#logo_design_tab {
	height: 63px;
}

div#branding_concepts_tab {
	height: 92px;
}

div#marketing_strategies_tab {
	height: 100px;
}

div#collateral {
	background: url('../images/theportfolio/collateral.png') top left no-repeat;
}

div#ad_campaigns {
	background: url('../images/theportfolio/ad_campaigns.png') top left no-repeat;
}

div#logo_design {
	background: url('../images/theportfolio/logo_design.png') top left no-repeat;
}

div#branding_concepts {
	background: url('../images/theportfolio/branding_concepts.png') top left no-repeat;
}

div#marketing_strategies {
	background: url('../images/theportfolio/marketing_strategies.png') top left no-repeat;
}

/* Sub Pages */
div#sites {
	background: url('../images/sites.png') top left no-repeat;
}

div#sights {
	background: url('../images/sights.png') top left no-repeat;
}

div#sounds {
	background: url('../images/sounds.png') top left no-repeat;
}

div#events {
	background: url('../images/events.png') top left no-repeat;
}

div#contact {
	background: url('../images/contact-us.png') top left no-repeat;
}