/************NEW DESIGN*********/
html {
    height: 100%;
}

/*** LAYOUT STYLES ***/
#container {
	margin: 0 auto;
	width: 696px;
	background-image: url(/images/bg_cream.png);
	color: #00344B;
}
#headHolder {
	background: no-repeat url(/images/header.png);
}
#footHolder {
	width: 696px; /* Required for IE to display background image properly */
	padding: 0 0 31px 0;
    background: left bottom no-repeat url(/images/footer_padding.png);
}
#header {
	height: 165px;
	text-indent: -5000px;
}
#sidebarContainer {
	display: inline; /* fixes IE double float margin bug */
	float: left;
	width: 225px;
	margin: 0 15px;
	color: #00587F;
    text-align: right;
    font-size: 14px;
	background-image: url(/images/sidebar_bg.png);
}
#sidebarTop {
    padding-top: 20px;
	background: no-repeat url(/images/sidebar_top.png);
}
#sidebarBottom {
	background: no-repeat left bottom url(/images/sidebar_bottom.png);
	height: 373px;
}
#content {
	float: left;
	width: 441px; /*441*/
}
#footerText {
	width: 696px;
	margin: 0 auto;
	color: #cdd9dc;
	text-align: right;
	font-size: 10px;
	margin-top: 5px;
	line-height: 1.3em;
}
/*** END BASIC LAYOUT ***/



/*** SIDEBAR STYLES ***/ 
#sidebarContainer {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#sidebarContainer h2 {
    padding: 0 0 10px 0;
    color: #00344B;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-align: center;
}
#sidebarContainer ul {
    padding: 0px 0px 20px 0;
    margin: 0;
    list-style-type: none;
    line-height: 20px;
}
#sidebarContainer ul li {
    margin: 0;
    padding: 0;
    display: inline; /* Fixes IE List Spacing Bug */ 
}
#sidebarContainer ul li a {
	display: block;
	text-decoration: none;
	padding: 0 10px;
	zoom: 1; /* Fix rollover bug */
}
#sidebarContainer ul li a p {
	margin: 0;
	padding-bottom: 5px;
	font-size: 11px;
	line-height: 1em;
	color: #00344B;
}
#sidebarContainer a:hover {
    color: #fff;
    background-color: #00587F;
}
#sidebarContainer a.currentPage {
    font-weight: bold;
    color: #00344B;
    background-color: inherit;
}

#sidebarContainer ul#projects li a { 
	padding-right: 40px;
	background-position: center right;
	background-repeat: no-repeat;
}

a#templation { background-image: url(/images/icon_templation.gif); }
a#templation:hover { background-image: url(/images/icon_templation_over.gif); }
a#happyform { background-image:  url(/images/icon_happyform.gif); }
a#happyform:hover { background-image:  url(/images/icon_happyform_over.gif); }
a#nexus { background-image:  url(/images/icon_nexus.gif); }
a#nexus:hover { background-image:  url(/images/icon_nexus_over.gif); }


dl#portfolio {
    padding: 0;
}
dl#portfolio dd {
    padding: 0 0 0 172px;
    border-bottom: 1px solid #ccc;
}
dl#portfolio dd.last {
    border: 0;
}
dl#portfolio dt div {
    line-height: 10px;
    font-size: 10px;
    margin-bottom: 7px;
}
dl#portfolio img {
    border: 1px solid black;
    margin: 0 10px 10px;
}

dl#process {
    padding: 0;
}

div.errors {
    color: red;
}
/*** END SIDEBAR STYLES ***/



/*** BASIC STYLES ***/
body {
	margin: 0;
	padding: 0;
	background-image: url(/images/bg_dkblue.png);
    line-height: 1.5em;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
p, ul, ol, dl, dd, h1, h2, h3, h4, h5, h6 {
	margin: 0 15px 10px 0;
}
img {
    border: 0;
}

h1 {
	font-family: Futura,  Tahoma, "Trebuchet MS", Verdana, sans-serif;
    font-size: 22px;
    padding-top: 17px;
    font-variant: small-caps;
    text-align: center;
    margin-bottom: 15px;
}
h2 {
    font-size: 14px;
    text-align: left;
	margin-bottom: 0;
}
h3 {
    font-size: 14px;
}

ul,ol,dl {
	padding: 0 25px;
}

dt {
	font-weight: bold;
}
dt img {
    float: left;
}
dd {
	margin-left: 0;
}
a:link, a:visited {
	color: #5E0003;
}
a:hover {
    color: #4E0000;
}
a:active {
    color: #3E0000;
}

label {
    font-weight: bold;
}
input, textarea {
    width: 200px;
}
input#submit {
    width: auto;
}