body{
	font-family:gill sans mt;
}

.clear {
	clear:both
}

.mission_box
	{
	position:relative;
	margin:0 0 20px 0;
	padding: 0;
	width: 100%;
	border-bottom: 1px dotted #ddd;
	}
	
	.mission_box p
	{
	padding-left: 5px;
	}
	
	.mission_heading
	{

	font-size:16px;
    display: block;
	padding:6px;
	border-bottom: 1px solid #f09f00;
    margin: 0 0 15px 0;
    color: black;
    font-family: 'Droid Sans', gill sans mt, arial, serif;
	width: auto;
	font-weight:normal;
	text-transform: capitalize;

	}

	.mission_box h2
	{
	
	margin:0;
	padding:6px;
	font-size:13px;
	font-weight:normal;
	border-left: 5px solid #F09F00;
	cursor:pointer;	
   	color: black;
    text-shadow:0 1px 0 #FFFFFF;
    font-family: 'Droid Sans', arial, serif;
    text-transform:capitalize;
	background: #eee;
	
	}
	
	.mission_box select
	{
	padding: 3px;
	border: 0;
	font-family: Segoe UI, Gill Sans MT, arial, serif;
	margin-left: 5px;
	outline: none;
	}
		
	.mission_box input
	{
	padding: 4px;
	border: 1px #fff solid;
	font-family: Segoe UI, Gill Sans MT, arial, serif;
	width: 240px;
	outline: none;
	}

	
	.mission_box  .gobut
	{

	color: #666;
	text-shadow:0 1px 0 #FFFFFF;
	Background:url(../images/h30.png);
	border:1px solid #ccc;
	font-size: 12px;
	height: 30px;
	width: 80px;
	margin: -4px -2px 0px 0;


	}

	.mission_box .gobut:hover
	{
	border: 1px solid #bbb;
	color: #777;
	-moz-box-shadow:0 0 2px #666;
	-webkit-box-shadow:0 0 2px #666;
	}
	
	.mission_box .nonvisible_td
		{
		border: 1px solid #ddd;
		height: auto;
		padding: 0;
		}
	
	/* container for slides */
.slider {


	position:relative;	
	height:370px;
	width:100%;
	cursor:pointer;
	margin: 10px 0 40px 0;
	CSS3 tweaks for modern browsers 
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 25px #666;
	-webkit-box-shadow:0 0 25px #666;
}

/* single slide */
.slider div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin:1px;
	padding:0;
	height:370px;
	font-size:12px;
	width: 100%;

	
}

/* header */
.slider  h3 {
	font-size:14px;
	font-weight:normal;
	padding: 5px 0 5px 10px;
	margin:0 0 5px 0;
	color:white;
	font-family: Droid Sans, arial, serif;
	font-variant:small-caps;
	display: block;
	width: auto;
	border-bottom: #f09f00 solid 2px;

}

.slider img
{
margin: 0 auto;
width: 498px;
height: 370px;

}

.slider p
{
color: white;
padding: 5px;
}
	
.slider .caption_text
{
width: auto;
height: 120px;
display:block;
margin-top:250px;
background: url(../images/h200_dark.png);


}


/
/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}


.right_float_clear
{
	width: 100%;
	float: right;
}

	
	/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	width: 269px;

	margin: 0 0px 15px 0;

	padding: 0px;

	float: right;

	position: relative;
	
	border:1px solid #eee;


	-background:#666;

}

/* accordion header */
#accordion h2 {

	margin:0;
	padding:7px 15px;
	font-size:13px;
	font-weight:normal;
	border:1px solid #fff;
	border-top: 1px solid #ccc;
	cursor:pointer;	
   	color: black;
    text-shadow:0 1px 0 #FFFFFF;
    font-family: Droid Sans, arial, serif;
    text-transform:capitalize;
    background: #eee url(../images/h30.png) repeat-x;

	
}

/* currently active header */
#accordion h2.current {
	cursor:default;
	color: black;
    text-shadow:0 1px 0 #FFFFFF;
	border-top: 2px solid #D40044;
	background: #eee;
	
}

/* accordion pane */
#accordion .pane {
	border:1px solid #fff;
	border-width:0 2px;
	display:none;
	height:auto;
	padding:10px 5px 20px 5px;
	color:#fff;
	font-size:12px;
	background: white;
}

/* a title inside pane */
#accordion .pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	padding: 2px;
}

/* 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;
	
	text-align: left;

}


/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(../images/close.png);
	position:absolute; right:20px; top:20px;
	cursor:pointer;
	height:35px;
	width:35px;
	z-index: 6;
}

.apple_overlay  span
	{
	font-size:18px;
    display: block;
    padding: 5px 0  5px 0;
    border-top: #f09f00 2px solid;
    margin: 0 0 10px 0;
    color: black;
    text-shadow:0 1px 0 #FFFFFF;
    font-family: Droid Sans, arial, serif;
    text-transform:capitalize;
    background: #ddd;
    text-indent: 10px;
	
	}
	
		.apple_overlay  p
		{
	
		font-size: 12px;
		color: black;
		}

.triggers
{
background: white;

}

.triggers span
{
padding: 5px;
width: auto;
display: block;
color: #D40044;
font-weight:bold;
background: #f6f6f6;
}

.triggers p
{

padding: 5px;
}


.triggers button
{
	display: inline;
	outline: none;
	color: black;
	text-shadow:0 1px 0 #FFFFFF;
	Background:url(../images/h30.png);
	margin: 3px;
	padding: 3px;
	border:1px solid #ccc;
	font-size: 9px;
	-moz-border-radius:5px;
		-webkit-border-radius:5px;

}

.triggers button:hover
{
	border: 1px solid #bbb;
	color: #777;

	-moz-box-shadow:0 0 2px #666;
	-webkit-box-shadow:0 0 2px #666;
}



	
	/* use a semi-transparent image for the overlay */
	#overlay {
		background-image:url(../images/white.png);
		color:#efefef;
		height:450px;
	
	}
	
	/* container for external content. uses vertical scrollbar, if needed */
	div.contentWrap {
		height:441px;
		overflow-y:auto;
	}







/* root element for tabs  */
.shltabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0px;
	border-bottom:1px solid #007CC0;
	height:auto;
	width: 100%;
	border: 0;


}



/* single tab */
.shltabs li { 
	float:left;	 
	text-indent:0;
	padding:0px;
	margin:0 !important;
	list-style-image:none !important; 
	height: auto;
	
}

/* link inside the tab. uses a background image */
.shltabs a { 
	font-size:13px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 120px;
	text-align:center;	
	text-decoration:none;
	text-transform: capitalize;
	letter-spacing: 1px;
	color:black;
	margin:0px;	
	position:relative;
	top:1px;
	font-family: Droid Sans, arial, serif;
}

.shltabs a:active , a:visited{
	outline:none;		
}

/* when mouse enters the tab move the background image */
.shltabs a:hover {
	color:#fff;	
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
.shltabs a.current, .shltabs a.current:hover, .shltabs li.current a {
	background-position: -420px -62px;		
	cursor:default !important; 
	color:#000 !important;
	outline:none;
	
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
.shltabs a.s 		{ background:url(../images/h30.png) #eee; width:165px;  border-top: #ddd 2px solid; border-left:#F09F00 1px dotted; border-bottom: 2px #ddd solid;}
.shltabs a.s:hover 	{  border-top: #007CC0 2px solid; color: black;  }
.shltabs a.s.current  { background: #ddd; border-top: #F09F00 2px solid;  }



/* initially all panes are hidden */ 
.shlpanes .panes  {
	display: none;	
	
}

/* tab pane styling */
.shlpanes div {
	display:none;		
	padding:0;
	margin-top: 0;
	border-bottom:1px dotted #F09F00;
	border-left:1px dotted #F09F00;
	min-height:200px;
	font-size:14px;
	background: #fff;
	width:498px;
	font-family: Droid Sans, gill sans mt, arial, serif;
	float: left;
}

.shlpanes p
{
	padding: 10px;
	font-size: 12px;
	display: block;

}

.shlpanes  p span
{
color: #666;
font-style: italic;
font-weight: bold;
padding: 10px;
margin: 10px auto;
width: 90%;
display: block;
height: auto;
background:#f6f6f6;
border-top: #007CC0 2px solid;
}

.shlpanes b
{
color: red;
}

.shlpanes div  h2
	{
	font-size:13px;
    display: block;
    padding: 10px;
    color: black;
	border-left: 2px solid #F09F00;
	font-weight: bold;
    font-family: Droid Sans, arial, serif;
    text-transform:capitalize;
	width: auto;
	background: #eee;

	}
	
.shlpanes div  h2 span
{
color: #666;
font-weight: normal;
font-size:12px;
	
}

.mainadvert
{
	width: 100%;
	display: block;
	margin: 5px auto;
	float: left;
	border: 1px #eee solid;
}

.mainadvert h2
{
	display: block;
	width: auto;
	border-top: #007CC0 2px solid;
	background: #eee;
	padding: 5px;
	font-family: 'Droid Sans', Gill Sans MT, Arial, Serif;
	font-size: 14px;
	text-shadow:0 1px 0 #FFFFFF;
	text-align: right;
	text-transform: capitalise;
}

.mainadvert p
{
	padding: 5px;
	
}


	
/* CSS Document */

