body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

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

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

/* generic tag styles */
html, body, input, textarea {
	padding: 0;
	margin: 0;
	color: #333;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}

body {
	height: 100%;
	font-size: 80%;
	margin: 0 auto;
	*padding: 24px 0 15px;
	background-color:#e8bfdb;
	background-image:url('/images/structure/stripes.gif');
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	font-size: 0.9em;
	color: #0178aa;
	background-color: #fff;
	padding: .1em .1em .5em .1em;
	height: 40px;
}

h2 {
	color: #cc6699;
	margin-top:0.75em;
	line-height: 1em;
	font-size: 1.25em;
	font-weight:bold;
}

br.clr {
	clear:both;
	height: 1px;
	margin: -1px 0 0 0;
	padding: 0;
	border: none;
	visibility: hidden;
}

p {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 1.2em;
}

td, label {
	font-size: 1.2em;
}

p, a:link {
	color: #333;
}

a:visited, a:active {
	color: #333;
}

a:hover {
	color: #c04c9c;
}

:focus {
	outline: 0;
}

strong {
	font-weight: bold;
}

select {
	font-size: 1.03em;
}

/* 
use clearfix to clear floats without additional markup 
http://www.positioniseverything.net/easyclearing.html
*/
.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 */

/* skip links */
#skiplinks {
	z-index:49;
	position:absolute;
	left:-1000em;
	}

#outerwrap { 
	width: 890px;
	padding: 0;
	margin: 21px auto;
   *margin: 9px auto;
   _margin: 12px auto;
	border: 3px solid #ccc;
   _border-top: none;
	background-color: #fff;
	position: relative;
}

#top_curve {
	position: absolute;
	width: 896px;
	height: 10px;
	top: -10px;
	left: -3px;
	background:transparent url('/images/structure/topcurve.gif') no-repeat left top;
}

#bottom_curve {
	position: absolute;
	width: 896px;
	height: 10px;
	left: -3px;
	background:transparent url('/images/structure/bottomcurve.gif') no-repeat left top;
}

#nav {
	width:211px;
	font-size:1.2em;
	background:transparent url('/images/structure/nav_mid.gif') repeat-y right top;
	float:left;
}

#nav a{
	text-decoration:none
}

#nav ul {
	margin:0px 0px 0px 20px;
	padding:0px;
	width:160px;
}

#nav ul li {
	margin:0px;
	padding:0px 0px 7px 13px;
	list-style-type:none;
	background:transparent url('/images/structure/bullet01.gif') no-repeat 0px 0.275em;
}

#nav ul li ul {
	margin:0px;
	padding:0px;
}

#nav ul li ul li {
	margin:0px;
	padding:5px 0px 0px 13px;
	list-style-type:none;
	background:transparent url('/images/structure/contentbullet.gif') no-repeat 1px 0.7em;
}

#nav_top {
	width:211px;
	height:24px;
	background:transparent url('/images/structure/nav_top.gif') repeat-y right top;
}

#nav_bottom {
	width:211px;
	height:24px;
	background:transparent url('/images/structure/nav_bottom.gif') no-repeat left top;
}



/* override reset padding */
input, textarea {
	padding-left:4px;
}

input {
	padding-left:2px;
}

/* Header Styles */
#header {
	margin-top: 0;
	padding-top: 0;
	color: #000;
	width: 100%;
	font-size: 1.0em;
}

#header #logo {
	float: left;
   _margin-top: 3px;
	margin-left: 5px;
}

/* COMMON: footer  				*/

#footer {
	clear: both;
	background-color: #fff;
	border-top: 2px solid #ccc;
	font-size: 1.2em;
	text-align: center;
	padding: 15px 15px 0 15px;
	margin: 0;
	width: 860px;
	overflow: hidden;
}

#footer .footerlinks {
	width: 174px;
	float: left;
	background-color: #fff;
	text-align: left;
	margin: 5px 0;
	border-bottom: 1px solid #ccc;
	height: 7em;
}

#footer .footerlinks.last {
	width: 164px;
}

#footer .footerlinks h3 {
	color: #666;
	font-weight:bold;
}

#footer .footerlinks ul li a {
	color: #666;
	font-weight: normal;
}

#footer .footerlinks ul li a:hover {
	color: #09c;
}

input.noborder {
	border: none !important;
}

p.error, div.error {
	margin:10px;
	color: #ec2e2c;
	font-weight: bold;
}

p.errorparagraph, div.errorparagraph  {
	font-weight:normal !important;
	margin:10px;
	color: #ec2e2c;
}

p.errorparagraph a, div.errorparagraph a {
	color: #ec2e2c;
}

/* IR headings */
h1 {
	position: relative;
	/* default heading styles - just in case */
	color: #09c;
	font-size: 0.9em;
	font-weight: bold;
}

h1 span  {
	position:absolute;
	z-index:101;
	display:block;
	top:0;
	left:0;
	/* standardised height */
	height:40px;
}

#footer	{
	border-top-width:1px;
	padding:5px 0 0 0;
	margin-left:15px;
	margin-right:15px;
}

.clearer {
	clear:both;
	height:1px;
	overflow:hidden;
	font-size:1px;
}

div#main {
	clear:both;
	float:left;
	width:100%;
	min-height:400px;
	background:url('/images/structure/gradient.gif') repeat-x left top;
	padding:20px 0px 16px 0px;
}

* html div#main {
	height:400px;
}

div.mylogo {
	float:left;
	margin:12px 0px 12px 16px;
	width:350px;
}

div.mylittlewrapper {
	float:right;
	/*background:url('/images/structure/mylittlewrapper.gif') no-repeat left top;*/
	background-color:#fff;
	width:260px;
	height:104px;
}

div.contact {
	margin:42px 0px 0px 0px;
	float:right;
	width:480px
}

p.tel {
	margin:0px 15px 0px 0px;
	padding:14px 0px 10px 32px;
	background:url('/images/structure/tel.gif') no-repeat left top;
	float:right;
	color:#666;
}

p.email {
	margin:0px 15px 0px 0px;
	padding:14px 0px 10px 22px;
	background:url('/images/structure/email.gif') no-repeat left top;
	float:right;
	color:#666;
}

p.email a {
	color:#666;
	text-decoration:none;
}
p.email a:hover {
	color:#666;
	text-decoration:underline;
}

div#content {
	float:left;
	width:650px;
	margin:7px 0px 0px 16px;
	line-height:1.75em;
}

div#main div.contentwide {
	width:663px;
}

div#content h1 {
	border:0px;
	color:#fff;
	height:33px;
	margin:0px 0px 14px 0px;
	min-height:33px;
	padding:0;
	text-indent:-9000px;
	width:643px;
}

div#content div.words {
	margin:0px;
	width:463px;
	float:left;
	font-size:1em;
}

div#content div.friends img {
	border:1px #CCC solid;
	margin-top:1em;
	margin-bottom:0.5em;
}

div#content div.friends p {
	font-size:1em;
	line-height:1.2em;
}


div#content div.friends a {
	margin:0px;
	padding:5px 0px 0px 13px;
	list-style-type:none;
	color:#cc6699;
	background:transparent url('/images/structure/contentbullet.gif') no-repeat 1px 0.7em;
}

div#content div.words2 {
	margin:0px;
	width:400px;
	float:left;
	font-size:1em;
}

div#content div.pictures {
	margin:0px;
	width:240px;
	text-align:right;
	float:right
}

div#content div.pictures img {
	margin-bottom:1em;
	border:1px solid #999;
}

div.polaroid {
	width:161px;
	height:236px;
	background: url('/images/polaroid.gif') -11px 0px no-repeat;
	float:left;
	line-height:1.1em
}
div.polaroid img {margin:22px 0px 0px 11px}
div.polaroid span {clear:both;display:block;text-align:center;margin-top:3px;margin-right:8px}

form.frm {
	background-color:#e8bfdb;
	border-left:#c34ea0 solid 18px;
	border-top:#c34ea0 solid 1px;
	border-bottom:#c34ea0 solid 1px;
	padding:1em 0px 1em 0px;
}

form.frm label {
	width:150px;
	float:left;
	margin-bottom:0.5em;
	margin-left:1em;
}
form.frm input {
	width:200px;
	float:left;
}

form.frm input.btn {
	background-color:#c04c9c;
	border-top:1px solid #e8bfdb;
	border-left:1px solid #e8bfdb;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	color:#fff;
	width:auto;
	padding:1px 1em 1px 1em;
	margin-top:0.5em
}

div#content table td, div#content table th {
	padding:2px 4px 2px 4px;
	border-right:1px solid #c34ea0;
	border-bottom:1px solid #c34ea0;
}

div#content table th {
	background-color:#e9b9d6;
	font-weight:bold;
}
div#content table {
	border-top:1px solid #c34ea0;
	border-left:1px solid #c34ea0;
	margin-bottom:1em
}

td.c, th.c {
	text-align:center
}

div.landing {
	width:550px;
	margin-bottom:6px;
	padding-bottom:5px;
	border-bottom:1px #ddd solid;
}

div.l1 {
	margin-top:1.5em;
}

div.landing .txt {
	width:360px;
	float:left;
	margin-left:10px;
}

div.words2 .landing {
	width:400px;
	border:0px
}

div.words2 .landing .txt {
	width:215px;
}

div.landing img {
	float:left;
	border:1px #666 solid
}

div.landing .txt h2{
	margin:0px;
	l lpadding:0px;
}
div.landing .txt p {
	line-height:1.25em;
	margin:0px;
	padding:0px;
}
p em {
	font-weight:bold;
	color:#c34ea0;
}
div#content ul {
	list-style-type:none;
	font-size:1.2em;
	margin:0px 0px 0px 0px;
}
div#content ul li {
	list-style-type:none;
	padding:0px 0px 0px 12px;
	background:transparent url('/images/structure/contentbullet.gif') no-repeat 2px 0.5em;
}

li a.active {
	font-weight:bold;
	color:#c04c9c
}

p.formerror {
	margin-left:8px;
	margin-right:8px;
	padding:2px 4px 2px 4px;
	font-weight:bold;
	color:#fff;
	background-color:#c34ea0
}
div#content div.bg {
	background-repeat:no-repeat;
	background-position:top right;
	margin:0px;
	width:200px;
	text-align:right;
	float:right;
	height:300px;
}

.balloons {
	background-image:url('/images/graphics/balloons.jpg');
}

.rose {
	background-image:url('/images/graphics/rose.jpg');
}

.champagne {
	background-image:url('/images/graphics/champagne.jpg');
}

.snowflakes {
	height:20px;
	background-image:url('/images/graphics/snowflakes3.gif');
	background-repeat:no-repeat;
	background-position:top left;
}

div.noborder {
	background: url('/images/polaroidnb.gif') -11px 0px no-repeat;
}
hr {
	background-color:#ccc;
	height:1px;
	padding:0px;
	border:0px;
	margin-top:1em;
	clear:both
}

div.testimonials {
	width:450px
}

div.testimonials p {
	background: url('/images/structure/quotestart.gif') 6px 6px no-repeat;
	padding:6px 6px 6px 30px;
	color:#330033;
	font-weight:bold;
	line-height:1.5em;
	clear:both;
}

div.testimonials p.alt {
	background-color:#ffe5f4;
}

div.testimonials p span.qe {
	background: url('/images/structure/quoteend.gif') 100% 100% no-repeat;
	width:100%;
	height:100%;
	display:block;
}

div.testimonials p span.qt {
	padding-right:20px
}

div.friendimage {
	width:165px;
	float:left;
	margin:0px;
	padding:0px;
}

div.friendtext {
	width:295px;
	float:left;
	margin:0px;
	padding:10px 0px 0px 0px;
}
