html, body { 
	height:100%;
}
body {
	background-color:#fff;
}

#content { 
	width:100%;
	background-color:#fff;
}

/*==== GLOBAL =====*/
#main {
	width:900px; 
	margin:0 auto;
	font-size:.75em;
	background-color: #fff;
}

#header {
	height:;
	margin-bottom:20px;
}

.wrapper { 
	width: auto;
	overflow:hidden;
	margin-bottom:10px;
}


#header2 {
	width: auto;
} 
#header2 ul {
list-style-type: disc;
} 
#header2 li {
display:inline;
}

#header2 a {
	text-align:center;
	color: #fff;
	text-decoration: none;
	font-size: 1em;
	width: auto;
	background:none;
	border-bottom: 1px solid #d47809;
	font-weight: bolder;
	padding-top: 0px;
	padding-right: 21px;
	padding-bottom: 0px;
	padding-left: 21px;
	font-family: "Comic Sans MS", cursive;
}

#header2 a:hover {
	background-color: #00BEE4;
	color: #fff;
	font-size: 1em;
} 

#header2 li a#current {
background: #00BEE4;
} 
* { 
	margin:0;
	padding:0;
}

object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style: inside;
	color:#544c3e;
	padding-left: 30px;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}
.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

/*----- forms parameters -----*/
quote {
	font-family:"Comic Sans MS", cursive;
	font-size:.8em;
	color:#999;
}
 img {/* border style for all images */
  border: 0;
  }
  
  img.b {/* replacement for <br /> after images */
  display: block; /* forces line break for content after */
  }

  img.b46860 {/* scalable em size class 468px/60px banners */
  width: 100%; /* replaces 468px width */
  height: auto; /* replaces 60px height */

  }

input, select, textarea { 
	font-family:Georgia, "Times New Roman", Times, serif; font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

/*----- overlay elements -----*/

/* use a semi-transparent image for the overlay */ 
#overlay { 
    background-image: url(/images/transparent.png); 
    color:#efefef; 
    height:450px; 
} 
 
/* container for external content. uses vertical scrollbar, if needed */ 
.contentWrap { 
    height:441px; 
    overflow-y:auto; 
}
/* the overlayed element */ 
.apple_overlay { 
     
    /* initially overlay is hidden */ 
    display:none; 
     
    /* growing background image */ 
    background-image: url(/images/white.png); 
     
    /*  
        width after the growing animation finishes 
        height is automatically calculated 
    */ 
    width:640px;         
     
    /* some padding to layout nested elements nicely  */ 
    padding:35px; 
 
    /* a little styling */     
    font-size:11px; 
} 
/* default close button positioned on upper right corner */ 
.apple_overlay div.close { 
    background-image: url(/images/close.png); 
    position:absolute; right:5px; top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}
/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:14px !important;
	color: #006;
	font-size:16px;
	padding-bottom:0px;
	text-align:justify;
}

/*===== content =====*/
#content .indent {
	padding:25px 0 35px 0px;
}
#content .indent1 {
	padding:0 0 35px 0px;
}

.img-list {
	margin-bottom:-25px;
}
	.img-list li {
		width:100%;
		overflow:hidden;
		padding-bottom:25px;
	}
		.img-list li img {
			float:left;
			margin-right:17px;
		}
		.img-list li p {
			margin-bottom:3px;
		}

.list1 {
	margin-bottom:-17px;
}

.list1 dt {
	padding-bottom:3px;
}
	.list1 dt em {
		color:#aaa9a6;
	}
	.list1 dt a {
		font-size:19px;
		font-style:italic;
		text-decoration:none;
	}
	.list1 dt a:hover {
		text-decoration:underline;
	}
	
	.list1 dd {
		padding-bottom:17px;
	}
		.list1 dd p {
			margin-bottom:3px;
		}
		
.list2 li {
	color:#43bada;
	padding-bottom:9px;
}		
	.list2 li a {
		text-decoration:none;
		font-weight:bold;
		font-style:italic;
	}
	.list2 li a:hover {
		color:#000;
	}

/*----- txt, links, lines, titles -----*/
a {
	color:#0f6ccb; 
	outline:none;
	text-decoration:none;
}

a:hover{
	text-decoration:none;
}

h1 {
	font-size:24px;
	line-height:1.2em;
	color:#0f6ccb;
	font-weight:normal;
	padding:0 0 12px 0;
	margin-bottom:13px;
	text-align:center;
}

h3 {
	font-size:24px;
	line-height:1.2em;
	color:#544c3e;
	font-weight:normal;
	padding:0 0 12px 0;
	margin-bottom:13px;
}

h4 {
	font-size:1em;
	margin-bottom:16px;
}

h5 {
	font-size:19px;
	line-height:1.2em;
	font-style:italic;
	font-weight:normal;
	margin-bottom:20px;
	color:#544c3e;
}

	h5 a {
		text-decoration:none;
	}
	h5 a:hover {
		color:#000;
	}
	
h6 {
	font-size:20px;
	color:#0f6ccb;
	padding:4px 0 4px 0;
	line-height:1em;
	text-transform:capitalize;
}

.link1 {
	color:#00F;	
	font-weight:bold;
	text-decoration:none;
}

.link1:hover {
		color:#111;
		text-decoration:none;
}

.link2 { 
	font-weight:bold;
	text-decoration:none;
	color:#64625f;
}

.link2 { 
	font-weight:bold;
	text-decoration:none;
	color:#64625f;
}

.link2:hover {
	color:#111;
	text-decoration:none;
}

.line-hor { 
	background:#3a3c52;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 0 20px 0;
}

.line-ver { 
	background-image:url(images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}

#wip p {
	margin-bottom:20px !important;
	color: #000;
	padding-bottom:15px;
	text-align: center;
	font-weight:bold;
}

.bl {background: url(/images/bl.gif) 0 100% no-repeat #c6c6c6; width:auto;}
.br {background: url(/images/br.gif) 100% 100% no-repeat}
.tl {background: url(/images/tl.gif) 0 0 no-repeat}
.tr {background: url(/images/tr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px} 

.curve {
	background: url(/images/gradientfill.gif);
	background-repeat:repeat;
	border:ridge;
	border-bottom-style:outset;
	border-color:#333;
	border-bottom-width:medium;
	-moz-border-radius: 10px;
	-webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    -webkit-border-bottom-left-radius:10px;
}

.curve2 {
	background: url(/images/gradientfillgrey.gif);
	background-repeat:repeat;
	border: none;
	-moz-border-radius: 10px;
	-webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    -webkit-border-bottom-left-radius:10px;
}

.tear {
	background: url(/images/gradientfill.gif);
	background-repeat:repeat;
	border:ridge;
	border-bottom-style:outset;
	border-color:#333;
	margin-bottom:8px;
	-moz-border-radius: 18px;
	-webkit-border-top-left-radius:18px;
    -webkit-border-top-right-radius:18px;
    -webkit-border-bottom-right-radius:18px;
    -webkit-border-bottom-left-radius:18px;
}

td {
	line-height:1.2em;
	color: #000;
	font-weight: normal;
	text-align:center;
	padding: 15px 0 15px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/*== featured box begin ==*/
#featured {width:1000px; position:absolute; height:600px; overflow:hidden; z-index:-1;}
#featured ul.ui-tabs-nav li { padding-bottom:1px;}
#featured ul.ui-tabs-nav li a { 
	display:block;
	background:#fff;
	color:#b2b0ac;
	text-decoration:none;
	font-size:.91em;
	line-height:13px;
}

#featured ul.ui-tabs-nav li a:hover {
	background:#7b7367;
}

	#featured ul.ui-tabs-nav li a strong {
		display:block;
		color:#fff;
		font-size:18px;
		line-height:1.2em;
		font-weight:normal;
		margin-bottom:4px;
}

#featured ul.ui-tabs-nav li.ui-tabs-selected a {}

#featured ul.ui-tabs-nav li.last { padding-right:0;}

#featured .ui-tabs-panel {
	position:relative;
	z-index:1000;
	width:743px;
}

#featured .ui-tabs-panel .info{ 
	width:825px;
	height:317px;
	background:#ffb911;
	color:#fff;
	line-height:1.5em;
	margin-right:1px;
}
#featured .ui-tabs-panel .info.bg1 {
	background:#ff7d01;
}
	#featured .ui-tabs-panel .info.bg1 .button {
		color:#ff7d01;
	}
	#featured .ui-tabs-panel .info.bg1 .button:hover {
		color:#000;
	}
#featured .ui-tabs-panel .info.bg2 {
	background:#8db526;
}
	#featured .ui-tabs-panel .info.bg2 .button {
		color:#8db526;
	}
	#featured .ui-tabs-panel .info.bg2 .button:hover {
		color:#000;
	}
	
	#featured .ui-tabs-panel img {
	}
	#featured .info .inner { 
		padding:44px 32px 0 30px;
	}
		#featured .info h2{ 
			font-size:44px; 
			line-height:1.2em;
			margin-bottom:17px;
		}
		#featured .info .button {
			float:left;
			background:#fff;
			color:#ffb911;
			font-weight:bold;
			text-decoration:none;
			padding:3px 10px 4px 7px;
		}
		#featured .info .button:hover { 
			color:#000;
		}
		
		#featured .info p {
			margin-bottom:24px;
		}

#featured .ui-tabs-hide { display:none; }

/*===== footer =====*/
#footer {
	width:1000px;
	margin:0 auto;
	background-color:#000;
}

#footer, #footer a {
	color:#b1b0af;
}

#footer img {
	float:left;
	margin-right:31px;
}

#footer p {
	margin:0;
	padding:30px 0 0 0;
}
