/* vimarc.com company_culture css file */
/* created by Andrew Creek */
/* andrew.creek@vimarc.com */
/* vimarc.com v2 vmrc270 */

/* @group generic styles */

body {
	font: small Geneva, "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #333333; 
	margin: 0; 
	padding: 0;
}

/* @end */
/* @group layout */

#content {
	width: 806px;
	height: 100%;
	background-color: white;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	border-left:  1px solid #999999;
	border-right:  1px solid #999999;
}

#header {
	width: 797px;
	height: 270px;
	margin-left: auto;
	margin-right: auto;
}

#brand-logo {
	float: left;
	margin: 0;
	padding: 0;
}

#brand-look {
	position: relative;
	float: left;	
	margin: 0;
	padding: 0;
}

#sidebar {
	width: 246px;
	min-height: 100px;
	height: 100%;
	float: left;
	margin-top: 15px;
	padding-top: 15px;
	padding-left: 30px;
	padding-bottom: 0px;
}

#sidebar-content {
	background-color: #3D3D3D;
	width: 212px;
}

#content-main {
	margin-top: 30px;
	padding-left: 28px;
	padding-right: 28px;
	padding-bottom: 25px;
}

#content-stretcher { clear: both; width: 100%; }

#footer {
	width: 100%;
	margin-top: 15px;
	padding-top: 17px;
	padding-bottom: 15px;
	background: #ED6915 url(../images/footer-bg.jpg) repeat-x;
}

#footer-content {
	width: 808px;
	margin-left: auto;
	margin-right: auto;
}

#footer-left {
	width: 247px;
	float:  left;
	padding-left: 30px;
	padding-bottom: 25px;
}

#footer-right {
	width: 474px;
	float: left;
	padding-left: 28px;
	padding-right: 28px;
	padding-bottom: 25px;
	border-left: 1px solid #F7B88C;
}

#footer-stretcher { clear: both; width: 100%; }

.blog-info { float: left; min-width: 150px; margin-right: 20px; }

.blog-info-search {
	float: left;
	width: 190px;
}

/* @end */
/* @group navigation */

#nav {
	height: 91px;
	width:  795px;
	margin: 2px auto 0 auto;
	padding: 0;
	list-style: none;
	border-left: 1px solid #1D1D1D;
	border-right: 1px solid #9A9A9A;
	border-top: 1px solid #9A9A9A;
	border-bottom: 1px solid #1D1D1D;
	background:#333333 url(../images/nav-bg.jpg) repeat-x;
}

#nav li {
	float: left;
	width: auto;
	border-left: 1px solid #646464;
	border-right: 1px solid #1D1D1D;
	border-bottom: 1px solid #9A9A9A;
}

#nav a {
	float: left;
	width: 137px;
	display: block;
	height:  67px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 22px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	color: #fff;
}

#nav a:hover {
	background: #ED6915 url(../images/nav-hover-bg.jpg) repeat-x;
}

.link-title {
	display: block;
	font-size: 160%;
	font-style: italic;
}

.link-body {
	display: block;
	font-size: 55%;
	font-weight: normal;
	font-style: normal;
}

/* active links */

#a-philosophy {
	background: #ED6915 url(../images/nav-hover-bg.jpg) repeat-x;
}

#a-capabilities {
	background: #ED6915 url(../images/nav-hover-bg.jpg) repeat-x;
}

#a-experience {
	background: #ED6915 url(../images/nav-hover-bg.jpg) repeat-x;
}

#a-ourwork {
	background: #ED6915 url(../images/nav-hover-bg.jpg) repeat-x;
}

#a-contact {
	background: #ED6915 url(../images/nav-hover-bg.jpg) repeat-x;
}

/* @end */
/* @group typography */

/* generic type styles */

h1 {
	font-style: italic;
	font-weight: normal;
	color: #ED6915;
	line-height: 105%;
}

h2, h3, h4 {
	font-style: italic;
	font-weight: normal;
	color: white;
	line-height: 120%;
}

/* content-main div type styles */

#content-main {
	color: #333333;
	font-size: 95%;
	line-height: 160%;
}

#content-main h1 {
	margin-top: 0;
}

#content-main h2, h3, h4 {
	color: #ED6915;
}

abbr { 
	color: #ED6915;
	font-size: 160%;
	font-weight: bolder;
	position: relative;
	top: 2px;
}

#content-main a{
	color: #ED6915;
}

#content-main a:hover {
	color: #F7B88C;
}

/* footer type styles */

#footer p {
	font-size: 90%;
	line-height: 150%;
}

p.footer-copy{
 color: white;
 font-style: italic;
}

#footer a {
	color: #333333;
}

#footer-left a {
	color: black;
}

#footer-right a:hover {
	color: black;
}

/* @end */
/* @group misc styles */

#sidebar-content img {
	border-bottom: 1px solid #333;
}

ul { list-style-type: square; }

li { margin-bottom: 4px; }

input { margin-bottom: 5px; }

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer li { font-size: 90%; }

blockquote {
	float: right;
	display: block;
	margin: 15px 0 15px 15px;
	padding: 20px;
	width: 192px;
	font-size: 190%;
	font-weight: normal;
	font-style: italic;
	line-height: 115%;
	background: #ED6915 url(../images/blockquote-bg.jpg) no-repeat right bottom;
}

blockquote p {
	padding: 0;
	margin: 0;
}

.division-span {
	height: 40px;
	background-color: #3D3D3D;
	padding: 10px 0px 20px 10px;
	margin-bottom: 10px;
}

.vcard { float: left; margin-right: 5px; margin-top: 5px; }

.download-link { float: left; margin-top: 5px; }

/* sweetTitles */
body div#toolTip { 
	position:absolute;
	z-index:1000;
	max-width: 300px;
	background:#ED6915 url(../images/blockquote-bg.jpg) no-repeat right bottom;
	text-align:left;
	padding:0 30px 20px 0;
	min-height:1em;
}

body div#toolTip p { 
	margin:0;
	padding:20px 0 0 30px;
	color:#fff;
	font:100%/160% verdana,arial,sans-serif;
}

body div#toolTip p { 
	margin:0;
	padding:20px 0 0 30px;
	color:#fff;
	font:100%/160% verdana,arial,sans-serif;
	background: transparent url(../images/astrix.png) no-repeat 5px 5px;
}

body div#toolTip p em { 
	display:none;
}

body div#toolTip p em span {
	font-weight:bold;
	color:#fff;
}

#bio-images {
	float: left;
	width: 100%;
	margin: 40px 0 25px 0;
	border-top: 1px solid #ED6915;
	padding: 60px 0 0 0;
}

#bio-images li {
	height: 75px;
	width: 75px;
	float: left;
	margin: 0 8px 8px 0;
	padding: 2px;
	list-style: none;
}

#bio-images a {
	border: none;
}

#bio-images img { border: 1px solid #ED6915; }
#bio-images img:hover { border: 1px solid #F7B88C; }

img { border: none; }
div#linker {
	position: absolute;
	margin-left: 10px;
	margin-top: 5px;
}
div#linker a{
	color: white;
}
#homelink {
	float: left;
	height: 16px;
	width: 16px;
	margin-right:  20px;
	background: transparent url("http://vimarc.com/images/home.gif") no-repeat;
	text-indent: -9999px;
}
/* @end */