* {
	margin:0;
	padding:0;
}

body {
	font:12px arial;
	color: #000;
}

#container {
	margin:0 auto;
	width:960px;
	text-align:left;
	padding: 0 20px;
}

#top {
	padding:0 0 20px 0;
}

#top-band {
	/*width:335px;*/
	width: 960px;
	height:111px;
	color:#999;
	background:url(images/pmcq-logo-tagline.jpg) no-repeat;
}

#linkedin {
    padding: 22px 0 0 637px;
}


#top-band #topLinks {
    text-align:right;
	color:#999;
	padding:10px 0 0 0;
	/*padding:78px 0 0 625px;*/
}

#top-band #topLinks a:link {color:#999; text-decoration:none;}
#top-band #topLinks a:visited {color:#999; text-decoration:none;}
#top-band #topLinks a:hover {color:#999; text-decoration:underline;}
#top-band #topLinks a:active {color:#999; text-decoration:none;}

#top-menu {
	padding:6px 0 4px 0;
	width:960px;
	height:36px;
	text-align:center;
	background:url(images/menu-background.gif) no-repeat;
}

#top-menu a:link {float:left; display:block; padding:4px 0; width:16.25%; color:#000; text-decoration:none; border-right:1px solid #abaaaa;}
#top-menu a:visited {float:left; display:block; padding:4px 0; width:16.25%; color:#000; text-decoration:none; border-right:1px solid #abaaaa;}
#top-menu a:hover {float:left; display:block; padding:4px 0; width:16.25%; color:#24a4fb; text-decoration:underline; border-right:1px solid #abaaaa;}
#top-menu a:active {float:left; display:block; padding:4px 0; width:16.25%; color:#000; text-decoration:none; border-right:1px solid #abaaaa;}

#top-menu a.last:link {float:left; display:block; padding:4px 0; width:16.25%; color:#000; text-decoration:none; border:none;}
#top-menu a.last:visited {float:left; display:block; padding:4px 0; width:16.25%; color:#000; text-decoration:none; border:none;}
#top-menu a.last:hover {float:left; display:block; padding:4px 0; width:16.25%; color:#24a4fb; text-decoration:underline; border:none;}
#top-menu a.last:active {float:left; display:block; padding:4px 0; width:16.25%; color:#000; text-decoration:none; border:none;}

#content-left {
	float:left;
	width:709px;
	padding-bottom: 30px;
}

#content-right {
	float:right;
	width:240px;
	padding:0 0 30px 10px;
}

#loginBox {
    background:url(images/icon-head-folder.gif) no-repeat top right;
	min-height: 246px;
	font-size: 11px;
}

#loginBox h2 {
    margin:0;
	padding:0;
	color:#59ad3b;
}

#footer {
	clear:both;
	background:url(images/blue-line-background.gif) repeat-x;
}

#dropmenudiv{
	position:absolute;
	z-index:100;
	margin:7px 0 0 0;
	text-align:left;
	line-height:18px;
}

#dropmenudiv a{
	display:block;
	padding:3px 3px;
	width: 100%;
	text-align:left;
	text-indent:3px;
	font:12px arial;
	color: #000;
	text-decoration:none;
}

#dropmenudiv a:hover{ 
	background:#ccc;
	color:#000;
}

h1 {font:30px georgia;}

p {margin:15px 0 0 0;}

ul {padding:0 0 0 20px;}

ol {padding:0 0 0 30px;}

.header {font:bold 18px georgia; color:#6ba5d3;}

.sub-header {font:bold 14px georgia; color:#000;}

h2 {padding-top:20px; font:bold 14px georgia; color:#000;}

.caption {font:11px arial; color:#000;}

.light-blue {height:20px; background:#6ba5d3;}

.whitetext {font:12px arial; color:#fff;}

img.album {border:2px solid #3C6A8E;}

.right {text-align:right;}

.border-top {background: url(images/dot.gif) top left repeat-x; width:240px;}
.border-right {background: url(images/dot.gif) top right repeat-y;}
.border-bottom {background: url(images/dot.gif) bottom left repeat-x;}
.border-left {background: url(images/dot.gif) top left repeat-y;}
.middle-line {background: url(images/middle-dot.gif) top left repeat-x;}
.bottom-left {background: url(images/bottom-left.gif) bottom left no-repeat;}
.bottom-right {background: url(images/bottom-right.gif) bottom right no-repeat;}
.top-left {background: url(images/top-left.gif) top left no-repeat;}
.top-right {background: url(images/top-right.gif) top right no-repeat; padding:5px 10px 10px 10px;}

#anniversary {
	float:right;
	margin-top:-15px;
}

#spotlight-1 {
	float:left;
	width:230px;
	padding:0 10px 0 0;
}

#spotlight-2 {
	margin:0 240px 0 250px;
}

#features {
	float:right;
	width:240px;
}

#Wong {
	display:none;
	padding:10px;
	width:448px;
	font:12px arial;
	color: #000;
	border:1px solid #000;
	background:#fff;
}

@media print {

	body {background:none;}

	#footer {background:none;}

	#anniversary {display:none;}
}

/********************************************************************************
     HOME PAGE BOTTOM BOXES
********************************************************************************/
#homeNews {
    float: left;
	width: 320px;
}

#tabHeaderNews {
	width: 305px;
	height: 27px;
    background: url(images/tab-news.jpg) top left no-repeat;
	color: #fff;
	padding: 3px 0 0 15px
}

#tabHeaderNews h1 {
	color: #fff;
	font-size: 18px;
}

#homeSpecialEvents {
    float: left;
	width: 320px;
	margin-left: 40px;
}

#tabHeaderSpecialEvents {
	width: 305px;
	height: 27px;
    background: url(images/tab-events.jpg) top left no-repeat;
	color: #fff;
	padding: 3px 0 0 15px
}

#tabHeaderSpecialEvents h1 {
	color: #fff;
	font-size: 18px;
}

#homeSpecialFeatures {
    float: left;
	width: 320px;
	margin-left: 40px;
	margin-top: 20px;
}

#tabHeaderSpecialFeatures {
	width: 305px;
	height: 27px;
    background: url(images/tab-features.jpg) top left no-repeat;
	color: #fff;
	padding: 3px 0 0 15px
}

#tabHeaderSpecialFeatures h1 {
	color: #fff;
	font-size: 18px;
}

#homeResources {
	width: 240px;
	margin-top: 47px;
}

#tabHeaderResources {
	width: 225px;
	height: 27px;
    background: url(images/tab-resources.jpg) top left no-repeat;
	color: #fff;
	padding: 3px 0 0 15px
}

#tabHeaderResources h1 {
	color: #fff;
	font-size: 18px;
}

.homeBoxBorders {
    width: 298px;
	font-size: 11px;
	padding: 0 10px 10px 10px;
	border: 1px solid #cccccc;
}

.homeBoxBorders a{
	text-decoration:underline;
}
.homeBoxBorders a:hover{
	text-decoration:underline;
}

/********************************************************************************
    JQUERY SLIDER STYLE
********************************************************************************/
#featured{
	width:709px;
	position:relative;
	height:250px;
	background:url(images/bg_blueborder.jpg) no-repeat #fff;
	border-right: 1px solid #ccc;
}
#featured ul.ui-tabs-nav{
	position:absolute;
	top:0;
	left:400px;
	list-style:none;
	padding:0;
	margin:0;
	width:250px;
}
#featured ul.ui-tabs-nav li{
	padding:1px 0;
	padding-left:13px;
	font-size:12px;
	color:#000;
}
#featured ul.ui-tabs-nav li img{
	float:left;
	margin:2px 5px;
	background:#fff;
	padding:2px;
	border:1px solid #ccc;
}
#featured ul.ui-tabs-nav li span{
	font-size:11px;
	font-family:Arial;
}
#featured li.ui-tabs-nav-item a{
	display:block;
	height:60px;
	color:#000;
	background:#fff;
	line-height:13px;
	text-decoration: none;
}
#featured li.ui-tabs-nav-item a:hover{
	background:#24a4fb;
	color: #fff;
}
#featured li.ui-tabs-selected{
	background:url('images/selected-item.gif') top left no-repeat;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{
	background:#24a4fb;
	color: #fff;
}


#featured .ui-tabs-panel{
	width:386px;
	height:236px;
    padding: 5px;
	border: 2px solid #24a4fb;
	background:#fff;
	position:relative;
}
/*#featured .ui-tabs-panel .info{
	position:absolute;
	top:180px;
	left:0;
	height:70px;
	background: url('images/transparent-bg.png');
}*/
#featured .info h2{
	font-size:16px;
	font-family:Georgia;
	color:#000;
	padding:5px 5px 0 5px;
	margin:0;
	overflow:hidden;
}
#featured .info h3{
	font-size:14px;
	font-family:Arial;
	color:#000;
	padding:10px 5px 0 5px;
	margin:0;
	overflow:hidden;
}
#featured .info p{
	padding:10px 5px 0 5px;
	font-family:Arial;
	font-size:11px;
	margin:0;
	color:#000;
}
#featured .info table {
	padding:10px 5px 0 5px;
	font-family:Arial;
	font-size:11px;
	color:#000;
}
#featured .info a{
	text-decoration:none;
}
#featured .info a:hover{
	text-decoration:underline;
}

#featured .ui-tabs-hide{
	display:none;
}
