/* =======================================================

	DESCRIPTION:	Screen styles for EnticeIT-CMS-Template-One-Narrow
	DATE:			22/07/08
	LAST EDITED:	--/--/--

======================================================= */

/* ==========================================================
	GLOBALS
========================================================== */
body 
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial;
	text-align: center;
	background: #fff url(../images/greyDiagBg.gif);
}
/* [ text sizing ]---------------------------------------- */
/* http://www.clagnut.com/blog/348/ ---------------------- */
html
{
	font-size: 100%; /* for IE */
}
body 
{
	font-size: 62.5%; /* for IE/Win */
}
input, select, table
{
	font-size: 100%;	
}
/* [ links ] ------------------------------------------ */
a:link, a:visited
{
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}
/* [ headings ] ------------------------------------------ */
h1, h2, h3, h4, h5
{
	font-family: Verdana, Arial;
	margin: 0 0 1em 0;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #3333ff;
	clear: both;
}
h1
{
	font-size: 1.5em;
	color: #3333ff;
	border-bottom: 1px solid #3333ff;
}
h2
{
	font-size: 1.4em;
}
h3
{
	font-size: 1.3em;
}
h4
{
	font-size: 1.2em;
}

.heading-on-blue
{
	color: #fff;
}
/* [ other ] --------------------------------------------- */
.img-left
{
	float:left;
	display: inline;
	margin: 0 10px 10px 0;
}
.img-right
{
	float:right;
	display: inline;
	margin: 0 0 10px 10px;
}
.hide
{
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute; 	
}
.clear
{
	clear: both;	
}
a img
{
	border: 0;
}
p
{
	margin-bottom: 1em;
}
hr 
{
	display: none;
}
strong
{
	font-weight: bold;
}
/*padding bottom on image elements*/

/*red text class*/
.text-color-variation
{
	color: #f00000;
}
/*UL in content only*/
#content ul, #extras ul, div.left ul, div.right ul, div#right-content ul
{
	padding-bottom: 1em;
}
#content ul li, #extras ul li, div.left ul li, div.right ul li, div#right-content ul li
{
	/*list-style-position: outside;*/
	padding: 0 0 0.2em 15px;
	background: transparent url(../images/bullet.jpg) no-repeat left 3px;
}
/*ordered list numeric*/
#content ol, #extras ol, div.left ol, div.right ol,  div#right-content ol
{
	list-style-type: decimal;
	list-style-position: inside;
	padding-bottom: 1em;
}
p.caption
{
	font-size: 0.9em;
	margin: 0.2em 0 10px 0;
}
/* ==========================================================
	CMS - JUMP-TO
========================================================== */
#jump-to
{
	position: absolute;
	top: 0;
	left: -9999px;
}
#jump-to a:hover
{
	background-color: #EEE;	
}
#jump-to a:focus
{
	display: block; 
	position: absolute; 
	top: 20px; 
	left: 1020px; 
	font-size: 1.5em; 
	background-color: #FFF; 
	border: solid 2px #999;
	color: #999;
	padding: 10px; 
	width: 15em; 
	z-index: 1;
}

/* =========================================================
	PAGE
========================================================== */

#wrapper
{
	position: relative;
	margin: 0 auto;
	/*overflow: auto;*/
	width: 1000px;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.4em;
}
#wrapper #inner
{
	position: relative;
	overflow: auto;
	margin: 10px 10px;
}
#header 
{
	float: left;
	width: 720px;
/*	height: 75px;
*/}
#header #logo
{
	display: inline;
	overflow: hidden;
}
#header a:link, #header a:visited
{
	text-decoration: none;
}
#strapline
{
	display: inline;
	margin-left: 216px;
	overflow: hidden;
}
/* ==========================================================
	TOP NAVIGATION
========================================================== */
#top-navigation
{
	float: left;
	margin-top: 10px;
	width: auto;
	background-color: #fff;
	overflow: auto;
	width: 720px;
}
#top-navigation div.inner
{
	overflow: auto;
	margin: 1px;
	border-top: 1px solid #d9dae0;
	border-bottom: 1px solid #d9dae0;	
}
#top-navigation ul
{
	float: left;
	list-style: none;
	display: inline;
	margin: 0 0 0 6px;
}
#top-navigation ul li 
{
	display: inline;
	float: left;
	margin: 0 12px 0 0;
}
#top-navigation ul li a
{
	float: left;
	display: inline;
	text-decoration: none;
	color: #000;
	padding: 0.3em;
	font-family: Arial,Verdana;
}
#top-navigation ul li a:link,
#top-navigation ul li a:visited
{
	text-decoration: none;

}
#top-navigation ul li a:hover,
#top-navigation ul li a.current:visited,
#top-navigation ul li a.current:hover
{
	color: #fff;
	background-color: #3333ff;
}
/* ==========================================================
	CONTENT
========================================================== */
#left-content
{
	float: left;
	display: inline;
	overflow: hidden;
	margin-top: 10px;
	width: 720px;
}
#content
{
	float: left;
	display: inline;
	margin-top: 10px;
	width: 720px;
	background-color: #fff;
}
#content div.inner
{
	color:#000;
	padding: 10px 10px 0 10px;
	overflow: auto;
}
div.left
{
	float: left;
	display: inline;
	margin-top: 10px;
	overflow: hidden;
	width: 250px;
	background-color: #fff;
}
div.left div.inner
{
	padding: 10px 10px 0 10px;
	overflow: hidden;
}
div.right
{
	float: left;
	margin:10px 0 0 10px;
	display: inline;
	width: 460px;
	overflow: hidden;
	background-color: #fff;
}
div.right div.inner
{
	padding: 10px 10px 0 10px;
	overflow: hidden;
}
div.full-column
{
	float: left;
	display: inline;
	width: 100%;
	overflow: hidden;
}
div.top-banner
{
	display: block;
	margin: 10px 10px 0 10px;
	/*min-height: 230px;
	height:auto !important;
	height:230px;*/
	overflow: hidden;
}
div.top-banner-three-col
{
	float: left;
	display: inline;
	margin-top: 10px;
	min-height: 230px;
	height:auto !important;
	height:230px;
	overflow: hidden;
	width: 100%;
}
/* ==========================================================
	LEFT SUB NAVIGATION
========================================================== */
#sub-navigation
{
	float: left;
	margin-top: 5px;
	width: auto;
	background-color: #3333ff;
	overflow: auto;
	width: 720px;
}

#sub-navigation div.inner
{
	overflow: auto;
	margin: 1px;
	border-top: 1px solid #666C82;
	border-bottom: 1px solid #666C82;	
}
#sub-navigation ul 
{
	float: left;
	list-style: none;
	display: inline;
	padding: 0 0 0 6px;
}
#sub-navigation ul li
{
/*	padding: 0.3em 0;
*/	display: inline;
	float: left;
	margin: 0 12px 0 0;
}

#sub-navigation ul li a
{
	float: left;
	display: inline;
	text-decoration: none;
	padding: 0.3em;
	font-family: Arial,Verdana;
}

#sub-navigation ul li a:link,
#sub-navigation ul li a:visited
{
	color: #fff;
	text-decoration: none;
}
#sub-navigation ul li a:hover,
#sub-navigation ul li a.current
{
	text-decoration: underline;
	color: #ff0000;
}

/* ==========================================================
	RIGHT CONTENT
========================================================== */
#right-content
{
	float: right;
	display: inline;
	margin-top: 10px;
	width: 250px;
}
#main
{
	margin-top: 10px;
	display: block;
}

#main div.inner
{
	padding: 10px 10px 0 10px;
	background-color: #fff;
	overflow: hidden;
}
#main div.inner div.extras
{
	display: block;
	overflow: hidden;
}

#main #divForm 
{
	padding-bottom: 10px;
}
#main #divForm div.inner
{
	padding: 10px;
	background-color: #3333ff;
}
#main #divForm label
{
	width: 100%;
	display: block;
	color: #fff;
	margin-bottom: 0.3em;
	font-size: 1.1em;
}
#main #divForm input
{
	width: 100%;
	border: none;
	background-color: #fff;
	margin-bottom: 5px;
	font-size: 1.1em;
}
#main #divForm input.button
{
	float: right;
	text-align: right;
	padding: 0;
	display: inline;
	width: 100%;
	clear: both;
	color: #fff;
	background-color: transparent;
	border: none;
	margin: 0.5em 0 0 0;
	font-weight: bold;
	font-size: 1.1em;
}
#main #divForm strong, #main #divForm p
{
	color: #fff;
}
/* ==========================================================
	FORM STYLES
========================================================== */
/* ==========================================================
	FOOTER
========================================================== */
#footer
{
	overflow: auto;
	position: relative;
	width: 980px;
	margin: 10px auto 20px auto;
	background-color: #fff;
	font-size: 1.2em;
}
#footer p
{
	float: right;
	display: inline;
	margin: 0.6em 10px;
	line-height: 1.5em;
}
#footer ul
{
	float: left;
	display: inline;
	width: 720px;
	margin: 0.7em 0 0 5px;
}
#footer ul li
{
	float: left;
	display: inline;
	list-style: none;
}
#footer ul li a
{
	display: inline;
	padding: 0.2em 5px;
}

#footer ul li a:link,
#footer ul li a:visited
{
	color: #000;
	text-decoration: none;
}
#footer ul li a:hover,
#footer ul li a.current
{
	text-decoration: underline;
	color: #ff0000;
}
