/* ---------------------------------------------
GLOBAL STYLES - GLOBAL.CSS

Colour reference

white - #FFFFFF
black - #000000
grey text - #4b474a
-----------------------------------------------*/

body {
	background: url(../images/template/bg.gif) repeat-x bottom center;
	height: auto;
	font-family: Helvetica, Arial, sans-serif;
}

html {
	height: auto;
}
	
a 
{ 
color: #d54381;
font-style: italic;
text-decoration: none; 
} 

a:hover 
{ 
color: #e27289;
text-decoration: none;
} 
	
/* ---------------------------------------------
GENERAL STYLES
-----------------------------------------------*/



*  
{
padding:0;
margin:0;
}	

* a:hover, * a:active
{
	outline:none;
}
	
		
.clear 
{
  clear: both;
  height: 0;
}

li li, li p, td p, blockquote p 
{
	font-size:1em
}

.floatleft
{
	float:left;
}

.floatright
{
	float:right;
}

.center
{
	text-align:center;
}

.right
{
	text-align:right;
}

img 
{
	border: 0;
	vertical-align:bottom;
}

p
{
	margin:0 0 1em 0
}

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



/* ---------------------------------------------
HEADER STYLES
-----------------------------------------------*/

h1 a
{
	float:left;
	display:block;
	text-indent: -5000px;
	width:326px;
	height:70px;
	background:url(../images/template/logo.gif) no-repeat bottom;
	overflow:hidden;
}



/* ---------------------------------------------
CONTENT AREAS
-----------------------------------------------*/

#wrapper
{
	width:975px;
	margin:0 auto;
	padding-bottom: 155px;
	text-align:left;
	clear: both;
	height: auto;
}

#homeimg {
	width: 944px;
	height: 243px;
	background: url(../images/homepage/mainimg.jpg) no-repeat;
	clear: both;
	margin: 15px 0;
	padding: 359px 0 0 31px;
}

#contentarea {
	width: 626px;
	height: auto;
	float: left;
	padding-bottom: 35px;
}

#contentarea a {
	background: url(../images/template/arrowLink.gif) no-repeat bottom right;
	font-weight: bold;
	font-style: italic;
	padding-right: 12px;
	font-size: 11px;
}




#maininfo dt {
	font-size: 18px;
	color: #c35580;
	font-style: italic;
	padding-bottom: 10px;
}

#maininfo dd {
	font-size: 14px;
	color: #4b474a;
	line-height: 20px;
}


dl#smallinfo {
	width: 145px;
	height: auto;
	padding: 15px 0;
	float: left;
}

#smallinfo dt {
	font-size: 16px;
	color: #c35580;
	font-style: italic;
	padding-bottom: 10px;
	padding-top: 3px;
}

#smallinfo dd {
	font-size: 11px;
	color: #4b474a;
	line-height: 18px;
}

/* ---------------------------------------------
FOOTER AREAS
-----------------------------------------------*/

#footer {
	background: url(../images/template/footer-bg.gif) repeat-x;
	margin: 0 auto;
	clear: both;
	padding: 32px 50px 20px 50px;
	width: auto;
	text-align: right;
	color: #fff;
	font-size: 11px;
}

#footer span{
	margin-right: 10px;
}

#footer a {
	color: #fff;
	padding: 0 10px;
}

#footer a:hover {
	border-bottom: 1px dotted #fff;
	padding-bottom: 2px;
}


dl.founder {
	width: 625px;
	height: auto;
	padding: 15px 0;
	border-top: 1px dotted #7e5b6e;
	float: left;
}

.founder dt {
	float: right;
	padding-right: 10px;
}

.founder dd strong {
	font-weight: bold;
	font-size: 12px;
}


.founder dd {
	font-size: 11px;
	color: #4b474a;
}


.founder dd p {
	float: left;
	width: 360px;
	line-height: 18px;
}


dl#mailinglist {
	width: 240px;
	height: auto;
	padding: 0 10px;
	float: right;
}

#mailinglist dt {
	font-size: 16px;
	color: #c35580;
	font-style: italic;
	padding-bottom: 10px;
}

#mailinglist dd {
	font-size: 11px;
	color: #4b474a;
	line-height: 18px;
}

#mailinglist form {
	clear: both;
	background: #ecd3d9;
	padding: 15px;
}
p.thanks {
	clear: both;
	background: #ecd3d9;
	padding: 15px;
	font-size: 11px;
	color: #4b474a;
}

#mailinglist label {
	float: left;
	padding: 3px 0;
	margin-right: 5px;
	font-size: 11px;
	color: #4b474a;
}

.textfield {
	width: 200px;
	padding: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #4b474a;
	margin:3px 0;
}

.rdobtn {
	padding: 3px 0;
	margin-right: 5px;
	float: left;
}
