/*********************************** 
 Totally Triumph Style sheet 2008	
************************************/

/* main layout *******************/

BODY {
	font-family: georgia, times, verdana, arial, helvetica, sans-serif;
	font-size: 12pt;
	padding: 0px;
	margin: 0px;
	color: #000;
	font-weight: normal;
	vertical-align: top;
	line-height: 1.2;
	background: #fff;
	text-align: justify;
}

TD {
	font-family: georgia, times, verdana, arial, helvetica, sans-serif;
	font-size: 12pt;
	color: #000;
	font-weight: normal;
}

#container {
	width: 980px;
	margin: 0 auto 0 10px;
	position: relative;
}

.hide {
	display: none;
}

/* page header *******************/

#header {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 125px;
	margin: 0;
	position: relative;
	background-color: #fff;
}
#header H2 {
	display: none;
}

#header P.contact {
	font-size: 10pt;
	font-weight: normal;
	top: 60px;
	left: 0px;
	width: 500px;
	margin: 0;
	padding: 0;
	text-align: right;
	position: absolute;
}

#spinner {
	top: 0px;
	right: 0px;
	width: 475px !important;
	width /**/:475px;
	height: 100px !important;
	height /**/:100px;
	border: none;
	background-color: #fff;
	background-image: url("/images/white.gif");
	overflow: hidden;
	margin: 0;
	position: absolute;
}


/* Sections *******************/

#header UL {
	padding: 0;
	margin: 0;
}
#sections {
	margin: 0;
	top: 100px;
	left: 0px;
	width: 100%;
	height: 30px;
	position: absolute;
	background: #000;
}
#sections H2 {
	display: none;
}
#sections A {
	color: #fff;
	text-decoration: none;
	border-bottom: solid 2px #fff;
}
#sections A:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: solid 2px #090;
}
#sections LI {
	display: inline;
	list-style: none;
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding: 0 20px 0 5px;
}


/* main content *******************/

#maincontent {
	margin: 10px;
}

#maincontent P  {
	padding: 0px 20px 10px 10px;
	margin: 0;
}

.photoframer {
	padding: 10px;
	border: 2px solid #000; 
	text-align: center;
	float: right;
	margin: 8px 8px 8px 16px;
}

.photoframel {
	padding: 10px;
	border: 2px solid #000; 
	text-align: center;
	float: left;
	margin: 8px 16px 8px 8px;
}

.photoframe {
	padding: 10px;
	border: 2px solid #000; 
	text-align: center;
	float: left;
	margin: 8px;
}
.photoframew {
	padding: 10px;
	border: 2px solid #000; 
	text-align: center;
	margin: 8px;
}

div.legend {
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
	color: #000;
	margin: 0;
	padding: 10px 0 0 0;
}

/* page footer *******************/

.copy {
	font-size: 8pt;
	color: #000;
	font-weight: normal;
	font-style: normal;
	float: right;
	text-align: right;
	margin: 10px 0 15px 0;
	padding: 5px 0 0 0;
	width:  100%;
	border-top: 1px solid #000;
}


/* dividers/spacers *******************/

DIV.divider {
	height: 1px;
	border-bottom: 1px solid #999;
	padding: 0;
	margin: 5px 0 5px 0;
	clear: both;
}

DIV.spacer {
	clear: both;
	font-size: 5px;
}

HR {
	display: none;
}

/* link styles *******************/


A {
	color: #090;
	text-decoration: none;
}

A:hover {
	color: #090;
	text-decoration: underline;
}

