/* Main Stylesheet for MULC Website */
*
{
	padding: 0px; 
	margin: 0px;
}

/* body styling */
body
{
	background-image: url('../images/bg_main.png');
	background-repeat: repeat;
	background-color: #013372;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 20px;
	font-family: Helvetica,Arial,sans-serif !important;
	font-size: 14px;
    line-height: 20px;
    letter-spacing: .6px;
}

/* ensure adequate space bellow paragraphs and correctly aligned text */
p
{
	text-align: left;
	padding-bottom: 15px;
}

/* main content box */
.main
{
	padding: 21px;
}

.main ul
{
	list-style-type: circle;
	text-align: left;
	padding-left: 40px;
}

.main ul li
{
	padding-bottom: 10px;
}

.main h1
{
	font-size: 17px;
	text-align: left;
	padding-bottom: 2px;
	margin-bottom: 2px;
}

.main h2
{
	font-size: 17px;
	text-align: left;
	padding-bottom: 2px;
	margin-bottom: 2px;
}

.main h3
{
	font-size: 14px;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 5px;
}

.main a:link
{
	text-decoration: none;
	color: black;
}

.main a:visited
{
	text-decoration: none;
	color: black;
}

.main a:active
{
	text-decoration: none;
	color: black;
}

.main a:hover
{
	text-decoration: underline;
	color: black;
}

/* picture frame effect */
.main img
{
	background-color: rgb(243,243,243);
	padding: 7px;
	border-width: 1px;
	border-color: rgb(221,221,221);
	border-style: solid;
}

/* format beliefs list */
.beliefs ul
{
	list-style-image: url('../images/tick.png');
}

.beliefs ul li p
{
	padding-bottom: 0px;
}

.beliefs ul li p span
{
	font-weight: bold;
}

/* style info related to exec/committee positions */
.position
{
	padding-bottom: 12px;
	text-align: left;
}

.position p
{
	padding-bottom: 0px;
}

.position ul
{
	list-style-type: none;
	text-align: left;
	padding-left: 0px;
}

.position ul li
{
	padding-bottom: 0px;
}

.honour_roll ul
{
	padding-bottom: 10px;
}

.honour_roll ul li
{
	padding-bottom: 3px;
	margin-bottom: 0px;
}

/* rounded corners */
.bottom-left
{
	background: url("../images/bl.gif") 0 100% no-repeat #ffffff;
	width: 840px;
	margin: 0 auto;
	text-align: center;
}

.bottom-right
{
	background: url("../images/br.gif") 100% 100% no-repeat;
}

.top-left
{
	background: url("../images/tl.gif") 0 0 no-repeat;
}

.top-right
{
	background: url("../images/tr.gif") 100% 0 no-repeat; 
}

/* might be needed for ie?? <div class="clear">&nbsp;</div> */
.clear {
font-size: 1px; height: 1px
}

/* style for ajax loading gif */
#ajax_loading
{
	text-align: center;
	background-color: white;
	border: none;
}

/* align picture left */
#left
{
	float: left;
	margin-right: 10px;
}

/* align picute right */
#right
{
	float: right;
	margin-left: 10px;
}

/* control the banner and correctly apply background along the x axis */
#banner
{
	width: 100%;
	background-image: url('../images/bg_gradiant.png');	background-repeat: repeat-x;
}

/* special text effects */	
#title
{
	text-decoration: underline;
}

#error
{
	font-weight: bold;
	color: red;	padding-bottom: 10px;
}

#monday_meeting_list
{
	margin-left: 190px;
}

#footer
{
	padding-top: 5px;
}

#footer p
{
	text-align: center;
	color: white;
	font-size: 11px;
	font-style: italic;
}

#footer a:link, a:visited, a:active
{
	text-decoration: none;
	color: white;
}

#footer a:hover
{
	text-decoration: underline;
	color: white;
}

#gallery
{
	padding-top: 0px;
	margin: 0 auto;
	text-align: center;
	padding-left: 15px;
	vertical-align: center;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
	height: 170px !important;
}