/*************************
		GLOBAL RESET
**************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	font-size: 100%; 
	}

.clearfix:after{
		content : ".";
		display : block;
		clear : both;
		visibility : hidden;
		line-height : 0;
		height : 0;
		}
		
	.clearfix{
			display : inline-block;
			}
			
		html[xmlns] .clearfix{
				display : block;
				}
						
			* html .clearfix{
					height : 1%;
					}
					
pre {
	 white-space: pre-wrap;
	 white-space: -moz-pre-wrap;
	 white-space: -o-pre-wrap;
}
										
/*****************************
		Structured layout mainpage
******************************/

body{
		font:normal 12px/20px "Georgia", Verdana, Arial, Helvetica, sans-serif;
		color:#777;
		}

		.rightalign{
				float:right;
				}

		.leftalign{
				float:left;
				}
 
		.textleft{
				text-align:left;
				}
			
		.textright{
				text-align:left;
				}

		.textcenter{
				text-align:center;
				}

.quotes{
		font-size:4em;
		vertical-align:top;
		}
	
cite{
		letter-spacing:0;
		font-weight:bold;
		line-height:12px;
		}
	
a{
		color:#7c7c7c;
		text-decoration:underline;
		}
	
	a:hover{
		color:#F7C004;
		text-decoration:underline;
		}

p{
		padding: 0 0 10px 0;
		}
		
ul {
   list-style-type:disc;
   margin-bottom: 20px;
}

li {
   list-style-type:circle;
   margin: 2px;
   margin-left: 20px;
}

/**********************
	1.) TOP BAR
***********************/

.topbar{
		background:url(../images/topbar.gif) repeat-x;
		height:46px;
		}

/***********************
	2.) SLIDER HEADINGS
************************/
		
h1.bigger{
		font: normal 50px/50px "Georgia", Arial, serif; 
		color:#fff;
		text-align:left;
		letter-spacing:-2px;
		margin-top:70px;
	 	}
		
h1.bigger span{
 		color:#F7C004;
 		}
			
p.small{
	 	margin:20px 0 0 0;	 
		}
/*************************
	3.) HEADER
**************************/

h1 img, h2 img, h3 img, h4 img, h6 img{
		vertical-align:middle;
		}

.top-menu{
		float:right;
		height:38px;
		margin-top:7px;
		}


.logo{ 
		margin:2px 0 0 12px;
	}

/*******************************************************
  											BREAD CRUMB
*******************************************************/

#breadcrumbs {
	margin: 0;
	display: block;
	padding: 10px 20px;
	}
span.breadcrumbs {display: block;font:normal 11px georgia, Helvetica, sans-serif;line-height: 100%;}
span.breadcrumbs img {display: none;}
span.breadcrumbs a {float: none;font-weight: normal;padding: 0 4px;}
span.breadcrumbs a:hover {color: #000;text-decoration: none;}
span.breadcrumbs .active {color: #000;text-decoration: none; font-weight: bold;}
/**************************
	4.) SLIDER
***************************/

.slide{
		background:	url(../images/dots.gif);
		height:242px;
		text-align: center;
		}
	
		.slidebg{
				background:	url(../images/slidebg.jpg) top center no-repeat;
				height:242px;
				}
				
#slider {
position: relative;
width: 940px;
height: 200px;
top: 5px;
border: 1px solid gray;
left: 20px;
}

/** controls **/
div#controls{
	height:21px;
	width:940px;
	margin-top:10px;
	position:relative;
	left: 20px;
}

div.controls-left{
	height:21px;
	width:auto;
	float:left;
}

div.controls-left a, div.controls-left a:visited {
    display: inline-block;
    padding: 0px 5px;
    margin-bottom: 7px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(0% 0% 270deg,#f8f8f8, #e9e9e9);
}

div.controls-left a.activeSlide { 
	background: #F7C004;
	border:1px solid #F7C004;
	color:#FFF;
}

div.controls-left a:focus { 
    outline: none; 
}

div.controls-right{
	height:21px;
	width:70px;
	float:right;
	text-align:right;
}

div.controls-right img{
	margin-left:10px;
	cursor:pointer;
}


/**************************
	SPACE GALLERY
***************************/

.spacegallery{
		position: relative;
		overflow: hidden;
		margin-top:40px;
		}
		
		.spacegallery img{
				position: absolute;
				left: 50%;
				}
		
				.spacegallery a{
						position: absolute;
						z-index: 1000;
						display: block;
						top: 0;
						left: 0;
						width: 100%;
						height: 100%;
						background: url(/images/blank.gif);
						}

#myGallery{
		width: 100%;
		height: 260px;
		}

		#myGallery img{
				border: 1px solid #484848;
				}
				
a.loading{
		background: #fff url(../images/ajax_small.gif) no-repeat center;
		}

/***************************
	5.) CONTENT PART
****************************/

.contentbg{
		padding-top:20px;
		background:#fcfcfc url(../images/bgd.gif) top left repeat-x;
		padding-bottom:20px;
		overflow:hidden;
		height:100%;
		}
	
.contentwrap{
		padding:15px;
		}

.sep{
		background:url(../images/sep.gif) top right repeat-y;
		}

.switch{
		width:170px;
		}

/***************************
	6.)	SUBPAGE HEADER CSS
****************************/

.sub-header{
		height:90px;
		padding:0px;
		background:	url(../images/slidebg.jpg) top center;
		}

		.sub-header h2{
				font: normal bold 26px/30px "Trebuchet MS", Arial, Georgia, Arial, Helvetica, sans-serif;
				color:#ebebeb;
				margin:0px;
				padding: 15px 0 0px 15px;				}

		.sub-header p{
				padding: 5px 0 10px 15px;
				}

/******************************
	7.)HEADINGS                  
*******************************/

h1{
		font: normal 30px/36px "Trebuchet MS", Arial, Helvetica, sans-serif;
		letter-spacing:-1px;
		color:#666;
		}
		
h2{
		font: normal bold 24px/30px Arial, Georgia, Arial, Helvetica, sans-serif;
		color:#666;
		letter-spacing:-1px;
		}

h3{ 
		font: normal bold 20px/26px "Trebuchet MS", Georgia, Arial, Helvetica, sans-serif; 
		color:#666;
		letter-spacing:-1px;
		}

h4{ 
		font: normal 18px "Trebuchet MS", Georgia, Arial, Helvetica, sans-serif; 
		color:#555; 
		margin:0;
		}

h5{ 
		font: normal bold 14px "Trebuchet MS", Georgia, Arial, Helvetica, sans-serif; 
		color:#777; 
		}

h6 { 
		font: normal bold 12px "Trebuchet MS", Georgia, Arial, Helvetica, sans-serif; 
		color:#999; 
		}


/****************************
	8.) STAFF LIST CSS
*****************************/

ul.staff{
		display:inline;
		clear:both;
		margin:0;
		padding:0;
		}

		ul.staff li{
				color:#000;
				display:inline-block;
				width:45%;
				float:left;
				overflow:auto;
				height:100%;
				vertical-align:bottom;
				border-bottom:1px dotted #7c7c7c;
				margin:0;
				padding:5px 15px;
				}

				ul.staff li	img{
						padding-bottom:5px;
						float:left;
						margin-right:20px;
						}

		ul.staff li small{
				color:#a1a1a1;
				font-style:italic;
				margin:0;
				}

/***************************
	9.) BLOCKQUOTE
****************************/

blockquote, q{
		quotes: none;
		}

blockquote:before, blockquote:after, q:before, q:after{
		content: '';
		content: none;
		}
		
blockquote{
		margin:10px 0;
		background:#FFFFFF;
		border-left:1px solid #ccc;
		padding:20px 0px;
}
	
blockquote p{
	font-weight:normal;
	font-style:italic;
	padding-left:10px;
}
				

/***************************
	10) Testimonials
****************************/

.testimonial{

}

.testimonial blockquote{
		padding:0px;
		margin:0;
		background:none;
		border:none;
}

.testimonial blockquote p.quote{
		font:italic normal 12px/20px Georgia, Arial, sans-serif;
		color:#777;
}

.testimonial blockquote p.author{
	    margin:0px 0px 0 0;
		text-align:right;
		color:#484848;
}

/****************************
	11) NEWS LIST
*****************************/

ul.newslist{
		margin:10px 0 20px 0;
		padding:0;;
		}

		ul.newslist li{
				margin-bottom:10px;
				font-size:11px;
				line-height:normal;
				padding:3px 0px;
				}
				
		ul.newslist li a:link, ul.newslist li a:visited, ul.newslist li a:active {
				padding:3px 0px;
				text-decoration:none;
				}

		ul.newslist li a:hover {
				padding:3px 0px;
				text-decoration:none;
				}

span.date {
		display:block;
		margin:0 0 10px 0;
		padding:4px 5px;
		color:#777; 
		font-size:11px;
		border:1px dotted #7c7c7c;
		border-width:0px 0 1px 0;
		letter-spacing:normal !important;
		}

.bordersub{
		border:1px solid #d5dce5;
		background:#FFFFFF;
		padding:5px;
		}

/*****************************
	12) BLOG COMMENTS
******************************/

.the_commentor{
		float:left;
		width:110px;
		text-align:right;
		}
		
		.the_commentor p{
				padding:0;
				margin:0;
				}
		
		.the_commentors img{
				background:#FFFFFF url(/images/commentby.gif) right 15px no-repeat;
				padding-right:10px;
				}
		
.comment-metadata a{
		text-decoration:none;
		font-size:10px;
		letter-spacing:0;
		}

.the_comment{
		float:right;
		width:420px;
		color:#5d5949;
		padding:20px;
		margin-right:5px;
		min-height:100px;
		margin-bottom:10px;
		background-color:#f8f8f8;
		border:1px solid #dddddd;
		}

.commentlist .the_comment a{
		color:#005da9;
		}

				.commentlist .the_comment a:hover,.comment-author a:hover{
						color:#005da9;
						text-decoration:none;
						}
		
ol.commentlist{
		padding:10px 0;
		margin:0;
		background:#f2f2f2;
		}

		ol.commentlist li{
				clear:both;
				list-style:none;
				}
				
				ol.commentlist li.alt .the_comment{
						position:relative;
						top:1px;
						overflow:auto;
						background-color:#ffffff;
						}

.comment-author{
		font-size:18px/22px;
		margin-bottom:0;
		}

		.comment-author a{
				color:#005da9;
				text-decoration:none;
				}



.postinfo{
		background:#666666;
		padding:2px 10px;
		color:#fff;
		line-height:22px;
		}
		
.comments a{
		padding:3px 10px;
		color:#000;
		}
		
.detailview{
		background:#7e8996;
		padding:3px 10px;
		color:#FFFFFF;
		}

.postlink{
		letter-spacing:0;
		padding:3px 10px;
		padding-left:0;
		display:block;
		color:#3a3a3a;
		}
		
.blogbox{
		padding:15px 15px 15px 0;
		margin-bottom:10px;
		border-bottom:1px solid #ccc;
		}

		.blogbox img{
				margin-right:20px;
				}
		
		.blogbox h2{
				margin-bottom:10px;
				}
			.blogbox h2 a:hover{
					border-bottom:1px solid #F7C004;
					text-decoration:none;
					}
		.blogbox p{
				padding:10px 0 5px 0;
				overflow:auto;
				height:100%;
				}

.linebg{
		border-bottom:1px solid #cdcdcd;
		}
		
.avatarimg{
		background:#FFFFFF;
		padding:5px;
		border:1px solid #cdcdcd;
		}
		
		.avatarimg:hover{
				background:#FFFFFF;
				padding:5px;
				border:1px solid #6c6c6c;
				}
				
#commentform p{
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
		}

#commentform input{
		width: 170px;
		padding: 5px;
		margin: 5px 5px 1px 0;
		}
		
#commentform input, #commentform textarea{
		font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
		}

		#commentform{
				margin: 5px 10px 0 0;
				}
		
				#commentform textarea{
						width: 500px;
						padding: 2px;
						}
		
				#commentform #submit{
						margin: 0 0 5px auto;
						float: left;
						}

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

/****************************
		13) READ MORE
*****************************/

.readmore{
		padding:3px 10px;
		color:#7c7c7c;
		display:block;
		margin:10px 0;
		width:60px;
		} 
		
		a.readmore{
				text-decoration:none;
				background:#d8d8d8;
				background:url(../images/buttonbg.gif) bottom left repeat-x;
				border:1px solid #dedede;
				color:#6a6a6a;
				}
				  
				a.readmore:hover{ 
						background:url(../images/buttonbg.gif) bottom left repeat-x;
						border:1px solid #d9d9d9;
						color:#F7C004;
						}


/****************************
	14) FOOTER
*****************************/

.footer {
		margin:0px 0 0 0;
		padding:30px 0 0 0px;
		height:100px;
		background:#fff;
		border-top:1px solid #ccc;
		}
	 
.line	{
		/*background:url(../images/dot.gif) repeat-y top right;*/
		height:80px !important;
		}
		
		.footer_text {
				padding:0px;
				height:auto;
				}
  
			.footer_text h3{
					font:normal bold 22px/30px LubalinGraITcTEEMED, Arial,  sans-serif; 
					color:#222;
					}



/************************
	15) INPUT FIELD 
*************************/


		
		form textarea{
				vertical-align:top;
				}

form input[type=radio],
form input[type=checkbox]{
		border: none;
		}

/* Input Form & TextArea */
input[type="text"], input[type="password"], select, textarea {
    border: 1px solid #959595;
    outline: none;
    margin: 0 0 10px 0;
   padding: 3px;
    background: #ffffff;
    color: #000000;
    font: 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="text"]:focus, textarea:focus {
    background: #ffffff;
    border: 1px solid #6a6a6a;
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
    color: #232527;
}
input.disabled {
    background: #EEEDEA;
}
textarea {
    width: 100%;
}
label {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}

.btn {
    border: none;
    border-radius: 3px;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 600;
    background: #F7C004;
    padding: 5px;
}

.btn:hover {
    cursor: pointer;
}

/************************
	16) SUB MENU
*************************/

ul.submenu{
		margin:10px 0 0 0;
		padding:0;
		border-bottom:1px solid #dcdcdc;
		}

		ul.submenu li {
			margin-left:0px;
			display:block;
			overflow:hidden; 
			height:100%;
			list-style-type:none;
			}

			ul.submenu li a {
				margin:0px 0; color:#666666;
				border-top:1px solid #dcdcdc;
				text-decoration:none;
				}

					ul.submenu li li a {
						margin:0;
						text-decoration:none;
						}

			ul.submenu li a:link, ul.submenu li a:visited {
				color:#7c7c7c;
				display:block;
				padding:6px 10px;	
				text-decoration:none;
				}

				ul.submenu li li a:link, ul.submenu li li a:visited {
					color:#7c7c7c;
					display:block;	
					text-decoration:none;
					padding:6px 10px;
					}
	
						
	ul.submenu li a:hover {
			color:#F7C004;
			padding:6px 10px;	
			text-decoration:none;
			}

	ul.submenu li.current a {
		color:#F7C004;
		font-weight:bold;	
		text-decoration:none;
		}
		

ol li {
   list-style-type: decimal;
}

ol ul li {
   list-style:square
}

ul li {
   list-style-type: circle;
}

ul ul li {
   list-style-type: square;
}

.bigthumb {
   background-color: gray; 
   padding: 5px;
}

.bigthumb img {
   border: 1px solid white;
}

/* =Alert
----------------------------------------------- */
.alert {
    padding: 12px 5% 12px 5%;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-align: center;
    margin: 0 0 20px 0;
}

.alert.red {
    background: #FFD7D8;
    border-top: 1px solid #f9bac7;
    border-bottom: 1px solid #f9bac7;
    color: #d54c4c;
}

.alert.green {
    background: #D5FFCA;
    border-top: 1px solid #cadba7;
    border-bottom: 1px solid #cadba7;
    color: #5f8b33;
}

pre {
    font-family:monospace;
    color:#007000;
    font-size:9pt;
    background-color:#fafafa;
    border:1px solid #bbb;
    line-height:125%;
    margin:1em 0 0 0;
    padding:.99em;
    overflow:none;
    word-wrap:break-word;
    _word-wrap: normal;
    width: 550px;
}

.datasheet { margin-bottom: 20px; width: 100%; border-bottom: 1px solid #a1a5a9;border-collapse:collapse;border-spacing:0pt;}
.datasheet .header {font-size: 11px; background: #e2e2e2; text-align: left;}
.datasheet th, .datasheet td {border-top: 1px solid #a1a5a9; line-height: 18px; padding: 2px 5px; font-size: 11px; font-weight: normal;}
.datasheet .divider {border-right: 1px solid #a1a5a9;}
.datasheet .odd {background: #f1f1f1;}

.legend {
    display: block;
    font-size: 10px;;
    background-color:#fafafa;
    border:1px solid #bbb;
    line-height:125%;
    margin:1em 0 0 0;
    padding:.99em;
    overflow:none;
    word-wrap:break-word;
    width: 220px;
}

.link {
    color: blue;
}

TABLE.grid
{
    border: 1px solid #808080;
    border-top: 1px solid #808080;
    background-color : #f8f8f8;
}

TD.bugrow{
    color: #202020;
    border-bottom: 1px solid white;
}

TD.bugrow a{
    text-decoration : none;
}

TD.bughead{
    background-color : #F7C004;
    font-weight:bold;
    color: #173444;
    padding-left:2px;
    text-align: left;
}

TD.label
{
    padding: 6px;
}

TD.field_bold
{
    font-weight: bold;
}

INPUT.field, SELECT.field
{
    margin-top: 10px;
    width: 100%;
}

TEXTAREA.field
{
    font-family: Tahoma, Helvetica, Arial, "Arial CE", sans-serif;
    color: #202020;
    font-size: 11px;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    border-color: #808080;
    color: #000000;
    width: 100%;
}

.page {
    display: inline-block;
    padding: 2px 9px;
    margin-bottom: 7px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.page:hover, .page.gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
    text-decoration: none;
}

.page.active {
    #border: none;
    background: #F7C004;
    #box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}

.page.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(0% 0% 270deg,#f8f8f8, #e9e9e9);
}

.page.gradient_input {
    padding: 5px 12px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(0% 0% 270deg,#f8f8f8, #e9e9e9);
}

.page.gradient_input:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
    text-decoration: none;
    color: #F7C004;
}

.error {
    color: red;
}

