@charset "UTF-8";
/* 
	CSS Document for Wharton Marketing Club
	Copyright (c) 2008 Neuro-Designs. All rights reserved.
	
*/

@import url("_styles_reset.css");

/* IE Warning */
#IEWarning {
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 10px 0px;
	font-weight: normal;
	font-size: 1.3em;
	font-family: arial, helvetica, sans-serif;
	background: red;
	clear: both;
	}
	
	#IEWarning a:link, #IEWarning a:visited{
		color: #fff;
		font-weight: bold;
		}
		
		#IEWarning a:hover {
			color: #fff;
			text-decoration: underline;
			}

/* General Settings */
body {
	font: 10px/20px helvetica, arial, sans-serif;
	color: #333;
	background: #eaeaea;
	font-size: 62.5%;
	}

img {
	vertical-align: middle;
	}
	
a:link, a:visited {
	color: #10499e;
	font-weight: bold;
	text-decoration: none;
	}
	
	a:hover {
		color: #999;
		}

h1, h2, h3, h4, h5, h6 {
	color: #10499e;
	font-weight: bold;
	}

h2 {
	font-size: 2em;
	}
	
h3 {
	color: #f60;
	font-size: 1.8em;
	margin-bottom: 10px;	
	}
	
h4 {
	font-size: 1.4em;
	margin-bottom: 10px;
	}
	
h5	{
	font-size: 1.2em;
	margin-bottom: 10px;
	}
	
p {
	font-size: 1.2em;
	margin-bottom: 15px;
	}
	
strong {
	font-weight: bold;
	}
	
em {
	font-style: italic;
	}

small {
	font-size: 0.9em;
	}
	
sup {
	font-size: 0.8em;
	vertical-align: super;
	line-height: 1em;
	}
	
#contents ul {
	font-size: 1.2em;
	width: 90%;
	margin-bottom: 15px;
	}
	
	#contents ul li {
		background: #eaeaea;
		padding: 5px 10px;
		margin-bottom: 1px;
		border-left: 5px solid #f60;
		}

#contents ol {
	font-size: 1.2em;
	width: 90%;
	margin-bottom: 15px;
	margin-left: 25px;
	list-style-type: decimal;
	}
	
	#contents ol li {
		background: #eaeaea;
		padding: 5px 10px;
		margin-bottom: 1px;
		border-left: 5px solid #f60;
		list-style-position: outside;
		}

select {
	border: 1px solid #ccc;
	background: #fff;
	padding: 4px;
	font-size: 12px;
	margin-bottom: 2px;
	margin-top: 5px;
	font-family: arial, helvetica, sans-serif;
	}

input.defaultText, textarea.defaultText {
	border: 1px solid #ccc;
	background: #fff;
	padding: 4px;
	font-size: 12px;
	margin-bottom: 2px;
	font-family: arial, helvetica, sans-serif;
	}
			
input.defaultButton, input.defaultButtonSmall {
	background: #10499e;
	color: #fff;
	font-weight: bold;
	border: 0px;
	font-size: 12px;
	padding: 5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}
	
	input.defaultButton:hover, input.defaultButtonSmall:hover {
		background: #f60;
		}
		
/* Additional Classes */

.nomargin {
	margin: 0px;
	}
	
.divider {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #ccc;
	font-size: 1px;
	line-height: 1px;
	}

table.dailyAgenda {
	font-size: 1.2em;
	}
		
	table.dailyAgenda tr td.time {
		width: 120px;
		padding: 5px 10px;
		text-align: center;
		font-weight: bold;
		background: #fafafa;
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
		color: #10499e;
		}

	table.dailyAgenda tr td.event {
		padding: 5px 10px;
		background: #eaeaea;
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
		}
	
/* Layout Settings */

#wrapper {
	width: 100%;
	min-width: 940px;
	background: #fff;
	margin: 0px;
	}

h1 {
	width: 227px;
	height: 56px;
	margin: 0px 20px;
	padding: 15px 0px;
	}
	
	h1 a {
		display: block;
		width: 227px;
		height: 56px;
		margin: 0px;
		text-align: left;
		text-indent: -80000em;
		text-decoration: none;
		background: url("images/logo.png") 0 0 no-repeat;
		}

#header {
	width: 940px;
	margin: 0px auto;
	padding: 0px;
	clear: both;
	}
	
	#menu {
		width: 940px;
		height: 48px;
		background: url("images/bg_menu.png") repeat-x;
		font-size: 16px;
		}
		
		#menu a:link, #menu a:visited {
			font-weight: bold;
			color: #fff;
			}
			
			#menu a:hover {
				color: #10499e;
				}
		
		#menu .left {
			margin-left: 20px;
			}
			
			#menu .left ul {
				}
				
				#menu .left ul li {
					float: left;
					margin-right: 20px;
					margin-top: 18px;
					}
					
			#menu .right ul {
				}
				
				#menu .right ul li {
					float: right;
					margin-right: 15px;
					margin-top: 10px;
					}

#contentsHome, #contents {
	width: 940px;
	margin: 0px auto;
	overflow: hidden;
	}
	
#contents {
	padding-bottom: 20px;
	}
	
	#contents #title {
		padding: 15px 20px;
		background: #eaeaea;
		}
		
		#contents #title h2 {
			color: #10499e;
			font-size: 2em;
			}
	
	#contents #column {
		width: 560px;
		float: left;
		padding: 15px 20px;
		}
		
	#contents #sidebar {
		width: 260px;
		float: right;
		padding: 15px 20px;
		}
		
		#contents #sidebar ul li {
			padding: 0px;
			}
		
		#contents #sidebar ul li a:link, #contents #sidebar ul li a:visited {
			display: block;
			padding: 5px 10px;
			background: #10499e;
			color: #fff;
			}
			
			#contents #sidebar ul li a:hover {
				background: #f60;
				color: #fff;
				}


#mainImage {
	width: 940px;
	margin: 0px auto;
	overflow: hidden;
	}
	
	#mainImage img {
		float: left;
		}
	
	#mainImage h2 {
		color: #10499e;
		font-size: 3.1em;
		margin-top: 25px;
		margin-bottom: 25px;
		}
		
		#mainImage h2 span.smallTitle {
			font-size: 0.7em;
			display: block;
			margin-bottom: 7px;
			}

#homeButtons {
	width: 900px;
	padding: 0px 10px;
	margin: 0px auto;
	background: url("images/bg_home_buttons.png") repeat-x;
	}
	
	#homeButtons ul {
		overflow: hidden;
		}
		
		#homeButtons ul li {
			width: 300px;
			height: 103px;
			background: url("images/bg_button.png") no-repeat;
			float: left;
			}
			
			#homeButtons ul li a:link, #homeButtons ul li a:visited {
				display: block;
				width: 275px;
				height: 71px;
				color: #fff;
				padding-top: 32px;
				padding-left: 25px;
				}
				
				#homeButtons ul li a:hover {
					color: #fb9a0a;
					}
				
			#homeButtons ul li span.buttonBig {
				font-size: 19px;
				display: block;
				}
				
			#homeButtons ul li span.buttonSmall {
				font-size: 12px;
				}

#relatedCos {
	width: 940px;
	margin: 0px auto;
	padding: 15px 0px;
	text-align: center;
	}

#footer {
	width: 100%;
	min-width: 940px;
	background: #eaeaea;
	border-top: 1px solid #f60;
	color: #999;
	font-size: 0.8em;
	}
	
	#footer .plc {
		width: 900px;
		margin: 10px auto;
		overflow: hidden;
		}
		
		#footer .plc .left {
			width: 600px;
			float: left;
			}
			
		#footer .plc .right {
			width: 200px;
			float: right;
			text-align: right;
			}
	
	#footer p {
		margin: 0px;
		}
	
	#footer a:link, #footer a:visited {
		color: #999;
		font-weight: bold;
		}
		
		#footer a:hover {
			color: #666;
			}


/* Connect Form Settings */

.formRow {
	width: 560px;
	overflow: hidden;
	font-size: 1.2em;
	}
	
	.formRow .left {
		width: 75px;
		float: left;
		padding-top: 5px;
		padding-right: 5px;
		text-align: right;
		}
	
	.formRow .right {
		width: 480px;
		float: right;
		}

/* Connect Profile Settings */

.profileRow {
	width: 560px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	}
	
	.profileRow .left {
		width: 130px;
		float: left;
		}
		
		.profileRow .left img {
			border: 1px solid #ccc;
			padding: 2px;
			}
	
	.profileRow .right {
		width: 420px;
		float: right;
		}
		
		.profileRow .right h4 {
			margin: 0px;
			}

/* Pop-Up Settings */

body#pgPopup {
	background: #fff;
	}

#contentsPopup {
	padding: 10px;
	}
	
	#contentsPopup #title {
		margin-bottom: 15px;
		}
		
		#contentsPopup #title h2 {
			font-size: 1.8em;
			}
		
	#contentsPopup h4 {
		font-size: 1.2em;
		margin: 0px;
		}
		
	#contentsPopup ol {
		font-size: 1.2em;
		list-style-type: decimal;
		list-style-position: outside;
		margin-left: 30px;
		}