﻿/* ConnectEast style sheet - common.css */
*
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
body
{
	color: #666;
	background-color: #717073;
	font-size: .70em;
}
input, select
{
	background: white;	
	border: solid 1px #ddd;
	font-size: 0.9em;
	color: #666	
}
textarea
{
	background: white;	
	border: solid 1px #ddd;
	font-size: 1em;
	color: #666	
}
input:hover, select:hover, textarea:hover
{
	background: #efefef	
}
table.grid, table.grid td
{
	border: solid 1px #ccc;
	border-collapse: collapse;
}
table.grid .altRow1
{
	background-color: #fff
}
table.grid .altRow2
{
	background-color: #eee	
}
table.grid .fieldTitle
{
	background-color: #31B8F6;
	color: White;	
	font-weight: bold;
}
table.grid .fieldTitle a
{
	color: white	
}
img, a
{
	border: 0;
}
p
{
	margin-bottom: 8px;
}
a.button
{
	height: 14px;
	padding-left: 7px;
	background: url(../images/btn-small-left.gif) 0 0 no-repeat;
	color: #666;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	white-space: nowrap 
}
a.button span
{
	height: 14px;
	padding-right: 5px;
	white-space: nowrap;
	background: url(../images/btn-small-right.gif) 100% 0 no-repeat;
}

#main ul
{
	padding-left: 35px;
}

#main li
{
	list-style-image: url(../images/bullet.png);
	line-height: 1.4em	
}

.smalltext
{
	font-size: 0.85em;
	color: #666	
}

.greytext
{
	color: #666666;
	font-weight: bold	
}

.errortext
{
	color: #f00;
}

/* Containers */
div#container
{
	background-color: #fff;
}
div#header
{
	position: relative;
	height: 63px;
}
div#logo
{
	position: absolute;
	top: 0;
	left: 0;
}
div#top
{
}
div#content
{
}
div#left
{
	float: left;
	width: 230px;
	padding-top: 6px;
	background: url(../images/bg-left-top.png) no-repeat 0 0;
}
div#main
{
	position: relative;
	margin: 0 0 0 230px;
	padding-top: 6px;
	background: url(../images/bg-right-top.png) repeat-x 0 0;
}
div#lower
{
	clear: both;
	margin: 0 auto;
	height: 258px;
}
div#footer
{
	clear: both;
	background: #717073 url(../images/bg-footer.png) no-repeat 0 0;
	position: relative;
	padding-top: 12px;
	height: 30px;
}

/* Left Nav */

.leftnav
{
	list-style: none;
	background: url(../images/bg-left-middle.png) no-repeat 0 100%;
	padding-bottom: 17px;
}

.leftnav li a
{
	height: 34px;
	display: block;
	outline: none;
	color: White;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 34px;
	text-indent: 20px;
	background: url(../images/bg-nav.png) 0 0 no-repeat;
	text-decoration: none;
}

.leftnav li a:hover
{
	background-position: 0 -34px;
	text-decoration: underline;
}

/* Top Nav Items */

.topnav
{
	display: inline;
	list-style: none;
	position: absolute;
	top: 39px;
	right: 10px
}

.topnav li
{
	float: left;
	margin-left: 1px;
}

.topnav li a
{
	height: 24px;
	display: block;
	outline: none;
}

.topnav li a span
{
	text-indent: -99999px;
	display: block;
}

.topnav li.nav-home a
{
	width: 43px;
	background: url(../images/nav-home.png) 0 0 no-repeat;
}

.topnav li.nav-aboutus a
{
	width: 63px;
	background: url(../images/nav-aboutus.png) 0 0 no-repeat;
}

.topnav li.nav-contactus a
{
	width: 75px;
	background: url(../images/nav-contactus.png) 0 0 no-repeat;
}

.topnav li.nav-faq a
{
	width: 32px;
	background: url(../images/nav-faq.png) 0 0 no-repeat;
}

.topnav li a:hover
{
	background-position: 0 -24px;
}

/* Footer nav items */
.footernav
{
	display: inline;
	list-style: none;
	position: absolute;
	top: 12px;
}

.footernav li
{
	float: left;
	color: White;
	margin-left: 10px;
}

.footernav li a
{
	color: White;
	outline: none;
	text-decoration: none;
	margin-right: 5px;
}

.footernav li a:hover
{
	text-decoration: underline;
}

.relate
{
	position: absolute;
	top: 12px;
	right: 10px;
}
.relate a
{
	color: #fff;
	text-decoration: none;
	padding-right: 15px;
	background: url(../images/bg-relate.png) no-repeat 100% 0;
}

/* Search */

#search
{
	position: absolute;
	top: 5px;
	right: 10px;
}
#search h3
{
	color: #8bc53f;
	font-size: 1.0em;
	font-weight: bold;
	text-transform: uppercase;
	display: inline;
	position: absolute;
	top: 6px;
	right: 135px;
}
#search input
{
	height: 16px;
	line-height: 16px;
	position: absolute;
	top: 4px;
	right: 25px
}
#search .go
{
	background-image: url(../images/btn-go.png);	
	text-indent: -99999px;
	border: 0;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 2px;
	right: 0
}


/* Floats, Clearing and Clearfix */
.nodisplay
{
	display: none;
}

.floatleft
{
	float: left;
	display: block;
}

.floatright
{
	float: right;
	display: block;
}

.clearfloats
{
	float: none;
	clear: both;
}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac */

