@charset "utf-8";
body {
	background-image:url('images/vgradblu1.png');
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	font:80% "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	text-align:center;
	line-height:1.2;
}
h1, h2, h3, h4, h5, h6
{
	margin:2ex 0 1ex;
	font-weight:bold;
}
h1 { 
	font-size:250%;
	font-variant:small-caps;
	text-align:center;
	padding:5px 5px 10px 5px;
	display:none;
}
h2 { font-size:200%; }
h3 {
	font-size:150%;
	color:#006;
}
h4 {
	font-size:120%;
	font-style:italic;
}
h5 { 
	font-size:100%;
	text-decoration:underline;
}
p {
	font-size:100%;
	margin:0 0 1ex;
	text-align:justify;
}
img { border:0; }
ul { padding:0 0 0 1em; }
a {	text-decoration:none; }
a:link { color:#03C; }
a:visited {	color:#09C;}
a:hover { text-decoration:underline; }
a:active { color:red; }
a.arrow {
    display:block;
    height:64px;
    width:12em;
    margin-right:1em;
    color:red;
    font-size:200%;
    font-style:italic;
    font-weight:bold;
    text-align:left;
    text-decoration:none;
    background:transparent url('images/arrow.png') no-repeat scroll top right;
}
a.arrow:hover {
    background-position:bottom right;
    outline:none;
}
.boxed {
	overflow:hidden;
	width:100%;
}
.block { display:block; }
.hidden { display:none; }
.indent { margin:1em; }
.indent2 {
	padding:1ex 1em 1ex 2em;
	width:90%;
}
.indent3 {
	padding:3ex;
	width:90%;
}
.spaced {
	margin:1em;
}
.ul {
	text-decoration:underline;
}
.tty {
	font-family:courier;
}
.fl {
	float:left;
	margin:1ex 3ex 3ex 0;
}
.fr {
	float:right;
	margin:1ex 3ex 3ex;
}
.flush {
	margin:0;
	padding:0;
}
.center {
	text-align:center;
}
.section {
	position:relative;
	width:100%;
	float:left;
	margin-bottom:1em;
}
.box2l {
	float:left;
	width:50%;
}
.box2l div {
	float:right;
}
.box2r {
	float:right;
	width:50%;
}
.box2r div {
	float:left;
}
.box {
	border:1px solid darkgrey;
}
.col2l {
	text-align:left;
	width:48%;
	float:left;
}
.col2r {
	text-align:left;
	width:47%;
	margin-left:2%;
	float:left;
}
.col3 {
	text-align:left;
	width:32%;
	float:left;
}
.col3l {
	text-align:left;
	width:32%;
	float:left;
	padding:0 1% 0 0;
}
.col3c {
	text-align:left;
	width:32%;
	float:left;
	padding:0 1%;
}
.col3r {
	text-align:left;
	width:32%;
	float:left;
	padding:0 0 0 1%;
}
.col3cc {
	text-align:center;
	width:32%;
	float:left;
	padding:0 1%;
}
.col3 p {
	margin-left:0;
	margin-right:0;
}
.col3l p {
	margin-left:0;
	margin-right:0;
}
.col3c p {
	margin-left:0;
	margin-right:0;
}
.col3r p {
	margin-left:0;
	margin-right:0;
}
.col3cc p {
	margin-left:0;
	margin-right:0;
}
.clearfloat {
    clear:both;
    height:0;
    font-size:1px;
    line-height:0px;
}
.warning {
	color:red;
	margin:1em;
	border:4px solid red;
	padding:2em;
	font-weight:bold;
	text-align:center;
}
.translucid {
	opacity:0.3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter:alpha(opacity=30);
}
.bottom {
	vertical-align:text-bottom;
}
.small {
	font-size:80%;
}
.featurelist {
	list-style-type:square;
	margin:0 0 1em 1ex;
}
.hilight {
	color:#006;
	font-weight:bold;
}
.shadow {
	text-shadow:grey .1em .2em .2em;
}
.shadowbox {
      box-shadow:3px 3px 3px grey;
	-moz-box-shadow:3px 3px 3px grey;
	-webkit-box-shadow:3px 3px 3px grey;
}
.banner1 {
	font-size:400%;
	color:red;
}
.banner2 {
	font-size:300%;
	color:red;
	margin:0 2em;
}
.mapstep {
	display:none;
}
.menu {
	padding:3ex 1em;
	width:12em;
}
.menu a {
	font-weight:bold;
	color:gray;
	border-left:solid 1px #F9F9F9;
	display:block;
	text-decoration:none;
	padding:1em;
}
.menu a:hover {
	font-weight:bolder;
	color:#006;
	text-shadow:grey .1em .2em .2em;
	border-left:solid 1px;
}
.menu ul {
	list-style:none;
	text-indent:0;
	padding:0;
	margin:0;
}
.menu li {
	position:relative;
	margin:0;
	padding:0;
}
.menu ul ul {
	position:absolute;
	top:1em;
	left:11em;
	width:12em;
	font-size:85%;
	list-style:none;
	text-indent:0;
	border-right:1px solid black;
	border-bottom:1px solid black;
      box-shadow:7px 3px 3px grey;
	-moz-box-shadow:7px 3px 3px grey;
	-webkit-box-shadow:7px 3px 3px grey;
	margin:0;
	padding:0;
	z-index:2;
	display:none;
}
.menu ul ul li {
	border-bottom:1px solid white;
}
.menu ul li:hover ul {
	display:block;
}
.menu ul li ul li a {
	background-color:#CCC;
	font-weight:normal;
	color:#006;
	text-decoration:none;
	padding:1ex 0 1ex 2em;
	display:block;
}
.menu ul li ul li a:hover {
	font-weight:bold;
	color:white;
	background-color:#CCC;
}
.popblock  {
	width:30em;
	height:29em;
	margin:1em;
	border:1px solid grey;
	padding:1em;
	box-shadow:5px 5px 5px grey;
	-moz-box-shadow:5px 5px 5px grey;
	-webkit-box-shadow:5px 5px 5px grey;
	position:absolute;
	top:-1em;
	left:20em;
}
.popdesc {
	list-style:none;
	margin:1em 0 1em 1em;
	padding:0;
	position:relative;
}
.popdesc h4 {
	margin:0 0 1em;
	text-align:center;
	text-shadow:grey .1em .1em .1em;
}
.popdesc li {
	font-size:120%;
	font-weight:bold;
	margin-bottom:1em;
}
.popdesc li:hover {
	list-style-type:disc;
}
.popdesc li div  {
	color:black;
	font-size:80%;
	font-weight:normal;
	text-decoration:none;
	text-shadow:none;
}
.popdesc a {
	text-decoration:none;
}
.popdesc a:focus {
	outline:none;
}
.popdim {
	width:18em;
	height:30em;
}
.popup h4 {
	display:none;
}
.formheader {
	text-align:left;
	font-weight:bold;
	color:#006;
}
.formfield {
	color:black;
	background-color:#F9F9F7;
	font-family:courier;
	margin:1ex 1em 1em 0;
}
input.formfield:focus {
	background-color:white;
}
textarea.formfield:focus {
	background-color:white;
}
.formbutton {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	font-weight:bold;
	background-color:#CCC;
	color:#006;
	margin:1em;
}
.formbutton:hover {
	color:orange;
}
.faq_list {
	list-style:none;
	text-indent:0;
	margin:0;
	padding:2ex 0 1ex 0;
}
.faq_list li {
	padding:1em 0 0 0;
}
.faq_list a {
	color:#036;
	font-weight:bold;
	text-decoration:none;
}
.faq_list a:hover {
	color:#09C;
	text-decoration:underline;
}
.faq_list li li a {
	color:blue;
	font-weight:normal;
	text-decoration:none;
}
.faq_list p {
	color:black;
	font-weight:normal;
	margin:1ex 0 1em;
}
.faq_list div {
	color:black;
	font-weight:normal;
	margin:1ex 0 1em;
}
.faq_list p a {
	color:blue;
	font-weight:normal;
	text-decoration:none;
}
.faq {
	color:black;
	font-weight:normal;
	margin:1em 0;
}
.ans {
	color:black;
	font-weight:normal;
	margin:1ex 0 1em;
}
.bullet {
	color:black;
	font-weight:normal;
	list-style:disc;
}
.fleche {
	color:red;
	font-weight:bold;
}
.interest {
	margin:0.3em;
	width:160px;
	height:240px;
	border:1px solid black;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	box-shadow:2px 2px 2px grey;
	-moz-box-shadow:2px 2px 2px grey;
	-webkit-box-shadow:2px 2px 2px grey;
}
.interest a {
	opacity:0.65;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	filter:alpha(opacity=65);
}
.interest a:hover {
	opacity:1.0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
}
.interest img {
	opacity:0.65;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	filter:alpha(opacity=65);
}
.interest img:hover {
	opacity:1.0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
}
.interest p {
	font-size:80%;
	padding:0.5em;
}
.sublink {
	color:black;
	font-size:80%;
	font-weight:normal;
	text-shadow:none;
}
.sublink:hover {
	color:orange;
}
.slideHidden {
	display:none;
}
.slideVisible {
	display:inline;
	overflow:hidden;
	zoom:1;
}
.slidenav img {
	margin-right:6px;
	opacity:0.4;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter:alpha(opacity=40);

}
.slidenavV img {
	margin-right:6px;
	opacity:1.0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
}

#container {
	width:902px;
	background:white;
	background-image:url('images/hgrad1.png');
	background-repeat:repeat-y;
	margin:0 auto;
	top-margin:1em;
	bottom-margin:1em;
	border:1px solid grey;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
      box-shadow:3px 3px 3px lightgrey;
	-moz-box-shadow:3px 3px 3px lightgrey;
	-webkit-box-shadow:3px 3px 3px lightgrey;
}
#masthead {
	width:100%;
	height:186px;
	background:#006 url('images/masthead.png') no-repeat top left;
}
#topbar {
	background:url('images/bar-blu-grad.png') repeat-x;
	width:100%;
	height:35px;
	line-height:30px;
}
#topbar a {
	color:white;
	text-shadow:black -1px -1px;
}
#topbar a:hover {
	text-decoration:underline;
}
#roadmap {
	color:white;
	font-weight:bold;
	float:left;
	padding:0 2em;
}
#roadmap ul {
	display:none;
	list-style:none;
	padding:0;
	margin:0;
}
#clock {
	color:white;
	font-weight:bold;
	text-align:right;
	float:right;
	width:20em;
	padding:0 1em;
}
#navmenu {
	float:left;
	width:auto;
	text-align:left;
	padding:12em 0 5em 1em;
}
#header {
	background:none;
	padding:3em 0 2em;
} 
#header h2 {
	margin:2em 0 1em;
	padding:0;
	text-shadow:grey .1em .2em .2em;
}
#main {
	margin:0 2em 0 14em;
	text-align:left;
}
#contact_email form {
	background-color:#FDFDFD;
	margin:2em 0;
	border:1px solid black;
	padding:1em;
}
#contact_email label {
	float:left;
	width:13em;
	margin:1ex 0 1em 0;
}
#policy {
	position:relative;
}
#policy p {
	position:absolute;
	top:-4em;
	left:4em;
	z-index:2;
	display:none;
	width:12em;
	background-color:#FFC;
	color:black;
	font-size:80%;
	font-weight:bold;
	margin:1em;
	padding:1em;
	border:1px solid black;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	box-shadow:7px 3px 3px grey;
	-moz-box-shadow:7px 3px 3px grey;
	-webkit-box-shadow:7px 3px 3px grey;
}
#policy:hover p {
	display:block;
}
#antispam {
	text-align:center;
	padding:1em;
	margin:2em;
}
#address {
	padding:1em 0 2em 2em;
}
#quote form {
	background-color:#FDFDFD;
	margin:2em 2em 2em 0;
	border:1px solid black;
	padding:1em;
	width:95%;
}
#quote label {
	width:13em;
	margin:1ex 0 1em 0;
}
#quote ul {
	list-style:none;
	text-indent:0;
}
#quote li {
	text-align:justify;
}
#quote textarea {
	width:95%;
}
#contact label {
	float:left;
	width:13em;
	margin:1ex 0 1em 0;
}
#quote h5 {
	color:#006;
	text-align:left;
	font-weight:bold;
	text-decoration:none;
}
#slideshow {
	padding:1em 0 1ex;
	position:relative;
}
#slides {
	height:400;
}
#navbuttons {
	background-color:white;
	border:1px solid black;
	margin:1ex;
}
#navbuttons_brochure {
	background-color:white;
	margin:1ex;
}
#navbuttons_brochure a {
	outline:none;
}
#navbuttons_brochure img {
	border:1px solid DarkGray;
}
#pause_brochure img {
	vertical-align:center;
	border:0;
}
#play_brochure img {
	vertical-align:center;
	border:0;
}
#captionBox_brochure {
	font-size:120%;
	font-weight:bold;
	text-align:center;
	margin:1em;
}
#footer {
	font-size:80%;
	margin:3em 1em 1em;
} 
#footer p {
	margin:0;
	padding:10px 0;
}
#footermenu {
	padding:1em;
}
#footermenu ul {
	display:inline;
	list-style-type:disc;
	padding:1em;
}
#footermenu ul li {
	display:inline;
	padding:1em;
	text-indent:0;
}
#footermenu ul ul {
	display:none;
}
#footermenu a {
	text-decoration:none;
}
#footermenu a:hover {
	text-decoration:underline;
}
#copyright p {
	text-align:center;
}
