@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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;
	vertical-align: baseline;
	background: transparent;
}

body {
	font: 12px/20px "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
	color: #666;
	background:url(images/background_secondary.gif) repeat-x;
	font-weight: normal; 
}

body#home {
	background:url(images/background.gif) repeat-x;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 35px 10px 35px;
}

p {
	margin-bottom: 12px;
	font-weight: normal;
}

html, body {
	height: 100%;
}

#headerwrap_home {
	margin: 0 auto;
	width: 780px;
	height: 324px;
	position: relative;
}

#headerwrap {
	margin: 0 auto;
	width: 780px;
	height: 125px;
	position: relative;
}

#logo {
	background:url(images/trizonLogo.gif) no-repeat;
	width: 180px;
	height: 54px;
	position: absolute;
	top: 40px;
	left: 20px;
}

#logo a {
	display: block;
	width: 180px;
	height: 54px;
}

#bar {
	height: 199px;
	position: absolute;
	top: 125px;
	width: 780px;
}

#main {
	margin: 0 auto;
	width: 780px;
	padding-bottom: 20px;
}

#main_inner {
	height: 377px;
	background: url(images/bodyGradient.gif) top center no-repeat;
}

#main_secondary {
	margin: 0 auto;
	width: 780px;
	background: #fff;
	padding-bottom: 20px;

}

#content {
	padding: 20px;
}

.hide {
	display: none;
}

.box {
	width: 240px;
	margin-right: 30px;
	float: left;
	padding-top: 20px;
}

.boxend {
	width: 240px;
	float: left;
	padding-top: 20px;
}

.orange {
	color: #f89c28;
	font-weight: bold;
}

h1 {
	font-weight: normal;
	font-size: 22px;
	margin-bottom: 7px;
	padding: 0px 5px;
	color: #502607;
}

h2 {
	font-weight: normal;
	font-size: 22px;
	margin-bottom: 7px;
	clear: both;
	color: #8da237;
}


h3 {
	font-size: 22px;
	color: #fff;
	font-weight: normal;
	background: url(images/secondary_bar.gif);
	height: 68px;
	line-height: 68px;
	padding-left: 20px;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #8e5023;
	font-weight: normal;
	font-style: italic;
	padding: 2px 0 2px 5px;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #8e5023;
}

h6 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 35px 10px 35px;
	color: #502607;
}

a:link, a:visited {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: underline;
}

ul {
	list-style-position: inside;
}

ul.arrow {
	list-style: none;
	margin-bottom: 12px;
}

ul.arrow li  {
	background: url(images/bulltet.gif) no-repeat 0 50%;
	padding-left: 10px;
}

.italic {
	color: #8e5023;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.indent {
	margin: 0 35px 20px 35px; 
}

.dash {
	list-style: none;
}

#footer {
	background: #425342 url(images/footer.gif) top center no-repeat;
	padding: 20px;
	clear: both;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	padding-bottom: 40px;
}

#footer li {
	background: none;
	display: inline;
	padding: 0 10px 0 5px;
	margin: 0;
	border-right: 1px solid #fff;
}

#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer li.last, #utilities li.last {
	border-right: none;
}

#footer_logos {
	width: 260px;
	height: 40px;
	margin: 0 auto;
	position: relative;
}

#spectra a {
	background: url(images/footer_logos.gif) top left no-repeat;
	width: 140px;
	height:40px;
	position: absolute;
	left: 0;
}

#spectra a:hover {
	background: url(images/footer_logos.gif) bottom left no-repeat;
}

#teltanium a {
	background: url(images/footer_logos.gif) top right no-repeat;
	width: 120px;
	height:40px;
	position: absolute;
	right: 0;
}

#teltanium a:hover {
	background: url(images/footer_logos.gif) bottom right no-repeat;
}
/*
input, textarea {
	font-size: 14px;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
	vertical-align: middle;
	color: #999;
	background: #eee;
	border: 1px solid #666;
	padding: 2px;
	width: 150px;
}

#submit {
	background: #666;
	border: none;
	color: #fff;
	font-style: normal;
	width: 75px;
	height:30px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
}*/

#utilities {
	text-align: right;
	right: 0;
	line-height: 12em;
	overflow: hidden;
}

ul#nav {
	list-style: none;
}

#utilities li {
	background: none;
	display: inline;
	padding: 0 10px 0 5px;
	margin: 0;
	border-right: 1px solid #484848;
}

#utilities a:link, #utilities a:visited {
	color: #425342;
	text-decoration: none;
	overflow: hidden;
}

#utilities a:hover {
	color: #425342;
	text-decoration: underline;
}

#nav {
	background:url(images/navigation.gif) top no-repeat;
	height: 30px;
	width: 525px;
	position: absolute;
	top: 95px;
	right: 0;
}

/* Services Button
----------------------------------------------- */

#services a {
	background: url(images/navigation.gif) no-repeat;
	height: 30px;
	width: 110px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-position: 0px 0px;
}

#services a:hover {
	background: url(images/navigation.gif) no-repeat;
    background-position: 0px -30px;
}

#services a.current, #services a.current:hover, #services a.current:active {
	background: url(images/navigation.gif) no-repeat;
    background-position: 0px -60px;
	cursor: default;
}

/* Company Button
----------------------------------------------- */

#company a {
	background: url(images/navigation.gif) no-repeat;
	height: 30px;
	width: 155px;
	position: absolute;
	left: 110px;
	top: 0px;
	background-position: -110px 0px;
}

#company a:hover {
	background: url(images/navigation.gif) no-repeat;
    background-position: -110px -30px;
}

#company a.current, #company a.current:hover, #current a.current:active {
	background: url(images/navigation.gif) no-repeat;
    background-position: -110px -60px;
	cursor: default;
}

/* Trizon Group Button
----------------------------------------------- */

#group a {
	background: url(images/navigation.gif) no-repeat;
	height: 30px;
	width: 131px;
	position: absolute;
	left: 265px;
	top: 0px;
	background-position: -265px 0px;
}

#group a:hover {
	background: url(images/navigation.gif) no-repeat;
    background-position: -265px -30px;
}

#group a.current, #group a.current:hover, #group a.current:active {
	background: url(images/navigation.gif) no-repeat;
    background-position: -265px -60px;
	cursor: default;
}

/* Contact Button
----------------------------------------------- */

#contact a {
	background: url(images/navigation.gif) no-repeat;
	height: 30px;
	width: 129px;
	position: absolute;
	left: 396px;
	top: 0px;
	background-position: -396px 0px;
}

#contact a:hover {
	background: url(images/navigation.gif) no-repeat;
    background-position: -396px -30px;
}

#contact a.current, #contact a.current:hover, #contact a.current:active {
	background: url(images/navigation.gif) no-repeat;
    background-position: -396px -60px;
	cursor: default;
}

table       { margin-bottom: 1.4em;}
th          { font-weight: bold; }
thead th 		{ color:#5b7005; }
th,td,caption { padding: 4px 10px 4px 5px; }
.input, textarea  { background: #efefef; }
tfoot       { font-style: italic; }
caption     { background: #eee; }
.required {color: #FF9900;}
