/* ================================================ */
/* === SPECIAL FOR PUBLIC PAGES =================== */
/* ================================================ */

body {
	background-color: #EBECEF;	
}	

div#publicRootContainer {
	position: absolute;
	min-height: 100%;
	width: 100%;
	background: transparent url(/cullen/resources/bottomLeftColumn.gif) repeat-y; /* left column picture */	
}


div#publicRootContainerBottomPadding {
	padding: 0 0 50px 0; /*Height of the footer*/
	min-height: 500px;	
	background: url(/cullen/resources/public_bckgr.png) no-repeat; /*logo and green square picture */
}

div#publicHeader {
	background: #22364C;
	height: 68px;
}

div#publicHeaderMenu {
	background-color: #1D485B;
	width: 390px;
	height: 24px;
	line-height: 24px;
	position:relative;
	bottom:-44px;
	color: #C8E3E5;
}

div#publicMenuParagraph {
	white-space:nowrap;
	text-indent: 7px;
}

div#logoContainer {
	position: absolute;
	top: 0;
	left: 0;
}

ul {
	list-style-image: url(/cullen/resources/bullet.gif);	
}	

ul.circle {
	list-style-type:circle;
	font-size: 24px;
	font-weight: bold;
	list-style-image: none;

}
ul.square {
	list-style-type:square;
	list-style-image: none;
}

li {
	margin-bottom: 15px;
}	

ul.normalList {
	list-style:disc;
}	

ul.normalList li {
	margin-bottom: 0;
}	

a {
	color: blue;
}

a:hover {
	color: blue;
}