@import url("/css/nt2c.css");


body {
	margin:10px 0px 5px 0px;
	padding:0px;
	background: #DDD;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 1em;
	color: #666;
}

a {
	color: #FF9E61;
}

#shadow {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 780px;

}

#shadow #main {
	padding-top: 14px;
	background: url('../images/mainShadow.png');
	background-repeat: no-repeat;
	margin-bottom: -76px;
}


#shadow #bottom {
	position: absolute;
	background-image: url('../images/bottomShadow.png');
	background-repeat: no-repeat;
	background-position: bottom;
	height:90px;
	width: 100%;
	bottom:-90px;
}

#subContent, #subNavigation {
	display:none;
}

#header {
	background: url('../images/banner.jpg');
	height:91px
}

.editorBG {
	margin:5px;
	background: #F9F9F9 url('../images/mainBG.jpg');
	background-position: bottom;
	background-repeat:no-repeat;
}

#page {
	width: 740px;
	border: 1px solid #BBB;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	min-height: 550px;
	background: #F9F9F9 url('../images/mainBG.jpg');
	background-position: bottom;
	background-repeat:no-repeat;
}

p {
	font-size: .7em;
	margin:0px 0px 15px 0px;
}




#content {
	padding-top: 1.6em;
}

#mainContent {
	padding: 5px;
}







#NAV1 {
	font-size: .7em;
	height: 1.8em;
	position: relative;
	list-style: none;
	margin:0px;
	padding: 0px;
	margin: 0px;
	z-index: 99;
	width: 100%;
}

#NAV1 ul { 
	margin:0px;
	list-style: none;
    width:9em;
    position:absolute;
    overflow:visible; 
	background: #FFF;
	height:15px;
	padding: 0px;
}

#NAV1 li {
    margin:0px;   
    position: relative; 
    float:left;
	width: 70px;
    display:block;
    height:1.9em;
	line-height:1.9em;
}

#NAV1 ul li {
	width: 14em;
	border: 1px #AAA;
	border-style: none solid none solid;
}

#NAV1 ul .top {
	border-top: 1px solid #AAA;
}

#NAV1 ul .bottom {
	border-bottom: 1px solid #AAA;
	margin-top:1px;
}

#NAV1 ul .onlyChild {
	border: 1px solid #AAA;
}

#NAV1 ul ul li{
	border: 1px #AAA;
	border-style: none solid none solid;
	width:18em;
}

#NAV1 ul ul li:last-child{
	border-width:1px;
}
 
#NAV1 a {
	color: #000;
    text-decoration:none; 
    display:block;
    height:100%;
	text-align:center;
}

#NAV1 .topLevel {
	border: 1px #AAA;
	border-style: solid solid solid none;
	text-align: left;
	padding-left: 0em;
	margin-right:0px;
	background: #DDD;
}

#NAV1 a:hover, #NAV1 li:hover {

}

#NAV1 ul li a {
	display:block;
	background-color:#FFF;
}

#NAV1 ul li:hover, #NAV1 ul li a:hover {
	background-color:#FFE64E;
}

#NAV1 ul {
	display:none;
}


/*all see this */
#NAV1 ul ul, #NAV1 ul ul ul{
    display:none;
    position:absolute; 
    margin-top:-1.4em; 
    margin-left:18em;
}

/* non-IE browsers see this */
#NAV1 ul li>ul, #NAV1 ul ul li>ul{
	margin-top:-1.4em; 
}


#NAV1 li:hover ul ul, #NAV1 li:hover ul ul ul, #NAV1 li:hover ul ul ul ul, #NAV1 li:hover ul ul ul ul ul{
	display:none;
}

#NAV1 li:hover ul, #NAV1 ul li:hover ul, #NAV1 ul ul li:hover ul, #NAV1 ul ul ul li:hover ul, #NAV1 ul ul ul ul li:hover ul{
	display:block;
}

li>ul { 
	top: auto;
	left: auto;
	text-align:left;
}


.pageSelector, .pageSelector li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.pageSelector {
	float: right;
}

.pageSelector li {
	float: left;
	margin-left: 5px;
}



.category, .category * {
	cursor: pointer;
}

.category * {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.category {
	float: left;
	margin:1px;
	width:320px;
	text-align: left;
	padding: 5px 5px 2px 5px;
}



.category .first {
	float: right;
	width:195px;
}

.category a {
	text-decoration: none;
	color: #666;
}

.category:hover {
	background: #EEE;
	border: 1px solid #CCC;
	margin: 0px;
}

.category.full {
	clear: both;
	float: none;
	width: 100%;
}

.category.full .first {
	width:340px;
}


#footer {
	color: #000;
	font-size: .7em;
}

form p label {
	width: 7em;
	float: left;
	display: block;
	margin-right: .5em;
	line-height: 2em;
}

form .submit input {
	margin-left: 7.5em;
}

.gallery_breadcrumbs img {
	vertical-align: middle;
	border: 0px;
}
