﻿body
{
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #333;
	line-height: 22px;
	text-align: justify;
	margin: 0 auto;
}

a
{
	color: #983466;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

img
{
	border:none;	
}

#bgtop
{
	background-color: #983466;
	height: 6px;
	width: auto;
}

#container
{
	background: url(../Images/bg.gif) repeat top;
	height: 360px;
}


#header
{
	background: url(../Images/header.png) no-repeat;
	width: 960px;
	height: 400px;
	margin: 0px auto;
}

#nav
{
	font-size: 16px;
	position: absolute;
	padding-left: 440px;
	top: 75px;
	width: 526px;
}

#nav li
{
	display: inline;
	padding-left: 10px;
}

#nav li a
{
	color: #fff;
	text-decoration: none;
}


#nav li a:hover
{
	color: #387094;
	text-decoration: none;
	background: url(../Images/hover.png) no-repeat;
	width: 39px;
	height: 34px;
}

.glass
{
	/**background: url(../Images/glasses.gif) no-repeat top left;
	width: 189px;
	height: 109px;**/
	float: left;
	padding-right: 10px;
}

#content
{
	/*height: 100%;*/
	margin: 0px auto;
	width: 910px;
}

#content #info
{
	/*float:left;*/
	width: 548px;
	min-height: 500px;
}

#content #info p
{
	margin: 0px;
	padding-bottom: 12px;
	text-align: justify;
}

#rightBox
{
	float: right;
	position: relative;
}

#quote
{
	margin: 30px 0 0 0;
	padding: 0 30px 0 30px;
	font-size: 11px;
	width: 281px;
	font-style: italic;
	color:#D83A89;
}

#quote span.signature
{
	text-align: right;
	font-weight: bold;
	color: #38707E;
}

#form
{
	width: 343px;
	height: 343px;
	background: url(../Images/form.gif) top right no-repeat;
	line-height: 10px;
}
#form h2
{
	color:#9F4270;
	text-align: center;
	margin-top: 21px;
	font-size: 22px;
}

#form .first
{
	width: 80px;
	float: left;
	padding: 5px 0 3px 30px;
	vertical-align: middle;
	font-weight:bold;
}

#form .second
{
	width: 195px;
	float: right;
	padding: 0 30px 3px 0;
}

#form .clear
{
	clear: both;
	height: 0px;
}

#form #button
{
	padding-top: 5px;
	padding-right: 40px;
	width: 160px;
	float: right;
	margin-top: 5px;
}

#form p
{
	padding: 3px 0 0 30px;
	color: #901251;
	font-weight: bold;
}

h1
{
	padding-top:5px;
	/**color: #9F4270;**/
	color:#D83A89;
	font-family: georgia;
	font-size: 40px;
	font-style: italic;
	font-weight:normal;
	text-align:left;
}

h2
{
	color: #D83A89; /**#38707E;**/
	font-size: 16px;
}

h2 a
{
	color: #D83A89; /**#38707E;**/
	text-decoration: none;
}

h2 a:hover
{
	text-decoration: underline;
}

#footerLinks
{
	width:400px;
	font-size:11px;
	padding:10px;
	list-style-type:none;
	color:#fff;
}

#footerLinks a
{
	color:#fff;
}

#footer
{
	background-color: #983466;
	height: 290px;
	width: 100%;
	border-top: 6px solid #901251;
	margin-top: 60px;
	clear:both;
}

#footerContainer
{
	margin: 0 auto;
	width: 910px;
}

#footer ul.nav
{
	/*	margin: 0px auto; 	padding-top: 20px; 	position: relative; 	width: 70%; */
	padding: 0px;
	width: 500px;
}

#footer ul.nav li
{
	display: inline;
	padding-left: 10px;
}


#footer ul.nav li a
{
	color: #fff;
	text-decoration: none;
}

#footer ul.nav li a:hover
{
	color: #387094;
}

#footer #logo
{
	float: right;
	margin: 0;
	padding: 0;
	position: relative;
}

#footer #logo p.copyright
{
	color: White;
}

#footer #legal
{
text-align:center;	
}

#footer #legal a
{
	color:#333333;
}

#footer #legal span
{
	font-size:10px;	
}

div.firstCol
{
	float: left;
	width: 250px;
}
div.secondCol
{
	float: right;
	width: 250px;

}
div.clearCol
{
	clear: both;
	height: 0px;
}


#info div.columnFixed {position:absolute; border:1px solid #a00;} 
#a {left:0; width:100px;} 
#b {left:101px; width:100px;} 
#c {left:202px; width:100px;} 


/** accordian **/
#wrapper
{
	width: 548px;
	margin-left: auto;
	margin-right: auto;
}

#wrapper p.accordionButton
{
	width: 548px;
	float: left;
	background: #D3D3D3;	
	cursor: pointer;
	color: #983466;
	vertical-align: middle;
	padding: 5px !important;
	font-weight:bold;
	margin-bottom:2px !important;
}

#wrapper div.accordionContent
{
	width: 548px;
	float: left;
	display: none;
}

#wrapper div.accordionContent div.first
{
	float: left;
	width: 250px;
	padding-left:5px;
	padding-bottom:2px;
}
#wrapper div.accordionContent div.second
{
	float: right;
	width: 250px;
	padding-right:5px;
	padding-bottom:2px;
}
#wrapper div.accordionContent div.clear
{
	clear: both;
	height: 0px;
}