@charset "utf-8";

/* CSS Document */



html * {
	padding: 0;
	margin: 0;
}

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background-color: #f3f0f5;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #333;
}

#wrapper {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

#container { 
	width: 960px;  
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #ccc;
	text-align: left; 
	position: relative;

} 

#header { 
  margin-top: 0px;
  width: 960px;  
  height: 153px;
  padding: 0;
  background:url(images/header-new2.jpg) top no-repeat;

} 


/* Navigation system based on Suckerfish dropdown http://www.alistapart.com/articles/dropdowns/ */

ul#nav {
	position: absolute;
	top: 123px;
	list-style: none;
	padding: 0;
	margin: 0 13px 5px 5px; 
	width: 960px;
	height: 35px;
}

#nav a {
	color: #573981;
	text-decoration: none;
	font-weight: normal;
	padding: 5px 19px 5px 19px;
	border-right: 1px solid #a695b8;
	display: block;
}

#nav a:hover {
	text-decoration: none;
	color: #fff;
	display: block;
}

#nav a.end {
	border-right: none
}

#nav li {
	float: left;
	position: relative;
	height: 25px;
	text-align: center;
	cursor: default;
	padding: 0 0 0 0;
	font-size: 0.9em;
}

#nav li#first {
	border-left-width: 1em;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #573981;
	padding: 3px 0 3px  10px;
	font-size: 100%;
	border: 0;
}

li#last {
	border-right-width: 1em;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	padding: 2px 0 4px 0;
	background-color: #D0BFE3;
}


 li>ul {
	top: auto;
	left: auto;
} 

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
	height: 17px;
	width: 193px;
	border-bottom: 1px solid #e2d0f5
}

li:hover ul, li.over ul {
	display: block;
}

#nav li li a:hover {
	color: #fff;
	display: block;
	text-decoration: none;
}	

.selected {
	background-image: url(images/bgNav.jpg);
	font-weight: bold;
	color: white
}

#nav li li a.selectedSub  {
	text-decoration: underline;
	color: fff;
	font-weight: bold
}

#topNav  {
	float: right;
	width: 189px;
	height: 88px;
	margin: 45px 0 0 0;


}

#topNav li{
	list-style: none;
	font-size: 80%;
	margin: 0 0 5px 35px
}

#topNav li a {
	font-weight: normal;
	color: #fff;
	padding: 0 0 0 10px;
	background: url(images/arrow-bullet.gif) left no-repeat; 
}

#topNav li a:hover {
	text-decoration: underline;
}

#leftHome {
	float: left; 
	width: 370px; 
	padding: 25px 25px 15px 20px; 
	font-size: 80%;
}

#rightBar {
	float: right; 
	width: 190px; 
	padding: 25px 20px 15px 5px; 
	font-size: 70%;
}

#sidebar1 {
	float: left; 
	width: 280px; 
	padding: 25px 10px 15px 20px; 
	font-size: 80%;
}

#mainContent {
	float: left; 
	width: 300px; 
	padding: 25px 0 15px 5px; 
	font-size: 80%;
}

#sidebar3 {
	float: right; 
	width: 300px; 
	padding: 25px 15px 15px 5px; 
	font-size: 80%;
}

#contentWide {
	float: left; 
	width: 560px;
	padding: 15px 10px 15px 20px;
	font-size: 80%;
	}

#middleContent { 
	float: left; 
	margin: 35px 6px 10px 6px; 
	width: 273px;
	font-size: 80%;
} 

#footer { 
	padding: 0 10px 0 20px; 
	background:#ddd;
	font-size: 75%;
	text-align:center;
} 

#footer p {
	margin: 0; 
	padding: 10px 0; 
}

#footer a {
	font-size: 90%;
	font-weight: normal;
	color: #333;
}

#leftHome ul{
	margin-left: 15px;
}

#smallBox {
	margin: 20px 0 0 0;
	font-size: 120%; 
}

#quote {
	font-size: 95%;
}

#contentWide ul {
	padding: 0 0 0 15px;

}

#image-box {
	padding: 5px 0 5px 0;
}	

#image-box img {
	float: left; 
	margin: 0 7px 0 0
}

#andy-box {
	margin: 15px 0 15px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0 10px 0;
}

h3.sun {
	background-image: url(images/titleSun.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding: 5px 0 6px 28px;
	color: #bbadc9;
	font-size:1.1em;
	margin: 0 0 0 3px;
}


h2.bubble {
	background-position:left top;
	background-repeat:no-repeat;
	color: #bbadc9;
	font-size:1.4em;
	padding: 0 0 10px 0;
	}

h1 {
	font-size:1.4em;
	color: #7a6098;
	padding: 0 0 15px 0;
}

h2 {
	font-size:1.2em;
	color: #7a6098;
	padding: 0 0 15px 0;
}



h3 {
	font-size:1.2em;
	color: #bbadc9;
	padding: 0 0 0 0;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a {
	color: #7a6098;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration: none;
	color: #ffcc66;
}

h2 a {
	color: #bbadc9;
	text-decoration:none;
	font-weight:bold;
}

h2 a:hover {
	text-decoration: none;
	color: #ffcc66;
}

div.curvy  {
	
	border: 1px solid #CFBFE3;
	background-color:#fff;
	margin-bottom: 20px;
	background-color: #f3f0f5;
}


.curvy h3 {
	padding: 2px 10px 6px 7px;
	color: #7a6098;
	font-size:1.1em;
	margin: 0 3px 0 3px;
	border-bottom: 1px solid #CFBFE3;

}

.curvy h3 a {
	color: #7a6098;
	display: block;
	padding: 5px 0 3px 0;
	background: url(images/arrow.gif) right no-repeat
}

.curvy p, .curvy ul {
	padding:10px;
	font-size: 90%
}

#sidebar3 li, #sidebarWide li, #mainContent li {
	padding-left: 15px;
	background:transparent url(images/bullet.gif) no-repeat; 
	background-position:2px 5px;
	list-style:none;
}

.email {
	background: url(images/email.gif) no-repeat left;
	padding: 10px 0 10px 25px;
	font-size: 130%;
}

.phone {
	background: url(images/phone.gif) no-repeat left;
	padding: 15px 0 10px 25px;
	font-size: 120%;
}

.clock {
	border-top: 1px solid #ccc;
	background: url(images/clock.gif) 100% 5% no-repeat ;
	width: 195px;
	font-size: 120%;
	margin-top: 15px;
	padding-top: 7px;
}

.bullet {
	background: url(images/bulletSun.gif) no-repeat left;
	padding: 15px 0 14px 17px;
	font-size: 110%;

}

/* anti spam */
.hello {
	display: none;
}

hr { 
	display: none;
	}

.pay {
	float: left;
	margin: -6px 10px 0 0;
}

.title {
	cursor:pointer;
	color: #FF9900;
	size: 120%
}


img {
	border: none;
}

#payments input, .curvy input  {
	border: none;
}

.large {
	color: #fff;
	font-size: 115% !important;
}

#contentWide ul {
	margin: 10px 0 10px 0;
}

form input, form textarea {
	padding: 5px;
	border: 2px solid #ccc;
}

form label {
	padding: 0 0 4px 0
}


/* Newsletter */
.af-form-wrapper {
	position: relative
}
.af-form-wrapper input {
	padding: 3px !important;
   -moz-border-radius: 5px;  
   -khtml-border-radius: 5px;  
   -webkit-border-radius: 5px;  
}

.newsletter-submit {
	position: absolute;
	right: 0px;
	top: 15px;
	color: #fff;
	padding: 5px 7px;
   -moz-border-radius: 5px;  
   -khtml-border-radius: 5px;  
   -webkit-border-radius: 5px;  
   cursor: pointer;
   border: none;
   text-shadow: 1px 1px 1px #655476;
	background: #a18eb5

}

.newsletter-p {
	margin: 0 0 5px 0
}
