html{
	height: 100%;
}

body{
	margin: 0;
	background-color: #ecea70;
	background-image:url(/images/misc/tiled_small_flower.png);
	height: 100%;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif; 
}



a{
	color: #6699cc; 
	text-decoration: none;
}

a:visited{
	color: #800080;
}

a:hover{
	text-decoration: underline;
}

p a{
	color: #6699cc; 
	text-decoration: underline;
}

img {
	border: none;
}

h1{
	font-weight: bold; 
	font-size: 1.5em; 
	margin: 0;
}

h2{
	font-weight: bold; 
	font-size: 1.4em; 
	margin: 0;
}

.extra_fine{font-size: 10px;}
.fine{font-size: 12px;}

#background_canvas_1{
	background-image:url(/images/misc/tiled_big_flower.png);
	height: 100%;
	width: 100%;
}

#home_logo{background: url(/images/misc/logo.png) no-repeat; width: 307px; height: 232px; overflow: hidden;}


#header_bg_1{
	background-image:url(/images/misc/header-bg1.gif);
	background-repeat: repeat-x;
	min-width: 1200px;
	width: auto !important;
	width: 1200px;
	height: 272px;
	clear: both;
}

#header_bg_1 .navigation_bar{
	background: #662f8f url(/images/misc/nav_bar_bg.gif) repeat-x;
	width: auto;
	height: 40px;
}

#header_bg_1 .elements{
	width: 961px;
	margin-left:auto;
	margin-right: auto;
	overflow: hidden;
}

#header_bg_1 .elements ul{
	padding: 0;
	margin: 0;
	padding-top: 10px;
}

#header_bg_1 .elements li{
	display: inline;
	color: #ffdf7f;
	font-size: 16px;
	margin-top: 10px;
	margin-left: 35px;
	margin-right: 35px;
	font-weight: bold;
}

#header_bg_1 .elements li a{
	color: #ffdf7f;
}

#header_bg_1 .elements li a:hover{
	color: #ffffff;
}


#header{
	width: 961px;
	margin-left:auto;
	margin-right: auto;
	overflow: hidden;
	height: 232px;
	position: relative;
}

#purple_bar .outter{
background-color: #a98cbf;
height: 4px;
}

#purple_bar .inner{
height: 9px;
background-color: #5a2484;
}

#header .dynamic_image{
	position: absolute;
	right: 0px;
	top: 0px;
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 500px;
	height: 232px;
	overflow: hidden;
}

#header_flowers{
	height: 232px; 
	width: 1200px; 
	margin-left: auto; 
	margin-right: auto;
}

#burst{
	background-image: url(/images/misc/header_burst.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 232px;
	}

#burst .creative_spark{
	background-image: url(/images/misc/header_common.png);
	background-repeat: no-repeat;
	background-position: 420px 0px;
	height: 232px;

}

#main{
	min-height : 100px;
	height : auto !important ;
	height : 100px;
	min-width: 1200px;
	width: auto !important;
	width: 1200px;
	clear: both;
}

#poll .question {font-weight: bold;}
#poll .option {font-size: 11px;}








#inner_columns{
	width: 961px;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
}

#left_sidebar{
	background-color: #faa51b;
	width: 229px;
	margin-bottom: -5000px; padding-bottom: 5000px;
	float: left;
}

#intro_price{
	position: relative; 
	left: 10px; 
	top: 5px;
}

#left_sidebar .nameplate{
	background-color: #a83672; 
	width: auto; 
	padding: 4px; 
	color: #f1dee8; 
	font-weight: bold; 
	font-size: 16px; 
	margin-top: 10px;
}

#left_sidebar .elements{
	position: relative;
	top: -10px; 
	width: 184px; 
	margin-left: auto; 
	margin-right: auto; 
	z-index: 2;
}

#left_sidebar .elements ul{
	padding: 0; 
	margin: 0; 
	padding-left: 20px;
}

#left_sidebar .elements li{
	list-style-type: square;
	color: #ffffff; 
	margin-top: 7px; 
	margin-bottom: 7px; 
	font-weight: bold; 
	font-size: 16px;
}

#left_sidebar .elements li a{
	color: #ffffff; 
}

#left_sidebar .elements li a:hover{
	color: #9e2063;
}

#middle{
	width: 502px;
	float: left;
	min-height: 1px;
	margin-bottom: -5000px; padding-bottom: 5000px;
	overflow: hidden;
}

/* ------------------------------------------------------------------
 * ALERT
 * ------------------------------------------------------------------ */
#alert, #ialert {
	background: url(/images/misc/icon-alert.gif) 15px 15px no-repeat;
	background-color: #F7F1D4;
	border-top: 3px solid orange;
	border-bottom: 3px solid orange;
	margin: 0 0 15px 0;
	padding: 15px 15px 15px 75px;
}
#alert h2 {
	margin: 0;
	padding: 0;
}
#alert p, #ialert p {
	margin: 1.2em 0 0 0;
	padding: 0;
}
#ialert h2 {
	color: #F00;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

/* ------------------------------------------------------------------
 * SUCCESS ALERT
 * ------------------------------------------------------------------ */
#success_alert {
	background: url(/images/misc/icon-success.gif) 15px 15px no-repeat;
	background-color: #F7F1D4;
	border-top: 3px solid green;
	border-bottom: 3px solid green;
	margin: 0 0 15px 0;
	padding: 15px 15px 15px 75px;
}
#success_alert h2 {
	margin: 0;
	padding: 0;
	color: green;
}
#success_alert p{
	margin: 1.2em 0 0 0;
	padding: 0;
}

#ialert h2 {
color : #f00;
font-size : 20px;
font-weight : bold;
margin : 0;
padding : 0;
}


#content{
	margin: 15px;
}

#content .marginbot{
	border-bottom: 1px solid #faa51b;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#content .margintop{
	border-top: 1px solid #faa51b;
}

#content div.ten_second_survey{
	background-image: url(/images/misc/clock.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
}

#content div.ten_second_survey .text{
	width: 390px;
	position: relative;
	left: 80px;
	top: 10px;
	padding-bottom: 20px;
}

#content div.poll{
position: relative;

}

#content .poll .text{
width: 200px;
position: relative;
}

#content .box{
border: 3px solid #faa51b;
padding: 8px;
text-align: left;
}

#totm{color: #43308c; font-weight: bold;}

#totm .heading{font-size: 25px; }

#totm .text{font-size: 16px;}


#right_sidebar{
	width: 229px;
	margin-bottom: -5000px; padding-bottom: 5000px;
	float: left;
	background-color: #9ce65c;
}

#footer{
	margin-left: auto;
	margin-right: auto;
	width: 961px;
	background-color: #ecea70;
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
	margin-bottom: 10px;

	
}

#siteForm{background-color: #a83672; border: 3px solid #f1dee8; color: #ffffff; padding: 10px; position: relative;}
#siteForm .flower{width: 50px; height: 50px; position: absolute; bottom: -25px; right: -25px; background-image: url(/images/misc/flower1.png); z-index: 15;}

#revision_search{
	background-color: #A83672; 
	color: #FFF;
	margin-bottom: 10px;
	padding: 10px;
	border-top: #d2cebd 1px solid;	
	border-bottom: #d2cebd 1px solid;	
}

/*Classes*/

.flower_tile_sm{
	background-image:url(/images/misc/tiled_small_flower.png);
	height: 100%;
	width: auto;
}

.flower_tile_lg{
	background-image:url(/images/misc/tiled_big_flower.png);
	height: 100%;
	width: auto;
}

.flower_tile_hdr{
	background-image:url(/images/misc/tiled_header_flower.png);
	height: 100%;
	width: auto;
}

.question {
	color: #662f8f;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 11pt;
	font-weight: bold;
}
.answers {
	list-style: none;
}

.b7205b{color: #b7205b;}
.b7205b a:link{color: #b7205b;}
.purple{color: #a83672;}
.gallery_frame {width: 158px; height: 158px; overflow: hidden; background-image: url(/images/misc/gallery_frame.png); position: relative; }

.photo{position: absolute; top: 9px; left: 9px;}

ul.star_bullet{
padding: 0;
margin: 0;


}

ul.star_bullet li{
margin-top: 10px;
margin-bottom: 10px;
padding-left: 15px; 
list-style-type: none; 
	background-image: url(/images/misc/bullet-star.gif); 
	background-repeat: no-repeat; 
	background-position: 0px 3px;
}

div.divider{background-image: url(/images/misc/purple_divider.png); background-repeat: no-repeat; height: 5px; margin-top: 25px; margin-bottom: 25px;}


.CPSC_box {
	border-color:#000000;
	border-width:1px;
	border-style:solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFFFFF;
	text-align: left;
	}
	
.CPSC_bold {
	font-weight:bolder;
	}


/*Preload large images to cache locally*/

#fakeelement1{background-image: url(/images/misc/cool_projects.png);}
#fakeelement2{background-image: url(/images/misc/girl_talk.jpg);}
#fakeelement3{background-image: url(/images/misc/ecards.jpg);}
#fakeelement4{background-image: url(/images/misc/polls_quizzes.jpg);}
#fakeelement5{background-image: url(/images/portal/cool_factor.png);}
#fakeelement6{background-image: url(/images/misc/portal_girls_bg.png);}
#fakeelement7{background-image: url(/images/portal/projectsR.png);}
#fakeelement8{background-image: url(/images/portal/girltalkR.png);}
#fakeelement9{background-image: url(/images/portal/polls.png);}
#fakeelement10{background-image: url(/images/portal/ecards.png);}









/* Help IE6 Render */

 img, div, input, body { behavior: url("/scripts/iepngfix.htc") }
