/* @override 
	http://localhost/trico/css/styles.css
	http://trico.com/css/styles.css
*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
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;
}

/* Trico 01.21.2010 */
/* Layout */
body {
	font-family:"Arial", Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.8em;
	background:transparent url(images/glossymetal.jpg) repeat left top;
	text-align:center;/* IE-Win hack */
}

#main-topborder {
	margin:0px auto 0;
	width:970px;
	height:0px;
	background:transparent url(images/aaa_mid.png) repeat-y left top;
}

#container-wrapper {
	width:970px;
	margin:0 auto;
	background:transparent url(images/aaa_mid.png) repeat-y 0 top;
}

#container {
	width:900px;
	margin:0 auto;
	background-color:#FFFFFF;
	text-align:left;
}

#main-botborder {
	margin:0 auto;
	width:970px;
	height:41px;
	background:transparent url(images/aaa_bot.png) no-repeat;
}

.clear {
	clear:both;
	height: 1px;
}

/* ==== Header */
#header {
	text-align:left;
}

#menu-line {
	border-bottom:2px solid #0F2D66;
}

#menu {
	text-align:right;
	margin-bottom:24px;
}
/* ==== Navigation Related */
#menu li {
	padding:0 1em 0 10px;
	display:inline;
}

#menu .live {
	background:url(images/navigation_bg.gif) no-repeat -3px -5px;
}

#menu li a {
	color:#0F2D66;
	font-weight:bold;
	text-decoration:none;
}
#menu li a:visited {
	color:#0F2D66;
}
#menu li a:hover {
	color:gray;
}
#menu li a:active {
	color:#0F2D66;
}

/* ==== Form Related */

.label {
	vertical-align: top;
	padding: 5px 2px;
}
.field {
	padding: 5px 2px;
}
.required {
	color: red;
	font-size: 14px;
	font-weight: bold;
}

/* FOOTER STYLING */
#footer {
	width:970px;
	margin: 0 auto;
	background: url(images/aaa_mid.png) repeat-y;
}

#footer-partner {
	width:970px;
	margin: 0 auto;
	background-image: url(images/aaa_mid.png);
}

#footer-partner-left,#footer-right {
	font-size: 10px;
	line-height:18px;
	color:#000000;
	padding: 6px;
}

#footer-partner-left {
	width:400px;
	text-align:left;
	float: left;
	margin-left: 35px;
}

#footer-partner-right {
	width:400px;
	text-align:right;
	float: right;
	margin-right: 35px;
}

#footer-partner-left, #footer-partner-right {
	font-size: 10px;
	line-height:18px;
	color:#ffffff;
	padding: 6px;
}

#footer-partner a, #footer-partner a:link, #footer-partner a:visited {
	color:#000000;
	text-decoration:none;
}
	
.footer-partner-nav {
	padding: 0 0 0 0;
}

#footer-left, #footer-right {
	font-size: 10px;
	line-height:18px;
	color:#000000;
	padding: 0px;
}

#footer-left {
	width:400px;
	text-align:left;
	float: left;
	margin-left: 35px;
}

#footer-right {
	width:400px;
	text-align:right;
	float: right;
	margin-right: 35px;
}
	
#footer a, #footer a:link, #footer a:visited {
	color:#000000;
	text-decoration:none;
}

.footer-nav {
	padding: 0 0 0 0;
}
/* ==== subpage layout widths/floats  */
#subpage-left {
	float:left;
	width:155px;
	background-color:#ffffff;
}

#subpage-text {
	float:left;
	width:505px;
}

#subpage-full {
	float:left;
	width:715px;
}

#subpage-right {
	float:right;
	width:210px;
}

/* ==== subpage-Left Styling  */
#subpage-left {
	text-align:left;
	line-height:2.3em;
	font-size:11px;
}
#subpage-left li {
	list-style-type:none;
}
#subpage-left li, #subpage-left a {
	color:#0F2D66;
	font-size: 11px;
	line-height: 2em;
	font-weight:bold;
	padding:0 0 0 10px;
	text-decoration:none;
}
#subpage-left a:hover,#subpage-left a:active {
	color:gray;
}
#subpage-left .live {
	background:url(images/navigation_bg.gif) no-repeat 19px -1px;
	padding-left:24px;
}
/* ==== Sub-Page Styling */
#container {
	text-align:left;
	color:#0F2D66;
}
#subpage-text p {
	margin:12px 0;
}

#subpage-text ul {
	margin-left: 12px;
	margin-bottom: 12px;
}
#subpage-text li {
	padding-left:10px;
	color: gray;
	font-size: 10px;
}

.logos {
	width:505px;
	float:left;
	margin-left:12px;
	text-align:center;
}
#container h1 {
	margin:0 0 12px;
	font-size:18px;
	color:#0F2D66;
}
#subpage-text .left_exp, .right_exp {
	font-size:11px;
	line-height:1.8em;
	margin-bottom:12px;
}
#subpage-text .left_exp,.right_exp {
	list-style-type:none;
	list-style-position:outside;
}
#subpage-text .left_exp {
	float:left;
	width:212px;
}
#subpage-text .right_exp {
	float:left;
	margin-right:20px;
	width: 265px;
}
#subpage-text li {
	background:url(images/../images/bullet.gif) no-repeat left center;
	list-style-type:none;
}
.left_exp li {
	padding-left:10px;
}
.right_exp li {
	padding-left:10px;
}
/* ==== Sub-Page-Right Styling */
#subpage-right {
	text-align:left;
	background:url(images/fading_corner.jpg) no-repeat -10px top;
	margin:0;
	padding:0;
}
#subpage-right h2 {
	text-align:center;
	font-size:14px;
	line-height:2em;
	color:#0F2D66;
	background:url(../images/contact/navigation.png) center;
	margin:24px 0 9px;
	padding:0;
}
#subpage-right p {
	padding:0 6px 14px 0;
	margin:0;
}
#subpage-right ul {
	list-style-type:none;
}
#subpage-right a {
	text-decoration:none;
	color:gray;
}
#subpage-right li {
	padding-left:30px;
	line-height:1.5em;
	color:gray;
}
.adr, .tel, .fax, .org, .email, .url {
	margin-left:16px;
	margin-bottom:12px;
}
.org {
	background:url(../images/contact/tri.png) no-repeat 0 4px;
}
.adr {
	background:url(../images/contact/add.png) no-repeat 0 2px;
}
.tel {
	background:url(../images/contact/phone.png) no-repeat left 2px;
}
.fax {
	background:url(../images/contact/fax.png) no-repeat left 2px;
}
.email {
	background:url(../images/contact/mail.png) no-repeat left 2px;
}
.url {
	background:url(../images/contact/url.png) no-repeat left 2px;
}

.tel_f {
	background: url(../images/contact/phone.png) no-repeat left center;
	padding: 4px 18px 4px 0;
}
.fax_f {
	background: url(../images/contact/fax.png) no-repeat left center;
	padding: 4px 18px 4px 0;
}

.org_f {
	background: url(../images/contact/tri.png) no-repeat left center;
	padding: 4px 18px 4px 0;
}

.adr_f {
	background: url(../images/contact/add.png) no-repeat left center;
	padding: 4px 18px 4px 0;
}

.wedge {
	padding: 5px 6px;
}

.wedge_partner {
	color: #000000;
	padding: 5px 6px;
}

blockquote {
	font-size:11px;
	line-height:2.0em;
	margin:0px 12px;
	color:gray;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.popsicle {
	background:transparent url(../images/quote-left.gif) no-repeat;
	margin:0 0 0 10px;
	padding:0 0 0 24px;
}

.frankenstein {
	background:transparent 0;
	margin-top:18px;
	padding-top:0;
	padding-bottom:112px;
	font-size:11px;
}
.author, .pos {
}
.pos {
	font-style:italic;
}

/* spans */

.orange {
	color:#ff6600;
	font-size:12px;
	font-weight:bold;
}

.bold {
	font-weight: bold;
}

.required {
	color: red;
	font-size: 14px;
	font-weight: bold;
}