* {
	padding: 0;
	margin: 0;
	outline: none;
}

html, body {
	height: 100%; /* sticky footer help */
}

html {
		overflow: auto;
}

body {
	font-size: 62.5%;
	line-height: 1.4em;
}

body.homepage {
	background: url(../images/bg.jpg) repeat-x scroll 45% 85px;
	font-family: 	Arial,Verdana,sans-serif;
	color: #002E6E;
}

body.sub_page {
	background: url(../images/sub_bg.jpg) repeat-x scroll 50% 80px;
	font-family: 	Arial,Verdana,sans-serif;
	color: #002E6E;
}

/* typorgraphy */

a {
	text-decoration: none;
	color: #22346A;
}

a:hover {
	color: #b0b0b0;
}

p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 0 19px 0;
}

/* p under email addresses for contact page */

p.headquarters {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 20px 0 19px 0;
}

/* home page question li for how we built it */

ul.questions {
	font-size:1.2em;
	line-height: 1.4em;
	margin: -15px 0 5px 40px;;
}

ul.questions_hp {
	font-size:1.2em;
	line-height: 1.4em;
	margin: -9px 0 15px 40px;;
}

ul.questions_products {
	font-size:1.2em;
	margin:-15px 0 5px 40px;
}

.questions li {
	color: #ff6600;
	margin: 3px 0 0 0;
}

.questions li span {
	color: #22346A;
}

.questions_hp li {
	color: #ff6600;
	margin: 3px 0 0 0;
}

.questions_hp li span {
	color: #22346A;
}

/* span italic */

.italic {
	font-style: italic;
}

/* span for the text "people" on the products page */

.people {
	font-weight: bold;
}

.people_line {
	margin: -21px 0 15px 0;
}

/* p tag for the footer text */

p.copyright {
	font-size: 1.2em;
	line-height: 1.3em;
	text-align: center;
	border-top: #ff6600 solid 3px;
	color: #22346A;
	padding: 10px 0 0 0;
}

/* headers */

h1.homepage_h1 {
	font-family: 	"Gill Sans", Arial,Verdana,sans-serif;
	font-size:4em;
	font-weight:normal;
	letter-spacing:0.03em;
	line-height:1.3em;
	margin:30px 0 7px 23px;
}

h2.homepage_h2 {
	font-family: 	"Gill Sans",	Arial,Verdana,sans-serif;
	font-size:3em;
	font-weight:normal;
	letter-spacing:0.03em;
	line-height:1.3em;
	margin: 0 0 27px 40px
}

h1 {
	font-family: 	Arial,Verdana,sans-serif;
	font-size:4em;
	font-weight:normal;
	letter-spacing:0.03em;
	line-height:1.3em;
	margin: 10px 0 0 23px;
}

/* h1 header for sub pages */

h1.title {
	text-align: right;
}

h2 {
	font-family: 	Arial,Verdana,sans-serif;
	font-size: 2.5em;
	font-weight: normal;
	letter-spacing: .05em;
	margin: 0 0 12px 0;
	padding: 2px 0 0 0;
	line-height: 1.16em;
	
}

h3.contact {
	margin: 0px 0px 0px 30px;
	line-height: 1.4em;
	font-weight: normal;
	font-size: 1.2em;
}

/* navigation */

#nav {
	float: right;
	width: 500px;
	margin: 0 0 0 0;
}

#nav li {
	display: inline;
	padding: 8px 0 0 0;
}

#nav li a {
	font-size: 1.5em;
	display: block;
	float: left;
	margin:0 0 0 30px;
	padding:12px 0 0 0;
}

#nav li a.selected {
	border-top: #ff6600 8px solid;
	padding: 4px 0 0 0;
}

/* layout */

/* learn more link for the HP */

a.learn_more {
	background: url(../images/orange_arrow.png) no-repeat right 1px;
	float: right;
	font-size: 1.32em;
	padding: 0px 14px 0 0;
	margin: 0 0 30px 0;
	line-height: 1.2em;
}

/* imaps learn more link for the Products Page */

a.learn_more_products {
	background: url(../images/orange_arrow.png) no-repeat right 1px;
	float: right;
	font-size: 1.32em;
	padding: 0px 14px 0 0;
	margin: -18px 0 30px 0;
	line-height: 1.2em;
}


/* t3 learn more link for the Products Page */

a.learn_more_t3 {
	background:transparent url(../images/orange_arrow.png) no-repeat scroll right 1px;
	float:right;
	font-size:1.32em;
	margin: -9px 0 0;
	line-height: 1.2em;
	padding:0 14px 0 0;
}


/* product sub pages T3.. IMAPS */

/* link for Back to products */

a.products_back {
	background:transparent url(../images/orange_arrow_reverse.png) no-repeat scroll left 2px;
	float:right;
	font-size:1.3em;
	padding:0 14px 0 16px;
	margin: 10px 0 0 0;
	line-height: 1.2em;
}

/* contact page */

/* links for click here to google maps as well as download pdf */

a.find_us {
	background:transparent url(../images/orange_arrow.png) no-repeat scroll left 2px;
	font-weight:bold;
	padding:0 11px 0 11px;
	margin: 0 0 0 10px;
}

a.pdf {
	background:transparent url(../images/PDF_icon.gif) no-repeat scroll left 2px;
	display:block;
	float:right;
	font-weight:bold;
	height:29px;
	margin:-35px 0 0 23px;
	padding:12px 32px 0 31px;
	width:90px;
}

#wrapper {
	min-height: 100%; /* sticky footer help */
	height: auto !important; /* sticky footer help */
	height: 100%; /* sticky footer help */
	margin: 0 auto -4em; /* sticky footer help */
	width: 970px;
}

#header {
		height: 95px;
}

a#branding {
	background: url(../images/branding.jpg) no-repeat scroll 0 11px;
	float: left;
	height: 76px;
	width: 264px;
	display: block;
	text-indent: -9000px;
}

/* main for homepage */

#main_homepage {
	height: 180px;
	margin: 0 0 30px;
}

/* main for sub pages */

#main {
	height: 150px;
}

#main_content {
	width: 100%;
	margin-bottom: 50px;
}

/* three col layout */

.three_col {
	width: 290px;
	float: left;
	padding: 0px 35px 0px 0px;
	margin: 0 0 40px 0;
}

.three_col_t3 {
	width: 320px;
	float: left;
	padding: 0px 5px 0px 0px;
	margin: 0 0 40px 0;
}

.three_col_last {
	width: 310px;
	float: left;
	padding: 0;
	margin: 0 0 0px 0;
}

.three_col_clients {
	width: 315px;
	float: left;
	padding: 0px 50px 0px 0px;
	margin: 0 0 40px 0;
}

/* two col layout */

.two_col {
	float: left;
	width: 420px;
	margin: 0 60px 50px 0;
}

.two_col_right {
	float: left;
	width: 490px;
}

.two_col_triangle {
	float: left;
	width: 450px;
	margin: 0 0 0 0;
}

.two_col_clients {
	float:left;
	margin:0 0 0 -21px;
	padding:0;
	width:300px;
	height: 350px;
}

#title {
	
}

.footer, .push {
	margin: 0 auto;
	clear: both;

}

/* image of clients */

.client {
	background: url(../images/clients.png) no-repeat;
	width: 591px;
	height: 278px;
}

/* image of triangular diagram */

.triangle_diagram {
	background: url(../images/triangle_diagram.png) no-repeat;
	width: 531px;
	height: 417px;
	margin: 0 0 22px 70px
}

/* imaps logo */

a#imaps_logo {
	background: url(../images/imaps_logo.png);
	width: 200px;
	height: 44px;
	margin: 0 0 7px;
	display: block;
	text-indent: -9000px;
}

/* t3 logo */

a#t3_logo {
	background: url(../images/t3_logo.png);
	height: 45px;
	width: 89px;
	margin: 0 0 15px;
	display: block;
	text-indent: -9000px;
}

/* break for space */

.break_1 {
	height: 20px;
}