/*----- RESET VALUES -----*/

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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! 
:focus {
	outline: 0;
}*/
body {
	line-height: 1;
	color: black;
	background: white;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

div {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}





/*----- GLOBAL STYLES -----*/

body {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	color: #ffffff;
}

p {
	margin-bottom: 14px;
}

a:link {
	color: #ffffff;
}

a:visited {
	color: #ffffff;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

a:active {
	color: #ffffff;
	text-decoration: none;
}

ul {
	margin: 0px 0px 14px 14px;
}



/*----- GLOBAL PAGE CONSTRUCTION STYLES -----*/

body#buildings {
	background: #aa8a6c url(../images/buildings_body_bg.jpg) top center repeat-y;
}

body#games {
	background: #aa8a6c url(../images/games_body_bg.jpg) top center repeat-y;
}

body#generic {
	background: #aa8a6c url(../images/generic_body_bg.jpg) top center repeat-y;
}

body#home {
	background: #aa8a6c url(../images/home_body_bg.jpg) top center repeat-y;
}

div#cc_main {
	width: 848px;
	margin: 0px auto;
	position: relative;
}

div#cc_header_buildings {
	background: url(../images/buildings_header_bg.jpg) no-repeat;
}

div#cc_header_games {
	background: url(../images/games_header_bg.jpg) no-repeat;
}

div#cc_header_generic {
	background: url(../images/generic_header_bg.jpg) no-repeat;
}

div#cc_header_home {
	background: url(../images/home_header_bg.jpg) no-repeat;
}

img#cc_header_cotton_logo {
	position: absolute;
	top: 3px;
	right: 2px;
}

img#cc_header_logo {
	position: relative;
	left: 13px;
	top: 13px;
}

img#cc_header_logo_home {
	position: relative;
	left: 218px;
	top: -1px;
	margin-bottom: -39px;
}

img#cc_header_title {
	position: relative;
	left: 0px;
	top: 0px;
}

div#cc_nav {
	background: url(../images/nav_bg.png) top center no-repeat;
	padding-left: 73px;
	padding-bottom: 18px;
}

div#cc_subnav_upper_school {
	display: none;
	position: absolute;
	top: 177px;
}

div#cc_subnav_lower_school {
	display: none;
	position: absolute;
	top: 177px;
	margin-left: 146px;
}

div#cc_subnav_games {
	display: none;
	position: absolute;
	top: 177px;
	margin-left: 291px;
}

div#cc_subnav_resources {
	display: none;
	position: absolute;
	top: 177px;
	margin-left: 383px;
}

img#cc_nav_mapButton {
	display: none;
}

div#cc_middle_buildings {
	background: url(../images/buildings_middle_bg.jpg) top center;
	padding: 10px 0px;
}

div#cc_middle_buildings_content {
	background: #0a0d1c url(../images/buildings_middle_content_bg.jpg) top center no-repeat;
	padding: 10px 0px;
}

div#cc_middle_games {
	background: url(../images/games_middle_bg.jpg) top center;
	padding: 10px 0px;
}

div#cc_middle_generic {
	background: #0a0d1c url(../images/generic_middle_bg.jpg) top center no-repeat;
	padding: 10px 0px;
}

div#cc_middle_home {
	background: url(../images/home_middle_bg.jpg) top center no-repeat;
	padding: 10px 0px;
}

span#cc_middle_header {
	background: url(../images/middle_header_bg.png);
	font-size: 23px;
	font-weight: bold;
	padding: 3px 25px 3px 15px;
}

div#cc_middle_content {
	margin: 20px 58px 20px 64px;
	font-size: 14px;
	line-height: 130%;
}

p.cc_middle_content_header {
	font-size: 18px;
	font-weight: bold;
}

div#cc_middle_content_home {
	margin: -17px 0px 20px 53px;
	background: url(../images/home_mapFrame2.png) no-repeat;
	height: 488px;
}

div#cc_middle_content_home_swf {
	padding-top: 13px;
	padding-left: 38px;
}

div#cc_middle_content_links {
	background: url(../images/inside_links_bg.png) no-repeat;
	margin: 220px 0px -30px -30px;
	width: 350px;
	height: 260px;
	color: #000000;
	padding: 5px 15px 20px 40px;
	font-size: 16px;
}

div#cc_middle_content_links_inner {
	overflow: auto;
	height: 255px;
	padding-top: 20px;
}

div#cc_middle_content_links a:link {
	color: #000000;
}

div#cc_middle_content_links a:visited {
	color: #333333;
}

div#cc_middle_content_links a:hover {
	color: #000000;
	text-decoration: none;
}

div#cc_middle_content_links a:active {
	color: #000000;
	text-decoration: none;
}

div#cc_game_frame {
	background: url(../images/games_frame.png) no-repeat;
	width: 706px;
	height: 453px;
	margin: 0px auto;
	padding: 8px 7px;
}

div#cc_footer_buildings {
	background: url(../images/buildings_footer_bg.jpg) no-repeat;
	padding: 10px 0px;
}

div#cc_footer_games {
	background: url(../images/games_footer_bg.jpg) no-repeat;
	padding: 10px 0px;
}

div#cc_footer_generic {
	background: url(../images/generic_footer_bg.jpg) no-repeat;
	padding: 10px 0px;
}

div#cc_footer_home {
	/*background: url(../images/home_footer_bg.jpg) no-repeat;*/
	padding: 10px 0px;
}

div#cc_footer_content {
	background: url(../images/footer_carrier.png) no-repeat;
	height: 172px;
}

div#cc_footer_factoid {
	float: left;
	clear: both;
}

span#cc_footer_factoid_subhead {
	/*width: 250px;*/
	position: relative;
	left: 55px;
	top: 10px;
	background: url(../images/footer_subhead_bg.png);
	font-size: 23px;
	font-weight: bold;
	padding: 3px 25px 3px 10px;
	/*margin-bottom: 15px;*/
	/*margin-left: 55px;
	margin-top: 15px;*/
}

div#cc_footer_factoid_content {
	/*position: relative;
	left: 75px;*/
	width: 475px;
	height: 70px;
	overflow: hidden;
	line-height: 130%;
	margin-left: 75px;
	margin-top: 20px;
}

div#cc_footer_location {
	/*position: relative;
	left: 593px;
	top: -115px;*/
	float: left;
	margin-top: 17px;
	margin-left: 35px;
}

img#cc_footer_location_image {
	margin-top: 5px;
	margin-left: 8px;
}

