/*  ADR - Global Styles - Created Date: 10-8-09 - Last Modified Date: 10-8-09  */

body {
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   background-color:#A7A7A7;
   color:#5d5d5d;
}

a, a:active, a:visited, a:hover {
	color:#c06727;
}

img {
	border:0;
}

h1 {
	color:#444444;
	font-style:italic;
	letter-spacing:5px;
	text-transform:uppercase;
}

h2 {
	color:#c06727;
	font-size:14px;
}

h3 {
	color:#444444;
	font-style:italic;
	text-transform:uppercase;
	font-size:16px;
}

#fullContainer {
    background-image:url(../images/global/background-top.jpg);
    background-repeat:repeat-x;
	width:100%;
	background-color:#FFFFFF;
}

#bottomImageContainer {
	background-image:url(../images/global/background-bottom.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:transparent;
	width:100%;
	clear:left;
	overflow:hidden;
	padding-bottom:70px;
}

#container {
    position:relative;
	width:1075px;
	margin:0 auto;
	text-align:left;
}

#logo {
	float:left;
	width:289px;
	height:202px;
}

#nav {
    background-image:url(../images/global/topNavBackground.png);
	background-repeat:no-repeat;
	background-position:top left;
	float:right;
	padding:30px 0px 0px 138px;
	width:648px;
	color:#4b4a4a;
	line-height:17px;
}

#content {
	padding-top:30px;
	padding-left:289px;
	min-height:500px;
}

#footer {
	text-align:right;
	clear:both;
}

.clear {
	clear:both;
}

/* Positioning classes */
.navHeading {
	padding:0px 12px;
}

#contentLeft {
	float:left;
	width:650px;
}

#contentRight {
	float:right;
	width:120px;
}

.clockContainer {
	clear:both;
	padding-top:10px;
}

.clockLeft {
	float:left;
	width:50px;
}

.clockRight {
	float:right;
	width:65px;
	padding-left:5px;
	color:#000000;
}

.clockInput {
	background:transparent;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}
/*  Layer styles to possibly be moved later  */
/*  Home page */
#approachMenu {
	padding-left:30px;
    float:left;
	width:230px;
}

#servicesMenu {
	float:left;
	width:300px;
}

.homeGlobe {
	float:left;
	padding-bottom:250px;
}

#homeBottom {
	clear:both;
	width:100%;
}

#homeBottomLeft {
	float:left;
	width:72%;
}

#homeBottomRight {
	top:461px;
	left:770px;
	position:absolute;
	float:right;
	width:260px;
}

.bottomImageHome {
	float:left;
}

.subHeadHomeBottom {
	padding-top:25px;
}

.callout {
	text-transform:uppercase;
	color:#c26827;
}
/* Approch Page */
.processDownArrow {
	padding-left:120px;
}

/* About us*/
#aboutInnerLeft {
	width:70%;
	float:left;
}

#aboutInnerRight {
	width:30%;
	float:right;
}

/* Products page */
#productsLeft {
	width:250px;
	position:absolute;
	top:185px;
	left:19px;
}

/* Contact Us */
#contactInnerLeft {
	float:left;
	width:32%;
}

#contactInnerRight {
	float:right;
	width:68%;
}

