@charset "utf-8";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
}

html, body{
	margin: 0px;
	padding: 0px;
	background: url(images/pmaSiteBG.jpg) repeat-x top;
}


/****** DEFAULT LISTS ******/
.pageRight ul{
	list-style: square;
	margin: 10px 0px 10px 25px;	
}

.pageRight ul li{
	font-size: 12px;
	color: #555;	
}

#wrapper{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
}

/***************************HEADER***************************/
#header{
	width: 940px;
	height: 114px;
	margin-top: 20px;
	background: url(images/pmaHeaderBG.gif) no-repeat;
	position: relative;
	z-index: 99;
}

#header #home{
	height: 16px;
	text-align: right;	
}

#header #home a:link,
#header #home a:visited{
	color: #FFF;
	background-color:#ABC3E5;
	font-size: 14px;
	text-decoration: none;
	padding: 5px;
}

#header #home a:hover,
#header #home a:active{
	text-decoration: none;
	color: #ABC3E5;
	background-color: #FFFFFF;
}

#header #menu{
	clear:none;
	margin-top: 74px;
	float: right;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#header #menu ul{
	list-style: none;
}

#header #menu ul li{
	float: left;
}

#header #menu ul li.footer{
	display: none;	
}

#header #menu ul li a:link,
#header #menu ul li a:visited{
	color: #FFF;
	background-color: #ABC3E5;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 94px;
	height: 24px;
	line-height: 24px;
}

#header #menu ul li a:hover,
#header #menu ul li a:active{
	color: #ABC3E5;
	background-color: #FFF;
}

/******* DROP DOWN MENU *******/
#header #menu ul ul {
	display: none;
	position: absolute;
	background-color: #ABC3E5;
}

#header #menu ul ul li{
	float: none;	
}

#header #menu ul li:hover ul{
	display: block;	
}

#header #menu ul li:hover ul li a:link,
#header #menu ul li:hover ul li a:visited{
	width: 140px;
	text-align: left;
	padding: 1px 15px 1px 5px;
	line-height: normal;
	width: auto;
	max-width: 220px;
	height: auto;
	margin-bottom: 5px;
}

/**************************CONTENT***************************/
#content{
	clear: both;
	margin-top: 35px;
	position: relative;
}

#content #flash{
	height: 400px;
	margin-bottom: 20px;
}

#content #events{
	float: right;
	width: 260px;
	height: 390px;
	background: url(images/pmaLogo_small.gif) no-repeat bottom center;
}

#events_scroll { width: 260px; clear: both; margin: 0px 0 10px; }
#events_scroll .viewport { width: 240px; height: 285px; overflow: hidden; position: relative; }
#events_scroll .overview { list-style: none; position: absolute; left: 0; top: 0; }
#events_scroll .thumb .end,
#events_scroll .scrollbar { position: relative; float: right; width: 10px; }
#events_scroll .track { border: 1px solid #ABC3E5; border-right: height: 100%; width:8px; position: relative; padding: 0 1px; }
#events_scroll .thumb { background-color: #4F91CD; height: 20px; width: 8px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#events_scroll .thumb .end { overflow: hidden; height: 5px; width: 8px; }
#events_scroll .disable{ display: none; }
#events_scroll h3{
	margin: 0px;	
}



#content .colHeading{
	float: left;
	height: 260px;
	border-right: 1px solid #999;
}

#content .colContent{
	float: left;
	width: 275px;
	padding: 10px 0px 0px 5px;
	
}

/*************************CLASSES****************************/
.fixFF{
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 1px;
}

.floatLeftCol{
	float: left;
	width: 310px;
	height: 260px;
}

.news{
	background: url(images/brace.png) no-repeat top left;
	min-height: 104px;
	padding-left: 28px;
	margin-bottom: 18px;
}

.floatLeft{
	float: left;	
}

.floatRight{
	float: right;	
}

.input{
	margin-bottom: 5px;	
}

.submit{
	margin-top: 5px;	
}


/********LEFT COL*******/
.pageLeft,
.pageLeftWide{
	float: left;
	width: 180px;
	margin-right: 20px;
	border-right: 3px solid #4f91cd;
	padding: 0px 10px 50px 0px;
}

.pageLeftWide{
	width: 300px;
	padding-bottom: 0px;
}


/*******RIGHT COL******/
.pageRight, .pageRightAlt{
	float: left;
}

.pageRight .pageEntry{
	clear: both;
	width: 710px;
	border-right: 3px solid #4f91cd;
	padding-right: 10px;
	margin-bottom: 40px;
}

.pageRightAlt .pageEntry{
	width: 590px;
	border-right: 3px solid #4f91cd;
	padding-right: 10px;
	margin-bottom: 40px;	
}

.pageEntry p{
	margin-bottom: 12px;
	line-height: 20px;
}

.pageEntry p span{
	padding-left: 0px;
}

.pageEntry p img{
	margin: 0px 10px 10px 10px;	
	padding: 5px;
	border: 1px solid #ABC3E5;
}


/****************COLLECTIONS***************/
.column{
	clear: none;
	float: left;
}

a:link .collection,
a:visited .collection{
	width: 220px;
	margin: 8px;
	background-color: #FFF;
	text-align: center;
	padding-top: 10px;
}

a:link .collection p,
a:visited .collection p{
	color: #4f91cd;
}

a:hover .collection,
a:active .collection{
	width: 220px;
	background-color: #ABC3E5;
	text-align: center;
	padding-top: 10px;
}

a:hover .collection p,
a:active .collection p{
	color: #FFF;
	text-decoration: none;
}

.colDetail img{
	margin-right: 10px;
	padding: 5px;
	border: 1px solid #ABC3E5;
}

/*************SCOLLABLE*************/

div.scrollable{
	position: relative;
	overflow: hidden;
	width: 700px;
	height: 550px;
	clear: both;
}

div.scrollable div.items{
	position: absolute;
	width: 99999em;
}

a.prevPage, a.nextPage{
	display: block;
	height: 30px;
	color: #4f91cd;
	text-decoration: none;
	font-size: 12px;
	line-height: 30px;
	cursor: pointer;
}

a.prevPage:hover, a.nextPage:hover{
	color: #FFF;
	text-decoration: none;
}

a.prevPage{
	float: left;
	padding-left: 32px;
	background: url(images/prev4.gif) no-repeat left;
}

a.nextPage{
	float: left;	
	padding-right: 32px;
	background: url(images/next4.gif) no-repeat right;
}

a.prevPage:hover{
	background: url(images/prev3.gif) no-repeat left;
}

a.nextPage:hover{
	background: url(images/next3.gif) no-repeat right;
}


/*****BROWSABLE******/
.navi{
	float: left;
	margin: 0px 40px;
}

.navi a{
	width: 14px;
	height: 29px;
	float: left;
	background: url(images/dot1.gif) no-repeat center;
	display: block;
	cursor: pointer;
}

.navi a:hover{
	background: url(images/dot2.gif) no-repeat center;	
}

.navi a.active{
	background: url(images/dot3.gif) no-repeat center;	
}

/****************EVENT CALENDAR*************/
#calendar{
	width: 700px;
	margin: 0 auto;
}

#calendar table tr td{
	height: 100px;
	width: 100px;
}

#calendar table tr td span{
	font-size: 8pt;
}

#calendar td.nav{
	background: none;
}

#calendar td.head{
	background-color: #4f91cd;
	color: #FFF;
	height: 20px;
	text-align: center;
	font-variant: small-caps;
}

#calendar td.normal { 
	color: #FFF;  
	background-color: #ABC3E5;
} 

#calendar td.today { 
	color: #FFF; 
	background-color: #4f91cd; 
} 

#calendar td.today a{
	color: #FFF;	
}

#calendar td.selected { 
	color: #FFFFFF; 
	background-color: #4f91cd; 
} 

#calendar td.event { 
	color: #4f91cd; 
	background-color: #FFF; 
} 


/******PAGE MENU******/
ul.eventThumbs,
ul.childPages{
	list-style: none;	
}

ul.childPages li.hide{
	display: none;
}

ul.eventThumbs li{
	text-align: right;
	float: left;
}

ul.eventThumbs li a:link,
ul.eventThumbs li a:visited{
	display: block;
	width: 135px;
	margin: 0px 0px 10px 10px;
	padding-top: 100px;
	padding-right: 5px;
	background-color: #ABC3E5;
	color: #FFF;
}	

ul.eventThumbs li a:hover,
ul.eventThumbs li a:active{
	background-color: #FFF;
	color: #4f91cd;
	text-decoration: none;
}

ul.childPages li{
	text-align: right;
	margin-top: 5px;
}

ul.childPages li a:link,
ul.childPages li a:visited{
	display: block;
	width: 160px;
	background-color: #ABC3E5;
	color: #FFF;
	padding: 7px;
}

ul.childPages li a:hover,
ul.childPages li a:active{
	background-color: #FFF;
	color: #ABC3E5;
	text-decoration: none;
}

ul.childPages a.pageMain:link,
ul.childPages a.pageMain:visited{
	background-color: #4f91cd;
	color: #FFF;
}

ul.childPages a.pageMain:hover,
ul.childPages a.pageMain:active{
	background-color: #FFF;
	color: #4f91cd;
	text-decoration: none;
}

/*************************FOOTER*****************************/
#footer{
	clear: both;
	margin: 20px 0px;
}

#footer #footerMenu{
	float: right;
	margin-bottom: 7px;
}

#footer #footerMenu ul{
	list-style: none;	
}

#footer #footerMenu ul li{
	float: left;
	font-size: 12px;
}

#footer #footerMenu ul li a:link,
#footer #footerMenu ul li a:visited{
	padding: 0px 12px;
	border-left: 1px solid #4f91cd;
}

#footer #footerMenu ul li a:hover,
#footer #footerMenu ul li a:active{
	color: #555;
}

#footer #footerMenu ul li.home a{
	border-left: none;	
}

#footer #foot{
	clear: both;
	border-top: 1px solid #4f91cd;
	width: 940px;
}

#footer #foot p{
	font-size: 12px;
	color: #4f91cd;
	padding-right: 12px;
}

/***************************TAGS******************************/
h1,
div.welcome{
	font-size: 24px;
	font-weight: normal;
	color: #4f91cd;
	border-bottom: 1px solid #4f91cd;
	margin-bottom: 10px;
	padding-left: 5px;
}

h2{
	font-size: 14px;
	font-weight: normal;
	color: #4f91cd;
	text-align: center;
	text-transform: uppercase;
	margin-top: 20px;
}

h2 a:link{
	font-size: 14px;	
}

h3{
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #4f91cd;	
	margin-left: 25px;
	margin-top: 20px;
}

h4{
	font-size: 24px;
	font-weight: normal;
	color: #4f91cd;
	text-align: right;
	margin-bottom: 20px;	
}

p,
table tr{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #444;
}

p.calendarItem{
	padding-left: 25px;
}

p.calendarItem a:link, p.calendarItem a:visited{
	color: #444;
	font-size: 14px;
}

p.social{
	clear: both;
	margin: 0px 0px 40px 20px;
	line-height: 30px;
}

a:link,
a:visited{
	text-decoration: none;
	color: #4f91cd;
	font-size: 12px;
}

a:hover,
a:active{
	text-decoration: underline;
}

a.coll{
	text-decoration: none;	
}

a img{
	border: none;	
}
