/* --- t r i n c h . c o m ------

web  -> http:  //www.trinch.com
mail -> info@trinch.com
------------------------------ */
* {
	padding: 0em;
	margin: 0em;
	}
body {
	background: #bfe0f2 url(../img/bg-body.gif) repeat-x;
	padding: 20px 0px 35px 0px;
	}
body, input {
	font-size: 10pt;
	font-family: "Georgia", "Times New Roman", Serif;
	color: #333;
	}
a {
	color: #c60;
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	}
p {
	line-height: 1.5em;
	margin-bottom: 1.0em;
	}
h4 {
	display: inline;
	font-size: 1.2em;
	font-weight: bold;
	color: #369;
	padding-right: 28px;
	}
h4 span {
	font-size: 0.8em;
	font-weight: normal;
	}
.contentarea {
	padding-top: 1.3em;
	}
img {
	border: none;
	}
img.left {
	position: relative;
	float: left;
	margin: 0em 1.8em 1.0em 0em;
	}
img.right {
	position: relative;
	float: right;
	margin: 0em 0em 1.8em 1.8em;
	}
.divider {
	position: relative;
	height: 1px;
	border-bottom: solid 1px #eaeaea;
	margin: 2.0em 0em 2.0em 0em;
	}
.box {
	position: relative;
	background: url(../img/boxbg.gif) repeat-x;
	left: -1.5em;
	top: -1.5em;
	padding: 1.5em;
	margin-bottom: 1.0em;
	}
ul.linklist {
	list-style: none;
	}
ul.linklist li {
	line-height: 2.0em;
	}

/* --- layout --- */
#outer {
	z-index: 2;
	position: relative;
	width: 850px;
	border: solid 7px #fff;
	background-color: #fff;
	margin: 0 auto;
	}
#headercontent {
	position: absolute;
	bottom: 0em;
	padding: 0em 2.0em 1.3em 2.0em;
	}
#headercontent h1 {
	font-weight: normal;
	color: #fff;
	font-size: 2.5em;
	}
#headercontent h1 sup {
	color: #777;
	}
#headercontent h2 {
	font-size: 1.0em;
	font-weight: normal;
	color: #aaa;
	}
#search {
	position: absolute;
	top: 5.5em;
	right: 2.0em;
	padding-right: 0.0em;
	}
#headerpic {
	position: relative;
	height: 231px;
	background: #fff url(../img/hdrpic.jpg) no-repeat top left;
	margin-bottom: 2px;
	}
#content {
	padding: 0em 2.0em 0em 2.0em;
	}
#primarycontainer {
	float: left;
	margin-right: -18.0em;
	width: 100%;
	}
#primarycontent {
	margin: 1.5em 22.0em 0em 0em;
	}
#secondarycontent {
	margin-top: 1.5em;
	float: right;
	width: 18.0em;
	}
#footer {
	position: relative;
	height: 2.0em;
	clear: both;
	padding-top: 5.0em;
	background: #fff url(../img/border2.gif) repeat-x 0em 2.5em;
	font-size: 0.8em;
	}
#footer .left {
	position: absolute;
	left: 2.0em;
	bottom: 1.2em;
	}
#footer .right {
	position: absolute;
	right: 2.0em;
	bottom: 1.2em;
	}
	#footer .right a {
		display: block;
		width: 56px;
		height: 20px;
		background: url(../img/trinch.gif) no-repeat left bottom;
		text-indent: -99999px;
		text-decoration: none;
		cursor: auto;
		margin: 0;
		padding: 0;
		}
	#footer .right a:hover {
		background: url(../img/trinch.gif) no-repeat left top;
		text-decoration: none;
		}

/* --- photos --- */
ul#photo {
	float: left;
	width: 500px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	ul#photo li {
		float: left;
		width: 90px;
		height: 60px;
		margin-right: 5px;
		margin-bottom: 10px;
		}
	ul#photo li a {
		display: block;
		width: 90px;
		height: 60px;
		text-decoration: none;
		}
	ul#photo li a:hover {
		text-decoration: none;
		}

/* --- menu --- */
#menu {
	position: relative;
	background: #369;
	height: 3.2em;
	padding: 0em 1.0em 0em 1.0em;
	margin-bottom: 2px;
	}
	#menu ul {
		position: absolute;
		top: 1.1em;
		}
		#menu ul li {
			position: relative;
			display: inline;
			}
			#menu ul li a {
				padding: 0 1.0em 0.6em 1.0em;
				color: #fff;
				text-decoration: none;
				}
			#menu ul li a:hover{
				text-decoration: underline;
				}
			#menu ul li a.active {
				border-bottom: 5px solid #9cf;
				}
#menubottom {
	background: #fff url(../img/border1.gif) repeat-x;
	height: 14px;
	margin-bottom: 1.5em;
	}

/* --- form --- */
fieldset {
	outline: 0;
	border: 0;
	margin: 0;
	padding: 10px 0 0 0;
	}
fieldset label {
	padding: 0 0 0 5px;
	}
form span.textbox {
	display: block;
	width: 375px;
	margin: 2px 0 10px 0;
	padding: 0;
	}
form span.textbox span {
	display: block;
	background: #eaeaea;
	}
form span.textbox span input.wideInput, 
form span.textbox span textarea.wideInput {
	outline: none;
	border: 1px solid #ccc;
	margin: 5px;
	}
form span.textbox span select {
	margin: 5px;
	}
form span.textbox span input.wideInput {
	width: 300px;
	}
form span.textbox span textarea.wideInput {
	width: 365px;
	}
form input#submit {
	float: left;
	clear: left;
	margin-top: 5px;
	}

/* --- calendar --- */
ul#calendar {
	float: left;
	width: 500px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	ul#calendar li {
		float: left;
		width: 375px;
		line-height: 14px;
		margin-bottom: 10px;
		padding-top: 10px;
		}
	ul#calendar li.date {
		float: left;
		width: 125px;
		font-weight: bold;
		text-transform: uppercase;
		margin-bottom: 10px;
		}

/* --- miscellaneous --- */
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
	}
.floatleft { float: left !important; }
.floatright { float: right !important; }
