/* ================================================================ **
** style.css
** ---------------------------------------------------------------- **
** ================================================================ */

/* ---------------------------------------------------------------- **
** Generic
** ---------------------------------------------------------------- */
html { height: 100%; font-size: 76%; }
body {
	height: fixed;
	background: url(../img/bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: static;
	line-height: 1.5em;
	color: #888;
	text-align: center;
	margin: 0;
	padding: 0;
	}

/* headers */
h2, h3, h4, h5, h6 { 
	color: #65A8C8; 
	margin: 0; 
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif; 
	}
h2 { font-size: 2em; margin: 30px 0 15px; }
span.current {color: #65A8C8; font-size:2em; margin: 0;}
h3 { font-size: 1.8em; margin: 25px 0 10px; }
h4 { font-size: 1.6em; margin: 20px 0 5px; }
h5 { font-size: 1.4em; margin: 15px 0 5px; }	
h6 { font-size: 1.2em; margin: 10px 0 0; }

/* text */
p { font-size:1.2em; margin: 15px 0; }
acronym { cursor: help; }
pre, code, blockquote { 
	margin: 15px 0; 
	border: 1px dashed #4998D4; 
	padding: 15px; 
	display: block; 
	background-color: #CFF0FF; 
	color: #4998D4; 
	}
blockquote { 
	color: #B9005C; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	border: 1px dashed #FFAFD8; 
	padding: 0 15px 5px 15px; 
	background-color: #FFEFF7; 
	}

/* links */
a { text-decoration: none; color: #b9005c; }
a:hover { background-color: #ffd9ec; }

/* images */
img, div, h1 { behavior: url(iepngfix.htc) }
img { border: 5px solid #ddd; padding: 1px; }	
a img {}
a:hover img { border-color: #ccc; }
img.right { margin: 0 0 20px 20px; }
img.left { margin: 0 20px 20px 0; }
img.noborder {border:0px;}
img.ctr {text-align:center;}

/* lists */
ul, ol, dl { margin: 15px 0 15px 20px; padding: 0; }
ul { list-style-type: square; }
ul ul, ol ol { margin-top: 0; margin-bottom: 0; }
li {margin:0 0 15px 0; line-height:1.2em; }
ol { margin-left: 25px; }
dl { margin-left: 0; }
dl dt { font-weight: bold; margin-top: 15px; }
dl dd { margin: 0; }
dl dt, li { color: #BF3B7E; }
li span { color: #888; }

/* tables */
table { margin: 15px 0; border: 2px solid #CFF0FF; border-collapse: collapse; }
table th, table td { padding: 10px 15px; text-align: left; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
table th { font-family: Georgia, "Times New Roman", Times, serif; background-color: #CFF0FF; color: #4998be; border: 1px solid #fff; }
#subcontent table th, table td { padding: 2px; text-align: left; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
#subcontent table th {	font-family: Georgia, "Times New Roman", Times, serif; background-color: #CFF0FF; color: #4998be; border: 1px solid #fff; }

/* forms */
form { background-color: #fff; border: 2px solid #CFF0FF; padding: 0; margin: 25px 0; }
form fieldset { border: 0; padding: 10px 25px 15px; margin: 0; }
form fieldset legend { display: none; }
form p { height: 1%; }
form p:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
form p label { 
	padding: 8px;
	background-color: #CFF0FF; 
	color: #4998be; 
	float: left; 
	display: block; 
	width: 30%; 
	margin-right: 20px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	}
form p input,
form p select,
form p textarea { 
	font-size: 1em; 
	color: #888; 
	border: 1px solid #ddd; 
	padding: 8px; 
	background-color: #fff; 
	width: 55%; 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	}
form p select { width: 57.5%; }
form ul.fieldlist { margin: -53px 0 10px 35%; padding: 0; list-style-type: none; }
form ul.fieldlist li { color: #888; padding: 0 30px 5px 0; white-space: nowrap; }
form input.btn { 
	font-size: 1.1em; 
	width: auto; 
	overflow: visible;
	border: 0; 
	background-color: #ffd9ec; 
	padding: 8px 10px;
	cursor: pointer; 
	color: #b9005c; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	}

/* horizontal rule */
hr {
	border: 0;
	height: 1px;
	background-color: #ddd;
	color: #ddd;
	margin: 0;
}

/* classes */
.left { float: left; }
.right {float: right; }

ul.images { padding: 15px 0 0; margin-left: -15px; margin-bottom: 0; list-style-type: none; height: 1%; width: 104%; }
ul.images:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
ul.images li {
	float: left;
	padding: 0 0 15px 15px;
	margin: 0 0 15px 0;
	position: relative;
}	
ul.images li a { }
ul.images li a:hover { background-color: transparent; }	
ul.images li a span {
	position: absolute;
	right: 0;
	bottom: 15px;
	display: block;
	width: auto;
	padding: 0 8px 2px;
	font-size: 0.9em;
	color: #666;
	display: none;
}
ul.images li a:hover span { background-color: #ccc; cursor: pointer; display: block; } 
ul.images li img { vertical-align: bottom; }

/* ---------------------------------------------------------------- **
** Container
** ---------------------------------------------------------------- */
#container {
	background: url(../img/header_.jpg) repeat-x;
	height: auto !important;
	height: 100%;
	position: relative;
	width: 100%;
	margin: 0 auto;
	}
	
/* ---------------------------------------------------------------- **
** Header
** ---------------------------------------------------------------- */	
#header {
	background: url(../img/swirls_.gif) repeat-x 50% 100%;
	border-top: 2px solid #fff;
	min-width: 780px;
	height: 210px;
	margin: 0 auto;
	}	
#header div {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	height: 210px;
	}	
#header div:after {	
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}	

/* ---------------------------------------------------------------- **
** Logo
** ---------------------------------------------------------------- */	
/*#header div h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	line-height: 1.3em;
	font-weight: normal;
	margin: 0;
	}	
#header div h1 a {
	text-decoration: none;
	color: #999;
	padding: 20px 0 10px 115px;
	display: block;
	}	
#header div h1 a:hover { background-color: transparent; }	*/
	
/* if you want to replace the logo with 
an image, comment out the above logo code and
uncomment the following */
 
#header div h1 {
	background: url(../img/logo_2.png) no-repeat;
	width: 460px;
	height: 150px;
	margin: 5px 0 0 -40px;
	}	
#header div h1 a {
	display: block;
	height: 100%;
	text-indent: -9999px;
	outline: none;
	}
	

/* ---------------------------------------------------------------- **
** Navigation
** ---------------------------------------------------------------- */		
#header ul {
	margin: 40px -40px 0 0;
	padding: 0;
	list-style-type: none;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	position: relative;
	width: 400px;
	text-align:right;
	}
#header ul li {	
	list-style:none;
	display:inline;	
	} 	
#header ul li a {
	text-decoration:none;
	color: #4998be;
	padding: 5px;
	}
#header ul li a:hover { background-color: #CFF0FF; }	
#header ul li.on a { text-decoration: none; color: #b9005c; background-color: #ffd9ec; }
#header ul li.on a:hover { background-color: #ffd9ec; }	

/* ---------------------------------------------------------------- **
** Body
** ---------------------------------------------------------------- */
#body {
	padding-bottom: 35px;
	text-align: left;
	width: 780px;
	margin: 0 auto;
	height: 100%;
	min-height: 750px;
	}
* html #body { overflow: hidden; }	

#subcontent {
	float:right;
	width:219px;
	height:100%;
	margin: 0 0 0 20px;
	border:1px dashed #4998d4;
	padding:0 10px 0 10px;
}

/* ---------------------------------------------------------------- **
** Footer
** ---------------------------------------------------------------- */	
#footer {
	position: relative;
	z-index: 10;
	/* format */
	background: url(../img/footer_.jpg) repeat-x 0 100%;
	width: 100%;
	border-bottom: 2px solid #fff;
	font-size: 0.9em;
	margin: 0 auto;
	height: 150px;
	}
#footer div {
	background: url(../img/swirls_.gif) repeat-x 50% 0;
	width: 100%;
	min-width: 780px;
	}
#footer div div {
	background-image: none;
	padding-top: 50px;
	width: 780px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	}	
#footer p {
	margin: 0;
	padding: 40px 0;
	color: #999;
	}	
#footer ul {
	position: relative;
	right: 0;
	top: 40px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}	
#footer ul li {
	display: inline;
	margin: 0 0 0 10px;
}
#footer a { color: #4998be; }
#footer a:hover { background-color: #CFF0FF; }
	
	
div#btrfly {
	margin:0;
	padding:0;
	float:right;
	z-index:500;
	width:70px;
	height:80px;
}