/*	CSS Document for (SW Surveys)
	Designed by The Cube Lab
	Designer name : (Steve)
	
header and headings- #0099ff - blue
sidebar - #333 - dark grey
footer - #3f3f3f - light grey
panels - #323232 - darker grey

*/

body {
	font-family: Helvetica, Myriad Pro, Lucida, Arial, sans-serif;
	color: #333;
	text-align: center;
	padding: 0;
	margin: 0;
	background: url(../images/bodystripbg.gif) repeat-y 50% 0;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#headerholder {
	width: 100%;
	height: 398px;
	background: #fff url(../images/bodybg.jpg) repeat-x top;
}

#header {
    position: relative;
	width: 960px;
	margin: 0 auto;
	height: 300px;
}

#navcontainer {
	position: absolute;
	top:109px;
	left: 0;
	width: 960px;
	height: 51px;
}


#logo {
	position: absolute;
	width: 960px;
	margin: 0 auto;
}


#banner {
	position: absolute;
	top: 207px;
	left: 0;
	width: 710px;
	height: 190px;
}

#marqueecontainer {
	position: absolute;
	top: 207px;
	left: 710px;
	background: #000;
	width: 300px;
	height:190px;
	border:none;
	overflow: hidden;
	z-index: 100;
	text-align: left;
	margin-left: 25px;
}

#vmarquee {
	position: absolute;
	left: 0;
	top: 0;
	width: 98%;
}

#marqueebg {
	z-index: 120;
	background: url(../images/scrollgrad.png) no-repeat 0% 50%;
	width: 300px;
	height:190px;
	position: absolute;
	top: 207px;
	left: 710px;
}


#content {
	float: left;
	width: 710px;
	background: #fff;
	text-align: left;
	font-size: 16px;
	margin-top: 20px;
}

.parentpanel {
	position: relative;
	float: left;
	width: 300px;
	margin: 0px 55px 0px 0px;
}

.parentpanel h3 {
	padding-bottom: 25px;
}

#panel1 a.more, #panel2 a.more {
	position: absolute;
	left: 200px;
	bottom: 20px;
	height: 32px;
	padding: 0px 40px 0px 0px;
	line-height: 30px;
	background: url(../images/next.png) no-repeat top right;
}


#panel1, #panel2 {
	position: relative;
	float: left;
	width: 305px;
	height: 380px;
	margin: 0 45px 30px 0px;
	background: #333;
	line-height: 16px;
	color: #fff;
	
	
}
#inner {
	padding: 10px 20px;
}

#sidebar {
	float: left;
	width: 220px;
	margin: 20px 0px 0px 30px;
	color: #fff;
	text-align: left;
}

#slideshow {
    position:relative;
    height:120px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#footer {
	float: left;
	width: 100%;
	background: #3F3F3F url(../images/footerbg.gif) top repeat-x;
	text-align: left;
	margin-top: 20px;
}

#innerfooter {
	width: 960px;
	margin: 0 auto;
	padding: 0px 0px 40px 0px;
	line-height: 40px;
	color: #707070;
}

.address, .contact {
	float: left;
}



/*------------------------------

			NAVIGATION
			
-------------------------------*/

#navcontainer ul {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	height: 51px;
}

#navcontainer ul li {
	float: left;
	display: inline;
	font-size: 14px;
	list-style: none;
	text-decoration: none;
	line-height: 24px;
	padding: 0;
	margin: 0;
	border-left: 1px solid #fff;
}

#navcontainer ul li a:link, #navcontainer ul li a:visited {
	padding: 16px 10px 10px 10px;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: left;
	
}

#navcontainer ul li a:hover {
	background: url(../images/menubg.jpg) repeat-x;
	
}

.active {
	background: url(../images/navhover.jpg) no-repeat right;
}



/*-----------------------------

	HEADINGS

-------------------------------*/
h1, h2, h3, h4 {
	color: #0099FF;
	font-size: 18px;
	margin: 10px 0px 10px 0px;
	font-weight: normal;
}


#header .logo {
	position: absolute;
	top: 13px;
	left: 0;
	width: 172px;
	height: 103px;
}

#header h2 {
	position: absolute;
	top: 13px;
	left: 344px;
	font-size: 22px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #fff;
	text-align: left;
}

#header h3 {
	position: absolute;
	top: 20px;
	right: 0px;
	color: #fff;
}

#content h1 {
	text-transform: uppercase;
}

#content h2 {
	text-transform: uppercase;
}

#vmarquee h4 {
	line-height: 1.9;
}

#sidebar h2.global {
	margin: 30px 0px 20px 0px;
	font-size: 18px;
	font-weight: lighter;
}

#sidebar a.learn {
	margin: 0px 0px 0px 120px;
}

#sidebar h2 {
	margin-top: 10px;
}


.parentpanel h2 {
	margin: 0px 0px 10px 0px;
}

#panel1 h2, #panel2 h2 {
	margin-top: 50px;

}

#panel1 h3, #panel2 h3 {
	margin: 10px 10px 0 23px;
	color: #fff;
	line-height: 26px;
}

#marqueecontainer h4 {
	color: #FFF;
	font-weight: lighter;
}

form h2 {
	padding-left: 10px;
	font-size: 14px;
}

/*-----------------------------

	TEXT

-------------------------------*/
.parentpanel p {
	float: left;
	width: 310px;
	margin: 0px 20px 0px 0px;
	color: #333;
	line-height: 22px;

}

#panel1 h3, #panel2 h3 {
	font-weight: lighter;
	font-size: 16px;
}

#sidebar p {
	margin-bottom: 20px;
	line-height: 20px;
}


#content p {
	line-height: 25px;
	padding-right: 20px;
}


.clox {
	position: absolute;
	top: 158px;
	left: 0;
	color: #fff;
}

.time {
	position:absolute;
	top: 56px;
	left: 0;
	color: #fff;
}


#navcontainer p.contact {
	position:absolute;
	top:56px;
	right: 0;
	color: #fff;
}

hr {
	width: 80%;
	border: none;
	border-bottom: 1px solid #e1e1e1;
}


/*-----------------------------

	LINKS

-------------------------------*/

a:link, a:visited {
	color: #0099ff;
	text-decoration: none;
}

a:hover, a:active {
	color: #0099ff;
	text-decoration: none;
}

h3 a:link, h3 a:visited {
	display: block;
	background: url(../images/sendbutton.gif) no-repeat top;
	width: 151px;
	height: 45px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 13px;
}

h3 a:hover, h3 a:active {
	background: url(../images/sendbutton.gif) no-repeat bottom;
}


/*-----------------------------

	LISTS

-------------------------------*/
#content ul {
	background: #efefef;
	padding: 10px 0;
	margin: 10px 0;
	margin-right: 20px;
}

#content ul li {
	background: url(../images/bullet1.gif) no-repeat 0 30%;
	padding-left: 20px;
	padding-bottom: 6px;
	margin-left: 20px;
	
}

.sendcv {
	background: url(../images/sendcv.gif) no-repeat 0 50%;
	padding-left: 30px;
	line-height: 30px;
}

.contactus {
	background: url(../images/contactus.gif) no-repeat 0 50%;
	padding-left: 30px;
	line-height: 30px;
}

.findmore {
	background: url(../images/findoutmore.gif) no-repeat 0 50%;
	padding-left: 30px;
	line-height: 30px;
}

#sidebar ul {
	background: url(../images/line1.gif) no-repeat bottom;
	padding-bottom: 10px;

}


#sidebar ul li {
	margin-bottom: 5px;
}


/*-----------------------------

	IMAGES

-------------------------------*/
#panel1 img, #panel2 img {
	margin: 23px 0px 10px 23px;

}





.imageleft {
	float: left;
	padding: 10px;
	margin-bottom: 30px;
	margin-right: 10px;
	border: 1px solid #e1e1e1;
}

.imageright {
	float: right;
	padding-right: 10px;
}

/*------------------------------
			FORMS
-------------------------------*/

form {
	width: 90%;
}

fieldset {
	position: relative;
	float: left;
	clear: left;
	width: 100%;
	margin: 1.5em 0 0 0;
	padding: 0;
	border: 1px solid #0099ff;
	background: #efefef;
}

legend {
	position: relative;
	left: -7px;
	top: -1em;
	margin-left: 1em;
	padding: 0;
	color: #0099ff;
}


fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
}

fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
	
}

fieldset.submit {
	float: none;
	width: auto;
	border-style: none;
	padding-left: 12em;
	background-color: transparent;
}

label {
	display: block;
	float: left;
	width: 10em;
	margin-right: 1em;
	text-align: right;
}

input {
	font-size: 16px;
	line-height: 1.1em;
	padding: 5px;
	padding-right: 0;
	width:  360px;
	color: #777;
	background: #fff;
	border: 1px solid #0099ff;
}

textarea {
	font-family: Helvetica, Myriad Pro, Lucida, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.1em;
	padding: 5px;
	width: 360px;
	height: 88px;
	color: #777;
	background: #fff;
	border: 1px solid #0099ff;
}

input.btn {
	width: 120px;
	height: 30px;
	background: #0099ff;
	color: #fff;	
}

.radio {
	border: none;
}

/*------------------------------
			TABLES
-------------------------------*/

table {
	width: 90%;
	border-collapse: collapse;
}

th {
	font-weight: bold;
	color: #0099FF;
}

tr {
	line-height: 40px;
	border-top: 1px solid #c1c1c1;
}

th, td {
	padding-left: 6px;
}

/*------------------------------
			FORMS
-------------------------------

fieldset {
	width: 600px;
	border: 1px solid #0099ff;
	background: #efefef;
	float: left;
}

form {
	width: 640px;
	margin: 0;
}

form p {
	margin: 2px;
	font-size: 14px;
	padding: 0 8px;
}

label {
	display:  block;
}



#content form ul {
	width: 300px;
	background: red;
}

input {
	font-size: 16px;
	line-height: 1.1em;
	padding: 5px;
	padding-right: 0;
	width:  360px;
	height: 23px;
	color: #777;
	background: #fff;
	border: 1px solid #0099ff;
}
textarea {
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.1em;
	padding: 5px;
	width: 360px;
	height: 88px;
	color: #777;
	background: #fff;
	border: 1px solid #0099ff;
}

input.upload {
	border: 1px solid #0099ff;
}

input.btn {
	width: 120px;
	height: 30px;
	background: #0099ff;
	color: #fff;	
}

fieldset ol {
	position: relative;
	top:1px;
	margin: 0 0 0 2px;
	padding: 0;
}

fieldset label {
	float: none;
	width: auto;
	margin-right: auto;
}

*/

