
body
{
	margin: 0;
	padding: 0;
	color: #303030;
	background: #fafafa url(../img/bodybg.gif) top left repeat-y;
	font: 76% 'AvantGarde Bk BT',Verdana,Tahoma,Arial,sans-serif;
}

ul
{
	list-style: circle;
	margin: 15px 0 20px 0;
	font: 13px Verdana,Tahoma,Arial,sans-serif;
	line-height: 1.1em;
}

ol
{
	margin: 15px 0 20px 0;
	font: 13px Verdana,Tahoma,Arial,sans-serif;
	line-height: 1.1em;
}

li
{
	margin: 0 0 8px 25px;
}

a
{
	font-weight: bold;
}


/*this fixes link problem where pages gets narrowr, ie cannot understand the child selector> so will ignore it!  define link hover action (not background though) in eifix.css*/

html>body #content a:hover
{
	background: #ccc;
}


img
{
	float: left;
	margin: 0 15px 15px 0;
	background: none;
	border: none;
}

a img
{
	border-color: #d85d5d;
}

a img:hover
{
	background: #d85d5d;
	border-color: #d85d5d;
}


#nav
{
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	height: 100%;
	overflow: auto;
	background: #e0e0e0 url(../img/sidebarbg.gif) top right repeat-y;
	text-align: right;
}

body > #nav
{
	position: fixed;
}

#nav h1
{
	margin: 20px 18px 0 5px;
	color: red;
	font-weight: bold;
	font-size: 1.8em;
	letter-spacing: 1px;
	text-align: center;
}

#nav h2, #nav h3
{
	margin: 0 20px 18px 5px;
	color: #808080;
	font-size: 1.1em;
	letter-spacing: 1px;
	text-align: right;
}

#nav h3
{
	margin: 20px 18px 4px 5px;
	color: #606060;
}

#nav p
{
	margin: 0 20px 18px 5px;
	color: #606060;
	font-size: 0.8em;
}

#nav a
{
	color: #808080
}


#menu a
{
	display: block;
	width: 202px;
	padding: 5px 18px 5px 0;
	color: #606060;
	background: #e0e0e0 url(../img/sidebarbg.gif) top right repeat-y;
	font-size: 1.8em;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}

#menu a:hover 
{
	color: #303030;
	background: #f0f0f0 url(../img/sidebarbg.gif) top right repeat-y;
}

#menu a.active
{
	padding: 5px 18px 5px 0;
	background: #fafafa;
	border-top: 2px solid #c0c0c0;
	border-bottom: 2px solid #c0c0c0;
}

#menu a.active:hover
{
	color: #505050;
	background: #fafafa;
}


#content
{
	width: 520px;
	margin: 0 0 0 240px;
	padding: 20px 0;
	background: #fafafa;
	display: block;
}

#content p
{
	font: 13px Verdana,Tahoma,Arial,sans-serif;
	line-height: 1.5em;
	margin-top: 5px;
}


#content h1
{
	clear: both;
	color: #066;
	font-weight: bold;
	font-size: 2em;
	letter-spacing: 1px;
	margin: 20px 0 8px 0;
}

#content h2
{
	color: #808080;
	font-weight: bold;
	font-size: 1.5em;
	letter-spacing: 1px;
	margin: 0px 0px 4px 0px;
}

#content h3
{
	clear: both;
	margin: 30px 0 10px 0;
	color: #066;
	font-weight: normal;
	font-size: 2em;
	letter-spacing: 1px;
}



#imgHolder
{
	margin-left: 20px;
	margin-top: 25px;
}

.tel
{
	color: #336;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
}

.red
{
	color: red;
	font-weight: bold;
	font-size: 14px;

}

.bluetitle
{
	color: #336;
	font-weight: bold;
	font-size: 40px;

}

.underline
{
	text-decoration: underline;
}

.ea
{
	color: red;
	font: 12px verdana,Arial,sans-serif;
	border-top: 1px solid #996666;
	border-right: 2px solid #996666;
	border-bottom: 2px solid #996666;
	border-left: 1px solid #996666;
	padding: 0px;
	margin: 0px;
	width: 250px;
}

.revealea
{
	color: red;
	font: 14px verdana,Arial,sans-serif;
}

.contactform
{
	width: 90%;
	background-color: #dcdcdc;
	border: 1px dotted #696;
	padding: 20px;
	margin: 0px auto;
	font: 12px Verdana,Tahoma,Arial,sans-serif;
}

.row
{
	clear: both;
	padding-top: 5px;
}

.row .label
{
	float: left;
	width: 35%;
	text-align: right;
}

.row .formw
{
	float: right;
	width: 65%;
	text-align: left;
}

fieldset
{
	border: 1px solid #696;
	padding: 5px;
}

legend
{
	color: #000;
	background: #696;
	padding: 2px 6px
}

input text, textarea
{
	border: 1px solid #696;
	width: 250px;
}

.submit input
{
	background: #696;
	border: 1px solid #696;
	width: 250px;
}

textarea
{
	border: 1px solid #696;
	width: 250px;
	text-align: left;
}

.normalcheckbox
{
	border: none;
	width: 20px;
	display: inline;
}



/*NEW STUFF*/


.line
{
	padding: 0;
	margin: 0;
	border: none;
	height: 1px;
    background-image: url(../img/line.gif);
    background-repeat: repeat-x;
    background-position: center left;  
}

.line2
{
	padding: 0;
	margin: 0;
	border: none;
	height: 1px;
    background-image: url(../img/line2.gif);
    background-repeat: repeat-x;
    background-position: center left;  
}


/* NON STANDARD fonts: italic small-caps 900 12px arial*/
.fnormal
{
	font: 15px helvetica,verdana,arial,sans-serif;
	background: #fff;
	color: #666;
}

.fbold
{
	font: bold 15px helvetica,verdana,arial,sans-serif;
	background: #fff;
	color: #666;
}

.fsmall, label
{
	font: 12px helvetica,verdana,arial,sans-serif;
	background: #fff;
	color: #666;
}

.bolditalics
{
	font-style: italic;
	font-weight: bold;
}

.justbold
{
	font-weight: bold;
}

.forminputstyle1
{
   border: 1px solid #666;
   width: 275px;
}

.formwidth1
{
   width: 275px;
}


/* STYLE BUTTONS*/
input.stylebutton
{
	width: 275px;
	font: bold small-caps 16px "avantgarde bk bt",helvetica,verdana,arial,sans-serif;
	background: #ccc;
	color: #666;
	border-top: 1px solid #666;
	border-bottom: 3px solid #666;
	border-left: 1px solid #666;
	border-right: 3px solid #666;
}

.hide
{
	display: none;
}



.outlinetd
{
	border: 1px solid #666;
	width: 400px;
}

hr.clear
{  
	display: block;   
	clear: both;   
} 

img
{
	border:none;
}




/*Help tip window*/

.helptip/*Help tip activating text*/
{
	color: #666;
	text-decoration: none;
	font: bold 1em helvetica,verdana,arial,sans-serif;
	border: 2px dotted #00f;
	position: relative;
	outline: none;
}
.helptip span/*Help tip window text span initially hidden*/
{
	display: none;
	outline: none;
}

.helptip:hover/*Help tip activating text shows question mark on hover*/
{
	cursor: help;
	outline: none;
}


.helptip:active/*Help tip activating text when active */
{
		z-index: 99;/*bring Help tip window text to fornt*/
		border: 2px dotted #c03;
	outline: none;
}

.helptip:active span, .helptip:focus span/*Help tip window text span visible when active*/
{
	background-color: #ccc;
	font: 11px bold #999;
	padding: 5px;
	border: 2px dotted #666;
	top: 25px;
	left: 75px;
	width: 250px;
	display: block;
	position: absolute;
	outline: none;
}
