/*** global styles ***/
body {
    color: #666666;
	background-color: #CDC29E;
    background-image: url(../img/SOAR_Home_bg.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet", "Arial", sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
}
a img {
    border: none;
}
:link {
	color: #FFFFFF;
	text-decoration: underline;
}
:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
:link:hover, :visited:hover {
    text-decoration: none;
}
.left {
    text-align: right;
}

.quote {
    font-style: italic;
}
.indent {
    margin-left: 10px;
}
h1 {
    color: #F0A539;
    font-size: 12px;
    font-weight: bold;
}
h2 {
    color: #F0A539;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0px;
}
strong {
    color: #F0A539;
    font-weight: bold;
}

/*** Main table layout ***/
table.mainLayout {
	width: 800px;
	margin: 0px;
	border: none;
	padding: 0px;
}
td.logoCell {
    background-image: url(../img/SOAR_top_bg.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    width: 350px !important;
}
td.menuCell {
    width: 480px;
    padding: 0px;
}
td.contentBezel {
    background-image: url(../img/SOAR_redbezel.jpg);
    background-repeat: repeat-x;
    padding: 0px;
    height: 15px;
    border-left: 2px solid #E8E4CD;
    border-right: 2px solid #E8E4CD;
}
td.contentLeft {
    background-image: url(../img/SOAR_cell1_bg.jpg);
    background-repeat: no-repeat;
    padding: 0px;
    height: 316px;
	font-family: "Trebuchet", "Arial", sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 120%;
	vertical-align: top;
	width:350px !important;
}
td.contentMiddle {
    background-image: url(../img/SOAR_cell2_bg.jpg);
	background:#e8e4cd;
    background-repeat: no-repeat;
    padding: 0px;
    border-left: 2px solid #E8E4CD;
    border-right: 2px solid #E8E4CD;
    width: 446px;
}

td.contentMiddle img {
	width:446px;
	display:block;
	margin:0 auto;
	
}
td.contentRight {
    background-image: url(../img/SOAR_cell3_bg.jpg);
    background-repeat: no-repeat;
    padding: 0px;
}
td.bottomCell {
    background-image: url(../img/SOAR_bottom_bg.jpg);
    background-repeat: no-repeat;
    border-top: 2px solid #E8E4CD;
    height: 227px;
    padding: 10px 0px 0px 10px;
	font-family: "Trebuchet MS", "Trebuchet", "Arial", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #7F4510;
	text-align: left;
}
.titleLeft {
    text-align: right;
}

/*** Side Navigation menu ***/
.subMenu {
    color: #F0A539;
    font-family: "Trebuchet MS", "Trebuchet", "Arial", sans-serif;
	font-weight: normal;
	font-style: italic;
	line-height: 135%;
	width: 129px;
	float: left;
	margin: 60px 0px 0px 37px;
}
.subMenu :visited, .subMenu :link {
    font-size: 12px;
	color: #F0A539;
	text-decoration: none;
}
.select :link, .select :visited {
    font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.subContent {
	color: #FFFFFF;
	width: 294px;
	float: right;
	margin: 0px 20px 0px 10px;
}
table.subContentFull {
	color: #FFFFFF;
	width: 100%;
}
table.subContentFull :link {
}

/*** Footer ***/
.bottomCell :link {
	color: #7F4510;
	text-decoration: none;
}
.bottomCell :visited {
	color: #7F4510;
	text-decoration: none;
}
.bottomCell :link:hover, .bottomCell :visited:hover {
    text-decoration: underline;
}

/*** Gallery ***/
.gallery {
    margin: 26px 0px 0px 28px;
}
.gallery img {
	position: absolute;
}
.gallery td {
    padding: 0;
}


img.navLink { float:left; margin:0px !important; padding:0px !important;}
td#navmenu { width:610px !Important; height:87px; vertical-align:bottom; float:left; padding:18px 0 0 0; margin:0 0px 0 0px; position:relative; left:-8px}