/*LAYOUT*/
body {
	margin: 5 0 0 0;
	padding: 0;
	background-color: #96b7d6;
	background-image: url(graphics/bg.png);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 10pt;
	text-align: center;
	color: #696969;
}
h1, h2, h3, h4, h5, h6 {
	margin: 2px 0 2px 0;
	color: #256f8d;
}
h3 {
	font-size: 12pt;
}
h4 {
	font-size: 8pt;
}
h5 {
	font-size: 7pt;
}
h6 {
	position: relative;
	left: 10px;
	font-size: 8pt;
	font-weight: normal;
}
hr {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #256f8d;
	border-left: none;
}
li {
	text-transform: capitalize;
}

/*TOPIMAGE*/
#waytop {
	margin: 0 auto;
	padding: 0;
	width: 860px;
	height: 18px;
	font-size: 8pt;
	color: white;
}
#waytop a {
	text-decoration: none;
	color: white;
}
#titlebg {
	margin: 0 auto;
	padding: 0;
	width: 892px;
	height: 89px;
	background-image: url(graphics/top.png);
	background-position: center;
	background-repeat: no-repeat;
	text-align: left;
}

/*PAGE HEAD*/
#navi {
	position: relative;
	margin: 0;
	padding: 0;
	top: 12px;
	left: -14px;
	height: 32px;
}
.navileft {
	float: right;
	margin: 0;
	padding: 0;
}
.naviright {
	float: right;
	margin: 0;
	padding: 5px 10px 4px 0;
	background-color: #1b5986;
	font-size: 14pt;
	text-transform: uppercase;
	color: #92b9cf;
}
*html .naviright {
	padding: 5px 10px 5px 0;
	background-color: #144d7b;
}
.naviright a {
	color: #92b9cf;
	text-decoration: none;
}
.naviright a:hover {
	color: #fefbec;
}
body.section-1 #nav-1,
body.section-2 #nav-2,
body.section-3 #nav-3 {
	color: #fefbec;
}
#subnavs {
	float: right;
	position: relative;
	margin: 0;
	padding: 0;
	top: 17px;
	left: -20px;
}
*html #subnavs {
	top: 8px;
}
#subnavs a{
	padding: 5px;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
	color: #696969;
}
*html #subnavs a{
	line-height: 27px;
}
#subnavs a:hover{
	color: #27758c;
}
#sub1-1,
#sub1-2,
#sub2-1,
#sub2-2,
#sub2-3,
#sub2-4,
#sub2-5,
#sub3-1,
#sub3-2,
#sub3-3 {
	display: none;
}
body#current1-1 #sub1-1,
body#current1-1 #sub1-2,
body#current1-2 #sub1-1,
body#current1-2 #sub1-2,
body#current2-1 #sub2-1,
body#current2-1 #sub2-2,
body#current2-1 #sub2-3,
body#current2-1 #sub2-4,
body#current2-1 #sub2-5,
body#current2-2 #sub2-1,
body#current2-2 #sub2-2,
body#current2-2 #sub2-3,
body#current2-2 #sub2-4,
body#current2-2 #sub2-5,
body#current2-3 #sub2-1,
body#current2-3 #sub2-2,
body#current2-3 #sub2-3,
body#current2-3 #sub2-4,
body#current2-3 #sub2-5,
body#current2-4 #sub2-1,
body#current2-4 #sub2-2,
body#current2-4 #sub2-3,
body#current2-4 #sub2-4,
body#current2-4 #sub2-5,
body#current2-5 #sub2-1,
body#current2-5 #sub2-2,
body#current2-5 #sub2-3,
body#current2-5 #sub2-4,
body#current2-5 #sub2-5,
body#current3-1 #sub3-1,
body#current3-1 #sub3-2,
body#current3-2 #sub3-1,
body#current3-2 #sub3-2 {
	display: inline;
}
body#current1-1 #sub1-1,
body#current1-2 #sub1-2,
body#current2-1 #sub2-1,
body#current2-2 #sub2-2,
body#current2-3 #sub2-3,
body#current2-4 #sub2-4,
body#current2-5 #sub2-5,
body#current3-1 #sub3-1,
body#current3-2 #sub3-2 {
	background-color: #fefbec;
	color: #27758c;
}

/*CONTENT AREA*/
#main{
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background-image: url(graphics/table-bg.png);
	background-position: center;
	background-repeat: repeat-y;
}
#content {
	margin: 0 auto;
	padding: 10px;
	width: 844px;
	background-image: url(graphics/content-bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
	text-align: left;
	color: #696969;
}
*html #content {
	width: 864px;
}
#content a {
	color: #256f8d;
	text-decoration: none;
}
#content a:hover {
	color: black;
}
#bottom {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 33px;
	background-image: url(graphics/content-bottom.png);
	background-position: center;
	background-repeat: no-repeat;
}

/*PAGE END*/
#footer {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font-size: 8pt;
	color: white;
}
#footer a {
	text-decoration: none;
	color: white;
}

/*MISC*/
.normal {
	font-size: 8pt;
}
.additions {
	margin: 5px;
}

/*FORM STUFF*/
.tinygr {
	font-size: 8pt;
	background-color: #FFFFFF;
	border: 1px solid #256f8d;
	color: #000000;
}
.viewbu {
	background-color: #1b5986;
	color: #FFFFFF;
	border: 2px solid #1b5986;
}
.formtitle {
	background-color: #1b5986;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	border: 2px solid #1b5986;
}


/*COMMISSION TABLE*/
.tbtitle {
	font-size: 10pt;
	font-weight: bold;
	color: #4A7DA4;
}
.tbstyle {
	font-size: 10pt;
	color: #4A7DA4;
}
#tbeven {
	background-color: #E9F0FA;
}
#tbodd{
	background-color: #e1e8f2;
}

/*PAGE TITLES*/
#page {
	position: relative;
	left: -10px;
	padding: 2px 120px 2px 10px;
	background-color: #B3C8EC;
	font-weight: bold;
	font-size: 16pt;
	color: #2B579B;
}	

#description {
	position: relative;
	left: -10px;
	top: 4px;
	padding: 2px 80px 2px 25px;
	background-color: #DEF2F8;
	font-size: 8pt;
	color: #26748C;
}

/*GEN TABLE STUFF*/
#div-table {
	display: table;
	width: 100%;
}
#div-row {
	display: table-row;
}
#div-column {
	display: table-column;
}
#div-cell {
	display: table-cell;
}

/*GALLERY NAV*/
#gallnav-table {
 display: table;
 width: 826px;
 height: 406px;
 background-image: url(graphics/gallery/navigation-bg.png);
 background-repeat: no-repeat;
}
#gallnav-left, #gallnav-middle, #gallnav-right, #gallnav-org, #gallnav-com, #gallnav-dl, #gallnav-more {
	display: block;
	float: left;
	height: 406px;
}
#gallnav-org, #gallnav-com, #gallnav-dl, #gallnav-more {
	width: 71px;
}
#gallnav-left {
	width: 340px;
}
#gallnav-middle {
	width: 170px;
	color: #000000;
}
#gallnav-right {
	width: 32px;
}
#gallnav-org img:hover {
	background-image: url(graphics/gallery/navigation-org.png);
	background-repeat: no-repeat;
}
*html #gallnav-org a:hover {
	background-image: url(graphics/gallery/navigation-org.png);
	background-repeat: no-repeat;
}
#gallnav-com img:hover {
	background-image: url(graphics/gallery/navigation-com.png);
	background-repeat: no-repeat;
}
*html #gallnav-com a:hover {
	background-image: url(graphics/gallery/navigation-com.png);
	background-repeat: no-repeat;
}
#gallnav-dl img:hover {
	background-image: url(graphics/gallery/navigation-dl.png);
	background-repeat: no-repeat;
}
*html #gallnav-dl a:hover {
	background-image: url(graphics/gallery/navigation-dl.png);
	background-repeat: no-repeat;
}
#gallnav-more img:hover {
	background-image: url(graphics/gallery/navigation-more.png);
	background-repeat: no-repeat;
}
*html #gallnav-more a:hover {
	background-image: url(graphics/gallery/navigation-more.png);
	background-repeat: no-repeat;
}

/*GALL TABLE*/
#gall-left, #gall-right {
	display: table-cell;
	padding: 10px;
	font-size: 8pt;
}
#gall-left {
	border: 1px dashed #B3C8EC;
	width: 120px;
	background-color: #DEF2F8;
}

/*SHOP TABLE*/
#shop-left, #shop-middle, #shop-right {
	display: table-cell;
	padding: 5px;
	font-size: 8pt;
	border-bottom: 1px solid #B3C8EC;
}
#shop-left {
	width: 160px;
	vertical-align: middle;
}
*html #shop-left {
	width: 150px;
	height: 155px;
	padding: 10px;
	float: left;
}
#shop-middle {
	vertical-align: top;
}
*html #shop-middle {
	width: 540px;
	height: 155px;
	float: left;
}
#shop-middle h3 {
	margin: 2px 0 2px 0;
	color: #256f8d;
	font-size: 10pt;
	display: inline;
}
#shop-right {
	width: 150px;
	vertical-align: top;
}
*html #shop-right {
	width: 130px;
	height: 155px;
	padding: 0 10px 0 10px;
	float: left;
}
#shop-right h3 {
	display: inline;
}
#shop-middle .type {
	font-size: 8pt;
	color: #696969;
	display: inline;
}