@charset "UTF-8";

/*  CSS Document  */

/* Global CSS Stylesheet for Vapogenix.com */

/* Created and Managed by FrogDog Communications - http://www.frog-dog.com */

/* CSS Styling Reset Courtesy of Eric Meyer and located here: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/  */



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ###############  END CSS RESET ############### */ 



body {
  	background: #0068b3;
  	color: #444;
  	font-family: ”Lucida Grande”, ”Lucida Sans Unicode”, Helvetica, Arial, sans-serif;
  	font-size: 14px;
  	line-height: 24px;
  	margin: 0;
  	padding: 0;
  	text-align: center;
}

p {
	margin: 14px 0;
}

.regularText {
	color: #444;
  	font-family: ”Lucida Grande”, ”Lucida Sans Unicode”, Helvetica, Arial, sans-serif;
  	font-size: 14px;
  	line-height: 24px;
}


/* ######################  HEADER STYLING ###################### */


h1,h2,h3, h4 { font-family: "Gil Sans", Helvetica, Arial, sans-serif; color: #0068b3; }
h1 { font-size: 36px; font-weight: bold; line-height: 40px; padding: 20px 0 0 0; margin: 0 0 12px 0; }
h2 { font-size: 24px; font-weight: bold; line-height: 30px; margin: 30px 0 16px 0; }
h3 { font-size: 18px; font-weight: bold; line-height: 21px; margin: 30px 0 10px 0; }
h4 { font-size: 15px; font-weight: bold; line-height: 18px; margin: 20px 0 10px 0; }



.tagline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 42px;
	margin: 20px 0 26px 130px;
}

.signOff {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	margin: 40px 0 26px 130px;
	text-align: right;
}


/* ######################  LINK STYLING ###################### */


a, a:link {
	border-bottom: 1px dotted #013b72;
  	color: #013b72;
  	font-weight: bold;
	text-decoration: none;
}

a:visited {
	border-bottom: 1px dotted #013b72;
  	color: #013b72;
  	font-weight: bold;
  	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid #0160b9;
  	color: #0160b9;
	font-weight: bold;
  	text-decoration: none;
}

a:focus {
	border-bottom: 1px solid #0160b9;
  	color: #0160b9;
	font-weight: bold;
  	text-decoration: none;
}

a:active {
	border-bottom: 1px solid #0160b9;
  	color: #0160b9;
	font-weight: bold;
  	text-decoration: none;
}

.tagline a {
	border-bottom: none;
	color: #0160b9;
}

.tagline a:visited {
	border-bottom: none;
	color: #0160b9;
}

.tagline a:hover {
	border-bottom: none;
	color: #0160b9;
}

.tagline a:focus {
	border-bottom: none;
	color: #0160b9;
}

.tagline a:active {
	border-bottom: none;
	color: #0160b9;
}

/* ######################  PAGE STYLING  ###################### */


#outerWrapper {
  	background: #0068b3;
  	margin: 0 auto 0 auto;
  	text-align: left;
  	width: 960px;
}



/* ######################  HEADER/MASTHEAD STYLING ###################### */


#outerWrapper #header {
	position: relative;
  	padding: 0;
  	height: 360px;
}

#outerWrapper #header h1 {
	text-indent: -9999px;
}

.mastheadImage {
	position: relative;
	top: -72px;
	width: 960px;
	height: 360px;
}




/* #####################   TOP NAVIGATION MENU STYLING   ###################### */


#topNavigation {
	position: relative;
	background-color: #727272;
	float: right;
	width: 961px;
	height: 50px;
}

ul#cssmw {
  	cursor: default;
  	list-style-type: none;
  	margin: 0 0 0 0;
  	padding: 0 0 0 0;
}

ul#cssmw ul {
  	cursor: default;
  	font-size: 0;
  	list-style-type: none;
  	margin: 0 0 0 0;
  	padding: 0 0 0 0;
}

ul#cssmw ul li {
  	background-image: none;
  	float: none;
}

ul#cssmw li {
  	background-image: none;
  	float: left;
  	padding: 0 0 0 0;
  	position: relative;
  	white-space: nowrap;
  	z-index: 100;
}

ul#cssmw li ul {
  	display: none;
  	top: 0;
}

ul#cssmw li:hover > ul {
  	display: block;
  	position: absolute;
}

ul#cssmw li.hover > ul {
  	display: block;
  	position: absolute;
}

ul#cssmw li.current > ul {
  	position: absolute;
}

ul#cssmw > li {
  	background-image: none;
}

ul#cssmw > li > a {
  	background: #6a747c url(images/nav_bg_tile.jpg) repeat-x top;
	border-bottom: none;
  	color: #fff;
  	display: block;
	font-family: ”Lucida Grande”, ”Lucida Sans Unicode”, Helvetica, Arial, sans-serif;
	font-size: 14px;
  	font-style: normal;
  	font-weight: bold;
	float: left;
	text-decoration: none;
  	text-transform: uppercase;
  	text-align: center;
	padding: 17px 0 0 0;
	height: 33px;
	width: 192px;
}

ul#cssmw > li > a:active {
  	background: #fff url(images/nav_bg_tile_hover.jpg) repeat-x top;
  	color: #0068b3;
  	font-weight: bold;
  	text-decoration: none;
}

#home #nav-home a, #about #nav-about a, #technology #nav-technology a, #leadership #nav-leadership a, #contact #nav-contact a {
	background: #fff url(images/nav_bg_tile_hover.jpg) repeat-x top;
  	color: #0068b3;
  	font-weight: bold;
  	text-decoration: none;
}

ul#cssmw > li:hover > a {
  	background: #fff url(images/nav_bg_tile_hover.jpg) repeat-x top;
  	color: #0068b3;
  	font-weight: bold;
  	text-decoration: none;
}

ul#cssmw > li.hover > a {
  	background: #fff url(images/nav_bg_tile_hover.jpg) repeat-x top;
  	color: #0068b3;
  	font-weight: bold;
  	text-decoration: none;
}

ul#cssmw > li.current > a.current {
  	background: #fff url(images/nav_bg_tile_hover.jpg) repeat-x top;
  	color: #0068b3;
  	font-weight: bold;
  	text-decoration: none;
}


#home #nav-home a:hover, #about #nav-about a:hover, #technology #nav-technology a:hover, #leadership #nav-leadership a:hover, #contact #nav-contact a:hover {
	background: #fff url(images/nav_bg_tile_hover.jpg) repeat-x top;
  	color: #0068b3;
  	font-weight: bold;
  	text-decoration: none;
}




/* ######################  CONTENT STYLING ###################### */


#contentWrapper {
	background: #fff;
	padding: 10px 10px 10px 10px;
  	margin: 60px 0 10px 0;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
}

#outerWrapper #contentWrapper #content {
  	margin: 0 0 0 0;
  	padding: 10px 10px 10px 10px;
}

#content #homePageContent {
	position: relative;
	top: 0px;
	width: 660px;
	margin: 0 auto 50px auto;
	min-height: 400px;
}

#imageRight {
	border: 6px solid #666;
	float: right;
	width: 248px;
	height: 260px;
	margin: 10px 0 0 40px;
}

#addressBlock {
	margin: 40px 0 0 0;
}

.listWrapper {
	width: 560px;
	margin: 20px auto;
}

.standardList li {
	list-style: square;
	list-style-position: inside;
	padding: 12px 0;
}


#topContent {
	margin-top: 40px;
}


#bottomContent {
	border-top: 1px solid #c5c5c5;
	margin-top: 130px;
	padding-top: 30px;
}

.leadershipName {
	margin: 10px 0 10px 15px;
}

.leadershipPic {
	border: 4px solid #666;
	float: right;
	width: 140px;
	height: 140px;
	margin: 12px 0 0 16px;
}

#mapWrapper {
	border: 6px solid #666;
	width: 400px;
	height:400px;
	margin-bottom: 10px;
}


/* ######################  FOOTER STYLING ###################### */


#footer {
  	background: #0068b3;
	color: #fff;
	font-size: 11px;
	clear: both;
  	padding: 0 16px 20px 16px;
	margin-top: 20px;
}

#footer #footerNav {
	float: right;
}

/* Sets the color white for the footer links on a blue background. */

a.white:link { color: #fff; border-bottom: 1px dotted #fff; font-weight: bold; text-decoration: none; }
a.white:visited { color: #fff; border-bottom: 1px dotted #fff; font-weight: bold; text-decoration: none; }
a.white:hover { color: #fff; border-bottom: 1px solid #fff; font-weight: bold; text-decoration: none; }
a.white:active { color: #fff; border-bottom: 1px solid #fff; font-weight: bold; text-decoration: none; }

