@charset "UTF-8";
/*

GCP Blue: #194e84

*/

/* RESETS */


html, body, div, span, applet, object, iframe, img, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, em, font, img, ins, kbd, q, s, samp, small, strike, strong, ul {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* HTML STYLES */

body {
	color: #333;
	background: #EEE;
	/* font-family: Helvetica, san-serif; */
	font-size: 14px;
}
body, input, button, textarea, select {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
noscript {
	background: FF0000;
	display: block;
	margin: 10px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.5);

	background: -moz-linear-gradient(#FF0000, #990000);
	background: -o-linear-gradient(#FF0000, #990000);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FF0000), to(#990000)); /* older webkit syntax */
	background: -webkit-linear-gradient(#FF0000, #990000);
}
noscript:hover {
	background: -moz-linear-gradient(#FF0000, #CC0000);
	background: -o-linear-gradient(#FF0000, #CC0000);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FF0000), to(#CC0000)); /* older webkit syntax */
	background: -webkit-linear-gradient(#FF0000, #CC0000);
}
noscript a {
	display: block;
	color: #FFF!important;
	padding: 10px;
}
h1, h2, h3, h4, h5 {
	color: #000;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.0em;
}
ul {
	list-style: url(../images/bullet_circle.png);
	margin-bottom: 1.0em;
}

a, a:visited {
	color: #3B6B9C;
	text-decoration: none;
}
a:hover {
	color: #000; /*194E84*/
	/* text-shadow: 0px 0px 20px #999; */
}
hr {
	border: none;
	border-bottom: 1px solid #CCC;
	margin: 0;
	padding: 0;
}
iframe {
	border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #CCC;
	background: #CCC;
	padding: 3px;
}
.map { border: none!important; }
p {
	margin: 0 0 1.0em 0;
}
/* IDs */
#wrapper {
	/* background: url(../images/shadow_body.png) repeat-y; */
	background: #FFF;
	display: block;
	width: 1000px;
	margin: 0 auto;
	border-radius: 5px;
	box-shadow: 0 2px 1px rgba(0,0,0,0.25);
}
#main_wrapper {
	margin: 0 auto 10px auto;
	padding: 0 10px 10px 10px;
	width: 980px;
}
#header {
	display: block;
	width: 1000px;
	margin: 0 auto;
}
#header_banner {
	color: #205595;
	margin: 40px 0 0 0;
	display: block;
	font-size: 1.5em;
	text-align: center;
	float: right;
	text-shadow: 0px 2px 10px #999;
	font-style: italic;
	border-radius: 0 10px;
	-moz-border-radius: 5px;
	position: relative;
	width: 240px;
}
#topnav {
	text-shadow: 0px 1px 1px #000;
	font-weight: bold;
	display: block;
	height: 60px;
	margin: 10px 0 0 -10px;
	width: 1020px;
}
#topnav_logo {
	background: url(../images/topnav_logo.png) repeat-x;
	display: inline-block;
	width: 80px;
	height: 60px;
	float: left;
}
#topnav_main {
	background: url(../images/topnav_main.png) repeat-x;
	display: inline-block;
	width: 940px;
	height: 60px;
	float: right;
}
#topnav ul {
	float: left;
	margin: 0 0 0 20px;
}
#topnav ul li {
	padding: 11px 0 0 0;
	display: inline-block;
	list-style-type: none;/*margin-left: -3px;*/
}
#topnav a {
	color: #85b8ed;
	text-decoration: none;
	border: none;
}
#topnav li a {
	color: #FFF;
	display: block;
	height: 26px;
	padding: 10px 10px 0 10px;
}
#topnav li a:hover {
	color: #FFF;
	background: url(../images/topnav_hover.png) repeat-x;
	text-shadow: 0px 0px 20px #FFF;
}
#login_submit {

}
.topnav_out {
	color: #999;
	text-decoration: none;
	text-shadow: 0px -1px 1px #000;
}
.topnav_over {
	color: #194E84;
	text-shadow: none;
	background: url(../images/topnav_button_over.png) repeat-x;
}
#topnav .current, #topnav li a:active {
	color: #FFF!important;
	background: url(../images/topnav_current.png) repeat-x bottom;
	text-shadow: 0px 0px 20px #FFF;
}
#topnav .current:hover {
	color: #FFF!important;
	background: url(../images/topnav_current.png) repeat-x;
	text-shadow: 0px 0px 20px #FFF;
}
#catheader {
	float: left;
	font-weight: bold;
	margin: 0 0 0 30px;
}
#subnav {
	position: relative;
	padding: 5px 0 0 0;
	float: inherit;
	/* background: #DDD url(../images/subnav_bg.png) repeat-x; */
	display: block;
	height: 21px;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	/*text-shadow: 0px 1px 1px #000;text-shadow: 0px -1px 1px #205595;*/
	overflow: hidden;
	border-radius: 5px 5px 0 0;
}
.subnav_light {
	background: #CCC;
	background: -moz-linear-gradient(#CCC, #AAA);
	background: -o-linear-gradient(#CCC, #AAA);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CCC), to(#AAA)); /* older webkit syntax */
	background: -webkit-linear-gradient(#CCC, #AAA);
}
.subnav_dark {
	background: #CCC;
	background: -moz-linear-gradient(#666, #333);
	background: -o-linear-gradient(#666, #333);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666), to(#333)); /* older webkit syntax */
	background: -webkit-linear-gradient(#666, #333);
}
#subnav ul {
	margin: 1px 0 0 30px;
	float: left;
}
#subnav ul li {
	display: inline-block;
	list-style-type: none;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	box-shadow: 0 0 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.25);
}
#subnav li a {
	/* background: url(../images/white_30.png); */ /*url(../images/black_10.png)*/
	background: #DDD;
	
	background: -moz-linear-gradient(#DDD, #BBB);
	background: -o-linear-gradient(#DDD, #BBB);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDD), to(#BBB)); /* older webkit syntax */
	background: -webkit-linear-gradient(#DDD, #BBB);
	color: #666;
	text-decoration: none;
	display: block;
	padding: 0 10px;
	/*border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;*/
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	
	text-shadow: 1px 1px 0 rgba(255,255,255,0.35);
}
#subnav li a:hover {
	/* background: url(../images/white_75.png); */ /*url(../images/black_10.png)*/
	background: #EEE;
	background: -moz-linear-gradient(#EEE, #CCC);
	background: -o-linear-gradient(#EEE, #CCC);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEE), to(#CCC)); /* older webkit syntax */
	background: -webkit-linear-gradient(#EEE, #CCC);
	color: #333;
	/*text-shadow: 0px 1px 1px #000;*/
}
#subnav li a:active {
	/* background: url(../images/white_75.png); */ /*url(../images/black_10.png)*/
	background: #FFF;
	background: -moz-linear-gradient(#FFF, #EEE);
	background: -o-linear-gradient(#FFF, #EEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#EEE)); /* older webkit syntax */
	background: -webkit-linear-gradient(#FFF, #EEE);

	color: #333;
}
#subnav .current,#subnav .current:hover {
	/*background: url(../images/black_15.png);*/
	background: #FFF /* url(../images/subnav_tab_current.png) repeat-x bottom */;
	background: -moz-linear-gradient(#EEE, #FFF);
	background: -o-linear-gradient(#EEE, #FFF);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEE), to(#FFF)); /* older webkit syntax */
	background: -webkit-linear-gradient(#EEE, #FFF);
	color: #194E84;
	text-shadow: none;
	/*border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;*/
}

#login {
	line-height: 1.8em;
	font-size: 0.7em;
	float: right;
	margin: 20px 20px 0 0;
	padding-left: 20px;
	background: url(../images/lock_icon.png) no-repeat 0 1px;
}
#login:hover { 	background: url(../images/lock_icon_over.png) no-repeat 0 1px; }
#login a {
	display: inline-block;
}
#login a:hover {
	color: #FFF;
}
#mainwrapper {
	display: block;
	background: #FFF;
}
#body_wrapper {
	display: block;
	background: #FFF;
	overflow: hidden;
}
#body {
	background: #FFF;
	padding: 20px 0px 20px 30px;
	line-height: 1.4em;
}
#body ul {
	margin-left: 2.0em;
}
#notice ul {
	margin-left: 2.0em;
}
#sidebar {
	background: #FFF;
	margin: 0;
	padding: 0;
}
#sidebar img {
	margin: 5px!important;
	padding: 0!important;
	border: none!important;
	border-radius: 3px;
	-moz-border-radius: 3px;
}
#sidebox {
	//background: url(../images/bottombar_bg_right_300.png) bottom repeat-x;
	cursor: default;
	color: #999;
	font-size: 11px;
	margin: 5px;
	line-height: 1.4em;
	text-align:  center;
}
#sidebox hr {
	border: none;
	border-bottom: 1px solid #FFF;
}
#sidebox ul {
	list-style: inside url(../images/bullet_arrow_mini.gif);
	list-style-position: outside;
	margin-left: 1.0em;
}
#sidebox a {
	background: #DDD;
	display: block;
	padding: 8px 20px;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
}
#sidebox a:hover {
	background: #CCC;
}
#footer {
	font-size: 10px;
	color: #666;
	display: block;
	height: 25px;
	width: 1000px;
	margin: 0 auto;
}
#footer_text {
	/*background: url(../images/footer_bg.png) repeat-x;*/
	display: block;
	padding: 0 25px;/*height: 25px;
	line-height: 25px;*/
}
.shadow_header {
	background:url(../images/shadow_header.png) no-repeat top;
	display: block;
	margin: 0 auto;
	height: 15px;
	width: 1020px;
}
.shadow_footer {
	background:url(../images/shadow_footer.png) no-repeat bottom;
	display: block;
	margin: 0 auto;
	height: 15px;
	width: 1020px;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
}
#RFI {
}
#RFI label {
	display: block;
	float: left;
	padding: 5px 0 5px 0;
}
#RFI input, #RFI textarea {
	background: #FFF url(../images/input_bg.png) repeat-x;
	display: block;
	float: inherit;
	margin: 0 0 0 100px;
	border: 1px solid #CCC;
	padding: 5px;
	font-size: 1.4em;
}
#RFI input:hover, #RFI textarea:hover {
	background: #FFF url(../images/input_bg.png) repeat-x;
}
#RFI input:focus, #RFI textarea:focus {
	background: #EEE url(../images/input_bg.png) repeat-x;
	border: 1px solid #999;
}
#RFI textarea {
	display: block;
	width: 400px;
	max-width: 400px;
}
#RFI_buttons {
	display: block;
	margin: 0 0 0 100px;
}
#RFI button {
	color: #000;
	background: #EEE url(../images/button_bg.png) repeat-x;
	cursor: pointer;
	font-size: 1.0em;
	height: 30px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
#RFI button:hover {
}
#RFI button:active {
	background: #EEE url(../images/button_bg_down.png) repeat-x;
}
/* CLASSES */
.meta, .meta a, .meta a:visited { font-size: 10px; color: #999; }
.meta a:hover { color: #000; }
.right { float: right; }
.left { float: left; }
.width300 { width: 310px; }
.width700 { width: 640px; }
.width500 { width: 480px; }
.width1000 { width: 940px; }
.font7 { font-size: 7px; }
.font8 { font-size: 8px; }
.font9 { font-size: 9px; }
.font10 { font-size: 10px; }
.font11 { font-size: 11px; }
.font12 { font-size: 12px; }
.font13 { font-size: 13px; }
.font14 { font-size: 14px; }
.font15 { font-size: 15px; }
.font16 { font-size: 16px; }

.label {
	display: inline-block;
	width: 80px;
	text-align: right;
}

.inputResponse { font-size: 0.9em; }
.colblack { color: #000; }
.colred { color: #F00; }
.colblue { color: #00F; }
.colgreen { color: #408000; }
.colgray { color: #999; }
.clear { clear: both; }
.spacer1 {
	background: #FFF;
	display: block;
	height: 1px;
}
.spacer2 {
	background: #FFF;
	display: block;
	height: 2px;
}
.spacer3 {
	background: #FFF;
	display: block;
	height: 3px;
}
.more_button, .more_button:visited {
	margin-left: 2px;
	display: block;
	height: 12px;
	line-height: 13px;
	float: right;
	background: #00A0D6;
	color: #FFF;
	padding: 1px 3px;
	font-size: 70%;
	border: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
}
.more_button:hover {
	float: right;
	background: #205595;
	color: #FFF;
}
.contact_left {
	text-align: center;
	float: left;
	display: block;
	width: 49%;
	border-right: 1px solid #DDD;
}
.contact_right {
	text-align: center;
	float: right;
	display: block;
	width: 50%;
}
.faq_q {
	font-weight: bold;
	cursor: pointer;
	color: #3B6B9C;
	line-height: 1.4em;
	padding: 5px 10px 5px 10px;
	margin-top: 5px;
	text-shadow: 0px 1px 1px #FFF;
}
.faq_q_down {
	color: #3B6B9C;
	background: #DDD url(../images/faq_q_bg.png) repeat-x top;
	text-shadow: 0px 1px -1px #FFF;
}
.faq_q:hover {
	color: #3B6B9C;
	background: #DDD url(../images/faq_q_bg.png) repeat-x top;
	text-shadow: 0px 1px -1px #FFF;
} /* 800080 */
.faq_a {
	display: none;
	margin: 0;
}
.faq_a_container {
	padding: 10px;
	background: #EEE;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
}
#faq_showall, #faq_hideall {
	color: #00A0D6;
	cursor: pointer;
}
#faq_showall:hover, #faq_hideall:hover {
	color: #800080;
}
#page_header {
}
#page_header h3 {
	color: #194E84;
	padding: 0 0 10px 0;
	position: relative;
}

.buttonstyled { background: #194e84; color: #FFF; border: 1px solid #000; border-radius: 3px; -moz-border-radius: 3px; cursor: pointer; }

#investor_list, #investor_downloads { border-top: 1px solid #999; border-left: 1px solid #999; font-size: 0.8em; }
#investor_list tr:hover, #investor_downloads tr:hover { background: #DDD; cursor: pointer; }
#investor_list th, #investor_list td, #investor_downloads th, #investor_downloads td { border-right: 1px solid #999; border-bottom: 1px solid #999; }
#investor_list th, #investor_list td.info, #investor_downloads th, #investor_downloads td.info { background: #999 url(../images/table_row_bg.png) repeat-x top; color: #FFF; text-shadow: 0 1px 1px #000; font-weight: bold; }

/* #investor_list th:hover, #investor_downloads th:hover { background: #888 url(../images/table_row_bg.png) repeat-x top; } */

#investor_list td.total, #investor_downloads td.total { background: #EEE url(../images/table_row_total.png) repeat-x top; color: #000; text-shadow: 0 1px 1px #FFF; }

#investor_list td.info, #investor_downloads td.info { border-right: #999 1px solid; border-bottom: #999 1px solid; }
#investor_list td.edit, #investor_downloads td.edit { background: #65bf94 url(../images/table_row_bg.png) repeat-x top; color: #FFF; text-shadow: 0 1px 1px #000; font-weight: bold; text-align: center; }
#investor_list td.edit:hover, #investor_downloads td.edit:hover { background: #48a276 url(../images/table_row_bg.png) repeat-x top; }

#investor_list td.edit a, #investor_downloads td.edit a { color: #FFF; }
.odd { background: #EEE url(../images/table_row_bg.png) repeat-x top; }
.even { background: #FFF url(../images/table_row_bg.png) repeat-x top; }

.table_wrapper {
	background: #EEE;
	padding:10px;
	border: 1px solid #CCC;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 10px rgba(0,0,0,0.5);
}
.table_scroller {
	border: 2px #CCC solid;
	overflow-x: scroll;
}
/****** SORT TABLE ********/


th.headerSortUp { 
    background: #194e84 url(../images/table_sort_asc.png) no-repeat center!important;
}

th.headerSortDown { 
    background: #194e84 url(../images/table_sort_desc.png) no-repeat center!important;
}
th.header { 
    cursor: pointer;
    padding: 5px 0;
    /* padding: 0 20px; */
}

.input_note {
	font-size: 75%;
	font-weight: bold;
	color: #999;
}

#investor_add .label_left, #investor_edit .label_left, #dashboard .label_left {
	display: inline-block;
	width: 140px;
	text-align: right;
	padding: 0 10px 0 0;
}
#investor_add .label_nopad, #investor_edit .label_nopad {
	display: inline-block;
	text-align: right;
	padding: 0 10px 0 0;
}
#investor_add .label_right, #investor_edit .label_right {
	display: inline-block;
	text-align: right;
	float: right;
	padding: 0 10px 0 0;
}
.label {
	font-size: 75%;
	font-weight: bold;
	color: #999;
}

#investor_page {
	
}

#investor_page h1 {
	font-size: 1.1em;
	border-bottom: 1px dotted #CCC;
	margin: 0 0 1.0em 0;
}
#investor_page label {
	cursor: pointer;
	display: block;
	background: #CCC;
	padding: 10px;
	font-weight: bold;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#investor_page input:checkbox {
	background: green;
	padding: 10px;
}
.formcontainer {
	background: #EAEAEA;
	display: block;
	border: 1px solid #CCC;
	margin: 0 0 10px 0;
	padding: 10px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.investor_container {
	display: none;
	border: 1px solid #CCC;
	padding: 10px 20px;
	margin: 0 0 10px 0;
}
#investor_part1 {
	display: block;
}
.investor_toggle {
	color: #3B6B9C;
	cursor: pointer;
}
.investor_toggle:hover {
	color: #000;
}

#investor_progress {
	display: none;
	border: 1px solid #CCC;
	background: #EEE url(../images/progress_bg.png) repeat-x top;
	height: 20px;
	margin: 0 0 10px 0;
	overflow: hidden;
	border-radius: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#investor_progress_bar {
	float: left;
	background: green url(../images/progress_bar.png) repeat-x top left;
	width: 0%;
	height: 20px;
	-webkit-box-shadow: 2px 0 5px rgba(0,0,0,0.5);
}
#investor_progress_amount {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-align: right;
	float: right;
	padding: 0 10px 0 0;
	text-shadow: 1px 1px 0px #000;
}
#investor_progress_label {
	padding: 0 0 0 10px;
	color: #666;
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
}
#getdocs { display: none; font-size: 1.4em; font-weight: bold; padding: 10px; }


/****** MODAL STYLES ********/

.modal_wrap {
	font-size: 11px;
	background: #FFE;
	width: 970px;
	margin: 0 auto;
	color:#000;
	border: 5px solid #000;
	padding:1.0em;
	display:block;
	position: fixed;
	top:0px;
	opacity: 0;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 1000;
}
.modal_content {
}
.modal_closebox {
	float: right;
	position: relative;
	top: -25px;
	right: -25px;
	cursor: pointer;
}

#bio_links {
	cursor: pointer;
	/*list-style: none;*/
	text-indent: 0;
	margin: 0;
	padding: 0;
}
#bio_links li {
	text-indent: 0;
	/*background: #EEE;*/
	margin: 0 0 1px 0;
	padding: 5px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.bio_link_down { background: #dbeaf9; }
.bio_body {
	background: #dbeaf9;
	padding: 5px 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
	left: -10px;
}

.list_link {
	list-style: url(../images/bullet_arrow.gif);
}

.button_blue {
	display: inline-block;
	cursor: pointer;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 0px rgba(0,0,0,1);
	background: #194e84 url(../images/button_bg_new.png) repeat-x top;
	color: #FFF!important;
	padding: 4px 10px;
	border: 1px solid #063666;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.button_blue:hover {
	background: #366aa0 url(../images/button_bg_new.png) repeat-x top;
}
.button_blue:active {
	background: #0e3e70 url(../images/button_bg_new.png) repeat-x top;
}

a.button_large_green {
	display: inline-block;
	width: 40%;
	margin: 0 auto;
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: bold;
	text-align: center;
	padding: 0.75em;
	color: #FFF;
	text-shadow: 0px 1px 1px rgba(0,0,0,1);
	background: #3b6b9c;
	background: -moz-linear-gradient(#59B102, #408000);
	background: -o-linear-gradient(#59B102, #408000);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#59B102), to(#408000)); /* older webkit syntax */
	background: -webkit-linear-gradient(#59B102, #408000);
	text-decoration: none;
	border: none;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
a.button_large_green:hover {
	background: -moz-linear-gradient(#61c300, #499200);
	background: -o-linear-gradient(#61c300, #499200);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#61c300), to(#499200)); /* older webkit syntax */
	background: -webkit-linear-gradient(#61c300, #499200);
}
a.button_large_red {
	display: inline-block;
	width: 40%;
	margin: 0 auto;
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: bold;
	text-align: center;
	padding: 0.75em;
	color: #FFF;
	text-shadow: 0px 1px 1px rgba(0,0,0,1);
	background: #3b6b9c;
	background: -moz-linear-gradient(#CF0000, #930000);
	background: -o-linear-gradient(#CF0000, #930000);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CF0000), to(#930000)); /* older webkit syntax */
	background: -webkit-linear-gradient(#CF0000, #930000);
	text-decoration: none;
	border: none;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
a.button_large_red:hover {
	background: -moz-linear-gradient(#FF0000, #AE0000);
	background: -o-linear-gradient(#FF0000, #AE0000);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FF0000), to(#AE0000)); /* older webkit syntax */
	background: -webkit-linear-gradient(#FF0000, #AE0000);
}


a.rfi {
	display: block;
	width: 50%;
	margin: 0 auto;
	font-size: 1.6em;
	line-height: 1.6em;
	text-align: center;
	padding: 0.75em;
	color: #FFF;
	text-shadow: 0px 1px 1px rgba(0,0,0,1);
	background: #3b6b9c;
	background: -moz-linear-gradient(#3b6b9c, #1a4e84);
	background: -o-linear-gradient(#3b6b9c, #1a4e84);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3b6b9c), to(#1a4e84)); /* older webkit syntax */
	background: -webkit-linear-gradient(#3b6b9c, #1a4e84);
	text-decoration: none;
	border: none;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
a.rfi:hover {
	background: #4984bf;
	background: -moz-linear-gradient(#4984bf, #2469b3);
	background: -o-linear-gradient(#4984bf, #2469b3);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4984bf), to(#2469b3)); /* older webkit syntax */
	background: -webkit-linear-gradient(#4984bf, #2469b3);
}
a.rfi:active {
	background: #3b6b9c;
	background: -moz-linear-gradient(#3b6b9c, #1a4e84);
	background: -o-linear-gradient(#3b6b9c, #1a4e84);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3b6b9c), to(#1a4e84)); /* older webkit syntax */
	background: -webkit-linear-gradient(#3b6b9c, #1a4e84);
}

/*** Contact X ***/
#RFI .errMsg {
	background: url(../images/error.png) no-repeat left 1px;
	position: relative;
	top: -4px;
	padding: 3px 3px 3px 20px;
	font-size: 0.8em;
	font-weight: bold;
}
#RFI .arrow {
	position: relative;
}
#responeMsg {
	background: url(../images/ok_lg.png) no-repeat 4px 6px;
	/*color: #FFF;*/
	font-weight: bold;
	display: block;
	width: 80%;
	height: 36px;
	line-height: 36px;
	margin: 5px 0 0 70px;
	padding: 5px 5px 5px 40px;
	/*border: 1px solid #000;*/
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.message_errMsg { /*** error label position for the "message" textarea input ***/
	position: relative!important;
	left: 70px;
}


/*** Misc ***/

#demo_text {
	z-index: -1;
	background: #333; /*FEFFDF*/
	color: #FFF;
	text-shadow: 0 1px 1px rgba(0,0,0,1);
	padding: 10px;
	/* border: 1px solid #000; */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.35);	
}
#demo_image {
	/* cursor: pointer; */
	z-index: 10010;
}

.gems_demo_link {
	
}
.gems_demo_link_active {
	background: blue;
}
.gems_demo_link_thumb:hover {
	background: #CCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.gems_demo_link_thumb {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.gems_demo_link_thumb_current {
	background: #B5B7FF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#gcp_confidentiality_icon {
	/* position: relative; */
}
#readme_icon {
	display: block;
	position: absolute;
	top: 120px;
	left: 42px;
	opacity: 0.35;
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	transform: rotate(10deg);
}
.dashboard_icon_container {
	background: #EEE;
	padding: 10px 5px;
	position: relative;
	width: 190px;
	/* border-left: 1px solid #CCC; */
	/* border: #EEE 1px solid; */
	border-radius: 5px;
	box-shadow: inset 0 2px 3px rgba(0,0,0,0.35);
}

/*** Form Elements ***/
input, textarea {
	background: #FFF url(../images/inputbg.png) repeat-x top;
	border-top: #7c7c7c 1px solid;
	border-left: #c3c3c3 1px solid;
	border-right: #c3c3c3 1px solid;
	border-bottom: #dddddd 1px solid;
	padding: 2px;
}


/*** Debug ***/
#debug {
	color: #000;
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	background: #ffc;
	border: 1px solid #fc6;
	padding: 0.5em;
	margin: 2px;
	z-index: 10000;
	font-size: 0.7em;
	line-height: 1.4em;
	font-family: "lucida console", monaco, monospace;
	-moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.5);
}



/********************* IE HACKS **************************/

* html #topnav li {
	display:inline;
	margin: 0px 1px;
}  /* IE 6 */
* + html #topnav li {
	display:inline;
	margin: 0px 2px;
}  /* IE 7 */
/*html #topnav li {
	display:inline\0/;
	margin: 0px 1px\0/;
}  /* IE 8 */

* + #bio_links ul {
	list-style: none!important;
}

* html #subnav li {
	display:inline;
	margin: 0px 1px;
}  /* IE 6 */
* + html #subnav li {
	display:inline;
	margin: 0px 1px;
}  /* IE 7 */
html #subnav li {
	margin: 0px 1px\0/;
}  /* IE 8 */


/* High Resolution (iPhone 4) */

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	#body { font-size: 1.0em!important; }
}0
