/*
	CSS for the structure of index.php page.
*/

/* HTML styles */
body {	background-color: #E1DCD2; padding: 0px; margin: 0px; }
img.center { display: block; margin-left: auto; margin-right: auto; }

/* ID Styles*/
#header { background-color: none; width: 900px; height: 90px;  position: relative; margin-left: auto; margin-right: auto; } 
#container { background-color: none; width: 1000px; height: 1430px; position: relative; margin-left: auto; margin-right: auto; margin-top: 20px; margin-bottom: 0px; }
#footer { background-color: none; width: 100%; position: relative; }
#primarynav { background-color: #2B4E78; width: 760px; height: 35px; position: absolute; top: 0px; left: 0px; }
#banner { background-color: none; width: 760px; height: 250px; position: absolute; top: 45px; left: 0px; }
#leftSection { background-color: none; width: 230px;  min-height: 1140px; position: absolute; top: 320px; left: 0px; }
#centerSection { background-color: none; width: 520px; min-height: 1140px; position: absolute; top: 320px; left: 240px; }
#left250 { position: absolute; left: 0px; width: 250px; padding-top: 10px; padding-left: 5px; padding-right: 5px;  } 
#right250 { position: absolute; right: 0px; width: 250px; padding-top: 10px; padding-left: 5px; padding-right: 5px; } 
#rightSection { background-color: none; width: 230px; position: absolute; top: 0px; right: 0px; }
#distingushedHeader {
	background-color: rgba(202, 162, 45, 0.9);
	width: 230px;
	height: 55px;
	position: absolute;
	top: -20px;
	right: 0px;
	font-size: 10pt;
	text-align: center;
	padding-top: 2px;
	border-top-left-radius: 20px; border-top-right-radius: 20px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 20px; -moz-border-radius-topright: 20px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 20px; -webkit-border-top-right-radius: 20px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;
}
#distingushedHeader img { width: 105px; float: left; padding-left: 10px; padding-right: 10px; padding-top: 7px; }
#distingushedHeader p { padding-left: 0px; padding-right: 0px; padding-top: 0px; }
#seminars { background-color: none; width: 230px; height: 1415px; position: absolute; top: 45px; right: 0px; }


/* Class Styles*/
.divShadow { moz-box-shadow: 0px 0px 7px #333; -webkit-box-shadow: 0px 0px 7px #333; box-shadow: 0px 0px 7px #333; }

.contentSection {
	background-color: #FFF;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
