
@import "common.css";

/*begin normal CSS for Tier 1 browser: Firefox
----------------------------------------------------*/

body {
	text-align: center;
	font: 62.5% Arial, Helvetica, sans-serif;
	color: #000;
	background: #f4f4f4;
	padding-top: 5px;
	background-color: #f4f4f4;
	background-image: url(../images/bg-body-front.gif);
	background-repeat: repeat-x;
}

body#services {
	background: #061f33;
}

em {
	font-style: italic;
	line-height: inherit;
}
.imgleft {
	float: left;
	margin: 0 15px 10px 0;
}
/*smart archives
------------------------*/
.emptymonth {
	color: #999;
}

.clear {
	clear: both;
}



/*wrapper
-----------------*/
#wrap {
	width: 1000px;
	margin: 0 auto;
	background: transparent url(../images/bg-wrap.gif) no-repeat 100% 122px;
}
#start #wrap {
	background: transparent url(../images/bg-wrap-front.gif) no-repeat 100% 500px;
}
#project #wrap {
	background-image: none;
}





/*header
------------------------*/
#header {
	height: 241px;
	width: 1000px;
	background-image: url(../images/bg-header.jpg);
	position: relative; /* 
	overflow: hidden; */
}

#nav {
	margin-top: 163px;
	position: absolute;
}

#header ul {
	margin: 0 auto;
	margin-left: 20px;
}
#header li {
	display: inline;
}
#header li a {
	float: left;
	height: 34px;
	display: block;
	margin-left: 5px;
	text-indent: -99999px;
	overflow: hidden;
}
#header li.page-item-3 a {
	width: 67px; background: url(../images/bg-li-a-home.gif) no-repeat;
}
#header li.page-item-4 a {
	width: 93px; background: url(../images/bg-li-a-aboutvf.gif) no-repeat;
}
#header li.page-item-5 a {
	width: 91px; background: url(../images/bg-li-a-services.gif) no-repeat;
}
#header li.page-item-6 a {
	width: 75px; background: url(../images/bg-li-a-weblog.gif) no-repeat;
}
#header li.page-item-7 a {
	width: 89px; background: url(../images/bg-li-a-ourwork.gif) no-repeat;
}
#header li.page-item-8 a {
	width: 96px; background: url(../images/bg-li-a-contactus.gif) no-repeat;
}
#header li a:hover,
#header li.current_page_item a,
#header li.current_page_parent a {
	background-position: 0 -34px;
}





/*featured column with slider
--------------------------------*/
#feature {
	height: 323px;
	background: #061f33 url(../images/bg-feature.jpg) no-repeat 0 0;
	overflow: hidden;
}
#intro {
	float: left;
	margin: 35px 0 0 35px;
	width: 400px;
	display: inline;
}
#intro h1, #intro h1 span { 
	height:54px; 
	width:215px; 
	background-image: url(../images/bg-h1-intro.gif);
} 
#intro p {
	font: bold 1.4em/1.6em Arial, Helvetica, sans-serif;
	color: #4B401B;
	text-align: justify;
	margin: 0.8em 0 0 25px;
	font-style: italic;
}

#sm-vidBox {
	position: relative;
	float: right;
	right: 60px;
	margin: 0px;
	padding: 0px;
	width: 453px;
	height: 302px;
}

.flash-vid {
	width: 453px;
	height: 302px;
}

#player2 {
	position: absolute;
	top: 0px;
}

/*punchline
--------------------*/
#punchline {
	height: 75px;
	position: relative;
}
#punchline h2, #punchline h2 span { 
	height: 85px; 
	width: 418px; 
	text-indent: -99999px;
	background: url(../images/bg-h2-vf.gif) no-repeat 0 0;
} 
#punchline a {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 187px;
	height: 85px;
	background: url(../images/bg-a-contact.gif) no-repeat 0 0;
	text-indent: -99999px;
	overflow: hidden;
}
#punchline a:hover {
	background: url(../images/bg-a-contact.gif) no-repeat 0 -85px;
}


/* home bottom wrapper 
-------------------------*/
#home-btm {
	position: relative;
	margin-top: 30px;
}



/*main content
-----------------*/
#main {
	float: left;
	width: 480px;
	position: relative;
	padding-bottom: 30px;
}

#main h2 {
	font-size: 2em;
	font-weight: normal;
	margin: 5px;
	padding: 5px;
	letter-spacing: -1px;
	color: #14a1b7;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#main h2 a, #main h2 a:visited {
	color: #f7c735;
}

#main h2 a:hover {
	color: #f7c735;
}

#main p,
#main ul,
#main ol,
#main dl,
#main-project p,
#main-project ul,
#main-project ol,
#main-project dl {
	margin: 0 0 15px;
	font-size: 1.2em;
	line-height: 1.8;
	text-align: justify;
}
#main ul li,
#main-project ul li {
	line-height: 1.6em;
	list-style: disc;
	margin-left: 15px;
}
#main p a,
#main li a,
#main-project p a {
	color: #118cca;
}
#main p a:hover,
#main li a:hover,
#main-project p a:hover {
	color: #000;
	text-decoration: underline;
}
#main ul ul {
	font-size: 1em;
	margin-bottom: 0;
	margin-left: 20px;
}





/*middle col
---------------------*/
#middle {
	float: left;
	width: 210px;
	display: inline;
	margin-left: 30px;
	padding-bottom: 30px;
}
#middle h2 {
	font-size: 2em;
	font-weight: normal;
	margin: 5px;
	padding: 5px;
	letter-spacing: -1px;
	color: #14a1b7;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#middle h2 a, #middle h2 a:visited {
	color: #14a1b7;
}

#middle h2 a:hover {
	color: #14a1b7;
}

#middle li a {
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 5px 0 5px 5px;
	color: #282828;
	display: block;
	width: 195px;
	border-bottom: 1px dotted #ccc;
}
#middle li a:hover {
	color: #118cca;
}



/*right column
----------------------------*/
#right-col {
	float: right;
	width: 210px;
	padding-bottom: 30px;
}
#right-col p,
#right-col ul,
#right-col ol,
#right-col dl {
	margin: 0 0 1.6em;
	font-size: 1.2em;
	line-height: 1.6em;
}
#right-col li {
	list-style: none;
	margin-left: 15px;
}
#right-col h2 {
	font-size: 2em;
	font-weight: normal;
	margin: 5px;
	padding-bottom: 5px;
	color: #b38706;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	font-style: italic;
}

	h2#clients {
		color: #b38706;
		font-style: italic;
	}

#right-col li {
	margin: 0;
	line-height: 1em;
}
#right-col li a {
	color: #44B2EA;
	padding: 5px 0 5px 20px;
	line-height: 1.6em;
	display: block;
	width: 190px;
	border-bottom: 1px dotted #ddd;
	font-weight: bold;
}
#right-col li.current_page_item a {
	color: #333;
	background-image: none;
	background: #eee;
	padding-left: 10px;
	width: 200px;
}
#right-col li.current_page_item a:hover {
	color: #333;
}
#right-col li a:hover {
	color: #333;
}


#right-col img {
	border: none;
}




/*FOOTER
-----------------------------------------*/


#footer-wrap {
	width: 100%;
	background-color: #f4f4f4;
}


#footer-2 {
	position: relative;
	padding: 0;
	width: 1000px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}

#footer {
	position: relative;
	margin: 0;
	padding: 1px 0;
	width: 1000px;
	clear: both;
	overflow: hidden;
}
#footer ul, #footer-2 ul {
	font-size: 1em;
	color: #666;
	margin: 20px 0 0;
	overflow: hidden;
	margin-left: -7px;
}
#footer li, #footer-2 li {
	display: inline;
}
#footer li a, #footer-2 li a {
	color: #666;
	text-decoration: none;
	float: left;
	line-height: 1.6em;
	padding: 0 7px;
	display: block;
	border-left: 1px solid #75C5F0;
}

#footer li.large-logo a, #footer-2 li.large-logo a {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	text-decoration: none;
	border-style: none;
	width: 184px;
	height: 79px;
	background: url(../images/vf-large-logo.gif) no-repeat 0 0;
	text-indent: -99999px;
	overflow: hidden;
}

#footer li a:hover, #footer-2 li a:hover {
	color: #118cca;
}
#footer p, #footer-2 p {
	color: #999;
	font-size: 1em;
	line-height: 1.6;
	margin: 1em 0;
}
#footer p a, #footer-2 p a {
	color: #aaa;
}
#footer p a:hover, #footer-2 p a:hover {
	color: #118cca;
}
#footer p span, #footer-2 p span {
	position: absolute;
	right: 0;
	font-size: 0.9em;
	text-transform: none;
}