/*
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:#666666;
	font-family: Arial, Tahoma, sans-serif;
	background-color: #000000;	
	text-align: center; /*** Centers the design in old IE versions ***/
}
body { font-size: 70%; }
p { padding: 7px 0 7px 0; }
a { color: #CC0000; }
a:hover
{
	color: #CC0000;
	text-decoration: none;
}
h1, h2, h3
{
	color:#0099FF;
	font-weight: bold;
	padding-bottom: 5px;
}
h1 { font-size: 2em; }

h2 {
color:#0066CC;
font-size: 1.4em;
}

h3 {
color:#0066CC;
font-size: 3em;
}

h1 a, #header h2 { color: #fff; }
.clear { clear: both; }
#mainContainer
{
	width: 980px;
	margin: 0 auto; /*** Centers the design ***/
	min-height: 300px;
	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
{
	margin-left: -5px;
	margin-right: -5px;	
	margin-bottom: -5px;
	padding: 0;
}

#header h1
{
	width: 680px;
	height: 170px;
	background: url(../img/Logo.jpg) no-repeat;
	text-indent: -100em;
}

#leftheaderSWF
{
	padding-left:85px;
	float: left;
}
#rightheaderSWF
{
	float: left;
}

/**************************
CONTENT AND COLUMNS
**************************/
.outer { padding-left: 0px; }
* html .outer { /*** No need for hacking IE on this layout ***/
}
.inner { width: 980px; /*** 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 ***/ 
background-color:#111111;
}
* 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: 980px;
	margin-left: -165px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap { /*** No need for hacking IE on this layout ***/
}
/***  FOR INDEX ONLY ***/
#index_content
{
	width: 980px;
	background-color: #111111;
	color:#FFFFFF;
}
* html #index_content { position: relative; /*** IE needs this  ***/ }
.index_contentWrap {
	font-size: 1.2em;
	font-weight: bold;
}
.index_contentWrap ol, .contentWrap ul { margin: 3px 0 5px 35px; }

.index_contentWrap li { padding-bottom: 2px; }


/***  FOR ALL OTHER PAGES  ***/
#content
{
	float: right;
	width: 770px;
	background-color: 
}
* html #content { position: relative; /*** IE needs this  ***/ }
.contentWrap {
	font-size: 1.2em;
	font-weight: bold;
	width: 770px;
	background-color: #111111;	
/****	background: #EDE4BB url(../img/global_container_bg.jpg) no-repeat; ****/
	border: #564019 solid 8px;
}
.contentWrap ol, .contentWrap ul { margin: 3px 0 5px 35px; }
.contentWrap li { padding-bottom: 2px; }

.divider 
{
	background-image:url(../img/slide_bg.gif);	
	background-repeat:repeat-x;
	height:25px;
	width:990px;
	margin: 0 auto;
}

.dividertop
{
	background-image:url(../img/slide_bg_top.gif);	
	background-repeat:no-repeat;
	height:25px;
	width:990px;
	margin: 0 auto;
}

.dividerbottom
{
	background-image:url(../img/slide_bg_bottom.gif);	
	background-repeat:no-repeat;
	height:25px;
	width:990px;
	margin: 0 auto;
}

.bgimg 
{ 
	background-image:url(../img/DDALogoBlack2.jpg);
	background-repeat:no-repeat;
	height:212px;
	width:175px;
	float:right;
}

.lightboximg
{
	padding:10px;	
	margin: 0 auto;
	float:left;
}

.imgbrd
{
	border: #4F7EAE solid 3px;
}


.clear { clear: both; }
/**************************
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
{
	background-image:url(../img/BlueGlassBar.jpg);
	background-repeat:no-repeat;
	height:25px;	
    text-align:center;
	width: 990px;
	padding-top:5px;
}
* html #left
{
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	height: 250px;
}
#left ul { list-style: none; }
#left li
{
	width: 175px;
	height: 35px;
	background: url(../img/PurpleButton.jpg) no-repeat;
	text-align:center;
	padding-top: 7px;
}

#left a
{
	color:#00FFFF;
	font-size:1.3em;
	font-weight: bold;
	text-decoration: none;
}
#left a:hover
{
	text-decoration: underline;
	color:#FFFF66;
	font-size:1.4em;
}
/**************************
FOOTER
**************************/
#footer
{
	background: url(../img/FrozenDragon.jpg) no-repeat;
	color:#FFFF00;
	width: 600px;
	height: 100px;
	margin: 0 auto; /*** Since the footer is outside the #mainContainer we also need to center the footer ***/
	text-align: center;
	font-weight: bold;
}

#copyright
{
	color:#FFFF00;
	width: 900px;
	height: 20px;
	margin: 0 auto; /*** Since the footer is outside the #mainContainer we also need to center the footer ***/
	text-align: center;
	font-weight: bold;
}
