/* The Billings Artworks Style Sheet by Jason Nelson / Visual Adventures, www.visualadventures.com  */

/*   ---------- Begin Design Styles   --------------    */
body {
	background-color: #000514;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
}

#leftMargin {
	background-image:  url(images/topLeftMargin.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 597px;
}
#rightMargin {
	background-image:  url(images/topRightMargin.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 597px;
}
#leftMarginBottom {
	background-image:  url(images/bottomLeftMargin.jpg);
	background-position: right top;
	background-repeat: repeat-y;
}
#rightMarginBottom {
	background-image:  url(images/bottomRightMargin.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}	
#pageframe {
		width:766px;
		margin:0px;
		padding:0px;
}
	
#firstrow, #secondrow, #thridrow{
		background-color: #000000;
		width: 766px;
		margin-top:0px;
		margin-bottom:0px;
		padding:0px;
		margin:0px;
}
#firstrow{
	height:252px;
	}
#secondrow{
		height: 33px;
	}
	
#thirdrow{
	float:left;
	width: 766px;
}
TABLE.pagetable{
	width:766px;
}
TD.pagetableleft{
	width: 30px;
	background:transparent url(images/bodyLeftMarginRepeat.jpg) repeat-y top left;
	vertical-align:top;
}
TD.pagetablecenter{
	width:706px;
	background-color:#344656;
}
TD.pagetableright{
	width: 30px;
	background:transparent url(images/bodyRightMarginRepeat.jpg) repeat-y top left;
	vertical-align:top;
}
#maincontent{
	width: 706px;
	background-color:#344656;
	padding: 10px 0px 0px 0px; /* top, right, bottom, left */
	overflow:hidden;
}
#leftcolumn{
	width: 216px;
	position:relative;
	display:block;
	float:left;
	background-color:#E9E2D4;
	margin: 0px 0px 0px 0px; /* top, right, bottom, left */
	padding: 0px 0px 0px 0px; /* top, right, bottom, left */
}
#leftcolumn h1{
	background-color: #A25526;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #E9E2D4;
	padding: 8px 8px 8px 8px; /* top, right, bottom, left */
	margin: 0px 0px 0px 0px; /* top, right, bottom, left */
}
#leftcolumn p{
	padding-bottom:15px;
	margin: 0px 0px 0px 0px; /* top, right, bottom, left */
	padding: 8px 8px 8px 8px; /* top, right, bottom, left */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#middlespacer{
	width:20px;
	background:transparent url(images/vertSpacer.gif) repeat-y top right;
	min-height:300px;
	position:relative;
	display:block;
	float:left;
	padding: 0px 0px 0px 10px; /* top, right, bottom, left */
}
#middlespacer h1{
	display:none;
}
#rightcolumn {
	position:relative;
	display:block;
	float:left;
	background-color:#273440;
	width:425px;
	padding: 8px;
	margin:0px 0px 0px 10px; /* top, right, bottom, left */
	border: 1px solid #E9E2D4;
}
#rightcolumn h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #E9E2D4;
	text-transform:uppercase;
}
#rightcolumn h2{}
#rightcolumn p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
#footer {
	width: 766px; 
	height: 150px;                          /* height of the footer row  */
	background-image:  url(images/footer.jpg);  /* footer image goes here  */
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #000000;
	display: block;
	float:left;
	margin: 0px;
	padding: 0px;
}

/*   ---------- Begin Text Styles   --------------    */
.footerText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}

p a:link{
	color: #FFFFFF;
	text-decoration: underline;
	}
p a:visited{
	color: #CCCCCC;
	text-decoration: underline;
	}
p a.:active{
	color: #CCCCCC;
	text-decoration: underline;
	}
p a:hover{
	color: #FFFFCC;
	text-decoration: none;
	}
		
h1 a:link{
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	}
h1 a:visited{
	color: #333333;
	text-decoration: underline;
	}
h1 a.:active{
	color: #333333;
	text-decoration: underline;
	}
h1 a:hover{
	color: #0000CC;
	text-decoration: none;
}

h2 a:link{
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: normal;
	}
h2 a:visited{
	color: #CCCCCC;
	text-decoration: underline;
	}
h2 a.:active{
	color: #CCCCCC;
	text-decoration: underline;
	}
h2 a:hover{
	color: #FFFFCC;
	text-decoration: none;
}	

.whiteBodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
.blackBodyCopyMedium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.blackBodyCopySmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.subheader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC;
}
.header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
}
.headerHome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #E9E2D4;
}
.smallWhiteCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	font-variant: normal;
	font-style: normal;
}

	
/* ----------------------- Navigation Styles for drop down menu ----------------------  */
#menuBar {
	/*background-image:  url(images/navigation.jpg);*/
	position: relative;
	top: 0px;
	left: 0px;
	width: 766px;
	overflow: hidden;
	border: none;
	height: 33px;
	display: block;
	float: left;
}



.menuHeader {
	cursor: pointer;
	padding-right: 0px;
	display: inline;
	position: relative;
	color: #CCCCCC;
	font-size: 12px;
	font-family: arial, Helvetica, sans-serif;
	padding: 0px;
	text-decoration: none;
}
a.menuHeader:hover {
	color: #FFFFCC;
}
a.menuLink {
	display: block;
	color: #CCCCCC;
	font-size: 12px;
	font-family: arial, Helvetica, sans-serif;
	padding: 3px;
	padding-left: 7px;
	left: 150px;
	text-decoration: none;
}

a.menuLink:link {
	color: #ffffff;
	text-decoration: none;
	}

a.menuLink:visited {
	color: #ffffff;
	text-decoration: none;
	}

a.menuLink:hover {
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
	}

a.menuLink:active {
	color: #ffffff;
	text-decoration: none;
	background-color: #808080;
	}

.menuDrop {
	color: #ffffff;
	font-size: 12px;
	font-family: arial, Helvetica, sans-serif;
	background-color: #808080;
	background-repeat: repeat;
	visibility: hidden;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 100;
	left: 10;
	width: 175px;
	height: auto;
	border-style: solid;
	border-width: 0 1px 1px;
	border-color: #003365
}
