/* CSS Document */

body {
	margin:0px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#666666;
	background:#669CF4 url(../images/bg.jpg) center bottom repeat-x;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	font-weight:normal;
	color:#007d83;
	line-height:normal;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:normal;
	color:#b83c94;
	line-height:normal;
}
h3 {
	font-size:16px;
	font-weight:normal;
	color:#b83c94;
	line-height:normal;
}
h4 {
	font-size:12px;
	font-weight:normal;
	line-height:normal;
}
a {
	color:#b83c94;
	text-decoration:underline;
}
li {
	color:#ba318e;
}
li span {
	color:#666666;
}

/*** CONTAINERS ***/

#header_container {
	clear:both;
	margin:0px auto;
	width:998px;
	height:212px;
}
#content_container {
	clear:both;
	margin:0px auto;
	width:998px;
}
#footer_container {
	clear:both;
	margin:0px auto 20px auto;
	width:998px;
	height:132px;
}

/*** HEADER ***/

#header_top {
	width:998px;
	height:150px;
	/*background:url(../images/header_top.jpg) no-repeat;*/
}
#header_top-left {
	float:left;
	width:217px;
	height:150px;
	background:url(../images/header_top-left.png) no-repeat;
}
#header_top-right {
	float:left;
	width:781px;
	height:150px;
	background:url(../images/header_top-right.png) no-repeat;
}
#header_bottom {
	padding:0px 12px 26px 199px;
	width:787px;
	height:36px;
	background:url(../images/header_bottom.png) no-repeat;
}
#header_bottom a {
	display:block;
	float:left;
	padding:0px 18px 0px 18px;
	height:36px;
	line-height:36px;
	font-size:18px;
	color:#af2481;
	text-decoration:none;
}
#header_bottom a:hover {
	text-decoration:underline;
}

/*** CONTENT ***/

#content {
	clear:both;
	margin:0px 23px 0px 23px;
	width:952px;
	background:#FFFFFF;
}
#home_left {
	float:left;
	padding:0px 14px 0px 0px;
	width:399px;
}
#home_right {
	float:right;
	padding:0px 13px 0px 0px;
	width:301px;
}
#box, #light_box, #pink_box {
	margin:0px 0px 20px 0px;	
}
#light_box {
	padding:10px 26px 10px 26px;
	width:249px;	
	font-size:12px;
	background:#D8ECEE;
}
#light_box h2 {
	margin:5px 0px 5px 0px;
	color:#007d83;	
}
#light_box p {
	margin:5px 0px 5px 0px;
}
#light_box a {
	font-size:14px;
}
#pink_box {
	padding:10px 26px 14px 26px;
	width:249px;	
	background:#D799C4;
	text-align:center;
}
#pink_box h2 {
	margin:5px 0px 5px 0px;
	color:#FFFFFF;
	font-size: 18px;
	text-align: left;
}
#content_left {
	float:left;
	padding:0px 13px 0px 13px;
	width:196px;
}
#side_nav a {
	display:block;
	width:196px;
	height:36px;
	line-height:36px;
	font-size:18px;
	font-weight:normal;
	color:#666666;
	text-decoration:none;
}
#side_nav a:hover {
	color:#b83c94;
	text-decoration:none;
}
#newsletter {
	margin:20px 0px 0px 0px;
	padding:53px 22px 0px 22px;
	width:128px;
	height:100px;
	background:#6cbcc3 url(../images/lb_newsletter.gif) top center no-repeat;
}
#newsletter form {
	margin:0px;	
}
#newsletter .input {
	margin:3px 0px 3px 0px;
	padding:4px;
	width:120px;
	height:14px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#666666;
	background:#FFFFFF;
	border:none;
}
#newsletter .button {
	margin:6px 0px 0px 0px;
}
#follow {
	margin:20px 0px 0px 0px;
	padding:28px 0px 0px 28px;
	width:144px;
	height:72px;
	background:url(../images/lbl_follow.gif) top left no-repeat;
}
#content_right {
	float:right;
	padding:0px 39px 0px 0px;
	width:691px;
}

/*** FOOTER ***/

#footer {
	clear:both;
	margin:0px auto;
	padding:20px 0px 0px 0px;
	width:952px;
	height:112px;
	background:#FFFFFF;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;	
}
#footer_top {
	clear:both;
	padding:0px 13px 0px 13px;
	width:926px;
	height:71px;
}
#footer_top a {
	float:left;
	line-height:71px;
}
#footer_top p {
	margin:20px 0px 0px 0px;
	line-height:51px;
}
#footer_bottom {
	clear:both;
	padding:3px 13px 0px 13px;
	width:926px;
	height:38px;
	line-height:38px;
	font-size:12px;
}
#footer_bottom-left {
	float:left;
	width:600px;
	text-align:left;
}
#footer_bottom-right {
	float:right;
	width:320px;
	text-align:right;
}
#footer_bottom a {
	color:#666666;
	text-decoration:none;
}
#footer_bottom a:hover {
	text-decoration:underline;
}
