*{
	/* Universal reset: */
	margin:0;
	padding:0;
}
/* Remove @font-face and use font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif for IE<9 fix for Galleriffic opacity rendeing issue */
@font-face {
    font-family: 'Light';
    src: url('webfont/cronospro-ltcapt-webfont.eot');
    src: url('webfont/cronospro-ltcapt-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfont/cronospro-ltcapt-webfont.woff') format('woff'),
         url('webfont/cronospro-ltcapt-webfont.ttf') format('truetype'),
         url('webfont/cronospro-ltcapt-webfont.svg#CronosProLightCaption') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Caption';
    src: url('webfont/cronospro-capt-webfont.eot');
    src: url('webfont/cronospro-capt-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfont/cronospro-capt-webfont.woff') format('woff'),
         url('webfont/cronospro-capt-webfont.ttf') format('truetype'),
         url('webfont/cronospro-capt-webfont.svg#CronosProCaption') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Giving a display value to the HTML5 rendered elements: */
cv,footer,home,nav,pic{
	display:block;
}
content{
	margin-top:18px;
}
body{
	color:#000;
	background-color:#fff;
	font-family:"Caption";/*,"Myriad Pro",Helvetica,Arial,Sans-Serif;*/
	font-size: 14px;
}
a, a:visited {
	color:#000;
	text-decoration:none;
	outline:none;
}
a:hover{
	text-decoration:none;
}
a img{
	border:none;
}
h1,h2,h3{
	font-family:"Light";/*,"Myriad Pro",Helvetica,Arial,Sans-Serif;*/
	font-weight:normal;
}
h1{
	font-size:48px;
	font-weight:normal;
}
h2{
	font-size:28px;
}
h3{
	font-size:18px;
	font-weight:normal;
}
img{
	max-width:100%;
}
p{
	padding-bottom:14px;
}
cv{
	margin: 9px 0;
}
cv ul{ 
	list-style:none;
	margin: 9px 0; 
}
cv li{
	/*color:#000;
	margin:0 12px;*/
	text-indent:-33px;
	padding-left:33px;
}
/*cv li span{
	color:#000;
	margin:0 12px;
}
cv li.align{
	color:#fff;
}*/
#homeLink a, a:visited{
	font-family:"Light";/*,"Myriad Pro",Helvetica,Arial,Sans-Serif;*/
	font-size:48px;
	font-weight:normal;
}
home img{
	max-width:40%;
}
home table{
	margin-top:60px;
	width:100%;
}
home tr{
	height:300px;
	text-align:center;
}
home ul li{
	display:inline;
}
home ul{
	margin:6.25% 0 0 1.04%;/*60px 0 0 10px*/
}
home li{
	padding-right:1%;/*10px*/
}
/*nav{
	position:absolute;
	right:57px;
	top:70px;
	font-family:"Caption";*,"Myriad Pro",Helvetica,Arial,Sans-Serif;*
}*/
nav{
	font-family:"Caption";/*,"Myriad Pro",Helvetica,Arial,Sans-Serif;*/
}
/* The clearfix hack to clear the floats: */
.clear:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Navigation Styling */
/*http://www.yiiframework.com/wiki/211/creating-a-css-driven-drop-down-menu-using-cmenu*/
nav ul{
	list-style: none;
	
}
nav ul li{
	display:inline;
}
nav ul li a,
nav ul li a:visited{
	color:#565656;
	display:block;
	float:left;
	font-size:14px;
	/*margin:2px;*/
	padding:3px 5px 0px 3px;
	text-decoration: none;
}
nav ul li a:hover{
	color:#000;
	text-decoration:none;
}
nav ul li:hover > ul{ 
	display: block;
}
nav ul li ul{
	display: none;
	position: absolute;
	top: 93%;
	left: 102px;/*use 99px for ie<9*/
	width:150px;
	/*background-color:#fff;*/
	z-index:20;
}
nav ul li ul li a{
	display: none;
}
/* End Navigation Styling */
pic{
	padding:3.125% 0;/*30px 0*/
}
pic img{
	max-width:11%;
}
pic ul li{
	display:inline;
}
pic li{
	margin-left:-4px;
}
footer{
	margin-top:6.25%;/*60px*/
	text-align:left;
	font-size:12px;
	font-weight: normal;
}
/*#page{
	width:960px;
	margin:0 auto;
	padding: 60px;
	position:relative;
}*/
#page{
	padding: 6.25%;
	position:relative;
	margin:0 auto;
	position:relative;
}
#statement{
	display:none;
}

@media all and (min-width:960px) {
	nav{
		position:absolute;
		right:57px;
		top:70px;
		font-family:"Caption";/*,"Myriad Pro",Helvetica,Arial,Sans-Serif;*/
	}
	#page{
		width:960px;
	}
	nav ul li ul li a{
	display: block;
}
	/*.container{
		width:960px;
	}*/
}