@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* zero's the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #f2f2f2;
}

/* FONT STYLING START */

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: bold;
	background-image: url(images/pre_text.gif);
	color: #072F63;
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding-left: 30px;
	text-align: left;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #054898;
	padding-left: 30px;
}
.style2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #054898;
	text-decoration: none;
}
.p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: justify;
	padding-left: 30px;
}
.pLink, a {
	font-size: 12px;
	color: #054898;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #072F63;
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
}
.left {
	width: 100px; 
	float: left;
}
.right {
	width: 100px;
	float: right; 
	text-align: right;
}
/* FONT STYLING END */

/* NAVIGATION MENU START */
#menu {
	position:relative;
	height: 16px;
	overflow: visible;
	z-index: 900;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	padding-left: 11px;
	padding-right: 11px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 190px;
	float: left;
}
#menu a {
	display: block;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #bdbebe;
	color: #333333;
	text-decoration: none;
	background-color: #dee0e2;
	padding-left: 20px;
}
#menu .mainactive a {
	color: #333333;
	background-color: #bdbebe;
}
#menu .subactive a {
	color: #054898;
	background: #fff;
}
#menu a:hover {
	color: #054898;
	background: #fff;
}
#menu li {
	position: relative;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}
#menu ul ul {
position: absolute;
z-index: 500;
}
div#menu ul ul {
display: none;
}
div#menu ul li:hover ul
{display: block;}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/* NAVIGATION MENU END */

/* PAGE CONTAINER START */

#container {
	width: 782px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 20px;
	min-height: 750px;
	position: relative;
}

/* PAGE CONTAINER END */

/* BODY START */

#mainContent {
	position: relative;
	padding: 40px 45px 30px 45px;
	background-repeat: repeat-y;
	background-image: url(images/background.gif);
	width: 690px;
}

/* BODY END */

/* FOOTER START */

#mainFooter {
	position: relative;
	height: 50px;
	padding: 0 20px 0 20px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	clear: both;
}
#mainFooter img {
	position: relative;
	float: left;
	position: relative;
	padding: 9px 10px 0 0;
	border-style: none;
}
/* FOOTER END */

/* ---SUBSCRIBE EDITABLES START--- */
/****see styles/phplist.css in the root phplist folder****/
/* ---SUBSCRIBE EDITABLES END--- */

/* ---NEWSLETTER EDITABLES START--- */
#newsletter0 {
	width: 300px;
	height: 30px;
	float: left;
	clear: both;
	margin-bottom: 10px;
	position: relative;
}
#mainContentText0 {	/* Subscribe Div */
	width: 661px;
	float: left;
	clear: both;
	padding: 0 0 20px 30px;
	position: relative;
}
/* ---NEWSLETTER EDITABLES END--- */

/* ---PICTURE FRAME EDITABLES START--- */
.picture_frame {
	position: relative;
	width: 282px;
	height: 425px;
	float: left;
	background-image: url(images/picture_frame.gif);
	background-repeat: no-repeat;
	padding: 33px 28px 33px 28px
}
/* ---PICTURE FRAME EDITABLES END--- */

/* ---HOMEPAGE EDITABLES START--- */

#mainHeader {	/* Homepage Orange Header Background */
	position: relative;
	height: 136px;
	background-image: url(images/header_orange_box.gif);
	background-repeat: no-repeat;
	overflow: visible;
}
#mainHeader img {	/* Homepage Orange Header Background */
	position: absolute;
	left: 26px;
	top: 28px;
}
#mainHeader_Border {	/* Homepage Orange Header Border */
	position: relative;
	width: 760px;
	left:11px;
	border-top-style: solid;
	border-top-color: #EC731A;
	border-top-width: 1px;
	height: 1px;
	top: 134px;
}
#universityLogo {	/* Homepage Orange University Logo */
	position: absolute;
	left: 651px;
	top: 18px;
	width: 114px;
	height: 37px;
	border-style: none;
	background-image: url(images/university_orange_logo.gif);
}
#universityLogo a {	/* Homepage Orange University Logo */
	display: block;
	width: 114px;
	height: 37px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border-style: none;
	font-size: 1px;
}
#mainContentText {	/* Homepage News Div */
	width: 450px;
	float: left;
	min-height: 400px;
	height: auto !important;
 	height: 400px;
	clear: left;
	padding: 0 0 20px 30px;
	position: relative;
}
#mainFooter_Border {	/* Homepage Orange Footer Border */
	position: relative;
	width: 700px;
	margin: 0 auto;
	border-top-style: solid;
	border-top-color: #EC731A;
	border-top-width: 1px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: right;
}
	/* Homepage Layout Specifics Start */
#bannerboxContainer {
	width: 782px;
	height: 190px;
	background-image: url(images/background.gif);
	position: relative;
	z-index: 1;
}
#bannerboxContainer_Image {
	padding-left: 11px;
	padding-right: 11px;
	width: 760px;
	height: 190px;
	position: relative;
	z-index: 2;
}
#bannerboxContainer_Text {
	padding-left: 11px;
	padding-right: 11px;
	width: 760px;
	height: 190px;
	position: absolute;
	z-index: 3;
}
#rightboxContainer {
	margin-top: 0px;
	margin-right: 0px;
	float: right;
	padding: 0;
	clear: right;
	width: 200px;
	position: relative;
}
#clubNews {
	width: 176px;
	height: 30px;
	float: left;
	clear: left;
	margin-bottom: 10px;
	position: relative;
}
.boxSmall {
	position: relative;
	float: right;
	clear: right;
	width: 166px;
	height: 86px;
	right: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-image: url(images/box_orange_small.gif);
	background-repeat: no-repeat;
	border-style: none;
	padding: 20px 10px 10px 0px;
	text-decoration: none;
}
.boxSmall a {
	display: block;
	width: 168px;
	height: 70px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border-style: none;
	font-size: 18px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.boxSmall a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.boxSmall img {
	border-style: none;
}
#calendar_right {
	position: relative;
	float: right;
	padding-right: 10px;
}
#newsletterText  {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border-style: none;
	font-size: 25px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
		/* Homepage Layout Specifics End */
		
		/* Homepage Weather Layout Start */
.weather_stats_box_alltext {
	position: relative;
	width: 390px;
	height: 165px;
	margin: 15px 15px 0px 0px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 18px;
	color: #333333;
}
.weather_stats_box { 
	position: absolute;
	width: 400px; 
	height: 165px; 
	margin: 10px 0px 0px 0px; 
	float: left;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	opacity: .75;
	filter: alpha(opacity=75);
	-moz-opacity:.75;
	-khtml-opacity: 0.75;
	left: 361px;	
}
.headerright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	float: right;
	color: #054898;
	padding: 0px 0px 10px 0px;
}
.timedate { 
	width: 65%; 
	float: right; 
	vertical-align: middle;
	font-style: italic; 
}
.windbox {
	width: 35%;
	float: left;
	margin: 0px;
	padding: 36px 0px 0px 0px;
	line-height: 28px;
}
.others { 
	width: 65%; 
	float: right;
	clear: right; 
	vertical-align: middle;
	position: relative;
}
.otherleft {
	width: 40%;
	text-align: right;
	float: left;
	position: relative;
}
.otherright {
	width: 60%;
	text-align: right;
	float: right;
	position: relative;
}	
.wind {
	font-size: 24px;
	text-align: center;
}
.wind_small {
	width: 100%;
	text-align: center;
}
.wind_small_box { 
	width: 95%; 
	padding-left: 5%;
}
.direction {
	width: 100%;
	text-align: center;
	float: left
}
		/* Homepage Weather Layout End */
/* ---HOMEPAGE EDITABLES END--- */

		/* Homepage Wet Dream Layout Start */
#wet_dream {
	position: absolute;
	height: 200px;
	width: 36px;
	overflow: visible;
	z-index: 900;
	right: 771px;
	top: -5px;
	background-image: url(images/wet_dream.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#wet_dream .mainactive{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	height: 174px;
	width: 36px;
	padding: 13px 0px 13px 8px;
}
#wet_dream .subactive {
	display: block;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: justify;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #bdbebe;
	color: #333333;
	line-height: 18px;
	background-color: #FFFFFF;
	padding: 5px 5px 5px 30px;
	height: 164px;
}
.headerleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	float: left;
	color: #054898;
	padding: 0px 0px 10px 0px;
	width: 170px;
}
#wet_dream ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 36px;
	height: 200px;
	float: left;
}
#wet_dream li {
	position: relative;
}
#wet_dream ul ul {
	position: absolute;
	top: 13px;
	left: 36px;
	width: 200px;
	height: 164px;
	z-index: 500;
	display: none;
	opacity: .75;
	filter: alpha(opacity=75);
	-moz-opacity:.75;
	-khtml-opacity: 0.75;
}
div#wet_dream ul li:hover ul
{display: block;}
div#wet_dream ul ul,
div#wet_dream ul li:hover ul ul,
div#wet_dream ul ul li:hover ul ul
{display: none;}
		/* Homepage Wet Dream Layout End */

/* ---ADMIN EDITABLES START--- */
#mainHeader1 {	/* Admin Blue Header Background */
	position: relative;
	height: 136px;
	background-image: url(images/header_blue_box.gif);
	background-repeat: no-repeat;
	overflow: visible;
}
#mainHeader1 img {	/* Admin Blue Header Background */
	position: absolute;
	left: 26px;
	top: 23px;
}
#mainHeader_Border1 {	/* Admin Blue Header Border */
	position: relative;
	width: 760px;
	left:11px;
	border-top-style: solid;
	border-top-color: #072F63;
	border-top-width: 1px;
	height: 1px;
	top: 134px;
}
#universityLogo1 {	/* Admin Blue University Logo */
	position: absolute;
	left: 651px;
	top: 18px;
	width: 114px;
	height: 37px;
	border-style: none;
	background-image: url(images/university_blue_logo.gif);
}
#universityLogo1 a {	/* Admin Blue University Logo */
	display: block;
	width: 114px;
	height: 37px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border-style: none;
	font-size: 1px;
}
#mainContentText1 {	/* Admin Back Office Div */
	width: 661px;
	float: left;
	clear: both;
	padding: 0 0 20px 30px;
	position: relative;
}
#mainFooter_Border1 {	/* Admin Blue Footer Border */
	position: relative;
	width: 700px;
	margin: 0 auto;
	border-top-style: solid;
	border-top-color: #072F63;
	border-top-width: 1px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: right;
}
		/* Admin Layout Specifics End */
#backOffice1 {
	width: 300px;
	height: 30px;
	float: left;
	clear: both;
	margin-bottom: 10px;
	position: relative;
}
#bottomboxContainer1 {
	margin: 0 auto;
	padding: 0;
	clear: both;
	width: 690px;
	position: relative;
	margin: 1px 1px 1px 1px;
}
#bottomboxContainer11 {
	margin: 0 auto;
	padding: 0;
	clear: both;
	width: 690px;
	position: relative;
	margin: 1px 1px 1px 1px;
}
.boxBlue1 {
	position: relative;
	float: left;
	clear: right;
	width: 166px;
	height: 86px;
	background-image: url(images/box_blue_small.gif);
	background-repeat: no-repeat;
	border-style: none;
	padding: 20px 10px 10px 0px;
	margin-right: 27px;
	margin-left: 27px;
	margin-top: 54px;
}
.boxBlue1 a {
	display: block;
	width: 165px;
	height: 70px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border-style: none;
	font-size: 18px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.boxBlue1 img {
	border-style: none;
}
#boxBlue11 {
	position: relative;
	float: left;
	clear: right;
	width: 166px;
	height: 86px;
	background-image: url(images/box_blue1_small.gif);
	background-repeat: no-repeat;
	border-style: none;
	padding: 20px 10px 10px 0px;
	margin-right: 27px;
	margin-left: 27px;
	margin-top: 54px;
}
#boxBlue11 a {
	display: block;
	width: 168px;
	height: 70px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border-style: none;
	font-size: 18px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#boxBlue11 img {
	border-style: none;
}
#uploadContainer1  {
	margin: 0 auto;
	padding: 54px 0px 0px 0px;
	clear: both;
	width: 690px;
	position: relative;
	margin: 1px 1px 1px 1px;
}
#uploadContainer11  {
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	clear: both;
	width: 460px;
	position: relative;
	margin: 1px 1px 1px 115px;
}
		/* Admin Layout Specifics End */
/* ---ADMIN EDITABLES END--- */

/* ---ABOUT EDITABLES START--- */
#mainHeader2 {	/* About Green Header Background */
	position: relative;
	height: 136px;
	background-image: url(images/header_green_box.gif);
	background-repeat: no-repeat;
	overflow: visible;
}
#mainHeader2 img {	/* About Green Header Background */
	position: absolute;
	left: 26px;
	top: 28px;
}
#mainHeader_Border2 {	/* About Green Header Border */
	position: relative;
	width: 760px;
	left:11px;
	border-top-style: solid;
	border-top-color: #0b5b09;
	border-top-width: 1px;
	height: 1px;
	top: 134px;
}
#universityLogo2 {	/* About Green University Logo */
	position: absolute;
	left: 651px;
	top: 18px;
	width: 114px;
	height: 37px;
	border-style: none;
	background-image: url(images/university_green_logo.gif);
}
#universityLogo2 a {	/* About Green University Logo */
	display: block;
	width: 114px;
	height: 37px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border-style: none;
	font-size: 1px;
}
#mainContentText2 {	/* About Us Div */
	width: 661px;
	float: left;
	clear: both;
	padding: 0 0 20px 30px;
	position: relative;
}
#mainFooter_Border2 {	/* About Green Footer Border */
	position: relative;
	width: 700px;
	margin: 0 auto;
	border-top-style: solid;
	border-top-color:  #0b5b09;
	border-top-width: 1px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: right;
}
		/* About Layout Specifics Start */
#aboutUs2 {
	width: 300px;
	height: 30px;
	float: left;
	clear: both;
	margin-bottom: 10px;
	position: relative;
}
.committee_portrait2 {
	width: 98px;
	height: 108px;
	float: right;
	margin: 0 0 15px 15px;
	background-image: url(images/portrait_frame.gif);
	background-repeat: no-repeat;
	padding: 18px 18px 18px 18px
}
#mainContentText2 iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
#bestClub {
	position: relative;
	float: right;
	width: 200px;
	height: 148px;
	background-image: url(images/best_club.gif);
	background-repeat: no-repeat;
	margin: 0 0 15px 15px;
}
		/* About Layout Specifics End */
/* ---ABOUT EDITABLES END--- */

/* ---COMMUNITY EDITABLES START--- */
#mainHeader3 {	/* Community Red Header Background */
	position: relative;
	height: 136px;
	background-image: url(images/header_red_box.gif);
	background-repeat: no-repeat;
	overflow: visible;
}
#mainHeader3 img {	/* Community Red Header Background */
	position: absolute;
	left: 26px;
	top: 28px;
}
#mainHeader_Border3 {	/* Community Red Header Border */
	position: relative;
	width: 760px;
	left:11px;
	border-top-style: solid;
	border-top-color: #d11620;
	border-top-width: 1px;
	height: 1px;
	top: 134px;
}
#universityLogo3 {	/* Community Red University Logo */
	position: absolute;
	left: 651px;
	top: 18px;
	width: 114px;
	height: 37px;
	border-style: none;
	background-image: url(images/university_red_logo.gif);
}
#universityLogo3 a {	/* Community Red University Logo */
	display: block;
	width: 114px;
	height: 37px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border-style: none;
	font-size: 1px;
}
#mainContentText3 {	/* Community Div */
	width: 661px;
	float: left;
	clear: both;
	padding: 0 0 20px 30px;
	position: relative;
}
#mainFooter_Border3 {	/* Community Red Footer Border */
	position: relative;
	width: 700px;
	margin: 0 auto;
	border-top-style: solid;
	border-top-color:  #d11620;
	border-top-width: 1px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: right;
}
		/* Community Layout Specifics Start */
#community3 {
	width: 300px;
	height: 30px;
	float: left;
	clear: both;
	margin-bottom: 10px;
	position: relative;
}
#mainContentText3 iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}
.red {	/* Calendar Page */
	color: #d96666;
	font-weight: bold;
}
.blue {	/* Calendar Page */
	color: #668cd9;
	font-weight: bold;
}
.green {	/* Calendar Page */
	color: #4cb052;
	font-weight: bold;
}
.redAlert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #d11620;
	text-align: justify;
	padding-left: 30px;
}
		/* Community Layout Specifics End */
/* ---COMMUNITY EDITABLES END--- */

/* ---MEMBERSHIP EDITABLES START--- */
#mainHeader4 {	/* Membership Purple Header Background */
	position: relative;
	height: 136px;
	background-image: url(images/header_purple_box.gif);
	background-repeat: no-repeat;
	overflow: visible;
}
#mainHeader4 img {	/* Membership Purple Header Background */
	position: absolute;
	left: 26px;
	top: 28px;
}
#mainHeader_Border4 {	/* Membership Purple Header Border */
	position: relative;
	width: 760px;
	left:11px;
	border-top-style: solid;
	border-top-color: #a81e93;
	border-top-width: 1px;
	height: 1px;
	top: 134px;
}
#universityLogo4 {	/* Membership Purple University Logo */
	position: absolute;
	left: 651px;
	top: 18px;
	width: 114px;
	height: 37px;
	border-style: none;
	background-image: url(images/university_purple_logo.gif);
}
#universityLogo4 a {	/* Membership Purple University Logo */
	display: block;
	width: 114px;
	height: 37px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border-style: none;
	font-size: 1px;
}
#mainContentText4 {	/* Membership Div */
	width: 661px;
	float: left;
	clear: both;
	padding: 0 0 20px 30px;
	position: relative;
}
#mainFooter_Border4 {	/* Membership Purple Footer Border */
	position: relative;
	width: 700px;
	margin: 0 auto;
	border-top-style: solid;
	border-top-color:  #a81e93;
	border-top-width: 1px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: right;
}
		/* Membership Layout Specifics Start */
#membership4 {
	width: 300px;
	height: 30px;
	float: left;
	clear: both;
	margin-bottom: 10px;
	position: relative;
}
#quote4 {
	float: right;
	position: relative;
	padding-top: 20px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
}
		/* Membership Layout Specifics End */
/* ---MEMBERSHIP EDITABLES END--- */
