/*
ETP master styles for screen
Author : Jason Pasch 
jason@rbdesignfirm.com
me@jasonpasch.com
Updated: Nov 5 2004
*/

/* ---( main )------------------------------- */

body {
	font-family: Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(images/bg_5.gif);
	background-color: #C5C5B5;
	background-repeat: repeat-y;
	background-position: center;
}


/* ---( links )------------------------------- */

a:link {color: #666;}

a:hover {color: #F90; text-decoration: none;}

a:visited {color: #F90;}


/* ---( lists )------------------------------- */

ul {
	list-style: none;
	margin: 4px 0 20px;
	padding: 0;
}


#main2 li {
	margin: 0 0 8px;
	padding: 0 0 0 13px;
	line-height: 13px;
	background: url(images/bullet_3.gif) no-repeat 0 2px;
	font-size: 10px;
	color: #333;
}

#wrap3 li {
	margin: 0 0 8px;
	padding: 0 0 0 13px;
	line-height: 13px;
	background: 0 url(images/bullet_2.gif) no-repeat 3px;
	font-size: 10px;
	color: #333;
}
	
#contactcol ul {
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 6px;
	padding-right: 6px;
}

#contactcol li	{
	list-style-type: none;
	list-style-image: none;
	background-image: none;
	text-decoration: none;
	padding-left: 0;
	padding-bottom: 8px;
	margin: 0;
	line-height: 14px;
}

#colLeft ul {
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 6px;
	padding-right: 6px;
}

#colLeft li	{
	list-style-type: none;
	list-style-image: none;
	background-image: none;
	text-decoration: none;
	padding-left: 0;
	padding-bottom: 8px;
	margin: 0;
    line-height: 14px;
}
	


/* ---( common elements )--------------------- */


p {
	font-size: 11px;
	color: #333;
	line-height: 17px;
	margin:0;
	padding-bottom: 10px;
}

.intro {
	font-size: 12px;
	color: #28486F;
}


h1 {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 16px;
	padding-top: 10px;
	padding-left: 0px;
	text-indent: 6px;
	background-color: #396497;
	background-image: url(images/h_bg_2.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	
}


h2 {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #F90;
	font-weight: bold;
	margin: 0;
}

h3 {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #28486F;
	font-weight: bold;
	line-height: 11px;
	margin: 0;
	text-transform: uppercase;
}

h4 {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #EE8F00;
	margin:0;
	line-height: 16px;
	padding-bottom: 3px;
	
}

h5 {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 14px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #28486F;
	text-indent: 3px;
	padding-top: 11px;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;

}

h6 {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: #F90;
	font-weight: normal;
	text-align: right;
	line-height: 11px;
	font-style: normal;
	padding-right: 6px;
	margin: 0;
}

em {
	font-size: 12px;
	font-style: normal;
	color: #F90;
	font-variant: small-caps;
}


/* ---( framing )--------------------- */


#centerwrap {
	margin: 0 auto;
	text-align: center;
	height: 100%;
	width: 601px;
	position: relative;
}
	

#globalwrap {
	padding: 0px 7px;
	text-align: center;

}

#header {
	cursor: pointer;
	background: url(images/etp_head_2.jpg) no-repeat;
	height: 80px;
	width: 587px;
}


#footer {
	position: relative;
	font-size: 9px;
	text-align:left;
	color: #fff;
	background-image: url(images/f_bg.gif);
	background-repeat: repeat-x;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin: 0px;
	padding: 10px 0px 0px 9px;
	height: 21px;
	
}

#footer a {
	color: #CCC;
}

#top {
	background: url(images/top_bullet.gif) no-repeat;
	padding: 0 0 20px 12px;
	background-position: 0 1px;
}

#top a {
	color: #F90;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
}

#main {
	text-align:left;
	width: 420px;
	height: 100%;
	margin-left: 160px;
}

#main2 {
	text-align:left;
	width: 350px;
	height: 100%;
	margin-left: 212px;
}

#main3 {
	text-align:left;
	width: 565px;
	margin-left: 0;
}

#main4 {
	width: 300px;
	background: repeat-y left;
	text-align:left;
	height: 100%;
	margin-left: 242px;
}

#wrap {
	position: relative;
	width: 585px;
	padding-top: 10px;
	background-image: url(images/new_bg.jpg);
	background-repeat: repeat-y;
}

#wrap2 {
	position: relative;
	width: 585px;
	padding-top: 10px;

}


#wrap3 {
	position: relative;
	padding: 10px;
	text-align: left;
	background-color: #fff;
}

#wrap4 {
	position: relative;
	width: 586px;
	padding-top: 10px;
	background-image: url(images/new_bg_2.jpg);
	background-repeat: repeat-y;
}


#big_pic {
	height: 149px;
	width: 587px;
	margin-top: 1px;
	margin-bottom: 1px;
}


.last {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom: 10px;
	padding-bottom: 15px;
}

.laster {
	display: block;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F9F8F0;
}


/* ---( menu )--------------------- */

#menu {
	width: 587px;
	height: 33px;
	border: 0;
	padding: 0;
	margin: 0;
	background: #D4D2AC no-repeat left top;
}


#menu ul {
	width: 587px;
	height: 33px;
	background: url(images/nav.gif) no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}
	

#menu ul li	{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	background-image: none;
	}

#menu ul li, #menu a	{
	height: 33px;
	display: block;
	}

#menu ul li a	{
	text-indent: -9999px; 
	text-decoration: none;
	}

#n1 {left: 0; width: 72px;}
#n2 {left: 73px; width: 162px;}
#n3 {left: 236px; width: 83px;}
#n4 {left: 320px; width: 86px;}
#n5 {left: 406px; width: 104px;}
#n6 {left: 510px; width: 77px;}

#n1 a:hover {background: transparent url(images/nav.gif)  0px -34px no-repeat;}
#n2 a:hover {background: transparent url(images/nav.gif) no-repeat -73px -34px;}
#n3 a:hover {background: transparent url(images/nav.gif) no-repeat -236px -34px;}
#n4 a:hover {background: transparent url(images/nav.gif) no-repeat -320px -34px;}
#n5 a:hover {background: transparent url(images/nav.gif) no-repeat -406px -34px;}
#n6 a:hover {background: transparent url(images/nav.gif) no-repeat -510px -34px;}



/* ---( index elements )--------------------- */

#block1	{
    float: right;
	position: relative;
	width: 193px;
	}
	
#block2	{
    float: right;
	position: relative;
	width: 201px;
	}
	
#block3	{
    float: right;
	position: relative;
	width: 193px;
	}	
	
dl dd {
	margin: 0;
	padding: 0 0 15px;
	}

dl dt {
	font-size: 9px;
	color: #333
	padding-bottom: 2px;
	text-transform: uppercase;
	color: #666;
	padding-bottom: 1px;
	}




/* ---( contact )--------------------- */

	
.heads {
	background-color: #D8D8C9;
	border: 1px solid #C7C7B8;
	visibility: hidden;
	padding: 5px;
	margin-right: 10px;
	float: left;
}

.add {
	font-size: 11px;
	color: #666;
	padding-bottom: 1px;
	line-height: 14px;
}




form {
	margin-right: 50px;
	padding-right: 50px;
	padding-left: 25px;
}


/* ---(left column)--------------------- */

#colLeft a	{
	font-family: Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
	}
	

#contactcol a	{
	font-family: Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
	}

	
#colLeft img	{
	display: block;
	text-align: center;
	margin: 5px 10px 10px 25px;
	}
	

#colLeft {
	position: absolute;
	text-align: left;
	left:0;
	top: 0;
	bottom:0;
	width: 146px;
}

#contactcol {
	position: absolute;
	text-align: left;
	left:0;
	top: 0;
	bottom:0;
	width: 194px;
}
.lastlast {
	margin-bottom: 10px;

	padding-bottom: 15px;
}
blockquote {
	margin: 10px 0px 0px 4px;
	background-image: url(images/q1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Helvetica, sans-serif;
}

#quote {
	text-align: left;
	font-size: 11px;
	margin-right: 6px;
	margin-left: 6px;
	line-height: 19px;
	color: #666;
	padding-bottom: 7px;
	font-weight: normal;
}

#author {
	text-align: right;
	color: #28486F;
	font-size: 12px;
	line-height: 0px;
	margin-right: 6px;
	display: block;
	padding-bottom: 6px;
}

#endquote {
	width: 20px;
	height: 30px;
	background-image: url(images/q2.gif);
	background-repeat: no-repeat;
	display: block;
	clear: both;
	float: right;
	margin-top: -30px;
}

/* ---(forms)--------------------- */

#contactform #realname, #contactform #email, #contactform #subject {
	width: 200px;
	border: 1px solid #ccc;
	padding: 2px;
	color: #444;
	}
#contactform textarea {
	width: 300px;
	height: 180px;
	font-family: inherit;
	border: 1px solid #ccc;
	}
form {
	margin: 0px;
	padding: 0 0 20px;
}

#flash {
	margin-bottom: 1px;
	margin-top: 1px;
	height: 340px;
	width: 587px;
}