/*
CSS-file for Strictly CSS three column layout 2006
http://www.strictlycss.com
Developed by Eivind Savio
*/
* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
color: #000; 
font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
background-color: #fff; 
text-align: center; /*** Centers the design in old IE versions ***/
}
body {
font-size: 70%;
}
p {padding: 7px 0 7px 0;}

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

blockquote {
margin-left: 50px;
margin-right: 50px;
}

h1, h2, h3, h4, h5 {
font-weight: bold;
padding-bottom: 0px;
}
h1 {
font-size: 1.3em;
}
h2 {
font-size: 1.2em;
}
h3 {
font-size: 1.2em;
}
h1 a, #header h2{
color: #fff;
}
.clear { clear: both; }
#mainContainer {
width: 770px;
margin: 0 auto; /*** Centers the design ***/
min-height: 600px;
background: #fff;
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
border:1px solid black;
}
* 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-color: #424951; 
padding: 0px;
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
margin-top: 50px; /*** We need to add some space for our top menu ***/
padding-left: 283px;  
}
.outer1col {
margin-top: 50px; /*** We need to add some space for our top menu ***/
padding-left: 0px;  
}
* html .outer {
/*** No need for hacking IE on this layout ***/
}
.inner {
width: 499px; /*** 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: 770px;
margin-left: -283px; /*** Same length as .outer padding-left but with negative value ***/

}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
.float-wrap1col {
float: left;
width: 770px;
margin-left: 0px; /*** Same length as .outer padding-left but with negative value ***/
}
#content {
float: left;
width: 450px;
background: #fff;
padding-left:15px;
padding-top:15px;
}
#content1col {
float: left;
width: 740px;
background: #fff;
padding:15px;
text-align:justify;
}
* html #content {
position: relative; /*** IE needs this  ***/
}
.contentWrap {
padding: 0px;
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 35px;
}
.contentWrap li {
padding-bottom: 2px;
}
.breadcrumb{
margin-left:500px;
}
.gal{
list-style:none;
width: 712px;
background-color: #fff;

padding:0;
}
.gal li{
float:left;
background-color: #D0D0D0;
padding:0px;
margin-right:0px;
margin-bottom: 0px;
text-align:center;
}
.gal img{
display:block;

}
.people{
background-color: #D0D0D0;
padding:4px;
border: 1px solid #A4A4A4;
margin-top:12px;
display:inline;
float:left;
margin-right:20px;
}

/**************************
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: 283px;
background: #fff; 
min-height: 250px;
padding: 0px;
}
* html #left {
position: relative; /*** IE needs this  ***/
height: 250px;
}
#left ul {
list-style: none;
padding-bottom: 4px;
}
#left li {
padding-bottom: 2px;
}
#contact{
padding-left:50px;
padding-top:15px;
}
/*************************
RIGHT COLUMN
**************************/
#right {
margin: -52px 0 0 -770px; /*** Move the right column so it takes the positon as a top menu ***/
float: left; 
width: 770px;
background: #333337;
padding: 0px;
height: 40px;
}
* html #right {
position: relative;  /*** IE needs this  ***/
}
#right ul {
list-style: none;
}
#right li {
display: inline;

font: normal 12px Tahoma;
}
#right #navt{
margin-top:8px;
background-color: #333337;
color: #454549;
padding:6px;
}
#right #navt a{
	color: #fff;
	text-decoration: none;
	padding: 6px 9px 5px 7px;
	border-right:1px solid #424951;
	font-size:11px;
}
#right #navt .end a{
	border:0;
}
#right #navt a:hover{
	background-color: #424951;
}

#right #navb{
padding:0px;
background-color: #333337;
color: #000;
}
#right #navb a{
	color: #000;
	text-decoration:none;
	padding: 6px 9px 5.5px 7px;
	border-right:1px solid #424951;
	font-size:11px;
}
#right #navb .end a{
	border:0;
}
#right #navb a:hover{
	background-color: #424951;
}

/**************************
FOOTER
**************************/
#footer {
width: 770px;
margin: 0 auto;
text-align: center;
background-color: #fff;
color: #757575;
}
#footer ul{
list-style-type:none;
}
#footer li{
display: inline;

}
#footer a{
  text-decoration:underline;
  color: #757575;
  padding: 5px 9px 4px 9px;
 }

p.study {
margin-left: 50px;
margin-right: 300px;
border-bottom: 1px dotted #999999;
padding: 6px;
}

img.floatLeft {
	float: left;
	margin: 5px;
	}