/****************************************************************
   TECHTEL STYLESHEET 
*****************************************************************/


/* GLOBAL RESET
---------------------------------------------------------------*/	
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	vertical-align:baseline;
	}

:focus {
	outline:0;
	}

ol {
	list-style:none;
	}
.ul li {
	margin-left:20px;
}
	
table {
	border-collapse:separate;
	border-spacing:0;
	}
	
caption, th, td {
	text-align:left;
	font-weight:normal;
	}
	
blockquote:before, 
blockquote:after,
q:before, q:after {
	content:"";
	}
	
blockquote, q {
	quotes:"" "";
	}

/* GENERAL SELECTORS
---------------------------------------------------------------*/		
body { 
	margin:0; 
	padding:0 0 50px 0; 
	background:#516062 url(../images/bg_body.gif) repeat-y 50% 0;
	color:#FFF; 
	text-align:center; 
	font:62.5% Arial, Helvetica, sans-serif;
	}	

h1, h2, h3, p {
	margin:0 0 18px 0;
	}
		
h1 {
	font-weight:bold;
	font-size:1.4em;
	}	
	
h2 {
	font-size:1.2em;
	}
	
h3 {
	font-size:1.1em;
	}
	
p, li {
	font-size:1.1em;
	}		
	
p {
	line-height:1.2em;
	}	
		
a:link, a:visited { 
	text-decoration:none; 	
	color:#0033FF; 
	}	
	
a:hover, a:active { 
	text-decoration:underline; 
	color:#FF0000; 
	}	
	
h1 a:link,
h1 a:visited {
	color:#284246;
	}	
	
input, select, textarea {
	font:100% Arial, Helvetica, sans-serif;
	}

	
img, input, select, label {
	vertical-align:middle;
	}	

hr { 
	display:none; 
	}
	
address {
	padding:14px 24px 0 14px;
	font-style:normal;
	color:#000;
	text-align:left;
	width: 250;
	line-height:1.4em;
	font-size:1.1em;
	}

address a,	
address a:link,
address a:visited {
	color:#1a4348;
	}	

address a:active,
address a:hover {
	text-decoration: underline;
	color: #666666;
	}			

/* ACCESSIBILITY NAVIGATION
---------------------------------------------------------------*/		
#skip { 
	display:none;
	}		


/* CORE LAYOUT
---------------------------------------------------------------*/			
#container { 
	width:826px; 
	margin:0 auto;
	padding:7px 0 0 0; 
	text-align:left;
	background:#b7cbcf url(../images/bg_container_top_gradient.gif) repeat-x;
	color:#284246; 
	}

#wrapper {
	width:809px;
	margin:0 9px 6px 8px;
	background:url(../images/bg_main_faux.gif) repeat-y;
	}
#wrapperwide {
	width:809px;
	margin:0 9px 6px 8px;
	background:url(../images/bg_wide_main_faux.gif) repeat-y;
	}

#center {
	width:800px;
	color:#284246;
	margin: 0 auto;
	padding: 25px 0;
	}

#header, #main, #mainwide {
	overflow:hidden;
	width:798px;
	}
			
#header {
	padding:6px 0 0 6px;
	background:url(../images/bg_main_top.gif) no-repeat;
	height: 133px;
	}	
	
#main {
	padding:0 5px 10px 6px;
	background:url(../images/bg_main_bottom.gif) no-repeat left bottom;
	}
	
#mainwide {
	padding:0 5px 10px 6px;
	background:url(../images/bg_wide_main_bottom.gif) no-repeat left bottom;
	}
	
#content {
	float:right;
	width:589px;
	}

#contentwide {
	float: right;
	width: 798px;
	background-color: #FFFFFF;
	}

#sidebar {
	float:left;
	width:208px;
	background-color:#88a6ab;
	border-right:1px solid #695e4f;
	}

#footer {
	margin:0 15px 0 12px;
	padding:20px 0;
	background-color:#9bb6bb;
	text-align:center;
	}


/* HEADER
---------------------------------------------------------------*/	
#header h1 {
	float:left;
	margin:0;
	position:relative;
	font-size:1.4em;
	}

#header h1, #header h1 a {
	width:208px;
	height:133px;
	}	
	
#header h1 a {
	position:absolute;
	left:0; top:0;
	background:transparent url(../images/logo.gif) no-repeat;
	z-index:1;	
	}
	
#header img {
	float:right;
	}
	
#header-right {
	width:589px;
	height:133px;
	}
	

/* NAVIGATION
---------------------------------------------------------------*/	

#navigation ul{
	margin-bottom: 6px;
	}

#navigation a {
	display:block;
	padding:0;	
	border-bottom:1px solid #00788c;
	text-decoration:none;
	background:#b2c9ce url(../images/bg_navigation.gif) repeat-y;
	}
	
#navigation div {
	padding:0;
	border-bottom: none;
	text-decoration:none;
	background:#b2c9ce url(../images/bg_navigation.gif) repeat-y;
	}

#navigation #title {
	height: 29px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #00788c;
	background-image:url(../images/menu_bg.gif);
	background-repeat:repeat-x;
}
	
#navigation #title p {
	margin: 0;
	padding-top: 8px;
	color: #000;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
	
#navigation td {
	margin-top: 6;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	background-color: transparent;
	background-image: none;
	}
	
#navigation tr {
	background:#b2c9ce url(../images/bg_navigation.gif) repeat-y;
	}
	
#navigation table {
	border-bottom:1px solid #00788c;
	background:#b2c9ce url(../images/bg_navigation.gif) repeat-y;
	}	
#navigation strong {
	display:block;
	padding-top: 6px;
	padding-right: 13px;
	padding-bottom: 6px;
	padding-left: 13px;
	background-color: transparent;
	background-repeat: no-repeat;
	}	
	
#navigation em {
	display:block;
	line-height: 1.3em;
	padding:0 13px 13px 13px;
	background:url(../images/bg_navigation_bot_gradient.gif) no-repeat left bottom;
	font-style:normal;
	}

#navigation a:link,
#navigation a:visited {
	color:#1a4348;
	}
	
#navigation a:hover strong,
#navigation a:hover em {
	background:#c7dbdf none;
	}	

#navigation table a {
	border-bottom: none;
	}	
#navigation table a:hover,
#navigation table a:active {
	color: #666;
	text-decoration: underline;
	}

/* CONTENT
---------------------------------------------------------------*/	
#top-columns {
	overflow:hidden;
	width:589px;
	float: left;
	background:#eaf2f4 url(../images/bg_top_columns_faux.gif) repeat-y;
	margin-bottom: -3px;
	}

#top-columns,	
#top-columns h1 a:link,
#top-columns h1 a:visited {
	color:#516062;
	}	
		
#top-columns h1 {
	font-size:1.2em;
	}
	
#top-columns p {
	margin-bottom:10px;
	line-height:1.4em;
	}	
#top-columns div {
	float:left;
	padding:20px 15px 10px 15px;
	border-right:1px solid #695e4f;
	}
	
#top-columns .left {
	width:166px;
	}
	
#top-columns .middle {
	width:179px;
	}
	
#top-columns .right {
	width:152px;
	border:none;
	}
	
#search {
	padding: 0;
	text-align: center;
}
	
#content-text {
	padding: 0 20px 20px 20px;
	}
	
#content-text p {
	line-height:1.2em;
	margin-bottom: 10px;
	}
	
#content-text .indent {
	padding-left: 40px;
	}

#content-text ul, ol{
	margin-bottom: 10px;
	}	
	
#content-text li {
	margin: 0 20px 10px 40px;
	line-height: 1.2em;
	}	

#content-text .decimal {
	list-style-type: decimal;
	}
	
#content-text .ul li {
	margin: 0 0 0 20px;
	line-height: 1.2em;
}

#content-text a .icon_link,
#content-text a:link .icon_link,
#content-text a:visited .icon_link {
	border: none;
	text-decoration: none;
}

#content-text a:active .icon_link,
#content-text a:hover .icon_link {
	text-decoration: underline;
}

#content-text label
{

	display: block;
	float: left;
	margin: 0 10px 10px 15px;
	font-size: 1.2em;
	font-weight: bold;
	width: 150px;
	clear: left;
}

.hr {
	padding: auto 0;
	margin: 15px 0;
	border-bottom: 1px solid #695e4f;
	}
	
#content-text img.sidelink {
	float:right;
	border: 1px solid #695e4f;
	margin: 5px;
	}
	
#content-text h1 {
	text-transform:uppercase;
	text-align: center;
	}		

#content-table {
	align-text: center;
	}
	
#content-table table {
	margin: -25px auto;
	border-spacing: 13px;
	}
	
#content-table tr {
	min-height: 180px;
	}
	
#content-table td {
	width: 155px;
	padding:15px 8px;
	border: 1px solid #695e4f;
	background:#eaf2f4;
	}
	
#content-table td p {
	text-align: left;
	margin-bottom: 0;
	}

#content-table td ul {
	margin-left: 15px;
	list-style-type: disc;
	}

#content-table td strong {
	padding-bottom: 5px;
	background:transparent;
	text-align:center;
	display:block;
	text-transform: uppercase;
	}
	
#content-table td em {
	display:block;
	text-align:left;
	}
	
#content-table td span {
	display: block;
	text-align: right;
}

#content-table td a,
#content-table td a:link,
#content-table td a:visited {
	font-weight: bold;
	color:#1a4348;
	}
	
#content-table td a:hover,
#content-table td a:hover {
	color:#666666;
	text-decoration: underline;
	}

#content-form table td {
	height: 35px;
	}
	
#content-form label.left {
	display: block;
	float: left;
	width: 150px;
	font-weight: bold;
	margin: 0 10px;
	font-size: 1.2em;
	}
/* FOOTER
---------------------------------------------------------------*/	
#footer a:link,
#footer a:visited {
	color:#3d5256;
	}
	
#footer a:hover,
#footer a:active {
	text-decoration:none;
	color:#eaf2f4;
	}	

#footer ul {
	margin-bottom:6px;
	}
		
#footer li { 
	display:inline; 
	border-left:solid 1px #3d5256; 
	}
	
#footer li a { 
	padding:0 8px 0 10px; 
	}
	
#footer .first {
	border:none;
	}
	
	
	
/* MISC. STYLES
---------------------------------------------------------------*/	
.clear { 
	clear:both;
	font-size:0; 
	line-height:0.0; 
	height:0;
	}	
	
.topmenubar {
	height:36px;
	padding:3px;
	font-size:9px;
	background-image:url(../images/menu_bg.gif);
	background-repeat:repeat-x;
	color:#1a4348;
	text-align:center;
	padding-top: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.topmenubar a{
color:#000;
}

.topmenubar a:hover{
	color:#666666;
}
#content-text .marginless {
	margin-bottom: 0px;
}

.popup {
	background: none #1a4348 ;
	font-size: .8em;
	color: #FFF;
	padding: 20px;
	text-align: center;
}

.popup h1 {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
}

.empty {
	margin: 0;
	padding: 0;
}

#breadcrumbs {
	margin: 0;
	padding: 0 0 0 15px;
	color: #8080FF;
	}
	
#breadcrumbs a,
#breadcrumbs a:link,
#breadcrumbs a:visited {
	color: #8080FF;
	text-decoration: underline;
}

#breadcrumbs a:active,
#breadcrumbs a:hover {
	color: #2424FF;
}
.reportImage {
	margin: 0 10px;
	display: block;
}
a.reportImage, a:link.reportImage, a:visited.reportImage {
	border-top: solid 1px #666;
	border-left: solid 1px #666;
	border-bottom: solid 2px #666;
	border-right: solid 2px #666;
}
a:hover.reportImage, a:active.reportImage {
	border-top: solid 1px #333;
	border-left: solid 1px #333;
	border-bottom: solid 2px #333;
	border-right: solid 2px #333;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}