@charset "UTF-8";
/* CSS Document */

/***********************************************************************
		RESET DEFAULT STYLES
***********************************************************************/
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: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body { line-height: 1; }
table { border-collapse: collapse; border-spacing: 0; }
:focus { outline: none; }
a img { border: none; }
ol, ul {  list-style: none;  }
input,textarea { margin: 0; }

/* Highlight and Strike-through */
ins { text-decoration: none; font-weight: bold; }
del { text-decoration: line-through; }


ul, ol, li {
	 list-style: none; 
}



/***********************************************************************
		BASIC GLOBAL STYLES
***********************************************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	background: #ccc;
	font-size: 13px;
	color: #666;
}

a {
	text-decoration: none;
	color: #666;
}

a.pronklink:hover {
	color: #9c3;
}

a.summerlink:hover {
	color: #969;
}

a.news_link {
	color: #555;
	padding-left: 8px;
	
}


a.news_link:hover {
	color: #f60;
}

div#wrapper {
	width: 980px;
	margin: 48px auto;
	height: 735px;
	overflow: hidden;
}	


div#content {
	background: #fff /*url(images/summerstreet_980.jpg) no-repeat*/;
	float: left;
	width: 100%;
	height: 735px;
	overflow: hidden;
}

p {
	margin-bottom: 10px;
	line-height: 22px;
}

h1 {
	font-size: 20px;
	margin-bottom: 12px;
}

h2 {
	font-size: 21px;
	font-style: italic;
	margin-bottom: 13px;
}

h3 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 14px;
}

/***********************************************************************
		MENU 
***********************************************************************/
div#menu_container {
	width: 980px;
	float: left;
	margin-right: -980px;
}

div#menu {
	float: right;
	color: #999;
	font-weight: bold;
	font-size: 14px;
	
	position: relative;
	top: 32px;
	right: 140px;
	
	z-index: 500;
}


div#menu a {
	color: #999;
}


div#menu ul li {
	float: left;
	padding-right: 20px;
	position: relative;
	z-index: 2;
}

div#menu_lines {
	height: 20px;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	margin-bottom: -20px;
	position: relative;
	left: -9px;
	width: 53px;
	z-index: 1;
	background: #fff;
}

/***********************************************************************
		PAGES 
***********************************************************************/

div#pages {
	width: 980px;
	height: 735px;
	background: #fff;
	position: relative;
	z-index: 1;
	
}


h4.pronk {
	color: #9c0;
}

h4.summer {
	color: #969;
}



div.page_text a {
	font-weight: bold;
}

div.page {
	width: 980px;
	height: 735px;
	overflow: hidden;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	
	
}

div.page_text {
	width: 410px;
	position: relative;
	top: 116px;
	left: 519px;
	z-index: 480;
}

div.logo {
	width: auto;
	float: left;
}


/*** HOME PAGE ****/

div#green_hand_home {
	position: relative;
	top: -110px;
	left: -84px;
	z-index: 2;
}

div#home_pronk {
	position: relative;
	top: -118px;
	left: 100px;
	z-index: 6;
}


div#home_summer {
	position: relative;
	top: -104px;
	left: 106px;
	z-index: 5;
}

div#purple_hand_home {
	position: relative;
	left: 192px;
	top: -130px;
	z-index: 1;
}

/****** partnership page *********/
div#green_hand_partnership {
	position: relative;
	top: -260px;
}

div#purple_hand_partnership {
	position: relative;
	right: -160px;
	top: -282px;
}

div#partnership_pronk {
	position: relative;
	left:120px;
	top: -226px;	
}

div#partnership_summer {
	position: relative;
	left: -10px;
	top: -220;
}

/********** contact page ***************/
div.contact_text {
	float: left;
	position: relative;
	top: 24px;
	z-index: 50;
}

div.contact_text a {
	color: #999;
}

div.pronk_contact a:hover {
	border-bottom: 1px solid #9c3;
}

div.summer_contact a:hover {
	border-bottom: 1px solid #969;
}

div#contact_pronk {
	position: relative;
	left: -300px;
	top: 250px;
}

div#contact_summer {
	position: relative;
	top: 167px;
	left: -42px;
}

div#purple_hand_contact {
	position: relative;
	top: 174px;
	left: 14px;
	
	z-index: 1;
}

div#green_hand_contact {
	position: relative;
	top: 24px;
}


div.pronk_contact {
	position: relative;
	left: 109px;
}
div#pronk_address, 
div#summer_address {
	top: 50px;
}

div.summer_contact {
	position: relative;
	left: 204px;
}

div#summer_people {
	left: -178px;
}

div#pronk_people {
	left: -300px;
}

div#pronk_people,
div#summer_people {
	top: 208px;
	
}

div.logo {
	position: relative;
	z-index: 800;
}

div.mobile {
	display: none;
}


div#home div.page_text {
	position: relative;
	z-index: 999;
}

