/* global */
html{height: 100%;}

body
{
	font-family: verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 0.68em;
	color: #666666;
	background-color: #2F1447;
	background-image: url(../media09/swi.jpg);
	background-repeat: repeat-x;
	height: 100%;
}
#main
{
	color: #5A6370;
	background-color: #2F1447;
	background-image: url(../media09/backgr.png);
	background-repeat: repeat-y;
}

p
{
	margin: 0px;
	padding: 0px 0px 16px 0px;
	line-height: 1.7em;
	font-size: 1.3em;
	color: #333333;
}

h1
{ font-family: arial, sans-serif;
  letter-spacing: .1em;
}

h2
{
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-size: 120%;
	color: #FFFFFF;
}

img{border: 0px;}

a{outline: none;}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
  background: #FFFFFF;
  color: #5A6370;
  border-color: #767676;
}

/* unordered list */
ul
{
	padding: 0px;
	list-style-type: none;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 26px;
}

ul li
{ 
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{
	margin: 0px 0px 11px 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}

/* main container */
#main
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

/* links above the logo / footer */
#links, #footer
{
	margin-left: auto;
	margin-right: auto;
	padding: 10px 21px 0px 19px;
	width: 840px;
	height: 26px;
	font-size: 94%;
	text-transform: uppercase;
}

#links{text-align: right;}

#footer{text-align: center;}

#links a, #footer a{text-decoration: none;}

#links a:hover, #footer a:hover{text-decoration: underline;}

/* logo */
#logo
{
	margin-left: auto;
	margin-right: auto;
	width: 880px;
	height: 100px;
	text-align: left;
}

#logo h1
{
	margin: 0px;
	font-size: 170%;
	letter-spacing: 0.2em;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 300px;
}

/* navigation menu */
#menu
{
	height: 42px;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
}

#menu ul{margin: 0px auto;} 

#menu li
{
	float: left;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 

#menu li a 
{
	display: block;
	float: left;
	height: 28px;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
} 

/* main content */
#content
{
	margin-left: auto;
	margin-right: auto;
	width: 882px;
	height: auto;
	padding: 0px;
	overflow: hidden;
} 

/* column 1 - contains sidebar items */
#column1
{
	width: 207px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.sidebaritem
{
	text-align: left;
	width: 188px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.sbihead
{ height: 14px;
  width: 188px;
  padding: 5px 0px 5px 19px;
  text-transform: uppercase;
  color: #484E56;
	background-color: #FFFFFF;
	background-image: url(../media09/sbi_header.png);
}

.sbihead h1
{ padding: 0px; 
  margin: 0px; 
  font-weight: bold;
  font-size: 112%;
  background: transparent;
	color: #FFFFFF;
}

.sbicontent{padding: 14px 8px 8px 19px;}

.sbicontent p
{
	line-height: 1.5em;
	padding: 0px 0px 8px 0px;
	color: #FFFFFF;
	font-size: 1.2em;
}

.sbilinks{padding: 0px;}

.sbilinks ul{margin: 0px auto;} 

.sbilinks li 
{ margin: 0px; 
  float: left; 
  list-style: none; 
} 

.sbilinks li a , .sbilinks li a:hover
{ float: left; 
  height: 16px;
  text-decoration: none; 
  padding: 5px 0px 4px 19px;
  width: 188px;
  border: 0px;
} 

/* column 2 - page content */
#column2
{
	text-align: justify;
	width: 632px;
	float: left;
	padding: 12px 3px 15px 19px;
}

#column2 h1
{
	border-bottom: 1px solid;
	font-size: 150%;
	text-transform: capitalize;
	font-weight: bolder;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 8px;
}

.sidebaritem a, #column2 a, .sidebaritem a:hover, #column2 a:hover
{ padding: 0px 0px 2px 0px;
  text-decoration: none;
  border-bottom: 1px dashed;
}

.sidebaritem a:hover, #column2 a:hover{border-bottom: 1px solid;}

/* contact page - form layout */
form{margin-top: 0px;}

div.row
{ clear: both;
  width: 448px;
}
.boxpr h2 {
	font-size: 1.3em;
	line-height: 1.9em;
	font-weight: bold;
	color: #492C85;
	text-transform: capitalize;
}
.boxpr p {
	color: #000000;
	font-size: 1.2em;
}
.boxprcen {
	color: #FFFFFF;
	background-color: #522760;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align: center;
	font-size: 9px;
	background-image: url(../media09/swi.jpg);
	background-repeat: repeat-x;
	height: 100%;
	padding-top: 30px;
	background-position: center center;
}
h1 {
	width: 509px;
	font-size: 1.2em;
	text-transform: capitalize;
	height: 37px;
	color: #ffffff;
	line-height: 34px;
	color: #412D47;
	text-indent: 7px;
	background-image: url(../media/bar.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-weight: bold;
}
li.arrow{
	background-image: url(../media/bullet.gif);
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 1.9em;
	color: #000033;
	font-size: 1.2em;
}


#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img {
	border: none;
	background-color: #CCCCCC;
}
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666666;
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
#gallery {
	background-color: #FFFFFF;
	padding: 10px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #31134B;
	border-left-color: #CCCCCC;
	text-decoration: none;
	padding: 3px;
	}
	#gallery ul a:hover img {
	color: #fff;
	background-color: #FFFFFF;
	border: 2px solid #999999;
	text-decoration: none;
	}
	#gallery ul a:hover {
	color: #fff;
	text-decoration: none;
}
h2.trigger {
	padding: 0 0 0 50px;
	margin: 0 0 5px 0;
	height: 46px;
	line-height: 46px;
	width: 600px;
	font-size: 1.8em;
	font-weight: normal;
	float: left;
	background-image: url(../media09/h2_trigger_a.gif);
	background-repeat: no-repeat;
	color: #000000;
}
h2.trigger a {
	color: #000000;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover { color: #ccc; }
h2.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	overflow: hidden;
	font-size: 1.2em;
	width: 600px;
	clear: both;
	background-color: #FFFFFF;
}
.toggle_container .block {
	background-image: url(../media/back.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
	line-height: 1.4em;
	text-transform: capitalize;
	letter-spacing: 0.2em;
}
.boxpr {
	background-color: #E7E0FA;
	padding: 5px;
	clear: both;
	width: 99%;
	border: thin solid #333;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #333333;
	font-size: 12px;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	box-shadow: 5px 5px 5px #ccc;
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	margin-bottom: 10px;
	margin-top: 10px;
}
#column2 h2 {
	font-size: 1.4em;
	color: #2F1548;
}
.sbicontent h3 {
	font-size: 1.4em;
	color: #FFCCFF;
}
#main #footer .p2 {
	color: #9966FF;
}
.names {
	font-size: 1.2em;
	font-weight: bold;
	color: #990099;
}
* {
	margin: 0;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
}

.push {
	height: 130px; /* .push must be the same height as .footer */
}


.footer {
	height: 130px; /* .push must be the same height as .footer */
	background-image: url(../media09/footer_bfly.jpg);
	background-repeat: repeat;
	background-position: center bottom;
}
.footer .boxprcen a {
	color: #FFFFFF;
}
.footer a {
	color: #CC66FF;
}
.footer .boxprcen a {
	color: #CC99FF;
}
.footer p {
	font-size: 1.1em;
	color: #CCCCCC;
	text-align: center;
	padding-top: 50px;
}
.tooltip {
	display:none;
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#000000;
	background-color: transparent;
	background-image: url(images/evelyn.jpg);
}.formID .toggle_container .block .servives {
	font-size: 0.9em;
}
