/*---===<<< UNIVERSAL RESETS AND STYLES >>>===---*/
* {
margin: 0;
padding: 0;
}
.clear {
clear: both;
display: block;
height: 0;
overflow: hidden;
}
a img {
border: 0;
} 
a:focus {
border: none;
outline: none;
}
/*---===<<< CONTENT STYLES >>>===---*/
body {
	background: url(images/bg.jpg) #ab8de5 center top no-repeat;
	font-family:Tahoma, Geneva, sans-serif;
}
small {
font-size:10px;
padding:0 0 0 10px;
}
blockquote {
}
/*---=== HEADING STYLES ===---*/
h1 {
color:#6e57a6;
font-size:24px;
line-height:24px;
border-bottom: 2px #dccdff solid;
font-weight:normal;
margin:-5px 0 0 0;
}
h2 {
color:#6E57A6;
font-size:16px;
font-weight:bold;
margin: 10px 0 0 0;
}
h3 {
color:#6E57A6;
font-size:14px;
font-weight:bold;
margin: 10px 0 0 0;
}
h4 {
color:#6E57A6;
font-size:12px;
font-weight:bold;
margin: 10px 0 0 0;
}
h5 {
font-size:11px;
font-weight:bold;
margin: 10px 0 0 0;
}
h6 {
}
/*--- HEAD ---*/
.Head {
}
/*--- SUBHEAD ---*/
.SubHead {
}
/*---=== TEXT STYLES ===---*/
body,
p,
.Normal, 
.NormalRed,
.NormalDisabled,
.NormalBold,
.SkinObject,
.CommandButton {
font-family:Tahoma, Geneva, sans-serif;
color:#333;
line-height:16px;
font-size:12px;
}
p {
margin: 8px 0;
}
strong {
}
em {
}
hr {
	color:#dccdff;
	background-color:#dccdff;
	height:1px;
	border:0;
	margin:8px 0;
}
sup{
font-size:60%;
}
h1 sup,
h2 sup{
font-size:40%;
*font-size:100%;
line-height:normal;
*line-height:30px;
}
/*---=== LINK STYLES ===---*/
a:link, a:visited, a.CommandButton:link, a.CommandButton:visited {
color:#6e57a6;
text-decoration:underline;
}
a:hover, a:active, a.CommandButton:hover, a.CommandButton:active {
color:#F59F0B;
text-decoration:underline;
}
/*---=== LIST STYLES ===---*/
/*--- ORDERED ---*/
ol {
margin:10px 0 0 45px;
}
ol li {
margin:6px 0 0 0;
}
ol li ol{
	margin:0 0 0 20px;
}
ol li li {
}
ol li li li {
}
/*--- UNORDERED ---*/
ul {
	margin:10px 0 0 40px;
}
ul li {
	margin:6px 0 0 0;
}
ul li ul{
	margin:0 0 0 20px;
}
ul li li {

}
ul li li li {
}
/*---===<<< SKIN SETUP >>>===---*/

/*---=== HEADER ===---*/
/*---=== FOOTER ===---*/
#footer {
background: url(images/bg-footer.gif) no-repeat #5d49a0;
width:783px;
padding: 27px 0 0 0;
margin:0 auto;
}
#footer p{
font-weight:bold;
color:#fff;
text-align:center;
font-size:10px;
margin:0;
}
#footer a {
color:#fddcb1;
text-decoration:none;
}
#footer a:hover {
color:#fddcb1;
text-decoration:underline;
}
.Copyright {
color:#C2B7D9;
font-weight:bold;
font-size:10px;
}
/*---=== CONTENT AREA ===---*/
.container{
margin: 0 auto;
}
.border{
width:777px;
border-right:3px #fff solid;
border-left:3px #fff solid;
margin:0 auto;
}
.flash {
height:284px;
width:777px;
background:#fff;
}

.content-area {
background:url(images/bg-content-area.gif) repeat-x top #dccdff;
width:762px;
height:100%;
min-height:620px;
padding:20px 0 15px 15px;
}
.content-left {
width:563px;
height:100%;
}
.content-left-content {
background:#fff;
padding:0 25px 10px 25px;
}
.right-bottons {
width:173px;
float:right;
margin-right:4px;
}
a.rollover {
	display: block;
	width: 173px;
	height: 80px;
	text-decoration: none;
	background: url(images/rollovers.png);
	}
a.rollover:hover {
	background-position: -184px 0;
	}
a.rollover2 {
	display: block;
	width: 173px;
	height: 80px;
	text-decoration: none;
	background: url(images/rollovers.png);
	background-position: 0 408px;
	}
a.rollover2:hover {
	background-position: -184px 408px;
	}
a.rollover3 {
	display: block;
	width: 173px;
	height: 80px;
	text-decoration: none;
	background: url(images/rollovers.png);
	background-position: 0 320px;
	}
a.rollover3:hover {
	background-position: -184px 320px;
	}
a.rollover4 {
	display: block;
	width: 173px;
	height: 80px;
	text-decoration: none;
	background: url(images/rollovers.png);
	background-position: 0 240px;
	}
a.rollover4:hover {
	background-position: -184px 240px;
	}
a.rollover5 {
	display: block;
	width: 173px;
	height: 80px;
	text-decoration: none;
	background: url(images/rollovers.png);
	background-position: 0 160px;
	}
a.rollover5:hover {
	background-position: -184px 160px;
	}
a.rollover6 {
	display: block;
	width: 173px;
	height: 80px;
	text-decoration: none;
	background: url(images/rollovers.png);
	background-position: 0 80px;
	}
a.rollover6:hover {
	background-position: -184px 80px;
	}
.displace {
	position: absolute;
	left: -5000px;
	}
.testimonial  {
border-width:0 0 1px;
margin:10px;
}
.quoteby  {
font-size:12px;
font-weight:bold;
margin-left:15px;
}
/*---===<<< NAVIGATIONS >>>===---*/
.nav {
background:url(images/nav.jpg) no-repeat #dccdff;
background-position: 0 -59px;
height:59px;
width:777px;
font-size:11px;
}

.nav ul {
margin:0;
padding:0; 
list-style:none;
}
.nav ul li {
margin:0; 
float:left;
list-style:none;
position:relative;
line-height: 38px;
border:0;
}

.nav ul li a {
} 
.id40 a {
width:86px;
text-indent:-5000px;
display:block;
height:59px;
}
.id40 a:hover {
background:url(images/nav.jpg) no-repeat #dccdff;
background-position: 0 0;
}
.id61 a {
width:118px;
text-indent:-5000px;
display:block;
height:59px;
}
.id61 a:hover, .id61 a:active {
background:url(images/nav.jpg) no-repeat #dccdff;
background-position: -86px 0;
}
.id65 a {
width:136px;
text-indent:-5000px;
display:block;
height:59px;
}
.id65 a:hover, .id65 a:active {
background:url(images/nav.jpg) no-repeat #dccdff;
background-position: -204px 0;
}
.id67 a {
width:176px;
text-indent:-5000px;
display:block;
height:59px;
}
.id67 a:hover, .id67 a:active {
background:url(images/nav.jpg) no-repeat #dccdff;
background-position: -340px 0;
}
.id70 a {
width:140px;
text-indent:-5000px;
display:block;
height:59px;
}
.id70 a:hover, .id70 a:active {
background:url(images/nav.jpg) no-repeat #dccdff;
background-position: -516px 0;
}
.id71 a {
width:121px;
text-indent:-5000px;
display:block;
height:59px;
}
.id71 a:hover, .id71 a:active {
background:url(images/nav.jpg) no-repeat #dccdff;
background-position: -656px 0;
}

ul.m {
	width:200px;
	border:1px #ccc solid;
	position:relative;
	z-index:1000;
	margin:-20px 0 0 0;
}

.m a{
color:#fff;
text-decoration:none;
display:block;
background:#8c6fc4;
line-height: 13px;
font-weight:bold;
padding:6px;
width:188px;
border-bottom:1px #fff dotted;
}

.last a{
	border:none;
}

.m a:hover{
color:#dccdff;
text-decoration:none;
background:#6e57a6;
}

/*---===<<< TABLES >>>===---*/
table {
	margin:10px 0;
}
td {
	vertical-align:top;
}

td h3 {
	margin:0;
}

td small {
	font-size: 10px;
	padding:0;
	margin:0;
}
td p {
	padding:4px;
}
/*---===<<< FORMS >>>===---*/
input {
	margin:3px 0;
}

.generalForm {
	border: 1px #666 solid;
	padding:20px;
	margin:20px 0 0 0;
}
.generalForm p {
	border-bottom:1px #dccdff solid;
	display:block;
	padding: 0 0 2px 0;
}
.generalForm label {
	width:240px;
	display:block;
	float:left;
	margin:0 0 6px 0;
}
.generalForm input {
	margin:0 0 6px 0;
}
.generalForm select {
	margin:0 0 6px 0;
}
.generalForm textarea {
	margin:0 0 6px 0;
	width:200px;
	height:150px;
}
.generalForm h2 {
	color:#000;
	background:#fff;
	margin:-30px 0 0 0;
	padding:2px;
	display:block;
	width:110px;
}

#btnsubmit{
}
#btnreset{
}
.reqhidden {
	font-size:11px;
	color:#C00;
	margin-top:10px;
}
.required {
	color:#C00;
}
.checkbox {
border-bottom:1px #dccdff solid;
padding:10px 0;
}
.checkbox p {
	display:block;
	padding: 0;
	margin: 4px 0;
	border:0;
}
.checkbox input {
float:left;
margin:2px 10px 6px 0;
}
.checkbox label {
display:block;
margin:0 0 6px;
width:240px;
float:none;
}
/*---===<<< MODULE STYLES GO BELOW HERE >>>===---*/

.photo-left{
	float:left;
	padding: 0 15px 5px 0;
}
.photo-right{
	float:right;
	padding: 0 0 5px 15px;
}

/*--------purplebox------------*/
.purple-box {
	background:#8c6fc4;
	width:165px;
	float:right;
	color:#fff;
	padding:10px;
	margin: 0 0 10px 10px;
	border: 3px #dccdff solid;
	-moz-border-radius: 12px;
-webkit-border-radius: 12px;
}
.purple-box h2 {
	color: #fef1e0;
	margin:0;
	font-size:14px;
}

.purple-box p {
	color:#fff;
	font-size:11px;
	margin:5px 0;
}
.purple-box hr {
	color:#dccdff;
	background-color:#dccdff;
	height:1px;
	border:0;
}
.purple-box a {
	color:#dccdff;
}
.purple-box a:hover {
	color:#fef1e0;
}
div.SiteMap0
{
	padding:3px 0px;
	font-weight:bold;
}
div.SiteMap1
{
		margin:0px 0px 0px 20px;
		padding: 0px 0px 3px 14px;
}
iframe{
width:475px !important;
}

.paging a {
color:#6e57a6 !important;
}

.answer h2 a {
color:#6e57a6 !important;
}
/*-----Blog----*/
h2.BlogTitle, div.BlogHead h2.BlogTitle, div.BlogHead h2.BlogTitle a, div.BlogHead h2.BlogTitle a:link, div.BlogHead h2.BlogTitle a:visited, div.BlogHead h2.BlogTitle a:active, div.BlogHead h2.BlogTitle a:hover {
	margin-top:2px !important;
	font-size:18px;
}