﻿body
{
    margin: 0px;
    background-color: #fff;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    color: #333;
}

#container 
{
    width: 970px;
    text-align:left;
    margin-left: auto;
    margin-right: auto;
}

/* Header (bread crumbs, search) */

#container #header 
{
    clear: both;
    padding-top: 15px;
    height: 40px;
}

#container #header #breadcrumbs
{
    float: left;
    font-size: 11px;
    color: #999;
}
#container #header #breadcrumbs a
{
    font-size: 11px;
    color: #666;
    text-decoration: none;
}
#container #header #breadcrumbs a:hover
{
    text-decoration: underline;
}
#container #header #breadcrumbs h1 
{
    margin-top: 1px;
    margin-bottom: 1px;
    font-size: 13px;
    color: #333;
}

#container #header #searchContainer
{
    width: 140px;
    float: right;
}
#container #header #searchContainer #search
{
    float: right;
    color: #999;
    margin-right: 5px;
}
#container #header #searchContainer #search .searchBox 
{
    border: none;
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    color: #333;
    margin-bottom: 0px;
    width: 100px;
}
#container #header #searchContainer #search #extendedSearch 
{
    position: relative;
    top: -3px;
}
#container #header #searchContainer #search a 
{
    font-size: 11px;
    color: #666;
    text-decoration: none;
}
#container #header #searchContainer #search a:hover 
{
    text-decoration: underline;
}

/* Menu environment */

#container #menu {
	clear: both;
}
*html #container #menu .main {
	overflow: hidden;
}
#container #menu .main 
{
    padding-top: 6px;
	float: left;
	cursor: hand;
    font-size: 13px;
    font-weight: bold;
    width: 192px;
    height: 24px;
    color: #fff;
    background-color: #be2a1d;    
    text-align: center;
    margin-right: 2px;
    margin-bottom: 2px;
}
#container #menu .main a 
{
    color: #fff;
    text-decoration: none;
}

#container #menu .main:hover 
{
    background-color: #000;
}
#container #menu .sub 
{
	position: relative;
	left: -2px;
	top: 8px;
	padding: 10px;
	padding-top: 11px;
	background-color: #000;
	width: 172px;
	text-align: left;
	border: solid 2px #fff;
}
#container #menu .sub ul {
	list-style: none;
	border: none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#container #menu .sub ul li {
}
#container #menu .sub ul li a {
	font-size: 13px;
	line-height: 24px;
	color: #fff;
	text-decoration: none;
}
#container #menu .sub ul li a:hover {
	text-decoration: underline;
}
#container #menu .sub ul li ul 
{
    padding-left: 20px;
}
#container #menu .sub ul li ul li a {
	font-size: 12px;
	color: #fcc;
}

/* Submenu on the left side of the website */

#container #content #submenu 
{
    float: left;
    width: 192px;
	color:#333;
	font-size: 13px;
	font-weight: bold;
    margin-right: 2px;
}

#container #content #submenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#container #content #submenu li 
{
	width: 192px;
	clear: both;
	display: block;
	float: left;
	margin-bottom: 5px;
	padding: 0px;
}

#container #content #submenu li.innerItem
{
	width: 177px;
	padding-left: 15px;
}
#container #content #submenu .innerItems a,
#container #content #submenu a {
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
#container #content #submenu .innerItems a:hover,
#container #content #submenu a:hover {
	color: #999;
	text-decoration: underline;
}
#container #content #submenu a:hover.light,
#container #content #submenu a.light 
{
	color: #ccc;
}
#container #content #submenu a:hover.selected,
#container #content #submenu a.selected 
{
	color: #333;
}

/* Mood */
#container .mood 
{
    clear: both;
}

/* Actual content */

#container #content 
{
	clear: both;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	margin-top: 30px;
}
#container #content a {
    color: #be2a1d;
    text-decoration: none;
    font-weight: normal;
}
#container #content a:hover 
{
    text-decoration: underline;
}
#container #content h1 
{
	font-size: 13px;
	margin-bottom: 10px;
}
#container #content h2 
{
    font-size: 13px;
    margin-bottom: 10px;
}
#container #content h2 a 
{
    color: #333;
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: bold;
}
#container #content #innerContent 
{
	width: 776px;
	float: right;
}
#container #content #innerContent .objectLargePicture 
{
    margin-left: 15px;
    margin-right: 2px;
    border: solid 2px #fff;
    cursor:hand;
}
#container #content ul
{
    margin-left: 0px;
    list-style-position: inside;
}

/* Crosslinks to other parts of the website (projects/products/documents/etc) */

#container #content #crossLinks 
{
    margin-top: 75px;
}
#container #content #crossLinks h2
{
    color: #333;
    margin-bottom: 10px;
}

#container #content #crossLinks ul
{
  	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	list-style-type: none;
}

#container #content #crossLinks ul li
{
    margin-bottom: 10px;
}
#container #content #crossLinks ul li strong a
{
    font-size: 13px;
    font-weight: bold;
    color: #666;
    text-decoration: none;
}
#container #content #crossLinks ul li a:hover 
{
    text-decoration: underline;
}

/* Form */
#formContainer .button 
{
    margin-top: 15px;
	cursor: hand;
	border: 0px;
    font-size: 13px;
    font-weight: bold;
    width: 192px;
    height: 30px;
    color: #fff;
    background-color: #be2a1d; 
    text-align: center;
}
#formContainer .verificationButton 
{
    margin-top: 0px;
	cursor: hand;
    width: 180px;
    background-color: #fff;
    border: 0px;
    font-size: 13px;
    font-weight: bold;
    height: 24px;
    color: #333;
}
#formContainer td.caption
{
    width: 35%;
    height: 25px;
    padding-left: 5px;
	background-color: #d9d9d9;
}
#formContainer td.required
{
    width: 35px;
    height: 25px;
    padding-left: 5px;
	background-color: #d9d9d9;
	font-weight: bold;
}
#formContainer td.field 
{
    height: 21px;
    padding: 0px;
    background-color: #fff;
    border: solid 2px #d9d9d9;
}
#formContainer input.field
{
    border: 0px;
    width: 100%;
    height: 100%;
    color: #333;
}
#formContainer input.verificationField
{
    border: 0px;
    width: 150px;
    height: 100%;
    color: #333;
}
#formContainer textarea.field 
{
	font-family: Arial, Helvetica, Sans-Serif;
    border: 0px;
    width: 100%;
    height: 80px;
    color: #333;
}
#formContainer span.required 
{
	color: #333;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	margin-left: 5px;
}
#formContainer .validator 
{
    margin-left: 4px;
    font-size: 11px;
    line-height: 15px;
    color: #be2a1d;
}

/* Generally used classes throughout the site */
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	display: block;
	font-size: 0px;
	height: 1px;
	overflow: hidden;
	line-height: 0px;
}
.red 
{
    color: #c33;
}

/* CSS properties for the ImageVerifier IMG */
.ImageVerifier
{
	float: left;
}
