html * {

	margin: 0;
	padding: 0;

}

body { background: #414141 url("/public/img/bg.jpg") repeat-x; }

/*-- Global ---------- */

body, textarea { 

font: 13px/18px Helvetica, Arial, Verdana, Tahoma, sans-serif;
color: #000;

}

a { 
	color: #44386d;
	font-weight: bold;
	text-decoration: none;
	
}

a:hover { color: #6d393e; }

img, fieldset { border: 0; }

select option { padding: 0 10px 0 0; }

h1 { font-size: 36px; line-height: 36px; padding-top: 18px; padding-bottom: 18px; }
h2 { font-size: 28px; line-height: 36px; padding-top: 9px; padding-bottom: 9px; }
h3 { font-size: 18px; line-height: 18px; padding-top: 9px; padding-bottom: 9px; }
h4 { font-size: 14px; line-height: 18px; padding-top: 9px; padding-bottom: 9px; }
h5 { font-size: 12px; line-height: 18px; padding-top: 9px; padding-bottom: 9px; }
h6 { font-size: 10px; line-height: 18px; padding-top: 9px; padding-bottom: 9px; }

p { padding: 0 0 18px 0; }

h1, h2, h3, h4, h5, h6 { 

/* font-weight: normal; */
letter-spacing: -.02em;

}

h2 { color: #44386d; }

blockquote {
	
	padding: 18px;
	background: #eee;	
	margin: 0px 36px 18px 18px;
	
}

ul, ol {
	
	margin: 0px 36px 18px 18px;
}

ul li, ol li { margin: 9px 0 9px 0;}


/*-- Clearing Styles & Container --*/

/*.container {

width: 910px;
margin: 0 auto;
background: #fff;

}*/

.block {
width: 868px;
margin: 0 auto;
display: block;
	
}

.clearfix { display: inline-block; }

.block:after, .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


.column {

float: left;
width: 240px;

}


/*-- Main Navigation --*/

ul#navigation { 

width: 858px;
margin: 0 auto;
list-style: none; 
height: 58px;
background: url("/public/img/nav_divider.jpg") no-repeat;
padding: 0 0 0 1px;

}

ul#navigation li { 

margin: 0;
float: left;
height: 58px;
background: url("/public/img/nav_divider.jpg") right top no-repeat;
padding: 0 1px 0 0;

}

ul#navigation li a {

display: block;
float: left;
text-decoration: none;
height: 58px;
line-height: 58px;
color: #fff;
padding: 0 12px 0 11px;
font-size: 14px;

}

ul#navigation li a:hover { background: url("/public/img/nav_hover.jpg") repeat-x; }

/*-- Logo --*/

h1#logo { 

margin: 0;
padding: 0;

}

h1#logo a {

display: block;
text-decoration: none;
text-indent: -999em;
background: url("/public/img/tricenturion_logo.jpg") no-repeat;
width: 255px;
height: 216px;
float: left;

}

#int_sidebar h1#logo a { float: none; }

#home_photo {

width: 613px;
float: left;

}


/*-- Main --*/

#main {

background: url("/public/img/main_bg.gif") repeat-y;
padding: 12px 0 20px 0;

}

#int_main {

background: url("/public/img/main_bg.gif") repeat-y;
padding: 0 0 20px 0;

}

#contentcol {

width: 531px;
border-right: solid 1px #dbd8e3;
padding: 0 21px 0 30px;

}

#int_contentcol {

width: 566px;
padding: 0 31px 0 16px;
background: url("/public/img/int_content_bg.gif") no-repeat;

}

		ul#breadcrumb { 

		list-style: none;
		font-size: 11px;
		margin: 0;
		padding: 18px 0 9px 0;
		border-bottom: solid 1px #eee;
		
		}
		
		ul#breadcrumb li { display: inline; }
		
		ul#breadcrumb li a { 
		
		text-decoration: none;
		padding: 0 10px 0 0;
		background: url("/public/img/arrow_r.gif") right 40% no-repeat;
		margin: 0 5px 0 0;
		
		}
		
		ul#breadcrumb li.home a { 
		
		color: #333;
		
		
		}
		
		ul#breadcrumb li.active a { 
		
		font-weight: normal;
		background: none;
		
		}

		#home_news {
		
		background: #d4d4d4;
		padding: 0 0 9px 0;
		
		}
		
		#home_news h3 {
		
		height: 19px;
		background: url("/public/img/home_news_title.gif") no-repeat;
		padding: 14px 0 0 16px;
		color: #413669;
		font-size:14px; 
		
		}
		
		#home_news ul {
		
		padding: 0 20px 0 16px;
		margin: 0;
		list-style: none;
		
		}

		
		#home_news ul li {
		
		padding: 0 0 9px 0;
		margin: 0 0 9px 0;
		border-bottom: solid 1px #eee;
		
		}
		
		#home_news ul li h4 a {

		color: #6d393e;
		font-size: 12px;

		}
		
		#home_news ul li p {
		
		font-size: 11px;
		padding: 0;
		
		}



#sidebar {

width: 240px;
padding: 0 25px 0 20px;

}


#int_sidebar {

width: 255px;
padding: 0;

}

		.sidebar_section {
		
		margin: 18px 0 0 0;
		background: #dbd8e3 url("/public/img/sidebar_section_bottom.gif") left bottom no-repeat;
		
		}
		
		.sidebar_section h3 {
		
		background: url("/public/img/sidebar_section_top.gif") no-repeat;
		color: #6d393e;
		padding: 16px 9px 9px 15px;
		font-size: 17px;
		
		}
		
		.sidebar_section p {
		
		padding: 0 18px 18px 15px;
		
		}
		
		
/*-- subnav --*/

ul.subnav {

padding: 0;
margin: 0 12px 0 15px;
list-style: none;

}

ul.subnav li {

padding: 0;
margin: 0;
float: left;


}

ul.subnav li a {

border-top: solid 1px #ddd;
padding: 6px 0 6px 12px;
display: block;
background: #eee;
width: 216px;

}

ul.subnav li a:hover, ul.subnav li a.active {

background: #ddd;

}

ul.subnav li a.active {

background: #ccc;
color: #6d393e;

}

/*-- Form Styles ----- */

.generic_form {



}

.generic_form fieldset {

padding: 0 0 0 0;
border-bottom: solid 2px #cdd8e0;
margin: 9px 0 18px 0;

}

.generic_form fieldset legend {

font-size: 18px;
padding: 9px 0 6px 0;
margin: 0;
color: #44386d;


}

.generic_form fieldset ul { list-style: none; }

.generic_form fieldset .note { 

font-size: 11px;
font-weight: normal;
color: #333;
display: block;

}
.generic_form fieldset label .note, .generic_form fieldset span.label .note { 

display: inline; 
margin: 0 0 0 4px;

} 

.generic_form fieldset ul li input { margin: 0 6px 0 0; }

.generic_form fieldset p label {

display: block;
font-weight: bold;

}

.generic_form fieldset input.forminput {

padding: 2px;
font-weight: bold;

}

.generic_form fieldset select { }
.generic_form fieldset p { 

float: none;
padding: 9px 0 9px 0;

}

.generic_form fieldset p input.forminput { 

width: 550px;
margin: 0 0 4px 0;

}


.generic_form fieldset p.formcol1 input.forminput , .generic_form fieldset p.formcol2 input.forminput { width: 250px; }

.generic_form fieldset input.small, .generic_form fieldset input.medium { 

width: 50px; 
padding: 2px;
font-weight: bold;

}

.generic_form fieldset input.medium { width: 100px; }

.generic_form fieldset p.formcol1 {

float: left;
clear: both;

}

.generic_form fieldset p.formcol2 {

margin: 0 0 0 275px;

}

.generic_form fieldset span.label, .generic_form fieldset span.label { 

font-weight: bold;
display: block;
padding: 0 0 3px 0;

}

.generic_form fieldset p.radio label { 

display: inline; 
margin: 0 4px 0 6px;
font-weight: normal;

}


.generic_form span.required, .generic_form span.error {

color: #b5121b;
font-style: italic;
font-size: 11px;

}

.generic_form span.error { display: block; } 

.generic_form fieldset .formcheck label {

display: inline;
font-size: 11px;
margin: 0 4px 0 6px;
}

.generic_form fieldset .checkboxlist {

width: 400px;

}

.generic_form fieldset .checkboxlist label, .generic_form fieldset .inline label { 

font-weight: normal;
display: inline;
margin: 0 4px 0 6px;

}

.generic_form fieldset .inline label {

margin: 0 6px 0 0;

}


.generic_form fieldset ul { 

clear: both;

margin: 0 0 0 7px;
padding: 0;
width: 350px;

}

.generic_form fieldset ul li { 

margin: 0; 
padding: 0;

}

.generic_form fieldset ul li input, .generic_form fieldset ul li label { margin: 0; } 

.generic_form fieldset textarea {

width: 562px;
padding: 2px;
height: 150px;

}

p.errornotice {

color: #b5121b;
font-size: 13px;
background: #efbdc0;
padding: 9px;
margin: 0 0 18px 0;

}

input.submit {

padding: 5px;
font-weight: bold;

}

.generic_form input.submit { margin: 12px 0 18px 0; }

p.error {

color: #b5121b;

}

.generic_form h4 {

padding: 14px 0 7px 0;
border-bottom: solid 1px #ccc;
margin: 0 14px 12px 7px;
font-size: 16px;
color: blue;

}

p.usernotice {

background: #eee;
padding: 9px;
margin: 9px 0 9px 0;
font-weight: bold;

}

.compact { line-height: 14px; }

.compact p { 

padding: 0; 
display: inline;

}

.compact label { 

padding: 0 0 0 8px;

}

.compact fieldset { padding: 6px; }

.compact fieldset legend { padding: 0; }

.compact input { margin: 0; }

.compact input.submit { 

padding: 2px;
margin: 0;
display: inline;

}

.compact select { display: inline; }

.section_header {

background: #333;
padding: 0;
border-bottom: solid 1px #fff;

}

.section_header a {

color: #fff;
display: block;
padding: 9px 9px 9px 25px;
background: url("/public/img/right_arrow.gif") 9px 50% no-repeat;

}

.section_header a:hover {

background-color: #222;

}

.section_header a.hide {

padding: 9px 9px 9px 25px;
background: red url("/public/img/down_arrow.gif") 7px 50% no-repeat;

}


/*-- Footer --*/

#footercontainer {

background: url("/public/img/footer_bg.gif") left bottom no-repeat;
padding: 0 0 13px 0;

}

#footer {

background: url("/public/img/main_bg.gif") repeat-y;
padding: 0 30px 0 30px;

}

#footer p {
padding: 18px 0 18px 0;
border-top: solid 1px #dbd8e3;
font-size: 11px;

}

#editContent {

padding: 12px;
background: none;

}
