/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

* Filename: styles_index.css
* Version: 1.0.0 (01-2-2010) DD-MM-YYYY
* Website: http://www.directionalinsights.com.au/
* Author: Michael Dragovic
* Description: Handles the site layout and text styles.

== STRUCTURE: ==============================
* Page width: 900 px
* Number of columns: 2
============================================


*/


/* ---===   Page Styles   ===--- */


html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	}

li {
	font-size: 11px;
	color: #185AA8;
	line-height: 1.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style: circle #91B3DA;
	margin-left: 10px;
	padding-left: 10px;
	}

/* ---===   Index   ===--- */


#containerIndex {
	height: 100%;
	width: 900px;
	margin: auto;
	padding-top: 47px;
	position: relative;
	}
	
#contentIndex {
	margin: -47px 0 0 0;
	padding: 0;
	}

#indexFlashTop {
	margin: auto;
	height: 350px;
	width: 900px;
	clear: both;
	padding-top: 25px;
	}
	
#indexFlashBottom {
	margin: auto;
	height: 300px;
	width: 100%;
	clear: both;
	position: absolute;
	bottom: 0px;
	}	

/* ---===   Blue Header Top   ===--- */


#blueBarTop {
	height: 47px;
	width: 100%;
	background-color: #00457D;
	}

#navHeader {
	width: 520px;
	margin: auto;
	height: auto;
	padding: 15px 0 0 0;
	clear: both;
	overflow: visible;
	}

/* eDirections positioned to #container */
#eDirections {
	width: 155px;
	height: 60px;
	background: transparent url(../images/common/edirections.png) no-repeat;
	z-index: 700;
	position: absolute;
	top: 0px;
	right: 0px;
	}
	 	
#eDirections p {	
	font-size: 10px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	padding: 10px 0 0 12px;
	text-align: left;
	font-weight: bold;
	}
	
#eDirections p a:link,
#eDirections p a:active,
#eDirections p a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: none;
	font-weight: normal;
	}
#eDirections p a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}		


/* ---===   Blue Header Bottom   ===--- */


#blueBarBottom {
	height: 30px;
	width: 100%;
	background-color: #00457D;
	margin-top: 5px;
 	position:absolute;
 	bottom:0;
	}

#footer {
	width: 900px;
	margin: auto;
	position: relative;
	}
	
#footer p {	
	color: #fff;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 0px;
	padding: 6px 0 0 0;
	}
	
#footer p a:link,
#footer p a:active,
#footer p a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: none;
	font-weight: normal;
	}
#footer p a:hover {
	color: #1090C5;
	text-decoration: none;
	border-bottom: solid #1090C5 1px;
	}
#roundedImagesIndex {
	width: 265px;
	height: 300px;
	position: absolute;
	right: 0px;
	bottom: -10px;
	}	
