/* 
*
* Easy front-end framework
*
* Copyright (c) 2009 Alen Grakalic
* http://easyframework.com/license.php
*
* supported by Templatica (http://templatica.com)
* and Css Globe (http://cssglobe.com)
*
*/


/*

for more info about the strucure of this file 
please read http://easyframework.com/documentation.php

*/

/* HTML elements  */		

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0;
	line-height:1em;
}
h1 {
	font-size:2em;
	margin-bottom:.5em;
}
h2, .pageTitle {
	font-size:1.75em;
	margin-bottom:.5142em;
	padding-top:.2em;
	text-transform: uppercase;
}
h3 {
	font-size:1.5em;
	margin-bottom:.7em;
	padding-top:.3em;
}
h4 {
	font-size:1.25em;
	margin-bottom:.6em;
}
h5, h6 {
	font-size:1em;
	margin-bottom:.5em;
	font-weight:bold;
}
p, blockquote, ul, ol, dl, form, table, pre {
	line-height:inherit;
	margin:0 0 1.5em 0;
}
ul, ol, dl { padding:0; }
ul ul, ul ol, ol ol, ol ul, dd { margin:0; }
li {
	margin:0 0 0 2em;
	display:list-item;
	list-style-position:outside;
}
blockquote, dd { padding:0 0 0 2em; }
pre, code, samp, kbd, var { font:100% mono-space, monospace; }
pre { overflow:auto; }
abbr, acronym {
	text-transform:uppercase;
	border-bottom:1px dotted #000;
	letter-spacing:1px;
}
abbr[title], acronym[title] { cursor:help; }
small { font-size:.9em; }
sup, sub { font-size:.8em; }
em, cite, q { font-style:italic; }
img { border:none; }
hr { display:none; }
table {
	width:100%;
	border-collapse:collapse;
}
th, caption { text-align:left; }
form div {
	margin:.5em 0;
	clear:both;
}
label { display:block; }
fieldset {
	margin:0;
	padding:0;
	border:none;
}
legend { font-weight:bold; }
input[type="radio"], input[type="checkbox"], .radio, .checkbox { margin:0 .25em 0 0; }
/* //  HTML elements */	

/* common */		
	
.left {
	float:left;
	margin-right:1em;
  clear: both;
}
.right {
	float:right;
	margin-left:1em;
  clear: both;
}
.center { text-align:center; }
.clear { clear:both; }
.first {
	margin-left:0 !important;
	border:0;
}
.last { margin-right:0 !important; }
.top { margin-top:0 !important; }
.bottom { margin-bottom:0 !important; }
.hidden, .print { display:none; }
.graphic {
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
/* // common */			

/* base */
	
	body, table, input, textarea, select, li, button {
	font:1em Helvetica, Arial, Sans-Serif;
	line-height:1.5em;
	color:#333;
}
body {
	font-size:13px;
	margin:0;
	padding:0;
	text-align:center;
	background: #19202a url(../images/bgs/bg-body.png) repeat-x;
}
a, a:visited {
	text-decoration:none;
	color:#334562;
	font: italic bold 1em Georgia, "Times New Roman", Times, serif;
}
a:hover { color:#acacac; }
ins {
	text-decoration:none;
	color:#900;
	font-style:italic;
}
code { color:#555; }
pre {
	margin-left:2em;
	padding-left:2em;
	border-left:1px solid #ccc;
}
blockquote {
	margin-left:2em;
	border-left:1px solid #ccc;
	font-style:italic;
}
dt { font-weight:bold; }
th, td {
	padding:.5em 1em;
	line-height:1.5em;
}
th { background:#eee; }
td { border-bottom:1px solid #eee; }
caption {
	font-style:italic;
	color:#777;
	margin:.5em 0;
}
fieldset {
	border:1px solid #ccc;
	padding:1em 2em;
	margin:0 0 1.5em 0;
}
legend { padding:2px 5px; }
form div.col { clear:none; }
form div.first { clear:both; }
form div { overflow:hidden; }
input[type="text"], input[type="password"], textarea, .field, .area, select {
	border:1px solid #aaa;
	padding:5px;
	background:#fff;
	width:150px;
	margin:0;
	font-size:.9em;
	vertical-align:top;
}
select { width:312px; }
textarea, .area {
	overflow:auto;
	height:150px;
	width:400px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus, .focus {
	background:#f5f5f5;
	outline:none;
}
.submit { }
button {
	border:none;
	background:#555;
	color:#fff;
	padding:0 1em;
	font-size:.9em;
	height:26px;
	cursor:pointer;
}
button:hover { background-color:#111; }
#searchForm {
	position: relative;
	float:right;
	margin:10px 0;
	height: 30px;
	line-height:0;
	overflow: auto;
}
.note, .success, .error { display:block; }
.error { color:#900; }
.success { color:#060; }
.note { font-weight:bold; }
.pullquote {
	width:20%;
	float:left;
	margin-right:2em;
	padding-right:2em;
	border-right:1px solid #ccc;
	text-align:right;
	font-size:1.1em;
	font-style:italic;
	color:#777;
	margin-bottom:.5em;
}
.boxout {
	width:20%;
	float:right;
	margin-left:2em;
	padding:1em 2em;
	border:1px solid #ccc;
	margin-bottom:.5em;
}
#easy_tooltip {
	border:1px solid #e1e1e1;
	padding:2px 10px;
	background:#f5f5f5;
}
/* base */

/* layout */

#container {
	margin:0 auto;
	width:1014px;
	text-align:left;
	position:relative;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #fff;
	min-height:550px;
}
.inner { position:relative; }
#header {
	position:relative;
	background: transparent url(../images/bgs/bg-header.jpg) no-repeat;
	height:136px;
	width:948px;
	padding: 0 33px;
}
#footer-top, #footer-bottom {
	position:relative;
	clear:both;
	width:100%;
	margin: 0 auto;
}
.content {
	clear:both;
	padding: 0 33px;
}
.main, .secondary, .tertiary, .quaternary {
	float:left;
	display:inline;
}
.main { width:600px; }
.secondary {
	width:280px;
	margin-left:40px;
}
.tertiary { }
.quaternary { }
/* grid */
		
		.cols { } /* main column container class */
.col {
	float:left;
	display:inline;
	width:48%;
	margin-left:4%; /* 2 equal width columns layout - default */
}
.cols3 .col {
	width:25%;
	margin-left: 3%;
	padding-left:3%;
	margin-bottom: 25px;
	border-left: 1px solid #dedede;
} /* 3 equal width columns layout */
.cols3 .first { border:none; }
.cols4 .col {
	width:22%;
	margin-left:4%;
} /* 4 equal width columns layout */
/* use following classes to build custom grid (add as many as you want) */
		
		.col1, .col2, .col3 {
	float:left;
	display:inline;
}
.col1 { }
.col2 { }
.col3 { }
.indent1 { }
.indent2 { }
.indent3 { }
/* grid */	

/* // layout */

/* navigation */
	
#nav, #nav ul, #nav li {
	margin:0;
	padding:0;
	list-style:none;
}
ul#nav {
	position: absolute;
	right:33px;
	text-align:right;
}
#nav li {
	float:left;
	display:inline;
	position:relative;
	line-height:34px;
	height:34px;
	margin-right:2em;
	text-transform:uppercase;
}
#nav li a {
	color:#acacac;
	font: normal normal .9em Helvetica, Arial, sans-serif;
}
#nav li.current a {
	color:#fff;
	cursor: default;
}
#nav li a:hover { color:#fff; }
#nav ul {
	position:absolute;
	opacity: .85;
	left:0;
	top:34px;
	padding: 10px 10px 6px 10px;
	width:160px;
	background:#000;
	display:none;
	z-index:1000;
	text-align:left;
}
#nav ul li {
	float:none;
	line-height:.9em;
	font-size:100%;
	height: 2em;
	font-family: Helvetica, Arial, Sans-Serif;
	text-transform:capitalize;
	display:block;
}
/* //navigation */

/* header */

#header #top {
	position: absolute;
	width: 948px;
	height:98px;
	line-height:98px;
	top:38px;
}
#header h1 { }
#header h1 a {
	display:block;
	float:left;
	position:relative;
	text-indent: -9999px;
	height:98px;
	width: 538px;
	background: #fff url(../images/logo-grt-inc.gif) no-repeat;
	z-index:1;
}
/* // header */
	
/* content */
.emphasis {
  margin:.75em 0;
	font: italic normal 1.5em Georgia, "Times New Roman", Times, serif;
	color:#a4a4a4;
}
.hr {
	display: block;
	background: transparent url(../images/bgs/bg-hr.png) repeat-x;
	width:948px;
	margin:20px 0;
}
#homepage .rotate { height:350px; }
.slide { position: relative; }
.panel {
	display:block;
	font-size:1.5em;
	position:absolute;
	text-align:center;
	top:305px;
	width:948px;
}
#left {
	float: left;
	width: 167px;
	margin-right: 26px;
	padding: 30px 0;
}
#left li { list-style: none; }
#primary {
	border-left:1px solid #D6D6D6;
	float:left;
	margin:20px 0 30px 10px;
	min-height:400px;
	padding-left:30px;
	width:700px;
}
/* // content */

/* @group Nav - Secondary
===================================== */

.navSecondary {
	margin: 0 0 4em;
	padding: 0;
	list-style: none;
	height: auto;
}
.navSecondary li {
	margin: 0 0 .5em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #d6d6d6;
	line-height: 1.2;
}
.navSecondary li li.first {
	margin: 0 0 .5em 1em !important;
}
.navSecondary li li.last {
	margin: 0 0 .5em 1em !important;
	border: 0;
	padding-bottom: 0;
}
.navSecondary li ul {
	margin: .5em 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.navSecondary li { margin-bottom: .5em; }
.navSecondary li a { display: block; text-decoration: none; }
.navSecondary li a:hover { text-decoration: none; }
.navSecondary li.current a {
	font-weight: bold;
	color: #c2c2c2;
	cursor: default;
}
.navSecondary li.current a { text-decoration: none; }

/* @group Nav - Secondary - Second Level
===================================== */

.navSecondary li.current ul { }
.navSecondary li li {
	margin: 0 0 .5em 1em;
	padding: 0;
	border-bottom: none;
	list-style: none;
	line-height: 1.2em;
}
.navSecondary li.current li a {
	font-weight: normal;
	color: #434343;
	cursor: pointer;
}
.navSecondary li.current li a:hover { text-decoration: underline; }
.navSecondary li.current li.current a {
	font-weight: bold;
	color: #999;
	cursor: default;
}
.navSecondary li.current li.current a:hover { text-decoration: none; }
/* @end Nav - Secondary - Second Level
-------------------------------- */

/* @end Nav - Secondary
-------------------------------- */

/* @group Nav - Breadcrumb
===================================== */

#crumbList {
	margin: 10px 0;
	overflow:auto;
}
#crumbList li {
	font-size: .85em;
	float: left;
	list-style: none;
	margin:0;
}
#crumbList li a { text-decoration: none; }
/* @end Nav - Breadcrumb
-------------------------------- */


/* footer */
#footer-top { background-color:#111315; }
#footer-bottom { background-color:#000000; }
#footer-top .inner, #footer-bottom .inner {
	margin:0 auto;
	width: 948px;
	padding:10px 33px;
	line-height: 0;
}
#footer-top .inner {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	min-height: 200px;
	background-color: #444444;
	line-height: 1.5em;
}
#footer-top a { color: #9ea6a9; }
#footer-top a:hover { color:#fff; }
#footer-bottom .inner p {
	position: relative;
	line-height: 1.5em;
	float:left;
	margin: 0;
}
#footer-bottom .inner ul {
	position: relative;
	float:right;
	margin: 0;
}
#footer-bottom .inner li { list-style: none; }
ul#navFooter {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: auto;
	text-align: left;
	width: 650px;
	float: left;
	border-right: 1px solid #595959;
}
#navFooter li {
	float: left;
	list-style: none;
	width: 160px;
	padding: 15px 20px 10px 0;
}
#navFooter li a {
	font: normal normal 1.2em Helvetica, Arial, Sans-Serif;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
	line-height:2.2em;
}
#navFooter li a:hover { color: #9ea6a9; }
#navFooter li.first, #navFooter li.last, #navFooter #navInvestors { display: none; }
#navFooter li ul li.first, #navFooter ul li.last { display: block; }
#navFooter li ul { margin-bottom:10px; }
#navFooter li ul, #navFooter li ul li {
	margin: 0;
	padding: 0;
}
#navFooter li ul li {
	float: none;
	padding: 4px 0;
	border-top: 1px solid #595959;
}
#navFooter li li a {
	font-size: .9em !important;
	text-transform:capitalize;
	color: #9ea6a9;
}
#navFooter li li a:hover { color:#fff; }
#footer-right {
	width: 200px;
	float:left;
	color: #fff;
	text-align: left;
	margin: 10px 0 10px 0;
	padding: 0 25px;
}
#footer-right h3 {
	font: normal normal 1.2em Helvetica, Arial, Sans-Serif;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
	line-height:2.2em;
}
.gray { color: #9ea6a9; }
/* // footer */

/* clearfix */

.inner:after, .content:after, .cols:after, .fixed:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.inner, .content, .cols, .fixed {
	display:block;
	min-height:1%;
}
* html .inner, * html .content, * html .cols, * html .fixed { height:1%; }

/* // clearfix */

/* @group Gallery Portal
===================================== */

#svGallery { width:100%; }

#svGallery li { position: relative; overflow:auto; float:left;  width:230px; margin:0; padding:0; height: 240px; }
#svGallery li img { border:1px solid #222; } 
dt a { color: #000; height:1em; line-height:1em;  font-size: 1.2em; overflow:auto; }
dd.summary span.readMore { display: block; }
dl.moreResults  { color:#334562; 	font:1.2em Helvetica, Arial, Sans-Serif; margin: 30px 0 0 0; }   
dl.moreResults li.current {   font-family: Helvetica, Arial, Sans-Serif; }

.gallery img { border: 1px solid #111; }

img.imgMed { float: left; margin:0 20px 20px 0; }
a#svAsset { padding:0 !important; }

/* @end  Gallery Portal
-------------------------------- */
.small { font-size: .75em; }

div.caption {
  margin: 0 10px 10px 10px;
  border: 1px solid #ccc;
  padding: 10px;
}
.right div.caption { margin-right: 0; }
.left div.caption { margin-left: 0; }
div.caption img {
  margin: 0;
  padding:0;
  border: none;
}
div.caption p {
	font-family: Arial, sans-serif;
  margin: 10px 0 0 0;
  padding: 10px;
  border-top: 1px #ddd dotted;
  font-size: .85em;
  font-style: normal;
  font-weight: bold;
}
