/*
Justin Hines
griptechnology.com


[Table Of Contents] 

	0- Reset
	1- Global
	2- Links
	3- Headings
	4- Header 
	5- Navigation
	6- Middle 
	7- Forms
	8- Extras
	9- Footer 

*/

/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	line-height: 1;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	background: #fff;
	color: #222;
	background:url(http://ca396aff945cdd1e63002f48d40e64ceb09e1bca.gripelements.com/img/body-bg.gif) repeat-x #404040;
}
body#index {background:url(http://ca396aff945cdd1e63002f48d40e64ceb09e1bca.gripelements.com/img/index-bg.gif) repeat-x #404040;}

.wrapper {
	margin:auto;
	width:900px;
}

.right {
	float: right;
}
.left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	float:left;
	margin:4px 10px 4px 0;
}
img.alignright {
	float:right;
	margin:4px 0 4px 10px;
}
img.border {
	padding:1px;
	border:solid 4px #d1d1d1;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
	color: #e4441f;
}
a:hover {
	color: #e4441f;
}
a:active {
	color: #e4441f;
}
p#gray a {
	color:#666666;
}
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	font: bold 2em "Times New Roman", Times, serif;
}
h2 {
	color:#989898;
	font-size:22px;
	font-weight:normal;
	margin:0;
	padding:8px 0 18px;
}
h3 {
	color:#989898;
	font-size:17px;
	font-weight:normal;
	margin:0;
	padding:5px 0 4px;
}
.title {
	padding-bottom:0;
}
h4 {
	color:#000000;
	font-size:14px;
	font-weight:normal;
	margin:0;
	padding:5px 0 0;
	text-transform:uppercase;
}
h4.C {
	color:#333333;
	margin-top:15px;
}
h5 {
	font: bold 0.9em Arial, Geneva, Helvetica, sans-serif;
}
#subnav h2 {
	color:#fff;
	font-size:13px;
	font-family:Helvetica, Arial;
	font-weight:normal;
	padding:12px 0 0 4px;
	text-transform: uppercase;
}
p.titlesub {
	color:#FFB400;
	font-weight:bold;
	margin-top:0;
}
/* =4 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#header {
	height:87px;
}
#logo {
	margin:11px 0 0 -8px;
	float:left;
}
/* =5 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#nav {
	width:633px;
	float:right;
	height:32px;
	margin-top:32px;
}
#nav a {
	float:left;
}
#nav a img {
	float:left;
	height:32px;
	background:url(http://ca396aff945cdd1e63002f48d40e64ceb09e1bca.gripelements.com/img/navbar.gif) no-repeat;
}
#nav a.what1 img{width:99px;background-position:0 0;}
#nav a.what2 img{width:147px;background-position:-99px 0;}
#nav a.who img{width:98px;background-position:-246px 0;}
#nav a.news img{width:55px;background-position:-344px 0;}
#nav a.speak img{width:81px;background-position:-399px 0;}
#nav a.clients img{width:69px;background-position:-480px 0;}
#nav a.contact img{width:84px;background-position:-549px 0;}

#nav a.what1:hover img{background-position:0 -32px;}
#nav a.what2:hover img{background-position:-99px -32px;}
#nav a.who:hover img{background-position:-246px -32px;}
#nav a.news:hover img{background-position:-344px -32px;}
#nav a.speak:hover img{background-position:-399px -32px;}
#nav a.clients:hover img{background-position:-480px -32px;}
#nav a.contact:hover img{background-position:-549px -32px;}

#subnav {
	width:235px;
	position:relative;
	margin:9px 0 0 -5px;
	background:url(http://ca396aff945cdd1e63002f48d40e64ceb09e1bca.gripelements.com/img/subnav-bg.gif) no-repeat;
	min-height:196px;
  	height:auto !important;
  	height:196px;
}
#subnav ul {
	margin-top:10px;
}
#subnav li {
	background:url(http://ca396aff945cdd1e63002f48d40e64ceb09e1bca.gripelements.com/img/line.gif) no-repeat bottom left;
	padding:8px 0 11px 5px;
}
#subnav .padding {
	padding:12px 10px;
}

/* =6 Middle
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
p {
	line-height:1.5em;
	margin:5px 0 15px 0;
	font-family:verdana,arial,sans-serif;
	font-size:11px;
}
#flash {
	height:278px;
}
#middle {
	background:url(http://ca396aff945cdd1e63002f48d40e64ceb09e1bca.gripelements.com/img/body-bg.gif) repeat-x #FFF 0 -87px;
}
#left-col {
	float:left;
	width:225px;
}
#main {
	float:right;
	width:636px;
	padding-top:6px;
}
.gray-fade {
	background:url(http://ca396aff945cdd1e63002f48d40e64ceb09e1bca.gripelements.com/img/gray-fade.gif) repeat-x bottom left;
	padding-bottom:30px;
}
#bottom {
	color:#fff;
	font-size: 11px;
	font-family:verdana;
}
#bottom .column1 {
	float:left;
	width:423px;
}
#bottom .column2 {
	float:right;
	width:423px;
}
#main ul {
	color:#222222;
	font-family:verdana,arial,sans-serif;
	font-size:11px;
	line-height:19px;
	margin-left:25px;
	list-style:disc;
}
ul#clientlist li {
	color:#525252;
	line-height:16px;
	padding:3px 0 3px 0;
}
ul#clientlist {
	list-style-type:none;
}
table#list td {

}
/* =7 Form
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* =8 Extra
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#quote,#cite {
	background:url(http://ca396aff945cdd1e63002f48d40e64ceb09e1bca.gripelements.com/img/quote-bg.gif) no-repeat top right #000;
	width:227px;
	position:relative;
	margin-left:-2px;
}
#quote {
	height:500px;
	width:227px;
	overflow:hidden;
	background:url(http://ca396aff945cdd1e63002f48d40e64ceb09e1bca.gripelements.com/img/quote-bg.gif) no-repeat;
	position:relative;
}
#quote ul{
	width:227px;
}
#quote li {
	width:227px;
	height:300px;
	overflow:hidden; 
}
#quote p,#cite p {
	margin:0;
	font-size:11px;
	padding:10px;
}
#cite p {
	padding:0;
}
#cite li {
	height:80px;
	overflow:hidden;
}
#cite {
	background:url(http://ca396aff945cdd1e63002f48d40e64ceb09e1bca.gripelements.com/img/quote-bg.gif) no-repeat 0 -453px #fff;
	padding:15px 0 0 0;
}
small {
	color:#666;
	font-size:10px;
}

table#list td {
	border-top:1px solid #E8E8E8;
	font-size:10px;
	padding:12px;
}
table#list td {
	font-size:10px;
}
div#intcallA {
	background-color:#F6F6F6;
	border:1px solid #999999;
	margin-right:20px;
	padding:10px;
}
div#intcallA p {
	margin:0;
	padding:0;
}
div#intcallC {
	background-color:#E4431E;
	border:1px solid #333333;
	margin-bottom:15px;
	margin-right:20px;
	padding:10px;
}
div#intcallC p {
	color:#FFFFFF;
	margin:0;
	padding:0;
}
#quote1,
#quote2 {
	height:300px;
	overflow:hidden;
}
#quote1 li,
#quote2 li{
	height:300px;
	overflow:hidden;
	width:423px;
}
/* =9 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#footer {
	text-align: center;
	color:#fff;
	font-size:10px;
	clear:both;
	padding:95px 0 30px 0;
	background:url(http://ca396aff945cdd1e63002f48d40e64ceb09e1bca.gripelements.com/img/footer-bg.gif) repeat-x;
}
#footer a {
	color:#fff;
	text-decoration: none;
	border-bottom:dotted 1px #fff;
}
#index #footer {
	background:none;
	padding-top:60px;
}
