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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F4F8FD;
}

a {
	font-weight: bold;
	color: #9999cc;
}

h1 {
	font-size: 24px;
	color: #99cc33;
}

h2 {
	font-size: 150%;
	color: #9999cc;
	margin-bottom: -10px;
}

.purple {
	color: #9999cc;
}

strong {
	color: #666;
}


/*  Layout Styling  */

#top {
	margin: 0 auto;
	width: 800px;
	height: 48px;
	background-image: url(../img/topBg.jpg);
}

#header {
	margin: 0 auto;
	width: 800px;
	height: 228px;
	background-image: url(../img/header.jpg);
}

#middle {
	margin: 0 auto;
	width: 800px;
	height: 11px;
	background-image: url(../img/midBg.jpg);
}

#contentWrapper {
	margin: 0 auto;
	width: 798px;
	background-color: white;
	border-left: 1px solid #E5F0FB;
	border-right: 1px solid #E5F0FB;
}

#content {
	padding: 10px 30px 20px 30px;
}

#footer {
	margin: 0 auto;
	width: 800px;
	height: 35px;
	background-image: url(../img/footerBg.jpg);
}

/* form elements */

form {
	margin:10px 15px; 
	padding: 10px 25px; 
	border: 1px solid #E5F0FB; 
	background: #F4F8FD;
}
fieldset {
	margin: 0;	padding: 0;
	border: none;
}
legend {
	display: none;
}
label {
	display:block;
	font-weight:bold;
	margin: 7px 0;
}
input, select {
	padding:3px;
	border: 1px solid #ddd; 
	font: normal 1em Verdana, sans-serif;
	color:#777;	
}

select {
	width: 200px;
}
textarea {
	width:400px;
	padding:3px;
	font: normal 1em Verdana, sans-serif;
	border: 1px solid #E5F0FB; 
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 28px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background-color: #9999cc; 
	border: 1px solid #9375AC;
}

/* callout box */
#callout {
	width: 216px;
	margin-left: 20px;
	margin-top: -20px;
	float: right;
	background-image: url(http://www.asuniqueasyouare.com/img/callout-bg.gif); background-repeat: repeat-y;
}
#callout-content {
	padding: 0 20px;
	/*--
	background-color: #FFF0B6;
	border-left: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
	--*/
	font-family: helvetica, sans-serif;
	text-align: center;
	color: #3457A8;
	background: url(../img/callout-bottom.gif) bottom no-repeat;
	padding-bottom: 10px;
}
#callout-content h1 {
	margin: 14px 0 0 0;
	font-size: 30px;
	line-height: 28px;
	color: #476bbd;
	letter-spacing: -0.6px;
}
#callout-content h2 {
	margin: 0;
	font-size: 20px;
	line-height: 28px;
	color: #476bbd;
	letter-spacing: -0.6px;
}
#callout-content h3 {
	margin: 0;
	font-size: 14px;
	line-height: 28px;
	font-weight: normal;
	color: #666666;
}
#callout-content p {
	margin: 0;
	font-size: 12px;
	line-height: 14px;
	color: #666666;
}