body{
	background-color:white;
	font-family: helvetica, arial, freesans, sans-serif;
	line-height:125%;
	text-align:center; /* for IE */ 
	margin:0px auto 0px auto;
	position:relative;
}

.wrapper{
	background-color:white;
}

.wrapperhead{
	background-color:#002147;
	color:white;
}

.wrapperint { 
	font-size:12px;
	text-align:left; /* reset text alignment */ 
	width:950px; /* or a percentage, or whatever */ 
	margin:0px auto; /* for the rest */ 

}

#logo{
	background-image: url('../images/logo.png');
	background-position: top left;
	background-repeat: no-repeat;
	width:200px;
	height:50px;
}

#cv_logo{
	background-image: url('../images/cv_logo.png');
	background-position: top left;
	background-repeat: no-repeat;
	width:303px;
	height:50px;
}
#cv_logo_tag{
	height:50px;
	line-height:50px;
	float:right;
}

#header{
	padding:20px 0px;
	font-size:11px;
}

#linkbar{
	float:right;
	width:720px;
	margin-left:30px;
}

.linkbaritem{
	padding:0px 20px;
	float:left;
}

a{
	color:darkblue;
	text-decoration:none;
	border:none;
}

img{
	border:none;
}

.linkbaritem a{
	color:white;
}

a:hover{
	color:#aaaaaa;
}

h1{
	font-weight:normal;
	margin:10px 0px;
	line-height:125%;
	font-size:36px;
}

h2{
	font-weight:normal;
	margin:10px 0px;
	line-height:125%;
	font-size:20px;
}

#bodycontent{
	margin-top:30px;
}

#footer{
	margin-top:30px;
	border-top:1px solid #c0c0c0;
	padding-top:15px;
	font-size:11px;
	padding-bottom:30px;
}

#peopleheader{
	width:230px;
	height:230px;

	float:left;
}

#peopletitle{
	font-size:40px;
	line-height:125%;
	margin-bottom:20px;
}

.peoplebox{
	display:none;
	width:230px;
	height:230px;
	margin-left:10px;
	margin-bottom:10px;
	background:#c0c0c0;
	float:left;
	position:relative;
	color:white;
	background-position: center center;
}

.cvbox{
	
  -webkit-border-radius: 18px;
     -moz-border-radius: 18px;
          border-radius: 18px;

  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;

}

.peopleboxtitle{
	height:40px;
	position:absolute;
	bottom:0px;
	padding:10px;
	line-height:20px;
	background-image: url('../images/bgblack.png');
	
	
}

.peoplebox:hover{
	color:#888888;
}

.cvboxtitle{
	-webkit-border-top-right-radius: 18px;
	-webkit-border-bottom-left-radius: 18px;
	-moz-border-radius-topright: 18px;
	-moz-border-radius-bottomleft: 18px;
	border-top-right-radius: 18px;
	border-bottom-left-radius: 18px;
}

.peopleboxtitleh1{
	font-size:18px;
}
.peopleboxtitleh2{
	font-size:12px;
}

.doublewidth{
	width:470px;
}

.triplewidth{
	width:710px;
}

.doubleheight{
	height:470px;
}

.doubleheightcv{
	height:320px;
}

.contentbox{
	display:none;
}

.cv_menubar{
	position:absolute;
	top:0px;
	left:0px;
}

.textcontent{
	width:600px;
	font-size:12px;
	line-height:160%;
}

.sidebarcontent{
	width:300px;
	float:right;
	line-height:170%;
	font-size:11px;
}

.textcontent h2{
	font-weight:normal;
	margin:10px 0px;
	line-height:125%;
	font-size:20px;
}

#glasses_rotate_div_instructions{
	
  -webkit-border-radius: 24px;
     -moz-border-radius: 24px;
          border-radius: 24px;
		background:black;
		color:white;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
position:absolute;left:30px;top:320px;text-align:center;padding:15px;
font-size:18px;
}

.newsstory{
	margin:20px 0px;
	padding:5px 15px 15px 15px;
	background-color:#eee;
	border:1px solid #c0c0c0;
}

.newsstory h2{
	background:#c0c0c0;
	margin:-5px -15px 10px -15px;
	padding:10px 15px;
}

.cvbox h2{
	-webkit-border-radius: 16px;
	     -moz-border-radius: 16px;
	          border-radius: 16px;

	  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

ul{
	padding-left:15px;
}