
* { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	list-style: none;
}

html {
	font: small/1.6em "Century Gothic", Georgia, Helvetica, sans-serif;
	color: #887094;
	background: #322338 url('images/fade-bg.png') repeat-x;
	

}

body { 
	position: relative;
	font-size: 1.1em;
	width: 100%;
	margin: 10px auto 0px auto;
	background: url('images/body_bg.gif') top center no-repeat;
	/*background: #fff;*/
}

#header { 
	position: relative;
	background: #27192B url(images/bg.jpg) no-repeat left top;
	height: 166px;
	z-index: 4000;
	width: 970px; margin: auto;
}

#header #header-links {font-size: 12px; float: right; padding: 7px 23px 0px 0px;}

#breadcrumb {width: 960px; height: 19px; background: #3D273E; }
	#breadcrumb a:link, #breadcrumb a:visited {color: /*#D7DFEC;*/#fff;}
.breadcrumb {font-size: 11px; padding: 0 0 0 10px;}

#content { 
	position: relative;
	width: 970px;
	margin: 0px 0 0 0;
	z-index: 0; margin: auto;
	background: #211526;
}

#content-bg {
	background: #0B5379; 
	margin-left: 0px; 
	color: #fff; }

h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
	background: transparent;
	color: #ccc;
}

h1, h2, h3 { 
	font-size: 1.6em;
}
h3 { background: transparent; color: #ccc;}

h3.index {color: #43384B; padding: 0; margin: 10px 0 0 0}
#mainIndex p {padding: 20px;}

h4, h5, h6 { 
	font-size: 1.4em;
}

p { 
	padding-bottom: 1em;
}

p img { 
	vertical-align: middle;
}

.spacer { 
	margin-top: 15px;
}

input { 
	padding: 2px;
	border: 1px solid #cecece;
}

input[type="image"], 
input.submit { 
	border: 0;
	padding: 0;
	background: transparent;
	width: auto;
}

img,
a img { 
	border: 0;
} 

a { 
	color: /*#473C50;*/#ccc;	text-decoration: none;
}

a:visited { 
	color: /*#473C50;*/#ccc;
}

a:hover { 
	color: #FF4CA5;
	text-decoration: underline;
}

a.hover-box img.hover { 
	display: none;
}

a.hover-box { 
	position: relative;
	float: left;
	display: block;
}

a.hover-box:hover { 
	display: block; 
	font-size: 100%; 
	z-index: 1; 
}

a.hover-box:hover img.hover { 
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
}


/*.left { 
	float: left;
	position: relative;
	margin: 6px 10px 2px 0;
}

.right { 
	float: right;
	position: relative;
	margin: 6px 0 2px 10px;
}
*/

.clear {
	clear: both;
}

.clear-left { 
	clear: left;
}

.clear-right { 
	clear: right;
}

.clear-none { 
	clear: none;
}

.center { 
	text-align: center;
}

.autoclear:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.autoclear { 
	display: inline-block;
}

.autoclear { 
	display: block;
}

#header strong { 
	position: relative;
	float: left;
	display: block;
	background: url(images/logo.gif) no-repeat right bottom;
	width: 420px;
	height: 94px;
	padding: 56px 0 0 25px;
	text-indent: -9999px;
}

#header strong a { 
	display: block;
	width: 100%;
	height: 100%;
}

#header p { 
	position: absolute;
	right: 2px;
	bottom: -5px;
	background: url(images/search-bg.gif) no-repeat left top;
	width: 268px;
	height: 33px;
	z-index: 2000;
	padding: 13px 0 0 13px;
	line-height: 1em;
}

#header p * { 
	vertical-align: middle;
}

#header p input { 
	width: 205px;
	font-size: 11px;
}

#header p input.submit { 
	width: auto;
	padding: 1px 0 0 3px;
	border: 0;
}

/* ----------| =Navigation |---------- */ 
	
#navigation {width: 970px; margin: auto;}

#navigation { 
	position: relative;
	background: url(images/menu_bg.gif) no-repeat left top; 
	/*padding: 5px;*/
	z-index: 4000;
	height: 36px;
}

#navigation ul#nav { 
	z-index: 4000;
	/*background: #E0E1E2 url(images/item-bg.gif) repeat-x left top;*/
	height: 30px;
}


#navigation ul#nav li { 
	text-transform: uppercase;
	position: relative;
	float: left;
	text-align: center;
	line-height: 1em;
}

#navigation ul#nav li a { 
	display: block;
	padding: 10px 0;
	text-decoration: none;
	text-align: left;
	border-right: 1px solid #3D3245;
	/*background: url(images/menu-hover-blue.gif) no-repeat 100% 50%;*/
	color: #fff;
	
	font-size: 14px;
	font-weight: 900;
	
	text-align: center;
	width: 115px;
}

#navigation ul#nav li a span { 
	padding: 0 15px 0 10px;
}

#navigation ul#nav li a:hover {
	color: #fff;
	background: #764C6F url(images/nav_bg_hover.jpg) repeat-x;

	text-decoration: none;
}

#navigation ul#nav li.current_page_item a, #navigation ul#nav li.current-cat a, #navigation ul#nav li.current-cat-parent a
{
	
	color: #fff;	background: #764C6F;
	background: #764C6F url(images/nav_bg_hover.jpg) repeat-x;
	text-decoration: none;

}
#navigation ul#nav li.current_page_item a, #navigation ul#nav li.current-cat a, #navigation ul#nav li.current-cat-parent a, 
{
	cursor:text;
}

#navigation ul#nav li.sign-up a { width: 155px; color: #FFF; background: url(images/menu-signup-pink.gif) no-repeat 100% 50%;}
#navigation ul#nav li.sign-up a:hover { width: 155px; color: #FFF; background: url(images/menu-signup-green.gif) no-repeat 100% 50%;}
#navigation ul#nav li.sign-up a:active { width: 155px; color: #FFF; background: url(images/menu-signup-green.gif) no-repeat 100% 50%;}

#navigation ul#nav li.green a { width: 155px; color: #FFF; background: url(images/menu-signup-green.gif) no-repeat 100% 50%; 	cursor:text;}						
#navigation ul#nav li.green a:hover { width: 155px; color: #FFF; background: url(images/menu-signup-green.gif) no-repeat 100% 50%; 	cursor:text;}
#navigation ul#nav li.green a:active { width: 155px; color: #FFF; background: url(images/menu-signup-green.gif) no-repeat 100% 50%; 	cursor:text;}

	/* ----------| =Content |---------- */ 

#content #sidebar { 
	position: relative;
	float: right;
	width: 320px;
	background: url(images/sidebar_bg.jpg) no-repeat; 
	padding-bottom: 0;
	 height: 640px;
}
#content #sidebar div {margin: 0 20px 10px 75px; padding: 20px; background: #4E324C; 
	/*-moz-opacity: 0.4; 
   opacity: 0.4; 
   z-index:0;*/ }
#content #sidebar div .textwidget {margin: 0 0 0 -15px;}

#content #sidebar #sidebar-options {
	width: 296px; height: 295px;
	background: url(images/sidebar-options.gif) no-repeat;
	cursor:pointer;
}

#content #sidebar div h2 { 
	font-size: 1.5em;
	color: #fff;
	line-height: 1.4em;
	margin: 7px 0;
}

#content #sidebar div p { 
	margin-bottom: 10px;
}


#content #mainIndex, #content #mainGallery { 
	position: relative;
	float: left;
	width: 970px;
	padding: 0px 0px 0px 0px ;
	/*background: url(images/content-main-bg.gif) no-repeat right top;*/
	background: #211526;
	margin-left: 0px;
	z-index: 0;
}
#content #main { 
	position: relative;
	float: left;
	width: 622px;
	padding: 0px 5px 0px 5px ;
	/*background: url(images/content-main-bg.gif) no-repeat right top;*/
	margin-left: 5px;
	z-index: 0;
}
#content #mainGallery { 
	position: relative;
	float: left;
	width: 950px;
	padding: 0px 5px 0px 5px ;
	/*background: url(images/content-main-bg.gif) no-repeat right top;*/
	margin-left: 5px;
	z-index: 0;
}

#content #main h1, #content #main h2, #content #main h3, #content #mainGallery h1, #content #mainGallery h2, #content #mainGallery h3  {
	margin: 0px 0px 0px 10px; 
	padding:15px 0px 0px 35px; 
	font-size:22px; 
	font-weight:normal; 
	line-height:normal; 
	color:#fff; 
	text-decoration: none;
	background: transparent url(images/heading_icon.gif) 0% 80% no-repeat;
}

#content #main h4 {
	margin: 0px 0px 0px 10px; 
	padding:15px 0px 0px 15px; 
	color: #999;
	}
#content #main h4 a:link, #content #main h4 a:visited, #content #main h4 a:active {
	color: #65536E;
	text-decoration: underline;
	}
#content #main h4 a:hover {
	color: #FF4CA5;
	text-decoration: none;
	}
	
	
#content #main .bg-grey {background: #EFEEF0; 	
	margin: 0px 0px 0px 10px; 
	padding:15px 0px 0px 15px; }

#content #main p, #content #mainGallery p {
	margin: 5px 25px 0px 25px;
	}

#content #main #p-footer {
		margin: -18px 0px 0px 10px; 
		padding:0px 0px 0px 15px; 
		height: 20px; 
		background: #fff url(images/p-footer-grey.gif) top center no-repeat;}

#content #main ul {
	margin: 5px 25px 0px 25px;
	}
	
#content #lower { 
	clear: both; height: 0; padding: 0; margin: 0;
}

#content #lower #holder { 
	position: relative;
	/*background: url(images/home-lower-bg.jpg) no-repeat left top;*/
}

#content #lower #lower-sidebar { 
	position: relative;
	float: right;
	padding: 15px 18px 15px 18px;
	width: 282px;
}

#content #lower #lower-sidebar p img.left { 
	padding: 3px 7px 2px 0;
	margin: 0;
}

#content #lower #lower-main { 
	position: relative;
	float: right;
	margin-left: 10px;
	padding: 13px 18px 0 2px;
	width: 605px;
}

#sidebar h3 {	background: #3D273E; padding: 2px 4px 5px 5px;}

#content #lower #lower-sidebar h3, 
#content #lower #lower-main h3 { 
	color: #fff;
	font-size: 1.3em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
	
}

#content #lower #lower-main h3 em { 
	float: right;
	font-style: normal;
}

#content #lower #lower-main h3 em a { 
	font-size: .7em;
	color: #a6bcd1;
	text-decoration: none;
	padding-right: 15px;
	background: url(images/rrow-small.gif) no-repeat 88% 50%; 
}

#content #lower #lower-main h3 em a:hover { 
	color: #fff;
}

#content #lower #lower-main ul li a { 
	display: block;
	border-bottom: 1px dashed #888;
	color: #c8cdd5;
	text-decoration: none;
	padding: 5px 5px 5px 20px;
	background: transparent url(images/bullet.gif) no-repeat 3px 55%;
}

#content #lower #lower-main ul li a:hover { 
	background: url(images/bullet.gif) no-repeat 3px 55%;
	text-decoration: underline;
	color: #eee;
}

#content #lower p#directory { 
	position: relative;
	float: right;
	border-top: 1px solid #1f2022;
	width: 540px;
	background: url(images/directory-bg.jpg) repeat-x left top;
	line-height: 1em;
	padding: 12px 10px 10px 10px;
	margin: 10px -14px 0 -14px;
}

#content #lower p#directory input { 
	font-size: 12px;
	vertical-align: middle;
	width: 250px;
}

#content #lower p#directory input.submit { 
	border: 0;
	width: 22px;
	height: 23px;
	padding-left: 5px;
	background: transparent;
}

#content #lower .button {
	margin: 5px 5px 0 0;
}
#content #lower a.button { 
	position: relative;
	display: block;
	float: left;
	border: 1px solid #727273;
	background: #243141 url(images/gradient-bg.gif) repeat-x left top;
	color: #eee;
	text-decoration: none;
	padding: 6px 8px;
	font-size: .9em;
	line-height: .9em;
}

#content #lower a.button:hover { 
	color: #fff;
	border-color: #999;
}

	/* ----------| =Footer |---------- */ 
#footer_extended_Upper h3, #footer_extended_Upper a {color: #555;}
#footer { 
	height: 550px;
	padding: 0px 0 0 0;
	margin-top: -20px;
	width: 970px; margin: auto;

}

#footer_extended_Upper {
	height: 300px;	
	background: url(images/footer_bg_Upper.gif) bottom center no-repeat;
	margin: 0; padding: 0;
	}
	
#footer_extended_Upper h3 {margin-left: -25px;}

#footer_extended_Middle {
	height: 138px;	
	background: /*#3E3146*/ url(images/footer_extended_bg_Middle.gif) bottom center no-repeat;
	margin: 0; padding: 0;
	}
#footer_extended_Lower {
	height: 95px;	
	background: #211526; /*url(images/footer_extended_bg_Lower.gif) bottom center no-repeat;*/
	margin: 0; padding: 0;
	}
	

#footer_extended_Lower ul {
	margin: 0.5em 0 0.2em 0;
	padding: 0 0 0 0;
	font-size: 12px;
	
	}
#footer_extended_Lower li { 
	display:inline; 
	font-weight: bold;
	padding: 2px 7px 2px 7px;
	border-right: 1px solid #3F3346; 
	list-style-type:none;
	text-transform:uppercase;
	}
#footer_extended_Lower a:link, #footer_extended_Lower a:visited, #footer_extended_Lower a:active {
	color: #473C50;
	font-weight: normal;
	background: #29172B;
	}
#footer_extended_Lower a:hover {
	color: #27192B;
	background: #473C50;
	}


#footer { 
	font-size: 1em;
	color: #999;
}

#footer form { 

	padding: 5px 0 0 60px;
	line-height: 1.8em;
}

#footer input { 
	border: 0px solid #cecece;
}

#footer p {
	color: #fff; padding-top: 2px; text-align: left; margin: 0px 67px 0px 0px; }
	
#footer p.left { 
	float: left;
	padding: 5px 0 0 20px;
}

#footer p img { 
	vertical-align: top;
	padding-left: 10px;
}

#footer p strong { 
	padding: 0 2px 0 15px;
	color: #81a3cd;
	font-weight: normal;
}

#footer p a { 
	color: #535353;
	font-weight: normal;
	text-decoration: underline;
}
#footer span.voodish {
	padding: 0 2px 0 15px;
}
#footer span.voodish a { 
	color: #535353;
	font-weight: bold;
		text-decoration: underline;
}

#footer p em { 
	padding-left: 15px;
	font-style: normal;
}


#splash {background: #6B4667 url(images/splash.jpg) no-repeat center center; width: 970px; height: 272px; margin: 0px; padding: 0px;}


.alert {
	background: #fff6bf url(images/exclamation_mark.gif) no-repeat;
	background-position: 10px 70%;
	text-align: left;
	padding: 5px 10px 5px 65px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	}

#main .left img {padding: 5px 10px 5px 0px; float: left;}
#main .right img {padding: 5px 0px 5px 10px; float: right;}

#main h1 {padding: 0px; color: #333;}

#main h2 {margin-left: -10px; background: url(images/dir-bg.jpg) no-repeat; width: 556px; }
#main h2 {padding: 10px; color: #333; margin-top: 10px;}

#main h3 {margin-top: 10px;}


#main h3 {text-align: left; color: #333;}

#mainContact {background: url(images/contact_form_bg.jpg) center center; background-repeat:no-repeat;}
.fmtext, .fmverify, .fmtextarea {background: #3D273E; color: #fff;}
form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {color: #fff;}



#content #main p textarea { border: 1px solid #ccc;}
.paddingTop {padding-top: 30px}

.button {
	margin: 5px 5px 0 0;
}
a.button { 
	position: relative;
	display: block;
	float: left;
	border: 1px solid #727273;
	background: #243141 url(images/gradient-bg.gif) repeat-x left top;
	color: #eee;
	text-decoration: none;
	padding: 6px 8px;
	font-size: .9em;
	line-height: .9em;
}

#main a.button:hover { 
	color: #fff;
	border-color: #999;
}

#content #sidebar ul {
margin-left: 8px;
}

#content #sidebar ul li.current_page_item a 
{
color: #FF4CA5;
cursor:text;
}

#content #sidebar ul li.current_page_item a:hover 
{
text-decoration: none;
}
 
#content #sidebar h1 {
margin-top: 8px;

background:url(images/sidebar-h1.gif) no-repeat;
font-size: 2.3em;
color: #666;
padding: 20px;

letter-spacing: -0.1em;
text-align: center;
font-weight: bold;
}

#content #sidebar ol {
margin: 10px 5px 5px 5px;
background: url(images/sidebar-ol.gif) no-repeat;
}

#content #sidebar ol li {
list-style: none;
font-weight: bold;
display:block;
width: 280px;
margin: 0 5px 5px 20px;
}

#content #sidebar ol li a{
font-size: 2em;
color: #473C50;

padding: 0 5px 0 10px;
letter-spacing: -0.1em;
}


.success {
	background: #D3F7D2 url(images/tick.gif) no-repeat;
	background-position: 30px 20%;
	/*background-position: top center;*/ 
	text-align: left;
	padding: 5px 10px 5px 105px;
	border-top: 2px solid #009800;
	border-bottom: 2px solid #009800;
	}
	
.pdf {background: url(images/pdf-icon.gif) center center no-repeat;}
#imgRight, #imgRight2, #imgRight3, #imgRight4 {float: right; padding-left: 5px;}
#imgLeft, #imgLeft2, #imgLeft3, #imgLeft4, #imgLeft5, #imgLeft6, #imgLeft7, #imgLeft8 {float: left}

blockquote {width:550px;margin-left:15px;padding:10px 0 0 50px;background:transparent url(images/blockquote-open.gif) top left no-repeat; font-size: 18px; color: #FF4489;}
.small {font-size: 80%;}

/*blockquote p {padding:10px;margin:0;background:#ffc url(images/blockquote-close.gif) 50% 0}*/

#imgRight, #imgRight2, #imgRight3, #imgRight4 {float: right; padding-left: 5px;}
#imgLeft, #imgLeft2, #imgLeft3, #imgLeft4, #imgLeft5, #imgLeft6, #imgLeft7, #imgLeft8 {float: left; padding-left: 10px; padding-right: 5px;}


