/* GENERAL LAYOUT start */

/* mac hide \*/
html, body {height:100%}
/* end hide*/
body {
	padding:0;
	margin:0;
	background: #fff url(images/background.gif) repeat-x 0 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: black;	
}
#outer{
	min-height:100%;/*for mozilla as IE treats height as min-height anyway*/
	margin-left:180px;
	margin-bottom:-41px;
	color: #000000;
	background-color: white;
	width: 620px;
}
* html #outer{height:100%;margin-left:177px}/* ie 3 pixel jog*/ 
#header{
	position:absolute;
	top:0;
	left:0;
	width:800px;
	height:100px;
	background:#FF0000;
	overflow:hidden;
	color: #000000;
	z-index: 1;
}
#left {
	position:relative;/*ie needs this to show float */
	width:180px;
	float:left;
	margin-left:-179px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:105px;/*needed to make room for header*/
	left:-1px/* line things up exactly*/;
	background-color: white;
}
* html #left {margin-right:-3px}/* three pixel jog*/

#left p {padding-left:3px;padding-right:2px}


#footer {
	width:790px;
	clear:both;
	height:30px;
	border-top:1px solid #ffa54a;
	background-color: #FFF;
	position:relative;
	margin-top: 5px;
}

.footer {color: silver;text-align:left;margin-left: 5px;
	font-size: 1em;
}

* html #footer {/*only ie gets this style*/
	\height:31px;/* for ie5 */
	he\ight:30px;/* for ie6 */
}
#clearheader{height:105px;}/*needed to make room for header*/
#clearfooter{clear:both;height:40px;}/*needed to make room for footer*/
div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */

/* GENERAL LAYOUT end */

/* TOP FIRSTROW start */
/* styles for top header section */
#firstrow {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 70px;
	width: 800px;
	background: #9BD1FA;
	padding-top: 0px;
}
IMG.firstrowlogoleft {
	visibility: visible;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;	
}

#firstrow h1 {
	visibility: visible;
	font-size: 18px;
	text-transform: none;
	letter-spacing: 0.005em;
	color: #fff;
	text-indent: 35px;
	margin-top: 5px;
	position: absolute;
	z-index: 2;
}

#firstrow h2 {
	visibility: hidden;
	font-size: 20px;
	letter-spacing: 0.005em;
	color: #333;
	text-indent: 10px;
	margin-top: 40px;
	position: absolute;
	z-index: 2;
}

IMG.bannerad {
	visibility: hidden;
	width: 468px;
	height: 60px;
	background-color: white;
	margin-top: 4px;
	margin-left: auto;
    margin-right: auto;
	border: 1px solid white;
	position: relative;
	display: block;
	z-index: 3;
}

IMG.firstrowlogoright {
	visibility: hidden;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;	
}

/* TOP FIRSTROW end */


/* MENU BAR start */
/* link styles for menu bar */
#horizontalmenubar {
	position: absolute;
	height: 30px;
	top: 70px;
	left: 0px;
	width: 800px;
	background-color: #ffa54a;
	padding: 0;
}




/* link style for menu-bar left start */
.menuleft {
	font: bold 12px/30px Arial, Helvetica, sans-serif;
}
.menuleft ul {
	margin: 0px;
	padding: 0px;
	color: #FFF;
	white-space: nowrap;
}
.menuleft li {
	list-style-type: none;
	display: table-cell;
	border-right: 1px solid white;
	float: left;
	background: #ffa54a url(images/home.gif) no-repeat 5px 5px;
	}
.menuleft li a {
	text-decoration: none;
	padding: 8px 10px 8px 30px;
	color: #FFF;
}
.menuleft li a:link {
    color: #FFF;
}
.menuleft li a:visited {
    color: #FFF;
}
.menuleft li a:hover {
    color: #FFF;
    background: #ff6109 url(images/home.gif) no-repeat 5px 5px;
}
/* link style for menu-bar left end */

/* link style for menu-bar left start */
.menuleft2 {
	font: bold 12px/30px Arial, Helvetica, sans-serif;
}
.menuleft2 ul {
	margin: 0px;
	padding: 0px;
	color: #FFF;
	white-space: nowrap;
}
.menuleft2 li {
	list-style-type: none;
	display: table-cell;
	border-right: 1px solid white;
	float: left;
	background: #ffa54a url(images/camera-sm.gif) no-repeat 5px 5px;
	}
.menuleft2 li a {
	text-decoration: none;
	padding: 8px 10px 8px 30px;
	color: #FFF;
}
.menuleft2 li a:link {
    color: #FFF;
}
.menuleft2 li a:visited {
    color: #FFF;
}
.menuleft2 li a:hover {
    color: #FFF;
    background: #ff6109 url(images/camera-sm.gif) no-repeat 5px 5px;
}
/* link style for menu-bar left end */




/* link style for menu-bar right start */
.menuright {
	font: bold 12px/30px Arial, Helvetica, sans-serif;
}
.menuright ul {
	margin: 0px;
	padding: 0px;
	color: #FFF;
	white-space: nowrap;
}
.menuright li {
	list-style-type: none;
	display: table-cell;
	border-left: 1px solid white;
	float: right;
	background: #ffa54a url(images/comp-arrow.gif) no-repeat 5px 5px;
}
.menuright li a {
	text-decoration: none;
	padding: 8px 10px 8px 25px;
	color: #FFF;
}
.menuright li a:link {
    color: #FFF:
}
.menuright li a:visited {
    color: #FFF;
}
.menuright li a:hover {
    color: #FFF;
    background: #ff6109 url(images/comp-arrow.gif) no-repeat 5px 5px;
}
/* link style for menu-bar right end */


/* MENU BAR end */


/* LEFT column start */

#left-column-container {
	margin: 0px 5px 5px 0px;
	padding: 5px 5px 5px 5px;
	width: 170px;
}

/* style for rounded corners */
/*.nifty h1,h2,p{margin: 0px 0px } */
.nifty h1{font-size: 25px;color: #336699;margin: 0px 5px 2px 5px}
.nifty h2{font-size: 18px;color: #fff;margin: 0px 5px 4px 5px;line-height: 1em;}
.nifty p{margin: 0px 5px 5px 5px;font-size: 12px;line-height: 1.3em;}
.nifty hr{border: none; background-color: #FFF; color: #FFF; height: 1px;}

/* style for rounded corners */
div#nifty
{ margin: 0 0 0 5px; background: #aadbfb url(images/blue-sq.gif) repeat;width: 170px;
text-indent: 3px;
}

.niftyquestions
{ 
margin: 0 0 0 0px;
width: 100%;
}
.niftyquestions p
{ background: #aadbfb url(images/q.gif) no-repeat 3px 0;
font-size: 12px;
line-height: 1.3em;
font-weight: bold;
color: black;
height: auto;
margin: 0;
padding-top: 8px;
padding-bottom: 6px;
padding-left: 35px;
}


b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px; overflow: hidden; background: #aadbfb}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}




/* navlinks left column links start */
#navmenu { margin-left: 5px;}
#navmenu ul{padding: 0;	list-style-type: none;	font-size: 12px; font-family: Arial, Verdana, sans-serif; font-weight: bold;text-indent: 10px;
	margin: 0;
}
#navmenu li {margin-bottom: 1px;}
#navmenu a { display: block; padding: 5px 5px; width: 155px; text-decoration: none;background: #aadbfb url(images/button-blue.gif) no-repeat;}
#navmenu a:hover { color: red; text-decoration: none;background-image: url(images/button-blue_o.gif);}
/* this page active below */
#navmenu li.thispage a:link { color: #000000; background-color: #aadbfb; cursor:default; list-style-type: none; }
#navmenu li.thispage a:active { color: #000000; background-color: #aadbfb; cursor:default; }
#navmenu li.thispage a:visited { color: #000000; background-color: #aadbfb; cursor:default; }
#navmenu li.thispage a:hover { color: #000000; background-color: #aadbfb; cursor:default; }
/* style for left column end */

/* LEFT column end */



/* MIDDLE column start */

/* from field colour */
.field-colour 
{ 
background: white;
border-style: none;
	color: #ff6109;
}

.mid-column-table {
	margin: 0px 5px 5px 0px;
	padding: 5px;
	width: auto;
	display: block;
	border: 1px solid #ffa54a;
}

.mid-column-tablenoborder {
	margin: 0px 5px 5px 0px;
	padding: 5px;
	width: auto;
	display: block;
	}

.mid-column-table h6 {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	background: white;
	width: auto;
	display: block;
	font-size: 10px;
}


/* PICS with CAPTIONS start */
.captionimg 
{ 
padding: 0 0 0 0.7em; 
margin: 0em 0em 0em 1em;
float: right;
font-size: 0.7em;
color: #666;
text-align: left;
border-left: 1px solid #ffa54a;
}
.captionimg img 
{margin-bottom: 0.5em;width: 400px;}
/* CAPTIONS-image-!00% with break */
.pic100img 
{ 
padding: 0.2em; 
border: 0px solid white; 
margin: 0em 0em 1em 0em;
font-size: 0.7em;
color: #666;
text-align: left;
}
.pic100img img 
{margin-bottom: 0.4em;}
#caption 
{font-family: Geneva, Arial, Helvetica, sans-serif;font-size: 0.9em;color: #00aae9;}
/* PICS with CAPTIONS end */


/* MIDDLE column end */






/* UNIVERSAL TEXT styles start */

h1 {
	font-family: "trebuchet MS", Verdana, Arial, sans-serif;
    font-size: 25px;
	color: #ff6109;
}
h2 {
	letter-spacing: 1px;
	color: #ff6109;
	font: 22px/24px "trebuchet MS", Verdana, Arial, sans-serif;
	margin: 5px 0 10px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	color: #000000;
	margin: 5px 0 15px;
}

h4 {
	letter-spacing: 1px;
	color: #ff6109;
	font: 18px "trebuchet MS", Verdana, Arial, sans-serif;
	margin: 5px 0 10px;
}

h6 {
	margin: 0px 5px 5px 0px;
	font-size: 15px;
	color: #ff6109;
	font-weight: bold;
}

h8 {
	margin: 5px 0px 5px 0px;
	font-size: small;
	color: gray;
}

p {margin: 0px 0px 5px 0px;}

/* link style throughout unless specified */
a:link { color: #000096; text-decoration: none;}
a:visited { color: #000096; text-decoration: none;}
a:hover { color: #000096; text-decoration: underline;}
a:active { color: #000096; text-decoration: none;}

hr { border: none; background-color: #B4CBDF; color: #B4CBDF; height: 1px;}
hr.grey { border: none; background-color: #eee; color: #eee; height: 1px;
	margin-top: 2px;
	margin-bottom: 2px;
}

hr.orange 
{ 
border: none; background-color: #ffa54a; color: #ffa54a; height: 1px;
margin-top: 5px;
margin-bottom: 5px;
}


.WHITE_11 { color: white; font: 11px/11px Arial, sans-serif;}
.WHITE_12 { color: white; font: 12px/12px Arial, sans-serif;}
.WHITE_14 { font-family: Arial, sans-serif; font-size: 14px; color: white; }
.ORANGE_18 { font-family: Arial, sans-serif; font-size: 18px; color: #ff6109; }

/* universal styles end */

/* UNIVERSAL TEXT styles end */



/* General Styles */
/* TABLES */
.orangeBorder { border: 4px solid #aadbfb; }
.spaceTable { margin-top: 5px;margin-bottom: 5px; }

.orangeBorder1px {border: 1px solid #aadbfb;}
.orangeBorderleft {border-left: 1px solid #aadbfb;}
.orangelinebot {border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #aadbfb;}
.orangeBorderleftbot {border-left: 1px solid #aadbfb;border-bottom: 1px solid #aadbfb;}
.whiteBorder {border: 1px solid #FFFFFF;}
.whiteBorderleft {border-left: 1px solid white;}



/* IMAGES */
/* default */
img {border: 0;}