
/***************************** -- SITE-WIDE -- **/
body,html{
	margin: 0px;
	padding: 0px;
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
}
div,img{
	margin: 0px;
	padding: 0px;
	border: none;
}
p,a,h1,h2,h3,h4,h5,h6{
	margin: 0px;
	padding: 0px;
}
p,a{
	font-size: 12px;
	color: #000000;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a:focus{
	outline: none;
}
h1{
	font-size: 14px;
}
.bold{
	font-weight: bold;
}
ul, li{
	margin: 0px;
	padding: 0px;
}
#topBar{
	display: block;
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	background: #000000 url(../images/pagBG.png) no-repeat center;
	z-index: 99;
	padding: 5px 0px;
	height: 30px;	
}
#topBar_seq{
	display: block;
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	background: #000000 url(../images/pagBGSeq.png) no-repeat center;
	z-index: 99;
	padding: 5px 0px;
	height: 30px;	
}
#topBar_blnk{
	display: block;
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	background: #000000;
	z-index: 99;
	padding: 5px 0px;
	height: 30px;	
}
/***************************** -- MAIN NAV -- **/
#mainNavContain{
	float: left;
	width: 230px;
	height: 518px;
}
#mainNavTop{
	width: 230px;
	height: 101px;
	text-align: center;
	margin: 60px 0px 0px 0px;
}
#nav{
	width: 230px;
	height: 193px;
	background:url(../images/mainNavBG.gif) no-repeat center -101px;
	padding: 35px 0px 0px 0px;
	text-align: center;
}
#nav a{
	display: block;
	margin: 0px 0px 7px 0px;
}
#nav a:last{
	margin: 0px;
}
#contactLnk{
	width: 230px;
	height: 20px;
	text-align: center;
}
#contactContain{
	height: 200px;
}
#contactBox{
	text-align: center;
	display: none;
	padding: 20px 0px 10px 0px;
	line-height: 20px;
}
#contactBox a, #contactBox p{
	font-size: 11px;
}
/***************************** -- CONTENT STRUCTURE -- **/
#content{
	margin: 0px 160px 0px 230px;
	height: 480px;
	padding: 65px 0px 25px 0px;
	overflow-x: scroll;
	visibility: hidden;
}
body#Miscellaneous #content{
	margin: 0px;
	height: auto;
	padding: 0px;
	overflow: auto;
	visibility: visible;
}
#contentInner{
	position: relative;
	padding: 0px 100px;
}
.imageSection{
	float: left;
	height: 450px;
	text-align: center;
	margin-right: 10px;
	padding: 5px 10px 5px 0px;
	border-right: #cccccc 1px solid;
	position: relative;
	overflow: hidden;
}
.imageSection img{
	padding: 0px 5px;
}
.caption{
	position: absolute;
	bottom: 0px;
	display: none;
	text-align: left;
	background: url(../images/captionBG.png) repeat;
	height: 0px;
}
.caption h1, .caption a{
	color: #ffffff;
	padding-left: 10px;
}
.caption h1{
	padding-top: 10px;
}

.pagination{
	position: absolute;
	right: 0px;
	top: 100px;
}
.prev_page{
	padding: 0px 0px 0px 0px;
}
.next_page{
	padding: 0px 0px 0px 0px;
}
.disabled{
	opacity: .2;
}
/***************************** -- CONTENT STRUCTURE -- **/
.seqSection{
	margin: 0px 0px 40px 0px;
}
/***************************** -- MISCELLANEOUS -- **/
#miscContain{
	width: 800px;
	margin: 60px 0px 0px 0px;
}
#links{
	margin: 10px 0px 0px 0px;
	text-align: center;
}
#links a{
	display: block;
}
.duke{
	float: right;
	margin: 10px 0px 0px 0px;
}
.linkSect{
}
.linkSect a{
	font-style: italic;
}
.linkSect img{
	padding: 10px 0px 2px 0px;
}
/***************************** -- FOOTER-- **/
#footer p{
	font-size: 10px;
	color: #333333;
}
#footer a{
	font-size: 10px;
	color: #333333;
}
#footer{
	text-align: center;
	font-size: 10px;
	margin: 10px 0px 0px 0px;
	color: #333333;
	white-space: pre;
}

/***************************** -- ADMIN -- **/
#adminNav{
	float: left;
	margin: 20px 0px 0px 0px;
}
#adminNav a{
	display: block;
	width: 150px;
	line-height: 20px;
	padding: 0px 0px 0px 20px;
}
#adminNav a:hover{
	text-decoration: none;
	background: #eeeeee;
}
#adminContent{
	margin: 0px 0px 0px 200px;
}
.adminThumb_seq{
	margin: 10px 0px 0px 0px;
}
.adminThumb, #sortList li{
	float: left;
	padding: 5px;
	margin: 5px;
	border: #cccccc 1px solid;
	height: 290px;
	width: 200px;
	text-align: center;
	position: relative;
}
.adminThumb .placement, #sortList .placement, .link .placement{
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 10px;
}
#sortContain{
	overflow: auto;
}
#sortList, #linkSortList{
	list-style-type: none;
	overflow: auto;
}
.placeHolder{
	display: block;
	border: #000000 1px dotted;
}
#adminInner{
	padding: 20px 0px 0px 0px;
	width: 1000px;
	line-height: 30px;
}
#adminInner .adminThumb{
	line-height: 18px;
}
#adminInner .link{
	padding: 5px 0px 5px 10px;
	position: relative;
}
#adminInner .link .linkItem{
	position: absolute;
	right: 10px;
}
label{
	width: 100px;
	vertical-align: top;
	display: inline-block;
}
textarea{
	height: 100px;
	width: 400px;
}
.adminTitleNav{
	font-weight: normal;
}
#imagePrev{
	float: right;
}