
/* STRUCTURE: Home Page                                                    STRUCTURE: Sub Page
|- header ----------------------------------------------------|            |- header ----------------------------------------------------|
| |- logo -----| |- subnav ---------------------------------| |            | |- logo -----| |- subnav ---------------------------------| |
| |            | |                                          | |            | |            | |                                          | |
| |            | |------------------------------------------| |            | |            | |------------------------------------------| |
| |            | |- mainnav --------------------------------| |            | |            | |- mainnav --------------------------------| |
| |            | |                                          | |            | |            | |                                          | |
| |------------| |------------------------------------------| |            | |------------| |------------------------------------------| |
|-------------------------------------------------------------|            |-------------------------------------------------------------|
|- blackline -------------------------------------------------|            |- blackline -------------------------------------------------|
|-------------------------------------------------------------|            |-------------------------------------------------------------|
|- picture ---------------------------------------------------|            |- body ------------------------------------------------------|
|                                                             |            | |- breadcrumbs -------------------------------------------| |
|-------------------------------------------------------------|            | |---------------------------------------------------------| |
|- blackline -------------------------------------------------|            | |- wrap1 -----------------| |- content -------------------| |
|-------------------------------------------------------------|            | | |- wrap2 -------------| | |                             | |
|- body ------------------------------------------------------|            | | | |- wrap3 ---------| | | |                             | |
| |- col1 ----------| |- col2 ----------| |- col3 ----------| |            | | | | |- sidenav ---| | | | |                             | |
| | |- solution --| | | |- solution --| | | |- solution --| | |            | | | | |             | | | | |                             | |
| | |             | | | |             | | | |             | | |            | | | | |             | | | | |                             | |
| | |-------------| | | |-------------| | | |-------------| | |            | | | | |             | | | | |                             | |
| | |- more ------| | | |- more ------| | | |- more ------| | |            | | | | |             | | | | |                             | |
| | |-------------| | | |-------------| | | |-------------| | |            | | | | |-------------| | | | |                             | |
| |                 | |                 | |                 | |            | | | |-----------------| | | |                             | |
| | |- solution --| | | |- solution --| | | |- solution --| | |            | | |---------------------| | |                             | |
| | |             | | | |             | | | |             | | |            | |-------------------------| |                             | |
| | |-------------| | | |-------------| | | |-------------| | |            |                             |                             | |
| | |- more ------| | | |- more ------| | | |- more ------| | |            |                             |                             | |
| | |-------------| | | |-------------| | | |-------------| | |            |                             |                             | |
| |-----------------| |-----------------| |-----------------| |            |                             |-----------------------------| |
| |- textnav -----------------------------------------------| |            | |- textnav -----------------------------------------------| |
| |---------------------------------------------------------| |            | |---------------------------------------------------------| |
|-------------------------------------------------------------|            |-------------------------------------------------------------|
|- footer ----------------------------------------------------|            |- footer ----------------------------------------------------|
|-------------------------------------------------------------|            |-------------------------------------------------------------|
*/

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #CCCCCC;
	color: #000000;
	margin: 0px;
	padding: 0px;
	line-height: 160%;
	overflow: -moz-scrollbars-vertical;
}

#body {
	padding: 10px;
	width: 880px;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 1.1em;
}

/* Titles 
-------------------------------------------------------- */
/* used for page titles */
h1 {
	font-size: 2.4em;
	font-weight: bold;
	color: #CC0806;
	margin-top: -10px;
	line-height: 120%;
}

/* used for solution box titles and lvl 2 page headings */
h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

/* used for sitemap headings */
h2.sitemap {
	display: block;
	padding: 4px;
	border-bottom: 2px solid #CC0806;
}
/* used for lvl 3 page headings */
h3 {
	font-size: 1.2em;
	font-weight: bold;
}

/* Content formatting
-------------------------------------------------------- */
/* 2 column content */
.col1 {
float: left;
width:400px;
}

.col2 {
margin-left: 450px;
width: 400px;
}

/* Header
-------------------------------------------------------- */
#header {
	width:900px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

#logo {
	margin: 10px;
	float: left;
	width: 211px;	
}

.blackline {
	width: 900px;
	height: 7px;
	background-color: #000000;
}

.photocredit {
	width: 890px;
	height: 17px;
	background-color: #000000;
	font-size: 1em;
	color: #CCCCCC;
	text-align: right;
	padding-right: 10px;
}

/* Utility Navigation
-------------------------------------------------------- */
#subnav {
	font-size: 1.1em;
	font-weight: bold;
	margin-left: 241px;
	margin-right: 10px;
	padding-right: 79px;
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: right;
}

#subnav a {
	text-decoration: none;
	color: #000000;
}

#subnav a:hover {
	text-decoration: underline;
}

/* Main Navigation
-------------------------------------------------------- */
#mainnav {
	height: 81px;
	margin-left: 241px;
	margin-right: 10px;
	width: 580px;
	background: url(../images/mainnav.gif) repeat-x;
	border-bottom: 2px #FFFFFF solid;
}

#mainnav ul {
	margin: 0px;
	padding: 0px;
}
#mainnav ul li {
	list-style-type: none;
	display: block;
	float: left;
	font-size: 1.4em;
}

#mainnav a
{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 60px;
	padding-bottom: 4px;
}

#mainnav li.active { 
	background: url(../images/mainnav_s.gif) repeat-x;
}
#mainnav a:hover { 
	background: url(../images/mainnav_s.gif) repeat-x;
}


/* Structure
-------------------------------------------------------- */
#col1 {
	float: left;
	margin-left: 2px;
}

#col2 {
	margin-left: 298px;
}

#col3 {
	margin-right: -5px;
	float: right;
}

#content {
	margin-left: 230px;
	padding: 10px;
	font-size: 1.1em;
	line-height: 160%;
}

#onecolcontent {
	padding: 10px;
	font-size: 1.1em;
	line-height: 160%;
}

#leftcolcontent {
	margin-right: 230px;
	padding: 10px;
	font-size: 1.1em;
	line-height: 160%;
}

#threecolcontent {
	margin-left: 230px;
	margin-right: 230px;
	padding: 10px;
	font-size: 1.1em;
	line-height: 160%;
}

#rightnav {
	width: 200px;
	float: right;
	padding: 10px;
	margin-top: -10px;
	font-size: 1.1em;
}



/* Solution boxes
-------------------------------------------------------- */
.solution {
	font-size: 1em;
	background-image: url(../images/box_solution.gif);
	width: 255px;
	height: 195px;
	padding: 10px 23px 25px 14px;
}

.more {
}

.more a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	background-color: #7F0709;
	font-weight: bold;
	color: #FFFFFF;
	width: 265px;
	padding-left: 10px;
	margin-left: 4px;
	margin-top: -42px;
	height: 27px;
	line-height: 2.5em;
}

.more a:hover {
	text-decoration: none;
	background-color: #660000;
}

/* Breadcrumbs
-------------------------------------------------------- */
#breadcrumbs {
	color: #000000;
	padding-bottom: 10px;
}

#breadcrumbs a {
	text-decoration: none;
	color: #CC0806;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

/* Side Navigation
-------------------------------------------------------- */
.wrap1, .wrap2, .wrap3 {
	display: inline-table;
	/*\*/display: block;/**/
}

.wrap1 {
	float: left;
	background: url(../images/shadow.gif) right bottom no-repeat;
}

.wrap2 {
	background: url(../images/corner_bl.gif) left bottom no-repeat;
}

.wrap3 {
	padding: 0px 10px 10px 0;
	background: url(../images/corner_tr.gif) top right no-repeat;
}

#sidenav {
	width: 185px;
	float: left;
	padding: 4px 10px 20px 10px;
	background: #FDFDFD url(../images/box_sidenav.gif) no-repeat bottom;
}

#sidenav ul {
	margin: 0px;
	padding: 0px;
}
#sidenav ul li {
	list-style-type: none;
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 6px;
}

#sidenav ul li ul li {
	list-style-type: none;
	font-size: 0.8em;
	font-weight: normal;
	margin-left: 10px;
	margin-right: 10px;
}

#sidenav a
{
	color: #000000;
	text-decoration: none;
	display: block;
}

#sidenav a.active { 
	color: #CC0806;
}
#sidenav a:hover { 
	color: #CC0806;
}

/* Text Navigation
-------------------------------------------------------- */
#textnav {
	background-color: #FFFFFF;
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 15px;
	clear: both;
}

#textnav a {
	text-decoration: none;
	color: #000000;
}

#textnav a:hover {
	text-decoration: underline;
}

/* Footer
-------------------------------------------------------- */
#footer {
	background-color: #000000;
	font-weight: bold;
	color: #FFFFFF;
	height: 27px;
	line-height: 2.6em;
	padding-left: 10px;
	width: 890px;
	text-align: left;
}

/* Links
-------------------------------------------------------- */
a {
	text-decoration: none;
	color: #CC0806;
}

a:hover {
	text-decoration: underline;
}



