
/**************************************************************************************************
*
*	CSS file for TechVentures Group
*
*
***************************************************************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	/*	background-image: url(images/background-slice.gif); */
	background-image: url(images/bgsquare.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 30px;
	color: #10245c;/*	color: #996633; */ 
}

h1 {
	font-size: 1.1em;
	font-weight: normal;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #970607;
	margin-bottom: 10px;
	text-align: center;
}

p {
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: justify;
	font-size: 12px;
	line-height: 1.5;
}

ol {
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}

a {
	text-decoration:  none;
}

img {
	border: none;
}

.blue {
	color: #10245c;
}

.center {
	text-align: center;
}

.hiddenArea {
	display: none;
}

.error {
	color: #970607;
}

.sideText {
	color: #970607;
	padding-left: 20px;
}

.highlight {
	background-color: #E2E2E2;
	padding: 0 10px;
}

blockquote {
	margin: 0 auto 10px auto;  /* center it in the content?" */
	border-bottom: 1px solid #d8D7C5;
	border-top: 1px solid #d8D7C5;
  color: #808040;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;

}

blockquote p {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 1.4;
}

p.slogan {
	margin: 0;
	padding: 0 0 15px 0;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

blockquote.emphasize {
	padding: 10px;
	text-align: left;
	font-size: 1.1em;
}

span.quoter {
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	font-style: normal;
}

#left {
	float: left;
	width: 148px;
}

br.clear {
	clear: both;
}

#wrapper {
	width: 740px;
	margin: 0 auto; /* centers the page */
}

#header {
	width: 100%;
	height: 100px;
	background-color: white;
	background-image: url(images/headerBackground.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	border-width: 0;
}

#bar {
	clear: both;	/* make sure it's at the bottom of the content area */
	width: 100%;
	height: 10px;
	background-color: #10245C;
}

#footer {
	width: 100%;
	margin-bottom: 20px;
	margin-top: 5px;
}

#footer * {
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 1;
}

#footer a {
	text-decoration: none;
}

/************** NAVIGATION AREA AND BUTTONS *******************/

#nav-links {
	width: 100%;
	float: right;
	background-color: #10245C;
	border-bottom: 5px solid #a3a374;
}

#nav-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 20px;
	float: right;
}

#nav-links li {
	float: left;  /* makes the buttons horizontal instead of vertical */
	padding: 0px;
}

#nav-links a {
	color: white;
	background-color: #10245C;
	text-align: center;
	padding: 5px 10px;
	display: block;
	font-size: .6em;
	font-weight: bold;
	border-left: 1px solid #a3a374;
}

#nav-links a:hover {
	background-color: #a3a374;
	color: #10245C;
}

/*********************************** content on home page *****************************************/

#content {
	float: left;
	width: 100%;
	background-image: url(images/balanced-rocks.gif);
	background-position: left bottom;
}

#content-top {
	width: 540px;
	margin: 15px auto;
}

#content-top h1 {
	color: #10245c;
	text-align: center;
	font-size: 17px;
	line-height: 1.5;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;

}

#content-top p {
	color: #10245c;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

#content-top span {
	margin: 40px;
}

#content-bottom {
	margin: 20px auto 40px auto;
	width: 600px;
	position: relative;
	padding: 5px;
	border: 2px solid #a3a374;
}

#content-bottom h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content-bottom ul {
	list-style: none;
}

#content-bottom span {
	display: none;
	}
	
/** 	This is using 1 big image that contains all the links and their hover states.  Changing the 
	background-position displays the appropriate part of the image 
**/


#content-bottom ul li a {
	background-image: url(images/TVG-statement-50.png);
	display: block;
	width: 320px;
	height: 34px;
	border-right: 1px solid #a3a374;
}

* html #content-bottom ul li a {
	background-image: url(images/TVG-statement-IE6.gif);
}

#link1 a {
	background-position: 0 0;
}

#link1 a:hover {
	background-position: -321px 0;
}

#link2 a {
	background-position: 0 -35px;
}

#link2 a:hover {
	background-position: -321px -35px;
}

#link3 a {
	background-position: 0 -69px;
}

#link3 a:hover {
	background-position: -321px -69px;
}

#link4 a {
	background-position: 0 -105px;
}

#link4 a:hover {
	background-position: -321px -105px;
}

#link5 a {
	background-position: 0 -140px;
}

#link5 a:hover {
	background-position: -321px -140px;
}

/* these two styles format the content that is displayed to the right of the links on the main page.
   The contents are displayed when the link is hovered over */
.caseStudy {
	position: absolute;
	top: 5px;
	left: 327px;
	width: 275px;
	height: 170px;
	background-image: url(images/999933-40.gif);
}

.caseStudy h1 {
	font-size: 12px;
	color: #970607;
	font-variant: small-caps;
	margin-left: 10px;
	margin-bottom: 2px;
	padding-top: 5px;
	font-weight: bold;
}

.caseStudy strong {
	color: #970607;
	font-weight: bold;
	margin-right: 20px;
	margin-top: 10px;
	float: right;
	font-size: 12px;
}

.caseStudy p {
	padding: 5px;
	margin: 10px 10px;
	font-size: 13px;
	line-height: 1.3;
	font-weight: bold;
	color: #10245c;
	letter-spacing: .05em;
}

/*** here's the code to do the disjointed rollovers on the home page */
/*#content-bottom li a span {
	visibility: hidden
}

#content-bottom li a.current span, #content-bottom li a:hover span {
	visibility: visible;
}

#content-bottom li a:hover {
	visibility:visible;
}
*/
/*****************************  for pages other than the home page ***********************************************/

#contentWrapper {
	float: left;  /* need this so the div's inside won't extend beyond the wrapper */
	background-color: white;
	width: 716px;
	padding: 12px;
}

/*** side navigation ***/

/*** to take care of IE6 bug with double margins ***/
* html #sidebar {
	display: inline;
}

#sidebar {
	float: left;
	width: 148px;
	border: 2px solid #a3a374;
	border-top-width: 0;
	margin: 20px 25px 25px 0px;
}

#sidebar img {
	width: 145px;
	margin-bottom: -5px;
}

#pageLabel {
	background-color: transparent;
	background-image: url(images/pageLabels.gif);
	width: 145px;
	height: 65px;
	/*	margin-bottom: -5px; */
	border-left: 5px solid #10245c;
}

#whoweare #pageLabel {
	background-position: 0 0;
}

#whatwedo #pageLabel {
	background-position: 0 -66px;
}

#clients #pageLabel {
	background-position: 0 -131px;
}

#events #pageLabel {
	background-position: 0 -198px;
}

#contact #pageLabel {
	background-position: 0 -264px;
}

#sidebar ul {
	list-style: none;
	background-color: white;
	border-left: 5px solid #10245c;/*	border-top: 5px solid #10245c; */
	}

/***  keep this here to fix the IE6 problem with adding bottom margins below these links ***/
#sidebar li {
	display: inline;
}

#sidebar a {
	display: block;
	text-align: left;
	color: #10245c;
	font-size: .7em;
	font-weight: bold;
	line-height: 1em;
	padding: 5px 15px 10px 25px;
	margin-top: 0;
	border-bottom: 1px dotted #a3a374;
}

#sidebar a:hover {
	color: #970607;
}

.currentLink {
	background: transparent url(images/redArrow.gif) 3px 50% no-repeat;
}

#sidebar h1 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .85em;
	text-align: left;
	padding: 5px 5px 0px 10px;
	color: #959160;
	background-color: white;
	margin-bottom: 0;
}

/******************* the right side with the real content of the page *****************************************/
#textArea {
	background-color: transparent;
	float: left;
	width: 460px;
	/*	padding: 20px; */
	margin: 10px 0 20px 0;
	padding: 10px 50px 10px 25px;
}

#textArea strong {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}


#textArea ul li {
	font-size: 11px;
	line-height: 1.5;
	list-style: square;
	margin-bottom: 10px;
	margin-left: 15px;
}

#textArea em {
	font-weight: bold;
	font-style: normal;
}

/****************** properties specific to who we are page ************************************/
/*#whoweare #contentWrapper {
	background-image: url(images/test-background.gif);
	background-position: center top;
	background-repeat: no-repeat;
	}
*/	
#bios a, .affiliate a {
	color: #970607;
	text-decoration: none;
}

#bios {
	display: inline;
	background-color: transparent;
	float: left;
	width: 350px;
	margin: 20px 70px 20px 60px;
}

#bios h1 {
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 0;/*	margin-left: -70px; 
	text-decoration: underline; */
	}

#bios p {
	font-size: 11px;
	line-height: 1.5;
}

#bios h2 {
	font-size: 12px;
	color: #970607;
	margin-top: 5px;
}

#bios h2 {
	font-weight: normal;
}

#bios em {
	font-weight: bold;
	font-style: normal;
}

#bios strong {
	color: #970607;
}

.affiliate {
	border-bottom: 1px solid #a3a374;
	float: left;
	width: 100%;
}

.affiliate img {
	float: left;
	margin: 10px 20px 10px 0;
}

.affiliate em {
	color: #970607;
	font-style: normal;
}

/*************** properties specific to contact and directions page *******************************/
#contactForm {
	font-size: .7em;
	background-color: #D6D3BE;
	padding: 10px 5px 20px 10px;
	border: 2px solid #a3a374;
}

#confirmMail {
	background-color: #D6D3BE;
	font-size: .7em;
	color: #970607;
	padding: 15px 30px;
}

#contactForm .label {
	float: left;
	width: 100px;
	text-align: right;
	clear: left;
	margin-right: 15px;
}

#contactForm span {
	font-weight: bold;
}

#subButton {
	color: #FFFFFF;
	padding: 2px 4px;
	font-weight: bold;
	font-size: 1.2em;
	border-width: 0;
}

#subButton {
	margin-left: 115px;
	background-color: #970607;
}

/************************* the directions pages ****************************************************/

#directions {
	background-color: transparent;
	float: left;
	padding: 0 15px 0 0;
	line-height: 17px;
}

#directions a {
	color: #970607;
}

#directions h1 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

#directions h2 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}

#directions p {
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#directions li {
	font-size: 11px;
	list-style-type: decimal;
}

#directions strong {
	font-weight: bold;
}

/**** properties specific to Resource Page ******************************************/
.articleTitle a {
	text-decoration: underline;
	font-weight: bold;
	color: #10367C;
}

.newsItem {
	font-size: .75em;
	color: #576976;
}

.newsDate {
	font-size: .75em;
	font-weight: bold;
	color: #990033;
	margin-top: 8px;
	margin-bottom: 0;
}

.articleTitle {
	font-size: 12px;
	font-variant: small-caps;
	margin-top: 0;
	margin-bottom: 15px;
	color: #10367C;
}

.articleAuthor {
	font-size: 10px;
	margin-top: 0;
	margin-bottom: 0;
}

.pdficon {
	margin-bottom: -3px;
	margin-right: 3px;
	margin-left: 5px;
}
