@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: baseline;
}
body {
	font-size: 11px;
	font-family: "Ludica Sans", Verdana, Lucida, Arial, Helvetica, sans-serif;
	background-color: #EFEFEF;
}
h1, h2, h3, h4, h5, h6, p {
	margin-bottom: 5px;
}
#wrapper {
	height: 1200px;
	width: 100%;
}
#container_one {
	height: 400px;
	width: 760px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#message_content {
	float: left;
	height: 396px;
	width: 454px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}
#colourbar {
	height: 396px;
	width: 25px;
	float: left;
}
#logo_nobar {
	background-color: #005293;
	background-image: url(../images/GBC_Logo_NoBar.png);
	height: 125px;
	width: 175px;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
}
#wordmark {
	background-color: #666666;
	float: right;
	height: 127px;
	width: 252px;
	background-image: url(../images/Wordmark.png);
	background-position: center center;
	background-repeat: no-repeat;
}
#message_top {
	float: right;
}
#message_bottom {
	float: right;
}
#message_text {
	background-color: #666666;
	float: right;
	height: 269px;
	width: 427px;
}
#text {
	background-color: #FFFFFF;
	height: 210px;
	width: 370px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
#text h1 {
	font-size: 16px;
}
#text h3 {
	color: #005293;
	font-size: 11px;
}
#text p {
	line-height: 120%;
}
#sidebar_content {
	float: right;
	height: 396px;
	width: 300px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
}
#image_one {
	height: 130px;
	width: 300px;
	background-color: #666666;
	background-image: url(../images/casaloma_slice.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 2px;
}
#image_two {
	height: 130px;
	width: 300px;
	background-color: #666666;
	background-image: url(../images/stjames_slice.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 2px;
}
#image_three {
	height: 132px;
	width: 300px;
	background-color: #666666;
	background-image: url(../images/yorkville_slice.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 2px;
}
.full {
	height: 100%;
	width: 100%;
}
#container_two {
	height: 400px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
}
#promo_image {
	float: right;
	height: 396px;
	width: 300px;
	margin-bottom: 2px;
	background-color: #FF6D22;
	background-image: url(../images/diana_velez_portait.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 2px;
	margin-top: 2px;
}
#promo_text {
	float: left;
	height: 336px;
	width: 300px;
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
	margin: 2px;
}
#promo_text h1 {
	color: #393939;
	font-size: 24px;
	margin-bottom: 10px;
}
#promo_text h2 {
	color: #005293;
	font-size: 18px;
	margin-bottom: 10px;
}
#promo_text p, #promo_text ui {
	margin-bottom: 10px;
}
#promo_text ul {
	list-style-type: square;
}
#promo_text li {
	margin-left: 15px;
}
a:link {
	color: #005293;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #FF6D22;
}
.clear {
	clear: both;
}

