body {
	background-position: center top;
	background-repeat: no-repeat;
	line-height: 16px;
	color: #3f3f3f;
	background-image: url(images/background.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color: #448cfd;
	}

h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px;
	color: #0621bb;
	}

h2 {
	line-height: 18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #3184d3;
	}

h3 {
	margin-bottom: 2px;
	font-weight: bold;
	font-style: italic;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0721ba;
	}

h4 {
	margin-bottom: 2px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ff3d0b;
	}

h5 {
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: white;
	}

h6 {
	font-style: normal;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

a {
	text-decoration:underline;
	color: #383aff;	
	}

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

ul	{
	margin-top: 2px;
	}
	
		
ul.noIndent {
	margin-left: .5em;
	padding-left: .5em;
	}

.left-icon {
	float:left;
	margin-right:8px;
	margin-bottom:8px;
	}
	
.left {
	border-color: white;
	border-style: solid;
	border-width: 6px;
	float:left;
	margin-right:8px;
	margin-bottom:8px;
	}
	
.right {
	border-color: white;
	border-style: solid;
	border-width: 6px;
	float:right;
	margin-bottom: 10px;
	margin-left: 10px;
	}

.right-home {
	float:right;
	margin-bottom: 10px;
	margin-left: 10px;
	}

.image_text {
	font-style: italic;
	color: #ffcc99;
	text-align: center;
	width: 388px;
	border-style: none;
	float:right;
	margin-bottom:8px;
	margin-left:8px;
	}

.gallery_images {
	margin-bottom: 15px;
	margin-right: 13px;
	border: 2px solid #ff0043;
	float: left;
	}

.link {
	color: #3e46ff;
	}

.flash_home {
	float: right;
	border-color: #d20040;
	border-style: solid;
	border-width: 2px;
	width: 480px;
	margin-left: 10px;
	margin-bottom:5px;
	}

#bottom-text {
	font-size:13px;
	padding:10px;
	clear:both;
	background-color:#6CF;
	line-height:16px;
	}

#wrapper {
	border-style: solid;
	border-width: 6px;
	border-color: white;
	background-color: #eaeaea;
	width:960px;
	text-align:left;
	margin:0 auto;
	}

#header {
	color: black;
	height: 220px;
	width: 960px;
	text-align:left;
	background-image: url(images/top.jpg);
	background-repeat:no-repeat;
	}
	

#content {
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 12px;
	padding-top: 0px;
	background-color: #eaeaea;
	clear:both;
	}

#homecontent	{
	height: 512px;
	width: 800px;
	background-image: url(images/homepage.jpg);
	background-repeat:no-repeat;
	}

#footer-nav  {
	padding-right: 6px;
	text-align: right;
	font-size: 12px;
	float: right;
	width: 600px;
	height: 20px;
	background: url("images/bg.jpg") no-repeat top;
	margin:0 auto;
	}

#footer {
	padding-left: 5px;
	font-weight: bold;
	background-color: #330066;
	padding-top: 4px;
	color: white;
	height: 38px;
	width: 950px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear: both;
	text-align:left;
	margin:0 auto;
	}
	
#footer a {
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: white;
	}

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

#sig {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #400584;
	text-align:right;
	width: 960px;
	margin-top:0;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto;
	padding-top: 3px;
	padding-right:2px;
	}

#sig a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #320565;
	}

#sig a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: white;
	text-decoration:underline;
	}



/********fancybox********/

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('fancy_title_right.png') repeat-x;
}
