﻿/** Main layout and typography style attributes
    aside from the usStyling.css that resets independent browser styling **/
  /* Adapted from the build1inline.htm page css early build */
html {
background: #F0F4FB;
color: #006;
}
body {
background: #F0F4FB;
color: #006;
}
body {
min-width: 960px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#wrap {
background: transparent url('/css/img/wrapDesignBg.jpg') top left repeat-y;
margin: 0 auto;
padding-top: 0;
width: 960px;
}
#header {
background: #BBCCE8 url('/css/img/hdrBg2.jpg') top left repeat-x;
position: relative;
height: 144px;
width: 960px;
padding: 24px 0 0 0;
}
#hdrL {
position: absolute;
top: 40px;
left: 0;
width: 610px;
height: 168px;
margin: 0;
}
#hdrL h1 {
background: transparent url('/css/img/bvcH1full.jpg') top left no-repeat;
width: 610px;
height: 115px;
margin: 0;
text-indent: -90000px;
}
#hdrR {
position: absolute;
top: 24px;
right: 0;
width: 320px;
height: 144px;
margin: 0;
overflow: hidden;
}
#hdrR ul {
list-style: none;
}
#portfolio img {
}
#hdrBttm {
background: #232359 url('/css/img/hdrBttm-bg.jpg') bottom left no-repeat;
height: 24px;
padding: 3px 30px 4px 30px;
border-top: 4px #FFF solid;
color: #F8F8F8;
}
#hdrBttm a {
color: #F8F8F8;
}
#hdrBttm ul {
list-style: none;
}
#hdrBttm li {
display: inline;
}
#portfolio h3 {
color:#4E590A;
font-family:Constantia, "Palatino Linotype", Palatino, Georgia, serif;
padding-left:40px;
font-size:20px;
}
#main {
float: right;
width: 700px;
padding-left:15px;
padding-right:35px;
}
#main h2 {
	color: #000080;
	font-family: optima, Corbel, Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 38px;
	margin-bottom: 16px;
}
#main h3 {
color:#4E590A;
font-family:Verdana, "Bitstream Vera Sans", sans-serif;
margin-top:16px;
}
#sidebar {
float: left;
width: 201px;
padding: 0 0 5em 0;
}

/** cssplay.co.uk/menus/menufive.html **/
#nav {margin-left:5px;}
#nav a:link {
	text-decoration: none;
	color: navy;
	display: block;

	height: 1.5em;
	border-bottom: 1px solid #DAE2F5;
	border-right: 1px solid #F0F3FC;
	padding: 0.5em;
}
#nav a:visited {
	text-decoration: none;
	color: navy;
	display: block;

	height: 1.5em;
	border-bottom: 1px solid #DAE2F5;
	border-right: 1px solid #F0F3FC;
	padding: 0.5em;
}
/** Main nav Hover text-align: right; **/
#nav a:hover {
	border-bottom: 1px solid #F0F3FC;
	padding-left: 16px;
	font-weight:bold;
}
#nav a:hover.noShift {
	border-bottom: 1px solid #F0F3FC;
	text-align: left;
}

#footer {
clear: both;
padding:24px 80px 16px 340px;
}
#footer p {
padding: 5px;
margin: 0;
}
.subhead {
color:#353874;
font-family:Constantia, "Palatino Linotype", Palatino, Georgia, serif;
font-weight:normal;
}

/*-- General Tags & Classes */
.xxSm {
font-size: xx-small;
}
.xSm {
font-size: x-small;
}
.Sm {
font-size: small;
}
.taCenter {
text-align:center;
}
strong {
	font-weight: bold;
	color: #000080;
}
ul {
padding: 0 0 20px 16px;
}
h1, h2, h3 {
padding: 20px 16px 8px 16px;
font-weight:bold;
}
h4, h5, h6 {
padding-top:16px;
font-weight:bold;
font-family:Verdana, "Bitstream Vera Sans", sans-serif;
}
p {
padding-top:12px;
}
em {
font-style:italic;
}
