* { margin: 0; padding: 0 }

body{
	padding:0px;
	margin:0px;
	color: #333;
	font-size:12px;
	font-family: "Helvetica";
	background:url(../images/bg.png) repeat-x #FF0073;
	height: 300px;
	line-height:25px;
}

a{
	color:#FFF;
	text-decoration:none;
}

.header {
	height: 105px;
	width: 90%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	vertical-align: 2%;
}
.definition {
	/*background-image: url(../images/pronounced.png);*/
	background-repeat: no-repeat;
	background-position: right;
	height: 35px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.menu {
	height: 420px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

p { text-align: left; margin: 15px 0; }
		
		p, ul { font-size: 13px; line-height: 1.4em } 
		
		p a, li a { color: #EB008B; text-decoration: none }
		
		p.intro { /*border-bottom: 1px solid #ccc;*/ margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }
		
		
		p#cross-links { text-align: center }
		
		p#cross-links { /*border-bottom: 1px solid #ccc;*/ margin-bottom: 30px; padding-bottom: 30px }
		
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		a:focus { outline:none }
		
		img { border: 0 }
		
		h3 { /*border-bottom: 1px solid silver;*/ margin-bottom: 5px; padding-bottom: 3px; text-align: left; font-family:Helvetica; font-size:16px; color:#B6B6B6; text-transform:uppercase; }
		
		/*body {
			font-family: Verdana, Arial;
			background: #ebebeb url("../images/body-bg.png") repeat-y center;
			color: #000;
			width: 800px;
			margin: auto;
			text-align: center;
			padding-bottom: 20px;
		}*/
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	position: relative;
	width: 100%;
	margin-top: -28px;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
	height: 400px;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {
	width: 100%;
	height: 350px;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:hidden;
}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			/*border: 5px solid #000;  this is the border. should have the same value for the links */
			margin: auto;
			width: 100%; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 400px;
			clear: both;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			/*width: 700px;  Also specified in  .stripViewer  above margin-right:10px;*/
			
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
			height:300px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin-right: auto;
			margin-left: 10px;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 11px;
			/*font-weight: bold;*/
			text-align: left;
			line-height: 32px;
			/*background: #c6e3ff;*/
			text-decoration: none;
			display: block;
			padding-left: 1px;
			padding-top: 10px;
			padding-bottom: 10px;
			padding-right: 30px;
			color:transparent;
			height:9px;
		}
		
		.stripNav li.tab1 a { background:url(../images/home.png) top no-repeat; width:34px; height:10px; }
		.stripNav li.tab2 a {background:none; width:10px; height:1px; margin:0px; padding:0px;}
		.stripNav li.tab3 a { background:url(../images/aq.png) top no-repeat; width:37px; height:10px; }
		.stripNav li.tab4 a {background:none; width:10px; height:1px; margin:0px; padding:0px;}
		.stripNav li.tab5 a { background:url(../images/s.png) top no-repeat; width:52px; height:10px; }
		.stripNav li.tab6 a {background:none; width:10px; height:1px; margin:0px; padding:0px;}
		
		
		.stripNav li.tab7 a { background:url(../images/qe.png) top no-repeat; width:77px; height:13px; }
		.stripNav li.tab8 a {background:none; width:10px; height:1px; margin:0px; padding:0px;}
		
		
		.stripNav li.tab9 a { background:url(../images/g.png) top no-repeat; width:42px; height:13px; }
		.stripNav li.tab10 a {background:none; width:10px; height:1px; margin:0px; padding:0px;}
		.stripNav li.tab11 a { background:url(../images/c.png) top no-repeat; width:50px; height:9px; }
		.stripNav li.tab12 a {background:none; width:10px; height:1px; margin:0px; padding:0px;}
		.stripNav li.tab13 a { background:url(../images/gb.png) top no-repeat; width:71px; height:13px; }
		
		.stripNav li.tab1 a:hover {background:url(../images/home2.png) top no-repeat; width:34px; height:10px; }
		.stripNav li.tab2 a:hover {background:none; width:10px; height:1px; margin:0px; padding:0px;}
		.stripNav li.tab3 a:hover {background:url(../images/aq2.png) top no-repeat;  width:37px; height:10px; }
		.stripNav li.tab4 a:hover {background:none; width:10px; height:1px; margin:0px; padding:0px;}
		.stripNav li.tab5 a:hover {background:url(../images/s2.png) top no-repeat; width:52px; height:10px; }
		.stripNav li.tab6 a:hover {background:none; width:10px; height:1px; margin:0px; padding:0px;}
		
		.stripNav li.tab7 a:hover {background:url(../images/qe2.png) top no-repeat; width:77px; height:13px; }
		.stripNav li.tab8 a:hover {background:none; width:10px; height:1px; margin:0px; padding:0px;}
		
		.stripNav li.tab9 a:hover {background:url(../images/g2.png) top no-repeat; width:42px; height:13px; }
		.stripNav li.tab10 a:hover {background:none; width:10px; height:1px; margin:0px; padding:0px;}
		.stripNav li.tab11 a:hover {background:url(../images/c2.png) top no-repeat; width:50px; height:9px; }
		.stripNav li.tab12 a:hover {background:none; width:10px; height:1px; margin:0px; padding:0px;}
		.stripNav li.tab13 a:hover {background:url(../images/gb2.png) top no-repeat; width:71px; height:13px; }
		
		.stripNav li.tab1 a.current {background:url(../images/home2.png) top no-repeat; width:34px; height:10px; }
		.stripNav li.tab2 a.current {background:none; width:10px; height:1px; margin:0px; padding:0px;}
		.stripNav li.tab3 a.current {background:url(../images/aq2.png) top no-repeat;  width:37px; height:10px; }
		.stripNav li.tab4 a.current {background:none; width:10px; height:1px; margin:0px; padding:0px;}
		.stripNav li.tab5 a.current {background:url(../images/s2.png) top no-repeat; width:52px; height:10px; }
		.stripNav li.tab6 a.current {background:none; width:10px; height:1px; margin:0px; padding:0px;}
		
		.stripNav li.tab7 a.current {background:url(../images/qe2.png) top no-repeat; width:77px; height:13px; }
		.stripNav li.tab8 a.current {background:none; width:10px; height:1px; margin:0px; padding:0px;}
		
		
		.stripNav li.tab9 a.current {background:url(../images/g2.png) top no-repeat; width:42px; height:13px; }
		.stripNav li.tab10 a.current {background:none; width:10px; height:1px; margin:0px; padding:0px;}
		.stripNav li.tab11 a.current {background:url(../images/c2.png) top no-repeat; width:50px; height:9px; }
		.stripNav li.tab12 a:current {background:none; width:10px; height:1px; margin:0px; padding:0px;}
		.stripNav li.tab13 a:current {background:url(../images/gb2.png) top no-repeat; width:71px; height:13px; }
		
		/*.stripNav li.tab1 a.current { color:#fff; }
		.stripNav li.tab2 a.current { color:#fff; }
		.stripNav li.tab3 a.current { color:#fff; }
		.stripNav li.tab4 a.current { color:#fff; }
		.stripNav li.tab5 a.current { color:#fff; }
		.stripNav li.tab6 a.current { color:#fff; }*/
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 1px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			/*background: url("../images/arrow-left.gif") no-repeat center;*/
		}
		
		.stripNavR {
			/*background: url("../images/arrow-right.gif") no-repeat center;*/
		}
.footer {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.menuBarLink {
	position:absolute;
	bottom:0;
	margin-right: auto;
	margin-left: auto;
	height: 35px;
	margin-bottom: 10px;
	margin-top: 10px;
}

select, option, textarea, input {
	background-color: #fefefe; 
	border: 1px #666666 solid;
	color: #000000; 
	font-family: Helvetica;
	font-size: 10px;
	padding:5px;
}
.homeText {
	height: 370px;
	width: 98%;
	margin-right: 10px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.homeImage {
	float: left;
	height: 390px;
	width: 200px;
	background-repeat: no-repeat;
	background-image: url(../images/homeImage.png);
	background-position: left top;
}
.titleWelcome {
	background-image: url(../images/qih.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 390px;
	width: 25%;
	float: left;
	margin-top:-8px;
}
.titleAbout {
	background-image: url(../images/etq.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 390px;
	width: 400px;
	float: left;
	margin-right:-25px;
}
.titleqe {
	background-image: url(../images/ilyq.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 390px;
	width: 320px;
	float:left;
}

.titleqs {
	background-image: url(../images/gsq.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 390px;
	width: 320px;
	float:left;
}

.titleg {
	background-image: url(../images/bcitw.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 390px;
	width: 390px;
	float:left;
}

.titlecontact {
	background-image: url(../images/TQTM.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 390px;
	width: 25%;
	float:left;
}
.galdiv {
	padding: 5px;
	height: 340px;
	width: 98%;
	overflow:auto;
}
.galimg {
	background:#000;
	padding:5px;
	border:none;
	float:left;
	margin:10px;
}

.leftStyle{
	float:left;
	width:70%;
	margin-left:1%;
}

.topMargin{
	margin-top:50px;
	width:20px;
}

.font12{
	font-size:12px;
}

.wrapper p{
	font-size:18px;
	line-height:25px;
	color:#666;
	text-align:justify;
	width: 600px;
	margin-left:30px;
	margin-right:160px;
	float:right;
}

.liListing{
	font-size:26px;
	font-weight:bold;
	color:#333;
}
