/* HACKS for broken browser implementations */

* html .visualIEFloatFix { height: 0.01% }

/* self clearing */
/*** see http://www.positioniseverything.net/easyclearing.html
   for explanation of Tony Aslett's elegant hack ***/
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both;
visibility: hidden;
}
 
.clearfix { display: inline-block; }
 
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
/*** end clearing hack ***/ 


/* END HACKS */
body { 
	margin: 		0 0 10px 0; 
	color: 			#676767; 
	font-size: 		12px;  
	font-family: 	Century Gothic, Arial, Helvetica, sans-serif;  
	text-align:		left;
}

p    	{ margin:	0px 0 13px 0;}
ol li 	{margin-bottom: 10px;}
ul   	{ margin-top: 0; margin-bottom: 0; }
a		{ text-decoration:	none; color:white;}
a:hover	{ text-decoration:	underline;}
.underline {text-decoration: underline;}
.active {text-decoration: underline;}

h1   { margin:  0px 0px  10px 0; font-size: 24px; color: #29255C; font-weight: normal; text-align:	left;} html>body h1{ padding-top: 11px;}
h2   { margin:  30px 20px 10px 20px; font-size: 17px; color: #00A49F; font-weight: normal; text-align:center; line-height: 1.3em;} html>body h1{ padding-top: 11px;}
h3   { margin:  0px 0px  2px 0; font-size: 15px; color: #A61A75; font-weight: bold; text-align:	left;} html>body h1{ padding-top: 11px;}
h4   { margin:  0px 0px  2px 0; font-size: 15px; color: #A61A75; font-weight: normal; text-align:	left; text-decoration: underline;} html>body h1{ padding-top: 11px;}


/* ----------- Navigation ------------*/

#nav {
	color: 				#fff;
	font-weight: 		bold;
	width: 				100%;
	background-color: 	#FF7900;
	text-align: 		center;
	height: 37px;
	line-height: 34px;
	font-size: 14px;
}

#nav li {
	display: inline;
	padding: 20px;
}


/* ----------- Framing Elements ------------*/

#page {
	position: relative;
	z-index: 2;
}

.centerAlign {
	width: 960px;
	margin: 50px auto 0;
	display: block;
}

.frame{
	width:				960px;
	background-color:	white;
	-moz-border-radius: 15px;
	border-radius: 		15px;
	-moz-box-shadow: 	0 0 10px #606060;
	-webkit-box-shadow: 0 0 10px #606060;
	box-shadow: 		0 0 10px #606060;
}


/* ----------- Home Page ------------*/

#left{
	height: 		580px;
	width:			300px;
	float: 			left;
	border-right: 	1px solid #CCC;
}

.speechBubble {
	margin-left: 30px;
}

#logo{
	margin: 35px 10px 0 25px;;
	}
	

#right {
	width: 			600px;
	padding-top: 	20px;
	padding-left: 	20px;
	margin-left: 	300px;
	position: 		relative;
	z-index: 		2;
}
#rightImage {
	width: 			600px;
	padding-left: 	20px;
	margin-left: 	300px;
	position: 		relative;
	z-index: 		1;
}

#right ul {
	margin-bottom: 13px;
}
#right ul li a{
	color:#676767;}
.heading {
	padding: 		20px 0;
	margin: 		0 auto;
	display: 		block;
}

.contentRight {
	float: right;
}

/* ----------- Internal Pages ------------*/

#logoSmall {
	margin: 20px 0 15px 25px;
}

#leftInternal {
	height: 100%;
	width: 250px;
	float: left;
	border-right: 1px solid #CCC;
}

#rightInternal {
	width: 	660px;
	padding-top: 20px;
	padding-left: 20px;
	margin-left: 250px;
}

#rightInternal ul {
	margin-bottom: 13px;
}

#rightInternal a {
	color: #00A49F;
}

#rightInternal a:hover {
	text-decoration: underline;
}

.sideImage {
	margin-bottom: 10px;
}


/* ----------- Footer ------------*/

.rainbow {
	position: relative;
	bottom: 50px;
	z-index: 3;
}

#footer{
	width:							960px;
	height:							37px;
	line-height: 22px;
	background-color: 				#A62276;
	margin-top: 					-50px;
	-webkit-border-bottom-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 15px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
}

.contactInfo {
	color: 			#fff;
	font-weight: 	bold;
	margin-top: 	7px;
	margin-left: 	25px;	
	float: 			left;
	width: 			700px;
}

.creativeCuriosity {
	color: 			#FF8B7B;
	margin-top: 	7px;
	margin-right: 	20px;	
	float: 			right;
	text-align:		right;
}

#footer a {
	color: 			#FCB1A8;
}

#about-image{
	position: absolute;
	left: 0.3%;
	top: -200px;
	z-index: 1;

	
	}
@media screen\9 {
	#footer{
	width:							960px;
	height:							37px;
	line-height: 22px;
	background-color: 				#A62276;
	margin-top: 					-50px;
	-webkit-border-bottom-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 15px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
}
	
}