/*
CSS-file for Strictly CSS three column layout 2006
http://www.strictlycss.com
Developed by Eivind Savio
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body, html {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	text-align: center; /*** Centers the design in old IE versions ***/
}
body {
	font-size: 62.5%;
}
p {
	padding: 7px 0 7px 0;
	color: #3c3c3c;
	line-height:1.5em;
	font-size:1.2em;
}

a {
color: #c02026;
text-decoration:underline;
}
a:hover{
color: #0000FF;
text-decoration: none;
}

h1, h2, h3 {
font-weight: bold;
padding-bottom: 5px;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.4em;
}
h3 {
font-size: 1.3em;
}
h1 a, #header h2{
color: #fff;
}
.clear { clear: both; }
#mainContainer {
width: 743px;
margin: 0 auto; /*** Centers the design ***/
min-height: 300px;
background: #fff;
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
* html #mainContainer {
height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
background: #fff;
margin-top: 30px;
height: 51px;
margin: 30px 0 0 0;
}

#logo {
	width: 126px;
	float: left;
}

#menu {
	width: 617px;
	float:left;
}

#mainMenu {
	margin-top: 20px;
	height: 31px;
}

#menuBtm {
	background-image:url(/imgs/temp/menu-btm.gif);
	height: 30px;
	padding-left: 15px;
	margin-bottom: 20px;
}

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

#mainMenu ul li {
	float:left;
	
}

#mainMenu a {
	line-height: 31px;
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
	text-align:center;
}

#mainMenu a:hover {
	background:#c02126 url() !important;
}

#menu1 a{
	display:block;
	width: 95px;
	margin: 0 3px 0 0;
	height: 31px;
	background:url(/imgs/temp/menu-bg.gif);
}

#menu2 a{
	display:block;
	width: 95px;
	margin: 0 3px 0 0;
	height: 31px;
	background:url(/imgs/temp/menu-bg.gif);
}

#menu4 a {
	display:block;
	width: 158px;
	margin: 0 3px 0 0;
	height: 31px;
	background:url(/imgs/temp/menu-bg.gif);
}

#menu5 a {
	display:block;
	width: 115px;
	margin: 0 3px 0 0;
	height: 31px;
	background:url(/imgs/temp/menu-bg.gif);
}

#menu3 a {
	display:block;
	width: 158px;
	margin: 0 3px 0 0;
	height: 31px;
	background:url(/imgs/temp/menu-bg.gif);
}

#menu6 a {
	display:block;
	width: 99px;
	height: 31px;
	background:url(/imgs/temp/menu-bg.gif);
}

.selected {
	background:#c02126 url() !important;
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
padding-left: 165px;  
_padding-left: 0;
}
* html .outer {
/*** No need for hacking IE on this layout ***/
}
.inner {
width: 578px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
}
* html .inner {
width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
float: left;
width: 743px;
margin-left: -165px; /*** Same length as .outer padding-left but with negative value ***/
_margin-left: 0; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content {
float: left;
width: 543px;
}
* html #content {
position: relative;
}
.contentWrap{
	padding: 0 0 0 191px;
	background: url(/imgs/temp/big-cherry.jpg) no-repeat;
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 35px;
}
.contentWrap li {
padding-bottom: 2px;
}

#contentGeneric {
float: left;
width: 530px;
background: #fff;
}
* html #contentGeneric {
position: relative;
}
.contentWrapGeneric{
	margin: 0 0 0 50px;
}
.contentWrapGeneric ol, .contentWrapGeneric ul {
margin: 3px 0 5px 35px;
}
.contentWrapGeneric li {
padding-bottom: 2px;
}



/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
float: right;
width: 160px;

min-height: 250px;
padding: 0 0 0 0;
margin: 0 34px 0 0;
_margin: 0 0 0 0;
}
* html #left {
position: relative;  /*** IE needs this  ***/
height: 250px;
}
#left ul {
list-style: none;
padding-bottom: 4px;
}
#left li {
padding-bottom: 2px;
}

#rightPicture{
	text-align: right;
}

#rightPictureGeneric{
	text-align: right;
	margin: 0 0 15px 0;
}

#rightText p{
	text-align: right;
	font-size:1.1em;
}

/*************************
RIGHT COLUMN
**************************/
#right {
margin-left: -165px;  /*** Same length as .outer padding-left but with negative value ***/
_margin-left: 0;  /*** Same length as .outer padding-left but with negative value ***/
float: left;
width: 750px;
background: #cfc;
padding: 5px;
height: 40px;
}
* html #right {
position: relative;  /*** IE needs this  ***/

}
#right ul {
list-style: none;
}
#right li {
float: left;
display: inline;
padding-right: 15px;
}
/**************************
FOOTER
**************************/
#footer {
width: 743px;
margin: 25px auto;
text-align: center;
background-image:url(/imgs/temp/footer-bg.gif);
height: 147px;
}

#footerLeft {
	float: left;
	width: 421px;
	height: 107px;
	background: url(/imgs/temp/footer-left.gif) no-repeat;
	padding: 40px 10px 0 100px;
	color: #e9bbbc;
}

#footerRight {
	float: left;
}

#quote {
	line-height:1.5em;
}

#quoteName{
	padding: 10px 15px 0 0;
	text-align: right;
	color: #e9bbbc;
	line-height:1.5em;
}

#pageTitle {
	color: #c02026;
	height: 35px;
	line-height: 35px;
	font-size: 1.8em;
	border-bottom: solid 1px #7e8086;
	padding: 0 0 0 0;
	margin: 0 34px 0 34px;
	background: url(/imgs/temp/page-title-right-grey.gif) no-repeat right;
}

#pageTitleSub {
	margin: 0 34px 0 28px;
}

#footerGeneric {
	color: #e9bbbc;
	background: url(/imgs/temp/footer-generic.gif) no-repeat;
	width: 740px;
	margin: auto;
	text-align: center;
	height: 62px;
	padding: 22px 0 0 3px;
	line-height:1.8em;
}

#menuBtm a { color: #f8dede; margin-right: 10px; line-height: 30px; font-size:1.1em; text-decoration:none}

#menuBtm a:hover { text-decoration:underline; }

#contentGeneric ul {
	padding: 7px 0 7px 0;
	color: #3c3c3c;
	line-height:1.5;
	font-size:1.2em;
}

p strong {
	color: #c02026;
	font-weight:bold;
}