/*pmnw*/



body {
	font-family:Verdana;
	margin: 5px 0 15px 0;
	padding: 0;
	text-align: center;
	font-size: .7em;
	color:#666;
}


a:link {
	color:#C07725;
}

a:visited {color:#666;}
a:hover {color:#FF9900;}
a:active { color:#00CCFF;}

img {border:0;}

h1 {
	font-size:2em;
	font-weight:normal;
	color:#C07725;
	border-bottom:#ccc 2px dotted;
	padding-bottom: 6px;
}
h2 {
	font-size:1.3em;
	font-weight:normal;
}
h3 {font-size:1.1em;}
h4 {font-size:.9em;}
h5 {}
h6 {}

div {
	/*border:#cc0000 1px dotted;*/
}


/*-----------------------------------------

	main page dividers

------------------------------------------*/

#container {
	position: relative;
	padding: 0;
	width: 770px;
	margin: 0 auto;
	text-align: left;
}


#header {
	padding: 0;
	width: 770px;
	height: 133px;
	margin:0;
	background-image: url(images/bg_header.gif);

}

#outer{
	float:left;
	width: 770px;
	margin:0;
	padding:0;
	background-image:url(images/bg_page.jpg);
	background-repeat:repeat-y;
} 


#content {
	float:left;
	padding:0 25px 20px 25px;
	margin: 0;
	width:500px;
}


#footer {
	clear:both;
	text-align:center;
	width:770px;
	height:210px;
	margin:0;
	background-image:url(images/bg_footer.jpg);
	background-repeat:no-repeat;
}


/*-----------------------------------------

	header

------------------------------------------*/

#logo img {
	height: 100px;
	width: 160px;
}


/* ---------- adminlinks----------------- */

#adminlinks {
	position:absolute;
	width: 400px;
	height: 30px;
	padding: 0;
	margin: 0;
	left: 200px;
	top: 52px;	
}

#adminlinks a {
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-size:0.9em;
	font-weight:bold;
	
}

#adminlinks ul{
	margin: 0;
	padding:0;

}

#adminlinks li{
	display:inline;
	padding-right:10px;

}


/* ---------- search----------------- */

#search {
	position:absolute;
	padding: 0;
	margin: 0;
	left: 520px;
	top: 43px;	
	background-image:url(images/bg_search.gif);
	background-repeat:no-repeat;
	background-position:0 6px;
	width:250px;
	height: 40px;
	
	/*border:#cc0000 1px dotted;*/
}


#search form{
	padding: 0;
	margin: 0;
	/*border:#cc0000 1px dotted;*/
	
}


#search form fieldset{
	border: none;
	margin:0;
	padding:0 0 0 20px;
}

#search form input{
	margin:3px 0 0 10px;
	/*width:135px;
	height:15px;
	padding:0;
	border:#fff 1px solid;*/
	border:solid 0 #fff;
	vertical-align:middle;
	font-family:Verdana;
	font-size:1em;
	font-weight:bold;
	color:#999999;
	
}
/*
#search form input[type=image] {
	width: auto;
	height: auto;
	margin:1px 0 0 10px;
	border:none;
}*/

#searchsubmit {
	background: url(images/btn_go.gif) no-repeat;
    height: 30px;
	margin-left:5px;
}


/* ---------- mainlinks----------------- */


#mainlinks {
	position:absolute;
	width: 605px;
	height: 30px;
	padding: 0;
	margin: 0;
	left: 165px;
	top: 102px;	
}



#mainlinks #inner{
	float:left;
	padding:0 0 0 5px;
	margin:0;
}


#mainlinks ul{
	margin: 0;
	padding:0;

}

#mainlinks li{
	float:left;
    padding:10px 9px;
    list-style: none;
	text-align:center;
	font-size:.9em;
	font-weight: bold;
	text-transform:uppercase;
}

#mainlinks a {
	color:#fff;
	display:block;
	text-decoration:none;
}

#mainlinks a:hover {
	text-decoration:underline;
}


/* ---------- breadcrumb nav----------------- */



#breadcrumblinks {
	margin:10px 0 0 0;
	padding:8px 0;
}

#breadcrumblinks ul{
	margin:0;
	padding:0;
}

#breadcrumblinks li{
	display: inline;
}

#breadcrumblinks li a{
	padding-right:5px;
}


/* ---------- side navigation----------------- */


.nav{
	float:left;
	padding:20px 0 0 5px;
	margin:0 0 0 0;
	width:215px;
}

.nav h3 {
	padding: 12px 25px 6px 5px;
	margin: 0 0 0 0;
	color:#C07725;
	font-size: 1.4em;
	font-weight:normal;
	background-image: url(images/bg_nav_top.gif);
	background-position:top;
	background-repeat:no-repeat;
	border-bottom:#fff 1px dotted;
}

.nav ul {
	padding: 5px 15px 10px 5px;
	margin: 0 0 0 0;

}

.nav li {
	display:block;
	list-style:none;
	line-height: 1.3em;
	
}

.list_indent1 {
	padding-left: 0;
}

.nav li a{
	color:#0078BC;
	font-weight:bold;
}


.nav li a:hover{
	color:#FF9900;
}

.nav #sublinks li{
	
}

/* adjust according to which columns are displayed */

#leftnav {
	/*display:none;*/
}

#rightnav {
	display:none;
}

.nav div {
	margin: 0 0 10px 0;
}



.itemintro {
	margin: 0 0;
}

.itemdate {
	
}


.linksouter {
	padding:0 10px 0 10px;
}

.linksinner {
	padding:0 0 0 5px;
	background-image:none;
}

.nav .linksinner {
	background-image: url(images/bg_nav.gif);
	background-repeat: repeat-y;
	background-position:bottom;	
}

.nav p {
	margin:2px 0;
}





/*----------------------------------------------------

	content

-----------------------------------------------------*/

#content p{
	line-height: 1.2em;
	margin:0 0 1em 0;
}

#content h3{
	margin: 15px 0 5px 0;
}



#content .itemname{
	font-size:1em;
	font-weight:bold;
	margin-right:10px;
	padding:15px 40px 15px 0;
	/*background-image:url(images/new.png);
	background-repeat:no-repeat;
	background-position:bottom right;*/

}

#content .itemimage img, #content .itemvideoimage img{
	border: #ccc 1px solid;
	padding: 5px;
}

#content .itemvideoimage img {
	height:70px;
	width:70px;
}

#content .itemimage a {
	text-decoration:none;
}

#content .itemimage, #content .itemvideoimage {
	vertical-align:top;
	margin: 0 15px 0 0;
	/*text-align:right;	*/
}

.imagezoom {
	margin: 0;
	padding: 0;
	font-size: .8em;
}


#content .linksouter {
	margin:20px 0 0 0;
	padding: 0;	
}

#content .linksouter ul {
	margin:0;
	padding: 0;
}

#content .linksouter ul li {
	margin:0;
	padding: 10px;
	list-style:none;
	border-bottom: #ccc 2px dotted;	
}


#content .linksouter ul li a {
	color:#0078BC;
	font-size:1em;
}

#content .linksouter ul li a:hover {
	color:#FF9900;
}

#content .linksouter div {
	float:left;
}

#content .linksouter .iteminfo {
	margin:0 0 0 0;
	width:300px;
}

#content #videoslinksouter .iteminfo {
	width:350px;
}

#content .itemname a {
	font-weight:normal;
	font-size:1em;
}

#content .linksouter h3 {
	display: none;
}

#content #linkslinksinner .iteminfo {
	width: 350px;
}


#content br {
	clear:both;
}



/*----------------------------------------------------

	messages & errors

-----------------------------------------------------*/

.error {
	color:#FF0000;
	font-weight:bold;
	margin: 10px 0;
	padding: 5px;
	border:2px #ff0000 dotted;
}

.message {
	color:#00cc00;
	font-weight:bold;
	margin: 10px 0;
	padding: 5px;
	border:2px #00cc00 dotted;
}

.error li, .message li {
	padding: 2px;
	list-style: none;
}

/*----------------------------------------------------

	forms

-----------------------------------------------------*/

form {  
  margin: 0;
  padding: 0;
}

form fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #ccc;
  border-width: 1px;
  border-style: solid;
  padding: 10px;
  margin: 0;
}


form fieldset legend {
	font-size:1.1em;
    font-weight: normal;
	margin-bottom:5px;  
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form #question label {
	width: 230px;
	text-align:left; 
}

form fieldset div {
	 margin: 15px 0;
}


form input, form textarea, form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width: auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin: 5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{
	font-weight:bold;
}

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}


form input {
	/*border: solid #999999 1px;
	background-color: #E8F2FD;*/	
}


form input[type=checkbox] {
	background: none;
	border: none;	
}


form input[type=submit], input[type=reset] {
	/*color: #fff;
	font-weight: bold;
	font-size: .8em;
	padding: 3px 0 2px 0;
	background-color: #00CCFF;*/
}

form img {
	vertical-align:middle;
	margin:0 0 5px 0;
}


/*---------------end forms-------------*/



.searchresults {
	padding:15px 0;
	margin: 0 10px;
	border-bottom: #ddd 2px dotted;
}

.searchresultstitle {
	margin:2px 0 4px 0;
	font-weight: bold;
}

#content .searchresults a{
	color:#60B5B3;
	font-size:1.1em;
}

.highlight {
	background-color:#98FCDE;
	padding:1px;
}

#homepromo {
	margin: 30px 0;
}


.pagingnav {
	/*border: #cc0000 1px dotted;*/
	float:right;
}

.pagingnav form{
	/*border: #cc0000 1px dotted;*/
}


.pagingnav img, .pagingnav input  {
	vertical-align:middle;
}

#footer li{
	display:inline;
	list-style:none;
	padding:5px 5px;
}

.comment {
	border-top: #ccc 2px dotted;
}

.comment h5{
	background-color:#FBFAE6;
	padding: 2px;

}

#poll {
	padding: 5px;
	margin-left:5px;
}

#poll form{
	padding:5px;
}



#poll form input{
	float:left;
	
	padding:0;
}

#poll form label{
	text-align:left;
	float:left;
	padding:0;
	width:60px;
}

#gallery {
	width:100%;
}

#gallery table {
	width:100%;
	border:#ccc 1px solid;
}

#gallery td{
	padding: 5px;
	vertical-align:top;		
}

#footer  {
	padding-left: 20px;
	height:280px;
}


#footer ul {
	float:left;
	margin: 30px 15px 0 0;
	padding:0 0 0 0;
	width:170px;
	height:250px;
	/*border:1px #cc0 dotted;*/
}

#footer li {
	padding:5px 0 5px 0;
	border-bottom:2px #fff dotted;
	list-style: none;
	display:block;
	text-align:left;	
}

#footer a {
	text-decoration:none;
	font-weight:bold;
}


#footer #logos {
	text-align:left;
	padding-top:30px;
}

#footer #logos img {
	margin:5px;
	vertical-align:top;
}



#quickCalender {
	margin-left:8px;
}

#recently_viewed {
	margin-left:10px;
}

#recently_viewed li{
	padding-left:5px;
}


#parents p, #parents ul li{
line-height:1.4em;
}



#parents ul li {
list-style:none;
margin:0 0 10px 0;
}

#parents ol li {
list-style:decimal;
margin:0 0 10px 0;
}

#parents ul {
margin:0 0 10px 0;
}

#content .bulleted ul{
	margin:25px 0;
}


#content .bulleted ul li{
	list-style:disc;
	margin-left:30px;
	line-height:10px;
}






