/* RESET */
body {
	/*text-shadow: #000000 0 0 0px;
	opacity: 0.99999;
	-moz-opacity: 0.99999;*/
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {content:'';}
abbr,acronym {border:0;}

/* IMAGE REPLACE */
.imageReplace {
	background: no-repeat top left;
	text-indent: -9999px;
	display: block;
}

/* -----=====: + ~{FORMS}~ + :=====----- */

form {
	padding: 20px;
	overflow: hidden;
	zoom: 1;
}
#main form {
	border: 5px solid #d9d9d9;
	background-color: #f6f6f6;
}
#sideCol form {
	border: 5px solid #bada9c;
}
form li {
	float: left;
	width: 260px;
	margin-bottom: 0.5em;
	margin-right: 10px;
}
form li.divider {
	border-top-style: solid;
	border-width: 1px;
	border-color: #c5c5c5;
	padding-top: 20px;
	margin-top: 10px;
}
form label {
	display: block;
	float: left;
	margin-right: 6px;
}
form .submit {
	clear: left;
}
form .submit input {
	float: right;
}
form label {
	float: none;
	display: block;
	width: auto;
	clear: left;
}
form .text {
	padding: 2px;
	width: 230px;
	float: left;
	margin-bottom: 1em;
	margin-right: 1em;
	border: 1px solid #7b7b7b;
	background-color: #d9d9d9;
}
form .note {
	float: left;
}
form .checkWrapper {
	padding: 5px 5px 6px 0;
	margin-bottom: 1em;
	width: 500px;
	clear: left;
	overflow: hidden;
	zoom: 1;
}
form .textareaWrapper {
	clear: left;
	width: 500px;
}
form .textareaWrapper textarea {
	width: 500px;
}
form .checkWrapper input {
	float: left;
	margin-right: 4px;
}
form .checkWrapper label {
	margin: 0;
	padding: 0;
	clear: none;
}
form #captcha {
	clear: left;
}

/* -----=====: + ~{MENU}~ + :=====----- */
#menu {
	margin-bottom: 1em;
	margin-top: 15px;
}
#menu li {
	float: left;
}
#menu a {
	height: 37px;
}
#menu a:hover {
	background-position: 0 -74px;
}
#menu li.active a {
	background-position: 0 -37px;
}
#menuInvite a {
	background-image: url(/images/menu_invite.png);
	width: 170px;
}
#menuItinerary a {
	background-image: url(/images/menu_itinerary.png);
	width: 217px;
}
#menuGallery a {
	background-image: url(/images/menu_gallery.png);
	width: 84px;
}
#menuSchool a {
	background-image: url(/images/menu_school.png);
	width: 126px;
}
#menuMap a {
	background-image: url(/images/menu_alumni.png);
	width: 137px;
}
#menuFuture a {
	background-image: url(/images/menu_future.png);
	width: 211px;
}

/* -----=====: + ~{LOGSS}~ + :=====----- */

#schoolLogo {
	float: right;
	margin-top: 8px;
}

/* -----=====: + ~{GENERAL}~ + :=====----- */

body {
	font-family: helvetica, arial, sans-serif;
	background-color: #e6e6e6;
	color: #555;
	font-size: 90%;
	line-height: 1.3;
}
#main h2, p {
	margin-bottom: 1em;
}
#container {
	width: 949px;
	margin: 0 auto;
	background-color: #fff;
	padding: 10px;
}
#header {
	overflow: hidden;
	zoom: 1;
}
#block1 {
	zoom: 1;
	overflow: hidden;
	padding: 52px 10px 10px 10px;
}
#main {
	float: left;
	width: 600px;
}
#main h2 {
	font-weight: bold;
}
img.left {
	float: left;
	margin: 10px 10px 10px 0;
}
img.right {
	float: right;
	margin: 10px 0 10px 10px;
}
/* -----=====: + ~{FOOTER}~ + :=====----- */

#footer {
	background: #00ade3 url(/images/bg_footer.png) bottom right no-repeat;
	padding: 20px;
	margin-top: 20px;
	font-size: 0.8em;
	overflow: hidden;
	zoom: 1;
}
#footer h2 {
	margin-bottom: 0.5em;
}
#footer ul {
	float: left;
	border-right-style: dotted;
	border-color: #80d6f1;
	border-width: 1px;
	padding-right: 15px;
	margin-right: 15px;
}
#footer ul.last {
	border-style: none;
}
#footer li {
	margin-bottom: 3px;
}
#footer a {
	color: #fff;
	text-decoration: none;
	border-bottom-style: dotted;
	border-width: 1px;
	border-color: #80d6f1;
}
#footer a:hover {
	border-color: #fff;
}

/* -----=====: + ~{SIDECOL}~ + :=====----- */

#sideCol {
	/*margin-left: 623px;*/
	float: left;
	margin-left: 20px;
	width: 306px;
	/*display: inline;*/
	zoom: 1;
}
#sideCol form {
	width: 257px;
}
#sideCol h3 {
	margin-bottom: 1em;
}
#sideCol .text {
	background-color: #ebebeb;
	border-color: #b2b2b2;
	width: 250px;
}

/* -----=====: + ~{ EDIT REGIONS }~ + :=====----- */
/*
.editContent {
	display: block;
	background-color: #76b63a;
	color: #fff;
	text-decoration: none;
	padding: 3px 5px;
	width: 135px;
	text-align: center;
	margin-top: 10px;
	font-size: 0.8em;
}*/
/*
.editContent:hover {
	background-color: #91df47;
}*/

.editable {
	border: 1px dotted #f7a221;
	margin-top: -20px;
	margin-bottom: 10px;
	padding: 4px
}
.editable legend {
	margin: 0 5px;
	padding: 11px 10px 10px 30px;
	background: url(/images/edit.png) left center no-repeat;
}
.editable legend a {
	color: red;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 1px;
}
.editable legend a:hover {
	color: #fff;
	background-color: red;
	text-decoration: none;
}

/* -----=====: + ~{ MAP CALLOUT }~ + :=====----- */
.callout {
	display: block;
	margin-bottom: 20px;
}
#mapCallout {
	border: 5px #ffc07f solid;
	width: 296px;
}
#mapCallout:hover {
	border-color: #ffa141;
}
#mapCallout img {
	display: block;
}