/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#ffca7f;
}

form {
    padding:0;
    margin:0;
}

img {
    border:none;
}

.Clear {
	clear:both;
}

#Wrapper {
	width:930px;
	padding:15px 15px 0 15px;
	background-color:#ffefd8;
	margin:0 auto 0 auto;
}

h1 {
	padding:0 0 10px 0;
	margin:0;
	font-size:120%;
	font-weight:lighter;
	color:#d20061;
}

h2 {
	padding:0 0 0 0;
	margin:0;
	font-size:110%;
	font-weight:lighter;
	color:#8c805c;
}

a {
	text-decoration:none;
	color:#FFFFFF;
}

p {
	color:#47291a;
	font-size:90%;
	line-height:160%;
}

hr {
	color:#8c805c;
	background-color:#8c805c;
	border:none;
	height:1px;
}

.ColourPink {
	background:url(../images/PinkGrad.gif) repeat-x #d20061;
}

.ColourPink p, .ColourPink h2 {
	color:#FFFFFF;
}

.ColourCream {
	background:#d6ac6e;
}

.ColourCream p, .ColourCream h2 {
	color:#47291a;
}

#SkipNav {
    display:none;
}

.TextSmaller 
{
    font-size:90%;
}

/************************** HEADER **************************/

#LogoTop {
	background:url(../images/Logo1.gif) no-repeat;
	height:26px;
	width:215px;
	margin-left:15px;
	float:left;
}

* html form #LogoTop {
	margin-left:7px;
}

#Nav {
	padding:0;
	margin:0;
	list-style:none;
	float:right;
	margin-right:8px;
}

#Nav li {
	padding:0;
	margin:0;
	display:inline;
	float:left;
	
}

#Nav li a {
	display:block;
	background: url(../images/TabRightCream.gif) top right no-repeat #ffca7f;
	margin-right:7px;
}

#Nav li a span {
	display:block;
	padding:6px 10px 6px 10px;
	font-size:90%;
	
	color:#47291a;
	background: url(../images/TabLeftCream.gif) top left no-repeat;
}

#Nav li a:hover {
	background: url(../images/TabRightPink.gif) top right no-repeat #d20061;
}

#Nav li a:hover span {
	color:#ffffff;
	background: url(../images/TabLeftPink.gif) top left no-repeat;
}

#Header {
	width:auto;
	padding:0 15px 15px 15px;
	background: #d20061;
	margin-bottom:15px;
}

#HeaderLogo {
	background:url(../images/Logo2.gif) no-repeat;
	width:216px;
	height:91px;
	display:block;
}

/************************** CONTENT **************************/

#ContentWrapper {
	width:900px;
	padding:15px;
	background:#FFFFFF;
}

#LeftContent {
	width:310px;
	float:left;
}

#LeftContent a {
    color:#47291a;
    text-decoration:underline;
}

.ContentBox p {
	font-size:75%;
}

.ContentBox {
	width:auto;
	margin-bottom:15px;
}

.ContentBoxInside {
	padding:15px;
}

.HeaderBox {
	width:auto;
	margin-bottom:15px;
	padding:15px;
	background:url(../images/HeaderBox.jpg) no-repeat;
}

.QuoteBox {
	background-color:#ffefd8;
	padding:15px;
	font-style:italic;
}

#RightContent {
	width:574px;
	float:right;
}

#RightContent a {
	color:#ffefd8;
	background-color:#d20061;
	padding:2px;
	text-decoration:none;
}

#RightContent a:hover {
	color:#8c805c ;
	background-color:#ffefd8;
	padding:2px 2px 1px 2px;
	border-bottom:1px solid #8c805c;
	text-decoration:none;
}

#RightContent ul li {
	color:#47291a;
	font-size:90%;
	line-height:160%;
	margin:5px 0 5px 0;
}

#RightContent .Gallery a 
{
    width:126px;
    height:140px;
	color:#d20061;
	text-decoration:none;
	text-align:center;
	font-size:60%;
	display:block;
	float:left;
	margin-right:10px;
	background:none;
	padding:0 0 0 0;
}

#RightContent .Gallery a:hover 
{
	background:none;
	border:none;
	padding:0 0 0 0;
}

#RightContent .Gallery a img
{
    width:124px;
    padding:1px;
	background-color:#ffefd8;
    height:80px;
    margin-bottom:5px;
}

#RightContent .Gallery a:hover img
{
    width:124px;
    padding:1px;
	background-color:#d20061;
    height:80px;
    margin-bottom:5px;
}

/************************** FOOTER **************************/

#Footer {
	width:auto;
	padding:15px;
	background-color:#FFFFFF;
	margin-top:15px;
}

#FooterNav ul {
	padding:0;
	margin:0;
	list-style:none;
}

#FooterNav ul li {
	display:inline;
	padding-right:10px;
}


#Footer p {
	font-size:80%;
}

#Footer a {
	color:#47291a;
	text-decoration:underline;
	font-size:80%;
}

#Footer a:hover {
	text-decoration:none;
}

/************************** CORNERS **************************/

.CornerContainer {
	position:static;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.CreamTL, .CreamTR, .CreamBL, .CreamBR,
.WhiteTL, .WhiteTR, .WhiteBL, .WhiteBR {
	display:none;
}

/************************** CORNERS **************************/
