/* *********************************************** */
/* CSS File created by CreeksideDesign.com 091109  */
/* Designed for JEThomasArt.com website       */
/* design@gocreekside.com  www.creeksidedesign.com */
/* *********************************************** */
/******************************************* Foundation Work *******************************************/	
#html-main, #body-main	{ 
	padding: 0;
	margin: 0 auto;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em !important;
	color: #000;
	border-left-style: solid;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-width: 0px;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	line-height:140%;
	background: #100122 url('../pics/bg-jet-dk-blue.jpg') no-repeat top center;
}
A {
text-decoration: underline;
} 
A:link {
color: #0033FF;
} 
A:visited {
color: #3D4D6C; 
} 
A:active {
color: #920011;
} 
A:hover {
color: #FFF;
background:#3D4D6C;
}
br {  font-family: Arial, Helvetica, sans-serif; color: black; font-size: 12px;}
h1 { font-family: Arial, Helvetica, sans-serif; color: navy; font-size: 16px;}
strong {  font-family: Arial, Helvetica, sans-serif; color: navy; font-size: 12px;}

/* Tables --------------------------------------------- */
#pagewrap {

}
table#tbl-main {
width: 1000px;
padding: 0 0 0 0;
border-collapse: collapse; /* or collapse; */
}
.td-masthead {
}
.td-sidebar {
background: #100122 url('../pics/jet-sidebar.jpg') repeat-y;
width: 264px;
text-align: center;
vertical-align: top;
}
.td-content {
background: #fff;
width: 736px;
}
.td-footer {
}

/* Navigation --------------------------------------------- */
#navcontainer ul {
margin: 0px 0px 0px 0px; /* top rgt btm lft */
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}
#navcontainer a {
display: block;
padding: 2px 6px 2px 6px;
width: 100%;
border-bottom: 1px solid #91A2C5;
font-family: Arial, Helvetica, sans-serif;
}
#navcontainer a:link, #navlist a:visited {
background: #100122; /* background before hover */
color: #FFF;
text-decoration: none;
}
#navcontainer a:hover {
background:#5C739A; /* background when hover */
text-shadow: 2px 2px 3px #0E2022;
color: #FFF;
}
#navlist a:link#current {
text-shadow: 2px 2px 3px #0E2022;
background:#486487;
color:#FFF;
}

/* Misc --------------------------------------------- */
hr {
background:#A9B5C9;
border-top:0px solid #A9B5C9;
border-bottom:0px solid #A9B5C9;
border-left:0px solid #A9B5C9;
border-right:0px solid #A9B5C9;
height:1px;
}