/* Page Structure BEGINS */


* {
	margin: 0;
	padding: 0;
}

body {
	margin:0;
	padding:0;
	font-family: tahoma, trebuchet, verdana, sans-serif;
	font-size: 12px;
	color: #9e9e9e;
}

img {
	border: none;
}

#HeaderWrapper { 
	background-color: #fff; 
	margin: 0 auto;
	width: 100%;
	padding: 37px 0 0 0;
}

#header {
	width: 940px;
	height: 63px;
	padding: 0 10px 0 10px;
	margin: auto;
}

#BannerWrapper { 
	background-image: url(background_banner.jpg);
	background-repeat: repeat-x;
	margin: 0 auto;
	width: 100%;
	margin: 31px 0 0 0;
}

#banner {
	width: 1052px;
	height: 245px;
	margin: auto;
}

#ContentWrapper { 
	background-color: #fff; 
	margin: 45px auto 0 auto;
	width: 100%;
}

#content {
	width: 940px;
	margin: auto;
}

#ColOneSixCols {
	width: 460px;
	padding: 0 20px 0 0;
	float: left;
}

#ColOneNineCols {
	width: 700px;
	padding: 0 20px 0 0;
	float: left;
}

#ColOneFiveCols {
	width: 380px;
	padding: 0 20px 0 0;
	float: left;
}

#ColTwoThreeCols {
	width: 220px;
	padding: 0 20px 0 0;
	float: left;
}

#ColTwoFourCols {
	width: 300px;
	padding: 0 20px 0 0;
	float: left;
}

#ColThreeThreeCols {
	width: 220px;
	float: left;
}

#FooterWrapper { 
	background-color: #cbd400; 
	margin: 45px auto 0 auto;
	width: 100%;
	background-image: url("pixel_lightgreen.gif");
	background-repeat: repeat-x;
	color: #fff;
}

#footer {
	width: 940px;
	margin: auto;
	padding: 29px 0 37px 0;
	height: 95px;
}

#footerleft {
	width: 460px;
	float: left;
}

#footerright {
	width: 460px;
	float: right;
}

div.weblink {
	border-top: #cecece;
	border-top-style: solid;
	border-top-width: 1px;
	margin-top: 10px;
	padding-top: 10px;
	font-size: 14px;
}

div.weblink p.url {
	font-size: 18px;
	margin-top: 6px;
}


div.weblink:first-child {
	border-top: none;
	margin-top: 20px;
	padding-top: 0;
}

div.weblink a:link {
	color: #cbd400;
	text-decoration: underline;
}

div.weblink a:visited {
	color: #cbd400;
	text-decoration: underline;
}

div.weblink a:hover {
	color: #9e9e9e;
	text-decoration: underline;
}

div.weblink a:active {
	color: #cbd400;
	text-decoration: underline;
}

/* Page Structure ENDS */

/* Navigation BEGINS */

#TopNavContainer {
	padding: 21px 0 0 0;
	float: right;
}

#TopNav li {
	display: inline;
	list-style-type: none;
	font-size: 18px;
}

.privacy {
	list-style-type: none;
	list-style position: inside;
	margin-bottom: 4imgpx;
}

#TopNav a {
	background-color: #fff;
	color: #9e9e9e;
	text-decoration: none;
	padding: 4px 11px 4px 11px;
}

#TopNav a:hover {
	background-color: #f2f5c0;
	color: #fff;
}

body#home a#homenav, body#aboutus a#aboutusnav, body#news a#newsnav, body#ourwork a#ourworknav, body#ourservices a#ourservicesnav, body#contactus a#contactusnav {
	background-color: #cbd400;
	color: #fff;
}

#BottomNav {
	padding: 0 0 10px 0;
}

#BottomNav li {
	display: inline;
	list-style-type: none;
	font-size: 14px;
	border-right:1px solid #fff;
}

#BottomNav li.last {
	border: none;
}

#BottomNav a {
	color: #fff;
	text-decoration: none;
	padding: 0 7px 0 3px;
}

#BottomNav a.first {
	color: #fff;
	text-decoration: none;
	padding: 0 7px 0 0;
}

#BottomNav a:hover {
	color: #9e9e9e;
}

div.example {

}

div.example p {
	margin-top: 6px;
	font-size: 12px;
}


/* Navigation ENDS */

/* Elements BEGINS */

.HRwhite {
	background-image: url("pixel_spacer.gif");
	height: 1px;
	background-color: #fff;
	margin: 10px 0 10px 0;
	overflow: hidden;
}

.HRgreen {
	background-image: url("pixel_spacer.gif");
	height: 1px;
	background-color: #cbd400;
	margin: 10px 0 10px 0;
	font-size: 1px; 
	line-height: 0;
	width: 100%;
	overflow: hidden;
}

.HRlightgrey {
	background-image: url("pixel_spacer.gif");
	height: 1px;
	background-color: #cecece;
	margin: 10px 0 10px 0;
	overflow: hidden;
}

.HRlightgreyFirst {
	background-image: url("pixel_spacer.gif");
	height: 1px;
	background-color: #cecece;
	margin: 20px 0 0 0;
	overflow: hidden;
}

.HomePanel {
	padding: 0 0 13px 0;
	border-bottom: #cecece;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.HomePanelCol {
	width: 220px;
	padding: 0 10px 0 0;
	float: left; 
}

.GreyBorder {
	border-color: #9e9e9e;
	border-style: solid;
	border-width: 2px;
}

.shadow {
	height: 12px;
	background-image: url("shadow.gif");
	background-repeat: repeat-x;
}

.services {
	padding: 10px;
	background-color: #f3f3f3;
	margin: 0 0 20px 0;
	border-bottom-color: #cbd400;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

.spacer {
	height: 20px;
}

.spacerhalf {
	height: 10px;
}

.spacerquarter {
	height: 5px;
}

/* Elements ENDS */

/* Alignment BEGINS */

.clearboth {
	clear: both;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.nowrap {
	white-space: nowrap;
}

/* Alignment ENDS */

/* Type BEGINS */

p {
	margin: 0 0 6px 0;
}

p.landing {
	font-size: 16px;
}

p.larger {
	font-size: 14px;
}

p.number {
	font-size: 24px;
	margin-top: 8px;
	padding: 0;
}

p.email {
	font-size: 14px;
	margin-top: 2px;
	padding: 0;
}

p.intro {
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 14px;
}

p.link {
	font-size: 24px;
	margin-top: 18px;
	padding: 0;
}

h1 {
	font-size: 24px;
	color: #cbd400;
	font-weight: normal;
	padding: 0 0 6px 0;
	line-height: 25px;
}

h1.landing {
	font-size: 32px;
	color: #cbd400;
	font-weight: normal;
	margin-bottom: 16px;
	line-height: 32px;
	padding: 0;
}

h1.image {
	padding: 0 0 0 0;
}


h2 {
	font-size: 24px;
	color: #cbd400;
	font-weight: normal;
	padding: 0 0 6px 0;
	line-height: 25px;
}

h2.grey {
	color: #9e9e9e;
}

h2.landing {
	font-size: 24px;
	color: #cbd400;
	font-weight: normal;
	margin: 20px 0 12px 0;	
	line-height: 18px;
}


h3 {
	font-size: 18px;
	margin: 0 0 6px 0;
	color: #cbd400;
	font-weight: normal;
	line-height: 19px;
}

h3.landing {
	font-size: 18px;
	margin: 0 0 16px 0;
	color: #cbd400;
	font-weight: normal;
	line-height: 19px;
	padding-bottom: 8px;
	border-bottom: 1px solid #cbd400;
}

h3.morespaceafter {
	margin: 0 0 12px 0;
}

h4 {
	font-size: 24px;
	margin: 14px 0 6px 0;
	color: #cbd400;
	font-weight: normal;
	line-height: 19px;
}

.largetype {
	font-size: 18px;
}

.midtype {
	font-size: 14px;
	margin: 0 0 10px 0;
}

.bold {
	font-weight: bold;	
}

.green {
	color: #cbd400;
}

.grey {
	color: #9e9e9e;
}

.lightgreen {
	color: #f2f5c0;	
}

.caption {
	color: #fff;
	background-color: #9e9e9e;
	padding: 3px 5px 5px 8px;
}

/* Type ENDS */

/* links BEGINS */

a:link {
	color: #9e9e9e;
	text-decoration: none;
}

a:visited {
	color: #9e9e9e;
	text-decoration: none;
}

a:hover {
	color: #cbd400;
	text-decoration: none;
}

a:active {
	color: #9e9e9e;
	text-decoration: none;
}

a.landing:link {
	color: #cbd400;
	text-decoration: underline;
}

a.landing:visited {
	color: #cbd400;
	text-decoration: underline;
}

a.landing:hover {
	color: #9e9e9e;
	text-decoration: underline;
}

a.landing:active {
	color: #cbd400;
	text-decoration: underline;
}

a.green:link {
	color: #cbd400;
	text-decoration: none;
}

a.green:visited {
	color: #cbd400;
	text-decoration: none;
}

a.green:hover {
	color: #9e9e9e;
	text-decoration: none;
}

a.green:active {
	color: #cbd400;
	text-decoration: none;
}

a.white:link {
	color: #fff;
	text-decoration: none;
}

a.white:visited {
	color: #fff;
	text-decoration: none;
}

a.white:hover {
	color: #9e9e9e;
	text-decoration: none;
}

a.white:active {
	color: #fff;
	text-decoration: none;
}

/* links BEGINS */

/* Contact Form begins */

label{
float: left;
width: 120px;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}

/* Contact Form end */


/* Twitter begins */

div.twitter_div {
	
}

#twitter_update_list {
	list-style-type: none;
}

#twitter_update_list li {
	margin-bottom: 10px;	
}


/* Twitter begins */

