body
{
    color: #999999;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin:0;
    padding:0;
    min-width:960px;
	
}


nav a
{
	-webkit-transition:All .5s ease-in-out;
	-moz-transition:All .5s ease-in-out;
	-o-transition:All .5s ease-in-out;
	-webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
	-o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
}


nav a:hover
{
  
  margin:-4px 0 0 0;

  
  	-webkit-transform: margin .15s ease-in-out .1s;
	-moz-transform: margin .15s ease-in-out .1s;
	-o-transform: margin .15s ease-in-out .1s;
  
}



.animate {
-webkit-transition:All 1s ease-in-out;
-moz-transition:All 1s ease-in-out;
-o-transition:All 1s ease-in-out;
-webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
}
.animate:hover{
-webkit-transform: rotate(2deg) scale(1.05) skew(0deg) translate(0px);
-moz-transform: rotate(2deg) scale(1.05) skew(0deg) translate(0px);
-o-transform: rotate(2deg) scale(1.05) skew(0deg) translate(0px);
}


.shrink {
-webkit-transition:All .3s ease-in-out;
-moz-transition:All .3s ease-in-out;
-o-transition:All .3s ease-in-out;
-webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
}
.shrink:hover{
-webkit-transform: rotate(0deg) scale(.95) skew(0deg) translate(0px);
-moz-transform: rotate(0deg) scale(.95) skew(0deg) translate(0px);
-o-transform: rotate(03deg) scale(.95) skew(0deg) translate(0px);
}



p 
{ 
	margin: 10px 0 16px 0;
	line-height:200%;
}

h1
{
    font-size:36px;
    color:#333333;
    font-weight: bold;
    margin-top:15px;
    margin-bottom:16px;
}


h2
{
    font-size:36px;
    color:#333333;
    font-weight: bold;
    margin-top:15px;
    margin-bottom: 16px;

}

h3
{
    font-size:24px;
    color: #333333;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 24px;
}


h4
{
    font-size:16px;
    color: #333333;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
}

hr
{
    color:#cccccc;
    background-color:#cccccc;
    margin: 5px 0 5px 0;
    padding:0px;
    border:0px;
    height:1px;

}


input 
{
    font-size:150%;
    padding:5px 10px 6px;
    border-radius:5px;
    color: #000; 
    border:5px solid #dbdbdb;
}


.button, .button:visited {
	background: #222; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	border-radius: 5px; 
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

.button:hover  { background-color: #111; color: #fff; text-decoration:none; }
.button:active	{ top: 1px; }
.button, .button:visited, .large.button, .large.button:visited { font-size: 18px; padding: 10px 16px 11px; }

.blue.button, .blue.button:visited	{ background-color: #01335e; }
.blue.button:hover	{ background-color: #06457b; }


.wrap
{
    width:960px;
    margin:auto;
    overflow:hidden;
    position:relative;
    clear:both;
}

.center
{
	margin-left: auto;
	margin-right: auto;
}

.left
{
	float:left;
}

.right
{
	float:right;
}

.small
{
	font-size:80%;
}

.clear
{
	clear:both;
}

.block
{
	display:block;
}

#nav
{
    height:100px;
}

a#logo
{
	position:absolute;
	top:50px;
    width:200px;
}

#nav ul
{
    position:absolute;
    top:65px;
    right:0px;
}

#nav li
{
    float:left;
    margin-left:20px;
}

#nav li a
{
    font-size:16px;
    text-decoration:none;
    float:left;
    font-weight:bold;
    color:#999999;
}

#nav li a#current
{
    color:black;
}


#hero
{
}

#intro
{
    margin-top:20px;
}

#intro p
{
    width:700px;
    font-size:22px;
    line-height:180%;
}


#footer
{
    font-size:66%;
}

#footer h3
{ 	 
}


#footer ul
{
    list-style:none;
}

#footer li
{
    margin:0 0 20px 0;
}

#footer a, a:hover, a:visited
{
    color:#000;
    text-decoration:underline;
}
