/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
body {
	line-height:140%;
	color:#5d523e;
	background: #fff;
	text-align:left;
	font-size:76%;
}
ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Layout */

#container{
	width:916px;
	margin:0;
	background: #fff;
	font: 100%/150% "Lucida Grande", Tahoma, Verdana, Helvetica, sans-serif;
	}
	
#header{
	height:165px;
	overflow:hidden;
	background: #fff url(../lib/img/header-bg.gif) no-repeat;
}

#mainContent{
	width: 866px;
	min-height:400px;
	_height:400px;
	padding:45px 50px 0 0;
	background: #fdfaea url(../lib/img/main-bg.gif) right top repeat-y;
}

#footer{
	height:59px;
	background: #fff url(../lib/img/footer-bg.gif) no-repeat;
}

.clearfloat{clear:both; height:0px;}

#footer p{
    padding:30px 0 0 38px;
	font-size:90%;
    }
/* menu */

#menu{ position:absolute;top:85px;left:85px; width:800px;}
#menu ul{position:relative;list-style:none inside none; margin:0;}
#menu li ul{position:absolute;top:50px; right:8px;display:none; width:800px;}
#menu .active ul, #menu .parent ul{display:block;}
#menu li{float:right; display:block;}
#menu ul a{text-align:center; line-height:50px; font-weight:bold; font-size:105%;}
li.Home a{height:50px; width:127px; background: #fff url(../lib/img/tab-or.gif) no-repeat; display:block;}
li.Services a{height:50px; width:126px; background: #fff url(../lib/img/tab-gr.gif) no-repeat; display:block;}
li.About a{height:50px; width:132px; background: #fff url(../lib/img/tab-bl.gif) no-repeat; display:block;}
#menu ul ul a{height:20px; padding:0 0 0 19px; margin:0; font-size:90%; line-height:30px; background:url(../lib/img/bullet-gr.gif) no-repeat 5px 0px; display:inline !important;}
#menu ul ul a:hover{color:#ac4f3b;}
.Venture-Services a, .Client-List a{background:none !important;}

/* Text Styles */
#header h1 { display: block; height: 68px; width: 169px; margin:37px 0 0 45px; background:url(../images/logo.gif) no-repeat top left; text-indent: -9999px; cursor:pointer;}
h1 { }
h2 { font-size:30px; height:40px; width:800px; font-family:"Times New Roman", serif; color:#ac4f3b; margin:0 0 5px 45px; font-weight:lighter;}
h3 { font-size:105%; color:#40637f; font-weight:bold; margin:0 0 0 360px; }
p {padding:0 0 0.8em 360px; }
a {color: #9d9c8b; text-decoration: none }
a:hover { text-decoration:none; }
a:focus, a:active { outline: none }
ul, ol{ margin:0 0 .8em 360px; }
ul ul, ol ol, uol ol, ol ul{ margin:0 0 .8em 30px; }

em, i{font-style:italic;}
strong, b{font-weight:bold;}

#mainContent table{margin:0 0 0 360px; }
#mainContent ul li{list-style:none; background:url(../lib/img/bullet-or.gif) no-repeat 0px .5em;padding-left:1.2em}
.banner{position:absolute;top:255px; left:0px;}
.blue, .blue a{color:#40637f;}
.red, .red a{color:#ac4f3b;}
.lgrey, .lgrey a{color:#9d9c8b;}
.dgrey, .dgrey a{color:#5d523e;}
.small {font-size:90%}

