/* CSS Document */
/*------------------------------------------------------------------------
Main style for cms admin area

version:	1.0
created:	2007-01-08
author:		Isaac Castillo
email:		isaac@echods.com
site:		http://www.tri-omni.com

------------------------------------------------------------------------*/

/* =General
------------------------------------------------------------------------*/
/* Remove all padding and margins */
* {
	margin: 0;
	padding: 0;
}

/* Html and body padding & margins */
html, body{
	height: 100%;
	margin: 0;
	padding: 0;	
	
	/* BUG: Fix IE6 bug */
	text-align: center;
}

body {
	/* Sizes all fonts down to 62.5% */
	font-size: 62.5%;
}

/* Remove padding & margins */
h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0;
	padding: 0;
}

/* Remove border images */
img {
	border: 0;
}

/* Remove styles from list items */
ul, li {
	list-style:none;
}

html {
	background: #5c8ab7 url(../images/new-html.jpg) top center;	
}

body {
	background: url(../images/new-body.jpg) top repeat-x;	
}

/* =Typography
------------------------------------------------------------------------*/
body {
	font-family: Trebuchet MS1, Helvetica, sans-serif;
}

/* =Wrappers
------------------------------------------------------------------------*/
#wrapper {
	background: url(../images/new-wrapper.jpg) top center no-repeat;
	margin: 0px auto;
	min-height: 600px;
	width: 778px;
}

#header {
	float: left;
	height: 241px;
	width: 778px;
}

#inner-wrapper {
	background: url(../images/new-content-bg.jpg) right repeat-y;
	float: left;
	margin-top: 0px;
	min-height: 400px;
	width: 778px;
}

#home #wrapper {
	background: none;
}

#content-header {
	background: url(../images/new-content-header.jpg) top no-repeat;
	min-height: 200px;
	width: 778px;
}

#content-footer {
	background: url(../images/new-content-footer.jpg) bottom no-repeat;
	float: left;
	min-height: 530px;
	width: 778px;
}

/* =Branding
------------------------------------------------------------------------*/
#brand {
	float: left;
	height: 90px;
	margin: 10px auto auto 30px;
	width: 190px;	
}

#slogan {
	float: left;
	font-size: 1.4em;
	margin: 5px auto auto 15px;
	padding: 0;
}

#slogan p {
	margin-top: 8px;
}

#slogan strong {
	font-size: 1.4em;
}
/* =Images
------------------------------------------------------------------------*/
.loadimages {
	height: 1px;
	left: -10px;
	overflow: hidden;
	position: absolute;
	top: -10px;
	width: 1px;
}

/* =Main nav
------------------------------------------------------------------------*/
#main-nav {
	float: left;
	margin: 35px 0px 0px 17px;
	padding: 0;
	width: 118px;
}

#main-nav li {
	float: left;
	font-size: 1.2em;
	height: 25px;
	padding: 0;
	margin: 0px;
	text-align: left;
}

#main-nav a {
	background: url(../images/new-li.jpg) no-repeat;
	color: #fff;
	display: block;
	height: 20px;
	margin: 0px;
	text-indent: 33px;
	padding: 5px 0;
	text-decoration: none;
	width: 151px !important;
}

#main-nav a:hover {
	background: url(../images/new-li-over.jpg) no-repeat;
	color: #ddecfa;
}

#main-nav .facebook {
	display: block;
	height: 64px;
	float: left;
	margin-left: -25px !important;
	width: 64px;
}

#main-nav .facebook a {
	background: none !important;
	height: 64px !important;
	float: left;
	width: 64px !important;
}

/* =Main content
------------------------------------------------------------------------*/
#main-content {
	color: #000;
	float: right;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 53px 35px 50px auto;
	text-align: left;
	width: 550px;	
}

#main-content h1 {
	background: url(../images/new-h1.jpg) left no-repeat;
	float: left;
	font-size: 1.4em;
	margin-bottom: 20px;
	padding-left: 30px;
	width: 520px;
}

#main-content h2 {
	font-size: 1.3em;
	margin-bottom: 5px;
}

#main-content p {
	margin-bottom: 12px;
}

#main-content img {
	margin-right: 5px;
}

#main-content a {
	color: #5c8ab7;
}

#main-content a:hover {
	color: #21609d;
	text-decoration: none;
}

#main-content ol, #main-content ul {
	margin: auto auto 15px 45px;
}

#main-content ol li {
	list-style: decimal outside;
	margin-bottom: 4px;
}

#main-content ul li {
	list-style:  disc outside;
	margin-bottom: 4px;
}

.fade-images {
	float: left;
	height: 375px;
	width: 450px;
}

.fade-images div {
	background: #f4f7fa;
	font-size: 1.3em;
	font-weight: bold;
}

.red-text {
	color:#990000;
	font-size: 1.3em;
	font-weight: bold;
}

.name {
	color: #0f82c4;
}

.location {
	float: left;
	height: 260px;
	width: 500px;
}

.fpvideo {
	float: left;
	font-size: 1.5em;
	font-weight: bold;
	width: 350px;
}
/* =Footer
------------------------------------------------------------------------*/
#footer {
	background: url(../images/new-footer.jpg) no-repeat;
	clear: both;
	color: #405c74;
	font-size: 1.0em;
	height: 38px;
	margin: 15px auto;
	padding-top: 10px;
	width: 778px;	
}

#footer a {
	color: #405c74;
}

#footer a:hover {
	color: #9fc1d6;
	text-decoration: NONE;
}

/* =Table
------------------------------------------------------------------------*/
#main-content table {
	float: left;
}

.tableoutline {
	border-collapse: collapse;
	border: solid 1px;
	border-color: #cccccc;	
}

.tableoutline td {
	padding: 3px;
}
