html {
	background: #5980B3 none repeat fixed 0 0;
}

body {
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
}

a,a:visited,a:active {
	color: blue;
}

/******************************** STRUCTURE ********************************/
#container {
	margin: 0 auto 0 auto;
	padding-bottom: 12px;
	width: 950px;
	text-align: left;
	background-image: url(/images/landing-template1/test.bg.gif);
	background-repeat: repeat;
}

#pageContent {
	margin: 12px auto 0 auto;
	width: 60%;
}

#sidebar1,#sidebar2 {
	width: 190px;
	/*background-color:#4D4D4D;*/
	margin-top: 7px;
	position: absolute;
}

#sidebar1 {
	top: 130px;
}

#sidebar2 {
	top: 130px;
	margin-left: 760px;
}

/**************************** Fieldset Styles *****************************/
li input {
	width: 120px;
	text-align: left;
}

label {
	display: block;
	text-align: left;
}

fieldset .ui-icon {
	position: absolute;
	left: 150px;
	margin-top: -20px;
}
/**************************** Core Styles ********************************/
ul {
	margin: 2px 4px 0px 20px;
	list-style-type: circle;
}

li {
	list-style-image:url(/images/gpsfs-bullet.gif);
	margin: 0 0 5px 8px;
}

#sidebar2 li ul li { /* contact box list */
	list-style-image: none;
	margin-left: -20px;
}

.box {
	margin-left: 3px;
	position: relative;
	top: -3px;
	left: -5px;
	padding-bottom: 3px;
	background-color: #ffffff;
	border: 1px solid black;
}

.box-shadow {
	margin-bottom: 8px;
	margin-left: 5px;
	margin-right: 3px;
	background-color: #919191;
}

#sidebar1 .box h1:first-child,#sidebar2 .box h1:first-child {
	text-align: center;
}

.box h1:first-child, .box-header-fix {
	background-color: #4D4D4D;
	padding: 2px;
	margin: 0px !important;
	color: #ffffff;
	text-indent: 3px;
	font-weight: normal !important;
}

.box h1 {
	font-weight: bold;
	margin: 5px;
}

.box p {
	margin: 7px 7px;
	text-align: justify;
}

.image-float {
	position: relative;
	padding: 6px;	
}

/**************************** Common Styles ********************************/
.styleBold {
	font-weight: bold;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

strong {
	font-weight: bold;
}

/************************ Live Person ********************************/
#chatbox {
	background-color: white;
	width: 160px;
	padding: 4px;
	height: 225px;
}

.LPform {
	width:152px;
	height:79px;
	padding-left: 3px;
	border:1px solid black;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#lp_msgfield {
	width: 94%;
}

#LPsubmit {
	width: 75px;
	height: 22px;
	border: none;
}