@charset "UTF-8";

/* Text Formatting */

body {
	font-family: Arial;
	font-size: 14px;
	margin: 0px;
	padding: 20px;
	color: #444;
	background: #7399ce;
}
.page { font-size: 1em; }

h1 { font-size: 1.9em; color: #276193; margin: 0px 0px .5em 0px; font-weight: bold; }
h2 { font-size: 1.6em; color: #000; margin: 0px 0px .5em 0px; }
h3 { font-size: 1.25em; color: #222; margin: 0em 0px .25em 0px; }
h4 { margin: 0px 0px .5em 0px; line-height: 120%; font-size: 1em; font-weight: normal; }
h6 { font-size: .1em; color: #666; margin: 0em 0px .25em 0px; }
p { margin: 0px 0px 1.15em 0px; line-height: 150%; font-size: 1.1em; font-weight: normal; }
li { margin: 0px 0px 10px 0px; }
a img { border: none; }
a { color: #cc0000; font-weight: bold; }
a:hover {
	color: #7ea0d7;
}

.content_sidebar h3 { color: #000; margin-bottom: 10px; }
.content_sidebar p, .content_sidebar li { color: #000; }
.content_sidebar a { color: #3b65b5; }
.content_sidebar a:hover { color: #7ea0d7; }
.content_sidebar figure { display: block; margin: 0px; padding: 0px; }
.content_sidebar figure .figure_photo {
	background: url(../images/sidebar_photo_large.jpg) 50% 0px;
	margin: 0px 0px 0px 0px;
	height: 175px;
	border: 1px solid #000;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0px 4px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 4px 4px rgba(0,0,0,0.2);
	box-shadow: 0px 4px 4px rgba(0,0,0,0.2);
}
.content_sidebar figure figcaption { font-size: .9em; display: block; color: #000; margin: 3px 0px 15px 0px; padding: 0px 10px 0px 10px; }

/* Full screen monitor layout */

.page { position: relative; margin: 0px auto 0px auto; width: 100%; max-width: 2000px; }
.page header {
	display: block;
	position: relative;
	height: 500px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: url(../images/cv-panoramic-big.jpg) no-repeat 0px 0px;
}
.page header a.logo {
	position: absolute;
	top: 30px;
	left: 20px;
	display: block;
	width: 300px;
	height: 72px;
	background: url(../artwork/cv-logo-big.png) no-repeat 0px 0px;
}
.page .page_content { background-color: #edf2f6; padding: 1px 0px 1px 0px; }
.page_content_container_top { width: 100%; float: left; margin: 20px 0 0 20px; padding: 0px; }
.page .page_content .page_content_container_left { width: 25%; float: left; margin: 0px 0 0 10px; padding: 0px; }

.page .page_content .page_content_container_right { width: 74%; float: right; margin: 0px 0px 0px 0px; padding: 0px; }
.page .page_content .content {
	margin: 10px 10px 0px 10px;
	padding: 0px 0 0 0;
}
.page .page_content .page_content_container_bottom { width: 100%; float: left; margin: 0px; padding: 0px; }
.page .page_content .content {
	margin: 10px 10px 0px 10px;
	padding: 0px;
}
.page nav { position: absolute; top: 330px; left: 20px; text-align: center; border: none; }
.page nav a {
	border: 1px solid #fff;
	/*border-radius: 16px;*/
	color: #fff;
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
	padding: 6px 14px 6px 14px;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	margin: 0px 2px 4px 2px;
	background-color: rgba(176,156,132,.5);
	font-size: .9em;
}
.page nav a:hover { background-color: rgba(44,80,117,.5); color: #fff; }

.page footer {
	display: block;
	border-top: 1px solid #ddd;
	padding: 35px 20px 35px 20px;
	font-size: .9em;
	color: #fff;
	background-color: #fff;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	background: -moz-linear-gradient(top, #7ea0d7 50%, #3b65b5 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#7ea0d7), color-stop(90%,#3b65b5));
}

.clear_both { clear: both; line-height: 1px; }

/* Rules Sensitive to Screen Size */

/* Small Screen Rules */
@media screen and (min-width: 150px) and (max-width: 500px) {	
	body { padding: 10px; }
	.page { margin: 0px; padding: 0px; font-size: 1em }
	h1 { font-size: 1.2em; color: #276193; margin: 0px 0px .5em 0px; font-weight: bold; }
	.page header { height: 105px; background-image: url(../images/home-banner-sml.jpg); }
	.page header a.logo {
		top: 3px;
		left: 15px;
		margin: 0px auto 0px auto;
		width: 120px;
		height: 29px;
		background: url(../artwork/cv-logo-sml.png) no-repeat 50% 0px;
	}
		a.survey {
	position: absolute;
	display: block;
	top: 10px;
	right: 5px;
	width: 120px;
	height:45px;
	background: url(../artwork/gc-network-survey-med.jpg) no-repeat 0px 0px;
	}
	.page .page_content .content { margin: 10px 10px 0px 10px; }
	.page .page_content .page_content_container_left { width: inherit; float: none; margin: 0px; }
	.page .page_content .page_content_container_right { width: inherit; float: none; margin: 0px; }
	.page nav {
		position: inherit;
		text-align: left;
		padding: 15px 0px 1px 0px;
		border-top: 1px solid #ddd;
	}
	.page nav a {
		color: #000;
		border: none;
		padding: 7px 10px 7px 10px;
		font-weight: bold;
		font-size: .8em;
		display: block;
		margin: 0px 5px 5px 5px;
		/*background: #47657f url() no-repeat right 50%;*/
	}
	.page nav a:hover { color: #fff; background-color: #27425a; }
	.page footer { font-size: .8em; }
}

/* Medium Screen Rules */
@media screen and (min-width: 501px) and (max-width: 800px) {
	.page { margin: 0px; padding: 0px; font-size: .9em; }
	.page header { height: 205px; background-image: url(../images/home-banner-med.jpg); padding: 10px 50px 0px 75px; }
	.page header a.logo {
		top: 10px;
		left: 25px;
		width: 200px;
		height: 48px;
		background: url(../artwork/cv-logo-med.png) no-repeat 0px 0px;
	}
	a.survey {
	position: absolute;
	display: block;
	top: 30px;
	right: 20px;
	width: 120px;
	height:45px;
	background: url(../artwork/gc-network-survey-med.jpg) no-repeat 0px 0px;
	}
	.page .page_content { background-color: #edf2f6; padding: 1px 0px 1px 0px; }
.page .page_content .page_content_container_left { width: 30%; float: left; margin: 0px; padding: 0px; }
.page .page_content .page_content_container_right { width: 68%; float: right; margin: 10px 10px 0px 0px; padding: 0px; }
.page .page_content .content {
	margin: 10px 10px 0px 10px;
	padding: 10px 0 0 0;
}
	.page nav { top: 120px; }
	.page nav a {
		border-color: #fff;
		margin: 0px 2px 4px 2px;
		padding: 4px 6px 4px 6px;
		font-size: .9em;
		
	}

}


.link {
	font-size: 13px;
	font-weight: bold;
}
.page .page_content .page_content_container_left .content table tr td p a {
	color: #276193;
}
