@charset "UTF-8";
/* CSS Document */
/*-----------------------------------------------------------------------------
Anthem Venture Partners Stylesheet - Global Settings (all pages)
Features: Centered layout,
version:   1.0
author:    the designory - los angeles
email:     max@soulsun69.com
website:   http://www.thedesignory.com/
last update: 07/11/08
-----------------------------------------------------------------------------*/
@import url(admin.css);
@import url(contact.css);
@import url(home.css);
@import url(news.css);
@import url(portfolio.css);
@import url(team.css);
@import url(investor.css);

/* =General
-----------------------------------------------------------------------------*/
/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
/* Class for clearing floats */
.clear {
	clear:both;
}
/* Remove border around linked img */
img {
	border: 0;
}
body {
	background: #FFFFFF;
}
input, textarea, select, checkbox, radio {
	font-size:9px;
}
a {
	text-decoration: none;
	color: #007BC1; /* Blue */
}
a:hover {
	text-decoration: underline;
	color: #939284; /* Grey */
}
p {
	font-size: 12px;
}
/* Note: This tag is only used with Image replacement technique so small size is necessary to hide it */
h2 {
	font-size: 12px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #AAA00C; /* Green-Yellow */
	padding: 10px 0 0 10px;
}
.bold {
	font-weight: bold;
}
.first {
	margin-top: 10px;
}
/* =Layout
-----------------------------------------------------------------------------*/
#wrapper {
	width: 900px;
	margin: 40px auto;
	text-align: left;
}
#logo {
	float: left;
	width: 290px;
	height: 50px;
	position: relative;
}
#logo span {
	background:url(../img/anthemLogo.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
#logo h1 {
	padding: .5em 0 0 1em;
	font-size: large;
	color: #AAA00C; /* Green-Yellow */
}
/* =mainNav
-----------------------------------------------------------------------------*/
#mainNav {
	width: 357px;
	height: 50px;
	background: #FFF url(../img/mainNav.jpg) no-repeat;
	padding: 0;
	position: relative;
	float: right;
	font-size: 12px;
}
#mainNav li {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	top: 0;
}
#mainNav li a {
	height: 45px;
	display: block;
	text-decoration: none;
	line-height: 45px;
	color: #AAA00C; /* Green-Yellow */
	text-indent: -5000px;
}
#mainNav li a:visited {
	color: #FFF; /* YELLOW */
}
#mainNav li a:hover {
	color: #939284; /* Grey */
}
#team {
	left: 0px;
	width: 90px;
}
#portfolio {
	left: 90px;
	width: 70px;
}
#news {
	left: 161px;
	width: 50px;
}
#contact {
	left: 211px;
	width: 60px;
}
#investor {
	left: 271px;
	width: 87px;
}
/* OVER SETTINGS */
#team a:hover {
	background: transparent url(../img/mainNav.jpg) -0px -50px no-repeat;
}
#portfolio a:hover {
	background: transparent url(../img/mainNav.jpg) -90px -50px no-repeat;
}
#news a:hover {
	background: transparent url(../img/mainNav.jpg) -161px -50px no-repeat;
}
#contact a:hover {
	background: transparent url(../img/mainNav.jpg) -211px -50px no-repeat;
}
#investor a:hover {
	background: transparent url(../img/mainNav.jpg) -271px -50px no-repeat;
}
/* SELECTED SETTINGS */
#teamPage #team a {
	background: transparent url(../img/mainNav.jpg) -0px -50px no-repeat;
}
#portfolioPage #portfolio a {
	background: transparent url(../img/mainNav.jpg) -90px -50px no-repeat;
}
#newsPage #news a {
	background: transparent url(../img/mainNav.jpg) -161px -50px no-repeat;
}
#contactPage #contact a {
	background: transparent url(../img/mainNav.jpg) -211px -50px no-repeat;
}
#investorPage #investor a {
	background: transparent url(../img/mainNav.jpg) -271px -50px no-repeat;
}
/* =Main Content Wide
-----------------------------------------------------------------------------*/
#leftSideContent {
	float: left;
	width: 660px;
}
#rightSideContent {
	float: right;
	width: 230px;
}
#mainContentTop {
	float: left;
	width: 660px;
	margin-top: 10px;
}
#mainContentTop h3 {
	margin-left: 5px;
}
#mainContent {
	float: left;
	width: 660px;
	margin-top: 10px;
	margin-bottom: 30px;
}
#mainContent h3 {
	margin-left: 5px;
}
.whiteFullBack {
	float: left;
	width: 630px;
	background: #FFF;
	margin: 0 15px 0 15px;
	border-bottom: #EDECE7 2px solid;
}
.beigeFullBack {
	float: left;
	width: 630px;
	background: #faf9f6;
	margin: 0 15px 0 15px;
	border-bottom: #EDECE7 2px solid;
}
.mainBot {
	float: left;
	width: 660px;
	height: 22px;
	background: url(../img/mainBottom.jpg) no-repeat;
}
#mainContent p {
	padding: 5px 15px 20px 15px;
	line-height: 150%;
}
#mainContentTop p {
	line-height: 150%;
}
#mainContent a {
	font-size: 12px;
}
/* =Featured Testimonial Side Content
-----------------------------------------------------------------------------*/
#featuredTestSide {
	float: right;
	margin-top: 10px;
	width: 230px;
	background: #EDECE7;
	overflow: hidden;
}
.featuredTestContent {
	font-size:12px;
	line-height: 140%;
	margin: 10px 15px 10px 15px;
}
.featuredTestContent p {
	color: #AAA00C; /* Green-Yellow */
	margin: 10px 0 5px 0;
}
.featuredTestContent q {
	color: #4b4b4b; /*Grey - Blue */
}
.featuredTestContent p.italic {
	color: #72704a; /* Dark Green-Yellow */
	font-style: italic;
	margin-top: 0;
	padding-left: 10px;
}
/* Image Replacement */
#featuredTestHead {
	padding: 0;
	margin: 0;
	width: 230px;
	height: 29px;
	position: relative;
}
#featuredTestHead span {
	background: url(../img/contact_us/contactSideBot.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
.sideBot {
	width: 230px;
	height: 17px;
	background: url(../img/sidebarBottom.jpg) no-repeat;
}

/* =Filter Companies Menu
-----------------------------------------------------------------------------*/
#filterCo {
	float: right;
	margin: 10px 0 0 10px;
	width: 230px;
	background: #EDECE7;
}

.filter {
	width: 210px;
	height: 34px;
	margin: 0 10px 0 10px;
	background: #FFF;
	border-bottom: 1px solid #EDECE7;
	
}

.filterOption {
	float: left;
	width: 150px;
	font-size:12px;
	font-weight: bold;
	color: #007BC1; /* Blue */
	padding: 8px 0 0 10px;
}

.filterBtn {
	float: right;
	width: 38px;
	height: 34px;
}

#filterCo h2 {
	font-size:12px;
}

#filterBot {
	width: 230px;
	height: 29px;
}



/* Image Replacement */
#filterCoHead {
	width: 230px;
	height: 29px;
	position: relative;
}
#filterCoHead span {
	background: url(../img/portfolio/filterCompanies.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}


/* =dropDown Functionality
-----------------------------------------------------------------------------*/
ul#filterMenu li {
	list-style-type: none;
  	position: relative;
	font-size: 11px;
}
ul#filterMenu ul {
	display: none;
}

ul#filterMenu li:hover > ul {
	display: block; 
	position: absolute;
	top: -1px; 
	left: 100%;
	background: #000;
}

#filterMenu li a {
	display: block;
	padding: 5px 0 7px 15px; 
	color: #939284; /* Grey */
	text-decoration: none;
  	background: #FFF;
	border-bottom: #EDECE7 1px solid;
}

#filterMenu {
	margin-top: 10px;
}

 
ul#filterMenu li a:hover {
	background: #EDECE7;
	color: #007BC1;
}

ul#filterMenu > li:hover > ul {
	z-index: 1;
	max-height: 199px;
	width: 210px;
	border-left: #EDECE7 1px solid;
	border-right: #EDECE7 1px solid;
	border-bottom: #EDECE7 1px solid;
	overflow: auto;
	overflow-x: hidden; 
	top: 35px; 
	left: -1px;
}

/* keep folowing styles together..........................*/
* html ul ul {
	margin-left:-16px;/* ie5 fix */
	voice-family: "\"}\""; 
	voice-family: inherit;
}
	
* html ul li {float:left;/* hide float from ie5*/}
* html ul ul {
	width:210px;	
	w\idth:208px;
	voice-family: "\"}\""; 
	voice-family: inherit;	
}

* html ul ul {margin-left:0;/* hide margin from ie5*/}
/* keep above styles together .............*/


/* Styles for Menu Items */
ul#filterNav li a {
	display:block;
	text-decoration: none;
	color: #007BC1; /* Blue */
	background: #FFF; /* IE6 Bug */
	line-height:34px;
	height:34px;
	padding-left: 10px;
	background: url(../img/filterButton.jpg) right no-repeat;
	border-bottom: 1px solid #EDECE7;
}


/* Sub Menu Styles */
#filterNav li ul li {
	width:210px;
	height: 28px;
	font-size: 11px;
   	color: #939284;
	border-bottom: 1px solid #EDECE7;
} 

#filterNav li ul li a{
	height: 28px;
	color: #939284;
	background: #FFF;
	border-bottom: 1px solid #EDECE7;
}


/* this sets all hovered state for sub links*/
#filterNav li:hover li a:hover, #filterNav li.over li a:hover {
	color: #007BC1; /* Blue */
    background: #EDECE7;
}


/* Show/Hide Sub menu functionality */
#filterNav li ul {
	position: relative;
	display:none;
}

#filterNav li.on ul { display:block  } /* The magic */
#filterNav li.off ul{display:none}

/* =footer
-----------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: left;
}
#footer p {
	font-size: 10px;
}
#footer a {
	text-decoration: none;
	color: #AAA00C; /* Green-Yellow */
	padding: 0 5px 0 5px;
}
#footer a:hover {
	text-decoration: underline;
	color: #939284; /* Grey */
}
.smallPrint {
	padding: 10px 0 0 5px;
	color: #939284; /* Grey */
}
