/*
color choices:
main blue: #0055A4
light blue: #DDEEFF
main orange: #FF6600
light orange: #FAEBD5
main green: #026F6C
light green: #EBFFD9
main maroon: #A42900
light maroon: #FFE3D8
dark gray: #333333
white: #FFFFFF
*/



body { background-color: #FFFFFF; }

.content {
	margin-top:  20px;
	margin-left:  auto;
	margin-right:  auto;
	background-color: #FFFFFF;
	width: 920px;
	display:block;
}
/* ---------------------------- */
/*      TOP NAV ROW AND LOGO    */
/* ---------------------------- */
.topRow{
	margin:0px;
	padding: 0px;
	clear:both;
	width: 920px;
}
.logo{
	margin:0px;
	padding: 0px;
	float:left;
	width: 200px;
	height: 50px;
	background: url("../assets/common/logo.gif") no-repeat top left;
}
.nav{
	margin:0px;
	padding: 0px;
	margin-left:20px;
	width: 700px;
	float:left;
}



/* ---------------------------- */
/*      CONTENT ROW             */
/* ---------------------------- */

.contentRow{
	margin:0px;
	padding: 0px;
	padding-top: 20px;
	width:920px;
	clear:both;
}
.contentLeftCol{
	margin:0px;
	padding: 0px;
	float:left;
	width: 200px;
}
.contentRightCol{
	margin:0px;
	padding: 0px;
	float:left;
	margin-left: 20px;
	width: 700px;
}
.quickLinkFooter{
	width:178px;
	margin:0px;
	padding:0px;
	line-height:12px;
	margin-top:5px;
	padding-left:10px;
	padding-right:10px;
}
.quickLinkCell{
	position:relative;
	left:0px;
	padding:0px;
	margin:0px;
	width:188px;
	height:15px;
	padding-left:10px;
	vertical-align:middle;
	padding-top: 3px;
	padding-bottom:3px;
	line-height:12px;
}
.quickLinkHover{
	position:relative;
	left:0px;
	padding:0px;
	margin:0px;
	width:188px;
	height:15px;
	padding-left:10px;
	background-color:#0055A4;
	vertical-align:middle;
	padding-top: 3px;
	padding-bottom:3px;
	line-height:12px;
}
/* legacy ie fix */
* html body div.quickLinkFooter{
	padding-top:5px;
	padding-bottom:5px;
}
* html body div.quickLinkCell, * html body div.quickLinkHover{
	padding-top:4px;
	padding-bottom:0px;
	padding-right:0px;
}
* html body div.contentLeftCol{
	margin-top:-10px;
}
.upcomingEventsBlock{
	margin:0px;
	padding:0px;
	margin-top:6px;
	padding-left:10px;
}
/* ---------------------------- */
/*      PORTAL ROW             */
/* ---------------------------- */

.portalRow{
	margin:0px;
	padding: 0px;
	padding-top: 20px;
	width:920px;
	clear:both;
}
.patPortal{
	width: 300px;
	float:left;
}
.docPortal{
	width: 300px;
	margin-left:10px;
	float:left;
}
.volPortal{
	width: 300px;
	margin-left:10px;
	float:left;
}
/* ---------------------------- */
/*      FOOTER ROW             */
/* ---------------------------- */
.footerRow{
	margin:0px;
	padding: 0px;
	padding-top: 20px;
	margin-bottom: 20px;
	clear:both;	
}
.footerContainer{
	width: 920px;
}

/* footer col */
.footerTopLeftCorner {
	float:left;
	width: 10px;
	height: 10px;
	background: url("../assets/common/blue/topLeftCorner.gif") no-repeat;
}
.footerTopRightCorner {
	float:right;
	width: 10px;
	height: 10px;
	background: url("../assets/common/blue/topRightCorner.gif") no-repeat;
}
.footerBottomLeftCorner{
	float:left;
	width: 10px;
	height: 10px;
	background: url("../assets/common/blue/bottomLeftCorner.gif") no-repeat;
}
.footerBottomRightCorner{
	float:right;
	width: 10px;
	height: 10px;
	background: url("../assets/common/blue/bottomRightCorner.gif") no-repeat;
}
.footerTopBorder{
	float:left;
	width: 900px;
	height: 10px;
	background: url("../assets/common/blue/topBorder.gif") repeat-x;
}
.footerMain{
	float:left;
	width: 898px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top:-1px;
	background-color: #DDEEFF;
	border-left: 1px solid #0055A4;
	border-right: 1px solid #0055A4;
	text-align: center; 
}
.footerBottomBorder{
	float:left;
	width: 900px;
	height: 10px;
	background: url("../assets/common/blue/bottomBorder.gif") repeat-x;
}
/* legacy ie fix */
* html body div.footerMain{
	margin-top:-9px;
}



/* ---------------------------- */
/*      UTILITY CLASSES         */
/* ---------------------------- */
.clearBoth{
	clear:both;
}

.horSpacer{
	height:10px;
	clear:both;
}
.horRule{
	background: url("../graphics/page/rule.gif") repeat-x center;
	width:100%;
	clear:both;
}
.hidden{
	display:none;
}
.blockDisplay{
	display:block;
}

.imgBlue {
	border: 1px solid #0055A4;
	margin-left:5px;
	margin-bottom:5px;
}
.imgOrange{
	border: 1px solid #FF6600;
	margin-right:10px;
	margin-bottom:5px;
}
.imgGreen {
	border: 1px solid #026F6C;
	margin-right:10px;
	margin-bottom:5px;
}
.imgMaroon {
	border: 1px solid #A42900;
	margin-right:10px;
	margin-bottom:5px;
}