/* CSS Document */
body{
	color:#000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Calibri;
	font-size: 12px;
	/*background-image:url(images/abstract_background_orange.jpg);*/
}
strong{
	font-size:13px;
	font-stretch:semi-expanded;
	font-weight:bold;
}
strong>a{
	font-size:13px;
	font-stretch:semi-expanded;
	font-weight:bold;
}
div, p, ul, h2, h3, img{
	margin:0px;
	padding: 0 0 0px 0;
}
.blurb{
	width:790px;
	float:left;
	padding-right: 5px;
	height: 170px;
}
.blurb ul{
	margin:0 0 0 10px;
	padding:0 0 20px 0;
	list-style-type:none;
}
.blurb li{
	background-image: url(images/customlisticon_small.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right:20px;
	list-style: none;
	padding-bottom: 0px;
}
.blurb li p{
	padding: 5px 5px 5px 5px;
}
.sacramentimage{
	width:164px;
	float:left;
}
.sacramentblurb{
	width:615px;
	float:left;
	margin-left:10px;
}
h3{
	color:#FF9900;
	font-weight:normal;
}
.newsletter{
	position:relative;
	float:left;
	width:205px;
}
.stpius{
	color:#D0161B;
	text-align:center;
	padding: 0px 0px 10px 0px;
}
.stmarys{
	color:#699327;
	text-align:center;
	padding: 0px 0px 10px 0px;
}
.stjosephs{
	color:#2B81B2;
	text-align:center;
	padding: 0px 0px 10px 0px;
}
table{
	font-weight: normal;
	text-align:center;
	}
table p{
	padding: 0px 5px 0px 5px;
	text-align:left;
}
table h3{
	font-weight:normal;
	text-align:left;
	color:#FF9900;
}
table h4{
font-family:Arial;
	font-weight:normal;
	text-align:left;
	color:#FF9933;
	padding: 5px 0px 5px 5px;
	margin: 0 0 0 0;
}
/*ul{list-style-type:none;}
li{
	background-image: url(images/customlisticon_small.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right:20px;
	list-style: none;
	padding-bottom: 0px;
}
li p{
	padding: 5px 5px 5px 5px;
}*/
a{
	color:#FF9933;
}
.quote
{
	font-style: normal;
	font-weight: bold;
	color: #555555;
}
/* structure */
.container {
	background: #FFF;
	font-size: 12px;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 1020px;
	border-bottom: #666 1px solid;
	border-left: #666 1px solid;
	border-right: #666 1px solid;
}
/* header */
.top {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
/* title */
.header {
	background: #FFF;
	font-size: 1.2em;
	width: 1020px;
	color: #FFFFFF;
	border-top: #666 1px solid;
	border-left: #666 1px solid;
	border-right: #666 1px solid;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.header .left {
	font: normal 2.8em "Trebuchet MS",sans-serif;
	width: 1020px;
	height:110px;
	color: #1F1F1F;
}

#menucontainer{
	width:1020px;
	float: left;
	display: block;
	position: relative;
	padding:0px;
	margin: 0 auto;
	background-image: url(images/nav2.gif);
	background-repeat: repeat-x;
	z-index: 99;
}


/*----BODY TOP PANEL----*/
#bodytopmainPan{
	width:1020px;
	background:#FFFFFF;
	color:#8D8D8D;
	float:left;
	clear:both;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#bodytopPan{
	width:1000px;
	position:relative;
	color:#666666;
	margin:0 auto;
	padding:0px;
	font-size: 12px;
}
#bodytopPan h2{
	color:#FF9933;
	font-size:24px;
	height:50px;
	line-height:50px;
}
#bodytopPan td{ text-align:center; background-color:transparent;}
/*#bodytopPan p{
	text-align:left;
}*/
#bodytopPan p span{font-weight:bold;}

.dotline{
	background:url(images/dot.line.gif) 0 center repeat-x;
	width:99%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 10px;
}
.dotline_small{
	background:url(images/dot.line.gif) 0 center repeat-x;
	width:230px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align:center;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
	background: transparent url('images/bg_button_span.gif') no-repeat;
	display: block;
	line-height: 14px;
	padding-top: 5px;
	padding-right: 5;
	padding-bottom: 5px;
	padding-left: 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
	background-position: bottom left;
	padding: 6px 5px 4px 18px; /* push text down 1px */
}

#buttons{
	margin:10px 0px 5px 0px;
	height:auto;
	text-align: center;
	/*border-width: 1px;
	border-style: double;
	border-color: black;*/
}
.christmas{
	float: left;
	width: 300px;
	padding:0px;
	border-width: 1px;
	border-style: double;
	border-color: red;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.notices{
	display: block;
	float: left;
	width: 1000px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin_left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
}
.pictures{
	display: block;
	float: left;
	width: 288px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin_left: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

/*----/BODY TOP PANEL----*/

/*----BODY MIDDLE PANEL----*/
#bodymainmiddlePan{
	width:100%;
	background:#fff;
	color:#8D8D8D;
	float:left;
	clear:both;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#bodymiddlePan{
	width:1000px;
	position:relative;
	margin:0 auto 0 auto;
	background:#fff;
	color:#555555;
	font-weight: normal;
	text-align: left;
	font-size: 12px;
	height: 475px;
}
#bodymiddlePan h2
{
	display: block;
	padding: 3px 2px 3px 3px;
	margin: 0px 0px 2px 0px;
	color: #FFFFFF;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	background-color: #FF9933;
	text-align: left;
} 
#bodymiddlePan h2 a
{
	color: #FFFFFF;
} 
#bodymiddlePan ul
{
	list-style-type:square;
	padding-left:10px;
	}
#mainContent{
	height: 440px;
	overflow:scroll;
	overflow-x: hidden;
}
#mainContent li{
	background-image: url(images/customlisticon_small.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right:20px;
	list-style: none;
	padding-bottom: 0px;
}
#mainContent p{
	padding:5px 0px 5px 0px;
}
#mainContent .contact{
	width:310px;
	float:left;
	padding:0px 5px 0px 5px;
	display: block;
}
#mainContent .email{
	width:220px;
	background-image:url(images/email.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:50px;
	text-align: left;
	vertical-align: bottom;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*OTHER PAGES*/
/*---Left 0ne----*/
#leftonePan{
	width:350px;
	float:left;
	padding-right: 0px;
}
#leftonePan p{padding:0 0 20px 0;}
#leftonePan p.boldtext{font-size:16px; background:#fff; color:#2B2A2A; font-weight:bold; padding:0px 0 0 0;}
#leftonePan p.blacktext{
	background:#fff;
	color:#000;
	padding: 0px 0px 0px 0;
}
#leftonePan p.dotline{background:url(images/dot.line.gif) 0 0 repeat-x; width:156px; padding:0 0 12px 10px;}

#leftonePan p.more{margin:0 0 40px 0px; padding:0px;}
#leftonePan p.more a{
	display:block;
	width:79px;
	height:28px;
	background:url(images/redbutton.gif) 0 0 no-repeat #fff;
	color:#111;
	font-size:12px;
	line-height:28px;
	text-decoration:none;
	padding:0 0 0 10px;
}
#leftonePan p.more a:hover{background: url(images/bluebutton.gif) 0 0 no-repeat #fff; color:#111; text-decoration:none;}

#leftonePan ul{width:156px; padding:0 0 20px 0;}
#leftonePan ul li{width:156px; height:20px;}
#leftonePan ul li a{width:140px; height:20px; background:url(images/arrow3.gif) 0 8px no-repeat #fff; color:#8D8D8D; line-height:20px; text-decoration:underline; padding:0 0 0 16px;}
#leftonePan ul li a:hover{background:url(images/arrow3.gif) 0 8px no-repeat #fff; color:#272525; text-decoration:underline;}

#leftonePan ul.block{width:170px; height:151px; display:block; padding:0px 0px 30px 0px;} /**/
#leftonePan ul.block li{width:156px; height:151px;}
#leftonePan ul.block li a{width:156px; height:151px; display:block; background:url(images/stpiusxbutton.jpg) 0 0 no-repeat #FFFFFF; color:#fff; font-size:20px; font-weight:bold; text-decoration:none; padding:23px 0 0 30px;}
#leftonePan ul.block li a:hover{background:url(images/stpiusxbutton-hover.jpg) 0 0 no-repeat #fff; color:#fff; text-decoration:none;}
#leftonePan table{
	font-size:11px;
}
/*---Left 0ne----*/

/*---Right One----*/
#rightonePan{
	width:640px;
	float:left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20;
	margin-left: 10px;
	list-style-type:none;
}
#rightonePan p{padding:0 0 5px 0;}
#rightonePan p.boldtext{font-size:16px; background:#fff; color:#2B2A2A; font-weight:bold; padding:0px 0 0 0;}
#rightonePan p.blacktext{
	background:#fff;
	color:#000;
	padding: 0px 0px 0px 0;
}
#rightonePan p.dotline{background:url(images/dot.line.gif) 0 0 repeat-x; width:156px; padding:0 0 12px 10px;}

#rightonePan p.more{margin:0 0 40px 0px; padding:0px;}
#rightonePan p.more a{
	display:block;
	width:79px;
	height:28px;
	background:url(images/redbutton.gif) 0 0 no-repeat #fff;
	color:#111;
	font-size:12px;
	line-height:28px;
	text-decoration:none;
	padding:0 0 0 10px;
}
#rightonePan p.more a:hover{background: url(images/bluebutton.gif) 0 0 no-repeat #fff; color:#111; text-decoration:none;}

#rightonePan ul{
	width:500px;
	padding:0 0 10px 0;
	font-size:12px;
}
#rightonePan ul li{
	width:600px;
	background:url(images/arrow3.gif)  0 8px no-repeat #fff;
	color:#555;
	line-height:20px;
	padding:0 0 0 20px;
	list-style-type: none;
}
#rightonePan ul li a{width:350px; color:#555; line-height:20px; text-decoration:underline;} /*padding:0 0 0 30px;*/
#rightonePan ul li a:hover{color:#006699; text-decoration:underline;}

#rightonePan ul.block{width:350px; height:151px; display:block; padding:0px 0px 30px 0px;} /**/
#rightonePan ul.block li{width:350px; height:151px;}
#rightonePan ul.block li a{width:350px; height:151px; display:block; background:url(images/stpiusxbutton.jpg) 0 0 no-repeat #FFFFFF; color:#fff; font-size:20px; font-weight:bold; text-decoration:none; padding:23px 0 0 30px;}
#rightonePan ul.block li a:hover{background:url(images/stpiusxbutton-hover.jpg) 0 0 no-repeat #fff; color:#fff; text-decoration:none;}
/*---Right One----*/

/*INDEX PAGE*/
/*---Middle One----*/
#middleonePan{
	width:202px;
	float:left;
}
#middleonePan p{padding:0 0 20px 0;}
#middleonePan p.boldtext{font-size:16px; background:#fff; color:#2B2A2A; font-weight:bold; padding:0px 0 0 0;}
#middleonePan p.blacktext{
	background:#fff;
	color:#000;
	padding: 0px 0px 0px 0;
}
#middleonePan p.dotline{background:url(images/dot.line.gif) 0 0 repeat-x; width:156px; padding:0 0 12px 10px;}

#middleonePan p.more{margin:0 0 40px 0px; padding:0px;}
#middleonePan p.more a{
	display:block;
	width:79px;
	height:28px;
	background:url(images/redbutton.gif) 0 0 no-repeat #fff;
	color:#111;
	font-size:12px;
	line-height:28px;
	text-decoration:none;
	padding:0 0 0 10px;
}
#middleonePan p.more a:hover{background: url(images/greenbutton.gif) 0 0 no-repeat #fff; color:#111; text-decoration:none;}

#middleonePan ul{width:156px; padding:0 0 20px 0;}
#middleonePan ul li{width:156px; height:20px;}
#middleonePan ul li a{width:140px; height:20px; background:url(images/arrow3.gif) 0 8px no-repeat #fff; color:#8D8D8D; line-height:20px; text-decoration:underline; padding:0 0 0 16px;}
#middleonePan ul li a:hover{background:url(images/arrow2.gif) 0 8px no-repeat #fff; color:#272525; text-decoration:underline;}

#middleonePan ul.block{
	width:170px;
	height:151px;
	display:block;
	padding:0px 0px 30px 0px;
	list-style-type: none;
} /**/
#middleonePan ul.block li{width:156px; height:151px;
	list-style-type: none;}
#middleonePan ul.block li a{
	width:140px;
	height:142px;
	display:block;
	background:url(images/stpiusxbutton.jpg) 0 0 no-repeat #FFFFFF;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	padding-top: 23px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	list-style-type: none;
}
#middleonePan ul.block li a:hover{background:url(images/stpiusxbutton-hover.jpg) 0 0 no-repeat #fff; color:#fff; text-decoration:none;}
/*---/Middle One----*/

/*---Middle Two----*/
#middletwoPan{
	width:202px;
	float:left;
}
#middletwoPan p{padding:0 0 20px 0;}
#middletwoPan p.boldtext{font-size:16px; background:#fff; color:#2B2A2A; font-weight:bold; padding:0px 0 0 0;}
#middletwoPan p.blacktext{
	background:#fff;
	color:#000;
	padding:0 0 0px 0;
}
#middletwoPan p.dotline{background:url(images/dot.line.gif) 0 0 repeat-x; width:156px; padding:0 0 12px 10px;}

#middletwoPan p.more{margin:0 0 40px 0px; padding:0px;}
#middletwoPan p.more a{
	display:block;
	width:79px;
	height:28px;
	background:url(images/greenbutton.gif) 0 0 no-repeat #fff;
	color:#111;
	font-size:12px;
	line-height:28px;
	text-decoration:none;
	padding:0 0 0 10px;
}
#middletwoPan p.more a:hover{background: url(images/bluebutton.gif) 0 0 no-repeat #fff; color:#111; text-decoration:none;}

#middletwoPan ul{width:156px; padding:0 0 20px 0;}
#middletwoPan ul li{width:156px; height:20px;}
#middletwoPan ul li a{width:156px; height:20px; background:url(images/arrow3.gif) 0 8px no-repeat #fff; color:#8D8D8D; line-height:20px; text-decoration:underline; padding:0 0 0 16px;}
#middletwoPan ul li a:hover{background:url(images/arrow3.gif) 0 8px no-repeat #fff; color:#272525; text-decoration:underline;}

#middletwoPan ul.block{
	width:170px;
	height:151px;
	display:block;
	padding:0px 0px 30px 0px;
	list-style-type: none;
}
#middletwoPan ul.block li{width:156px; height:151px;}
#middletwoPan ul.block li a{
	width:140px;
	height:142px;
	display:block;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	padding-top: 23px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	background-color: #FFFFFF;
	background-image: url(images/stmarysbutton.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#middletwoPan ul.block li a:hover{
	color:#fff;
	text-decoration:none;
	background-color: #FFFFFF;
	background-image: url(images/stmarysbutton-hover.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/*---/Middle Two----*/

/*---Middle Three----*/
#middlethreePan{
	width:202px;
	float:left;
}
#middlethreePan p{padding:0 0 20px 0;}
#middlethreePan p.boldtext{font-size:16px; background:#fff; color:#2B2A2A; font-weight:bold; padding:0px 0 0 0;}
#middlethreePan p.blacktext{
	background:#fff;
	color:#000;
	padding:0 0 0px 0;
}
#middlethreePan p.dotline{background:url(images/dot.line.gif) 0 0 repeat-x; width:156px; padding:0 0 12px 0;}

#middlethreePan p.more{margin:0 0 40px 0px; padding:0px;}
#middlethreePan p.more a{
	display:block;
	width:79px;
	height:28px;
	background:url(images/bluebutton.gif) 0 0 no-repeat #fff;
	color:#111;
	font-size:12px;
	line-height:28px;
	text-decoration:none;
	padding:0 0 0 10px;
}
#middlethreePan p.more a:hover{background: url(images/pinkbutton.gif) 0 0 no-repeat #fff; color:#111; text-decoration:none;}

#middlethreePan ul{width:156px; padding:0 0 20px 0;}
#middlethreePan ul li{width:156px; height:20px;}
#middlethreePan ul li a{width:156px; height:20px; background:url(images/arrow3.gif) 0 8px no-repeat #fff; color:#8D8D8D; line-height:20px; text-decoration:underline; padding:0 0 0 16px;}
#middlethreePan ul li a:hover{background:url(images/arrow3.gif) 0 8px no-repeat #fff; color:#272525; text-decoration:underline;}

#middlethreePan ul.block{
	width:170px;
	height:151px;
	display:block;
	padding:0px 0px 30px 0px;
	list-style-type: none;
}
#middlethreePan ul.block li{width:156px; height:151px;}
#middlethreePan ul.block li a{
	width:140px;
	height:142px;
	display:block;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	padding-top: 23px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	background-color: #FFFFFF;
	background-image: url(images/stjosephsbutton.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#middlethreePan ul.block li a:hover{
	color:#fff;
	text-decoration:none;
	background-color: #FFFFFF;
	background-image: url(images/stjosephsbutton-hover.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/*---/Middle Threee----*/

/*---Middle Four----*/
#middlefourPan{
	width:202px;
	float:left;
}
#middlefourPan p{padding:0 0 20px 0;}
#middlefourPan p.boldtext{font-size:16px; background:#fff; color:#2B2A2A; font-weight:bold; padding:0px 0 0 0;}
#middlefourPan p.blacktext{
	background:#fff;
	color:#000;
	padding: 0 0 0px 0;
}
#middlefourPan p.dotline{background:url(images/dot.line.gif) 0 0 repeat-x; width:156px; padding:0 0 12px 0;}

#middlefourPan p.more{margin:0 0 40px 0px; padding:0px;}
#middlefourPan p.more a{
	display:block;
	width:79px;
	height:28px;
	background:url(images/pinkbutton.gif) 0 0 no-repeat #fff;
	color:#111;
	font-size:12px;
	line-height:28px;
	text-decoration:none;
	padding:0 0 0 10px;
}
#middlefourPan p.more a:hover{background: url(images/yellowbutton.gif) 0 0 no-repeat #fff; color:#111; text-decoration:none;}

#middlefourPan ul{width:156px; padding:0 0 20px 0;}
#middlefourPan ul li{width:156px; height:20px;}
#middlefourPan ul li a{width:140px; height:20px; background:url(images/arrow3.gif) 0 8px no-repeat #fff; color:#8D8D8D; line-height:20px; text-decoration:underline; padding:0 0 0 16px;}
#middlefourPan ul li a:hover{background:url(images/arrow3.gif) 0 8px no-repeat #fff; color:#272525; text-decoration:underline;}

#middlefourPan ul.block{
	width:170px;
	height:151px;
	display:block;
	padding:0px 0px 30px 0px;
	list-style-type: none;
}
#middlefourPan ul.block li{width:156px; height:151px;}
#middlefourPan ul.block li a{
	width:140px;
	height:142px;
	display:block;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	text-transform:none;
	padding-top: 23px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	background-color: #FFFFFF;
	background-image: url(images/stedwardsbutton.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#middlefourPan ul.block li a:hover{
	color:#fff;
	text-decoration:none;
	background-color: #FFFFFF;
	background-image: url(images/stedwardsbutton-hover.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/*---/Middle Four----*/

/*---Middle Five----*/
#middlefivePan{
	width:170px;
	float:left;
	list-style-type: none;
}
#middlefivePan p{padding:0 0 20px 0;}
#middlefivePan p.boldtext{font-size:16px; background:#fff; color:#2B2A2A; font-weight:bold; padding:0px 0 0 0;}
#middlefivePan p.blacktext{
	background:#fff;
	color:#000;
	padding: 0 0 0px 0;
}
#middlefivePan p.dotline{background:url(images/dot.line.gif) 0 0 repeat-x; width:156px; padding:0 0 12px 0;}

#middlefivePan p.more{margin:0 0 40px 0px; padding:0px;}
#middlefivePan p.more a{
	display:block;
	width:79px;
	height:28px;
	background:url(images/yellowbutton.gif) 0 0 no-repeat #fff;
	color:#111;
	font-size:12px;
	line-height:28px;
	text-decoration:none;
	padding:0 0 0 10px;
}
#middlefivePan p.more a:hover{background: url(images/redbutton.gif) 0 0 no-repeat #fff; color:#111; text-decoration:none;}

#middlefivePan ul{width:156px; padding:0 0 20px 0;}
#middlefivePan ul li{width:156px; height:20px;}
#middlefivePan ul li a{width:140px; height:20px; background:url(images/arrow3.gif) 0 8px no-repeat #fff; color:#8D8D8D; line-height:20px; text-decoration:underline; padding:0 0 0 16px;}
#middlefivePan ul li a:hover{background:url(images/arrow3.gif) 0 8px no-repeat #fff; color:#272525; text-decoration:underline;}

#middlefivePan ul.block{width:170px; height:151px; display:block; padding:0px 0px 30px 0px; list-style-type:none;}
#middlefivePan ul.block li{width:156px; height:151px;}
#middlefivePan ul.block li a{
	width:140px;
	height:142px;
	display:block;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	text-transform:none;
	padding-top: 23px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	background-color: #FFFFFF;
	background-image: url(images/universitybutton.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#middlefivePan ul.block li a:hover{
	color:#fff;
	text-decoration:none;
	background-color: #FFFFFF;
	background-image: url(images/universitybutton-hover.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/*---/Middle Four----*/

/*----FOOTER PANEL----*/
#footermainPan{
	height:50px;
	background:url(images/footerbg.gif) 0 0 repeat-x #565656;
	color:#fff;
	clear:both;
}
#footerPan{width:747px; position:relative; margin:0 auto;}
#footerPan img.footerlogo{width:186px; height:50px; position:absolute; top:93px; right:0px;}

#footerPan p.copyright{
	color:#fff;
	position:absolute;
	top:8px;
	left:-126px;
	font-family: Arial;
	font-size: 11px;
}

#footerPan ul{width:500px; position:absolute;} /* top:93px; left:14px;}*/
#footerPan li{
	float:left;
	font-weight:normal;
	font-family: Arial;
	font-size: 11px;
}
#footerPan ul li a{padding:0 0 0px 0; color:#fff; text-decoration:none;}
#footerPan ul li a:hover{text-decoration:underline;}

#footerPan ul.templateworld{
	width:300px;
	color:#fff;
	display:block;
	position:absolute;
	font:11px "Trebuchet MS",Arial, Helvetica, sans-serif;
	top:25px;
	left:-125px;
}
#footerPan ul.templateworld li a{color:#fff;} /*display:block; */
#footerPan ul.templateworld li a:hover{text-decoration:underline;}

