/* CSS Document */

/*###############################################################################################*/
/*###############                         Reset CSS                               ###############*/
/*###############################################################################################*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #F4DBDB; color: #a91d13; text-shadow: none; }
::selection { background: #F4DBDB; color: #a91d13; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0; padding:0;}




/*###############################################################################################*/
/*###############                     Default Element Styles                      ###############*/
/*###############################################################################################*/

/* heading */
h1 {font-family: 'PT Sans Narrow', Arial, sans-serif; font-size:38px; font-weight:normal; margin:10px 0 40px 0; color:#3389c9;}
h2 {font-size:16px; font-weight:bold; color:#333; margin-top:0.2em;}
h3 {font-size:14px; line-height:15px; color:#333;}
h4 {font-size:14px; line-height:15px; color:#666;}

/* text */
p {margin-bottom: 12px;}


/* links */
a, a:visited {color:#a91d13; text-decoration:none;}
a:hover{color:#a91d13; text-decoration:underline; }
a img{border:none}






/*###############################################################################################*/
/*###############                         Global Styles                           ###############*/	
/*###############################################################################################*/

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;
	line-height:18px;
	margin:0 auto;
	padding:0;
	color:#666666;
	background:#606873 url(/images/bg-pattern-2.jpg) repeat-x;
}
*:focus {
	outline:none;
}
.clear{
	clear:both;
}


#container {  /* encloses all divs */
	width:940px;
	margin: 0px auto;
}


#wrapper {    /* encloses #header & #main; includes edge shadows */
	width:940px;
	background:url(/images/bg-shadow.png) repeat-y;
}

#wrapper-inner {   /* encloses #header & #main; at nominal pg width (900px) */
	width: 900px;
	position:relative;
	background-color:#fff;
	margin: 0 auto;
}


/***************   Header  ***************/

#header {
	width:100%;
	position:relative;
}

#top {
	width: 100%;
	height: 130px;
}

#gii-logo{
	position:absolute; top:36px; left:25px;
}

#gii-cn{
	position:absolute; top:85px; left:700px;
}


/***************   Nav  ***************/

#nav {
padding: 12px 0 10px 25px;
background-color:#000;
border-bottom: 1px solid #999;
}

#nav ul {
display:block;
list-style:none outside none;
margin:0;
padding:0;
}

#nav ul li {
display:inline;
font-family:Tahoma,"Trebuchet MS",Arial,Helvetica,sans-serif;
font-size:13px;
text-transform:uppercase;
letter-spacing:1px;
list-style:none outside none;
padding:0;
margin:0 0 0 30px;
width:auto;
}

#nav ul li a {
color:#b8b8b8;
text-align:center;
text-decoration:none;
padding-bottom:6px;
}

#nav ul li.first {
	margin: 0;
}

#nav ul li a:hover {
text-decoration:none;
border-bottom: 5px solid #2975bd;
}

#nav ul li a.select {
color:#fff;
border-bottom: 5px solid #2975bd;
text-decoration:none;
}



/***************  Footer  ***************/
#footer {
	/*clear:both;*/
	height: 60px;
	width: 100%;
	background: url(../images/footer-bg.png) 0 0 no-repeat;
	color:#c1c8cc;
	font-size:11px;
}

#footer p {
	padding: 16px 0 0 45px;
}


/*###############################################################################################*/
/*###############                         Sub Page Styles                         ###############*/
/*###############################################################################################*/



/***************  Banner  ***************/
#banner {
	background: #7B7E81 url(/images/banner-bg-1.jpg) no-repeat;
	height:65px;
}

/***************  Content  ***************/

#content {
	width:560px;
	float:right;
	margin:30px 25px 0 0;
	min-height:400px;
}

#content ul {
	margin: 0 0 1em 0;
	padding: 0 0 0 1.5em;
	list-style-type:square;
}

#content li {
	margin: 0;
	padding: 0 0 0.5em 0.2em;
}

/*************** Sidebar ***************/

#sidebar {
	float:left;
	width: 265px;
	margin: 30px 0 0 25px; 
}


/*************** Side-Nav ***************/

#side-nav {background-color:#EEE;}
#side-nav ul {list-style:none; margin-top:15px; padding-bottom:15px;}
#side-nav ul li {margin:1px 0; font-size:14px;}
#side-nav ul li a {width: 250px; display:block; padding:2px 0 2px 15px; color:#4c90cd; text-decoration:none;}
#side-nav ul li a:hover {display:block; background-color: #4c90cd; color:#e7ebee;}
#side-nav ul li a.select {display:block; color:#fff; margin:0; text-decoration:none; background-color:#4c90cd;}

#side-nav h4 {font-size:16px; color:#666; font-weight:bold; padding: 15px 0 0 15px; text-transform:uppercase;}


/*************** Box WWD ***************/

#box-wwd {background-color:#4c90cd; padding:16px; margin-top:5px;}
#box-wwd h3 {color:#f5f5f5; font-weight:normal; font-size:20px; margin-bottom:12px;}
#box-wwd p {color:#fff; font-weight:normal; font-size:13px;}

/*************** Misc. ***************/

table.clients {font-family:Tahoma, Geneva, sans-serif; font-size:12px;}
p.bio {padding:0; margin:0;}



/*###############################################################################################*/
/*###############                        Home Page Styles                         ###############*/
/*###############################################################################################*/

/***************  Billboards  ***************/
#billboards {width:900px; height: 300px; background-color:#6C7480; overflow: hidden;}
#billboards a img.first { display: block }

/*---- pager ------*/
#pager {width: 60px; height: 20px;/* border: 1px solid red;*/ position: absolute; top:180px; left: 830px; z-index: 9;}
#pager a {display:inline-block; width:8px; height: 8px; border: 1px solid #81878D; margin: 0 0 0 8px; padding: 0; background: #81878D; opacity: 0.5;}
#pager a.activeSlide {background-color: #BFBFBF; border: 1px solid #C5C9CC;}
#pager a:focus { outline: none; }


/*************** Sidebar - Home *********/
#sidebar-home {
	float:left;
	width: 265px;
	margin: 20px 0 0 25px; 
}

/*************** Box WWD ***************/

#box-wwd-home {background-color:#4c90cd; padding:16px; margin-top:0;}
#box-wwd-home h3 {color:#f5f5f5; font-weight:normal; font-size:20px; margin-bottom:12px;}
#box-wwd-home p {color:#fff; font-weight:normal; font-size:13px;}


/*************** News-Box ***************/

#news-box {background-color: #eee; padding:16px; margin: 5px 0 0 0; }
#news-box h4 {color: #4c90cd; font-size: 20px; font-weight: normal; margin-bottom:12px;}
#news-box p {font-size: 12px; margin-bottom: 3px; line-height: 16px;}


/*************** Columns ***************/

.column {
	width:265px;
	float:left;
	margin: 20px 0 0 27px;
}

div.column ul {
	list-style: square;
	padding-left:17px;
}

.column h1 {
	font-size: 32px;
	line-height:32px;
	margin: 0 0 10px 0;
}

.superscript{
	font-family: 'PT Sans Narrow', sans-serif; 
	font-size: 24px; vertical-align:top;
}







