/**************************************************************************************************
// Cascading Style Sheet for schoppman.com
// Style Sheet for index.html
// Copyright (C) 2008 Schoppman
**************************************************************************************************/

/**************************************************************************************************
// GENERAL
**************************************************************************************************/
body {
    font-family: Verdana, Verdana, Geneva, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    word-spacing: 0px;
    letter-spacing: 0px;
    text-align: left;
    color: #000000;
    background-image: url(../images/wrapper.jpg);
    background-repeat: repeat-y;
    background-color: #FFFFFF;
}

p {
    padding: 2px 160px 2px 0px;
    text-align: left;
}

a {
    color: #000000;
}

a:hover {
    color: #00467F;
}

.bluebold {
    color: #00467F;
    font-weight: bold;
}

#wrapper {
    width: 845px;
}

#hdr {
    width: 845px;
    height: 193px;
}

/**************************************************************************************************
// LEFT CONTENT
**************************************************************************************************/
#left_container {
    float: left;
    width: 247px;
    height: 97px;
    background-image: url(../images/curve.jpg);
    background-repeat: no-repeat;
}

/**************************************************************************************************
// RIGHT CONTENT
**************************************************************************************************/
#right_container {
    float: right;
    width: 594px;
}

/**************************************************************************************************
// NAVIGATION
**************************************************************************************************/
#nav_main {
    width: 594px;
    height: 60px;
    padding: 12px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #00467F;
}

#nav_main a {
    padding: 0px 22px;
    text-decoration: none;
    color: #00467F;
}

#nav_main a.current, #sub_nav a.current {
    color: #BF3019;
}

#sub_nav {
    width: 167px;
    padding-top: 80px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

#sub_nav ul {
	list-style-type: none;
	text-indent: 44px;
}

#sub_nav ul li a {
	display: block;
	padding: 10px 0px 2px 0px;
	text-decoration: none;
	color: #FFFFFF;
}

#sub_nav ul li a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

#super_sub_nav {
    float: left;
    width: 204px;
    font-size: 12px;
}

#super_sub_nav ul {
	list-style-type: none;
}

#super_sub_nav ul li a {
	display: block;
	padding: 3px 0px;
	text-decoration: underline;
	color: #000000;
}

#super_sub_nav ul li a:hover {
	color: #00467F;
}

#super_sub_nav a.current {
    font-weight: bold;
    text-decoration: none;
    color: #00467F;
}

/**************************************************************************************************
// PORTFOLIO
**************************************************************************************************/
#gallery_container {
    float: right;
    width: 386px;
}

#main_img {
    float: left;
    width: 343px;
}

#thumbnail_container {
    float: right;
    width: 39px;
}

.thumbnail {
    width: 39px;
    height: 39px;
    padding: 2px 0px;
}

/**************************************************************************************************
// FOOTER
**************************************************************************************************/
#ftr {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 845px;
    padding: 18px 0px 18px 83px;
    font-size: 11px;
	color: #00467F;
    background-color: #FFFFFF;
	border-top: 4px solid #BF3019;
}

#ftr a {
    color: #00467F;
}

.clear {
    clear: both;
}
