*{ padding:0px; margin:0px; }

body {
background: #fff;
font-family:"Helvetica Neue (TT)","Helvetica Neue","Helvetica","Arial",sans-serif;
font-size:15px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
line-height:normal;
color: #3a3a3c;
}

p {
padding: 10px;
}

h1{
text-shadow:1px 1px 0 #00eeef;
padding: 10px 0;
}

h2, h3, h4 {
padding: 2px 10px;
}

h2 {
border-bottom: 1px solid #c4c4c4;
}

h3{color:#FFF; font:18pt Arial, sans-serif; letter-spacing:-1px; font-weight: bold;  }

form {
padding: 10px 0 10px 0;
}

label {
display:block;
padding-left: 10px;
font-size: 12px;
}

#footer h3 {
color: #000;
text-shadow:1px 1px 0 #00eeef;
}

img {
border: none;
}

.recog {
margin: 10px;
float: left;
}

#connect img {
padding: 0px 10px;
}

a {
text-decoration: none;
}

a.nav {
color: #000;
}

#header {
width: 100%;
padding-bottom: 10px;
}


		
		#navigation {
		background: #fff;
		}
		
		#nav {
		width: 720px;
		float: left;
		background: #fff;
		list-style: none;
		}
		
		#connect {
		float: right;
		padding: 0 5px;
		-moz-border-radius-topleft:5px;
		-moz-border-radius-topright: 5px;
		-webkit-border-radius:5px 5px 0 0;
		}
		
		#nav li {
		float: left;
		}
		
		#nav li a {
		display: block;
		padding: 10px 20px;
		text-decoration: none;
		font-weight: bold;

		
		}
	
		#nav li a.current {
		color: #fff;
		background: url(images/tabs.png) repeat-x bottom;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		}
		
		#nav li a:hover {
		color: yellow;  /*ffde16*/
		background: url(images/tabs.png) repeat-x bottom;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		}


#pagename {
background: url(images/featured.png) repeat-x;
height: 50px;
width: 100%;
}
		
#container {
border-top: 1px solid #00aeff;
width: 100%;
padding-top: 20px;
padding-bottom: 40px;
}

#wrap {
	width: 960px;
	margin: 0 auto;
}

#featured {
  width: 100%;
  height: 280px;
  background: url(images/featured.png) repeat-x; 
  border-bottom: 1px solid #00eeef; 
}

#featured-text {
	width: 600px;
	float: left;
	font-size: 18px;
	line-height: 35px;
	padding: 25px 5px;
}

.button { 
padding: 15px 15px; 
background: url(images/button-bg.png) repeat-x; 
color: #222;
border: 1px solid #ccc; font: bold 18px Helvetica; text-decoration: none; 
}

.button:hover { 
background-position: bottom left; 
}

#button {
margin: 15px;
background: url(images/featured.png) repeat-x;
background-position: top;
-moz-border-radius:5px;
-webkit-border-radius:5px;
text-align: center;
color: #fff;
padding: 10px;
}

#button:hover {
background-position: bottom;
}

#featured-image {
  float: right;
  width: 360px;
  height: 270px;
  padding-top: 15px;
}

#content{
width: 580px;
float: left;
margin-left: 20px;
margin-right: 20px;
}

#sidebar {
width: 300px;
float: left;
margin-left: 20px;
margin-right: 20px;
}

    .status{
    	padding:5px;
    	outline:none;
		margin: 0 0 10px 10px;
    }
	
	.area {
	width: 95%;
	height: 150px;
	}
    .focusField{
    	border:solid 2px #73A6FF;
    	background:#EFF5FF;
    	color:#000;
    }
    .idleField{
    	background:#EEE;
    	color: #6F6F6F;
		border: solid 2px #DFDFDF;
    }	

#footer {
width: 100%;
border-top: 1px solid #c4c4c4;
height: 50px;
position: relative;
}

.recent {
background: #eeeeee;
border: 1px solid #b4b4b4;
padding: 10px;
margin: 10px 0 20px 0;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

.headline {
background: #00aeef;
border: 1px solid #00eeef;
margin: 0 0 0 -15px;

}

.recogbox {
margin: 10px 10px;
background: #eeeeee;
border: 1px solid #b4b4b4;
-moz-border-radius:5px;
-webkit-border-radius:5px;
height: 150px;
}

#news {
list-style: none;
}

.recogbox h4 {
float: right;
}

/* Image Box */
.boxgrid{ 
				width: 325px; 
				height: 260px; 
				margin:10px; 
				float:right; 
				background:#161613;
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute; 
					bottom: 0;
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}
				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #000; 
				height: 100px; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption {
 					top: 260px;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 220;
 					left: 0;
 				}
				
.clear {clear:both}

/* Leaders Section */
ul.column {
	width: 100%;
	padding: 0;
	margin: 10px 0;
	list-style: none;
}
ul.column li {
	float: left;
	width: 190px; /*Set default width*/
	padding: 0;
	margin: 5px 0;
	display: inline;
}

.pblock {
	height: 200px;
	margin-right: 20px; /*Creates the 10px gap between each column*/

}

.block {
	height: 300px;
	font-size: 1em;
	margin-right: 10px; /*Creates the 10px gap between each column*/
	padding: 10px;
	background: #e5e5e5;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.block h2 {
	font-size: 1.5em;
}
.block, .pblock img {
        /*Flexible image size with border*/
	width: 84%;  /*Took 1% off of the width to prevent IE6 bug*/
	padding: 5%;
	background:#fff;
	margin: 0 auto;
	display: block;
	-ms-interpolation-mode: bicubic; /*prevents image pixelation for IE 6/7 */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

/* -======THIS IS FOR PICS=======- */
ul.picolumn {
	width: 100%;
	padding: 0;
	margin: 10px 0;
	list-style: none;
}
ul.picolumn li {
	float: left;
	width: 120px; /*Set default width*/
	padding: 0;
	margin: 5px 0;
	display: inline;
}

.pblock {
	height: 150px;
	margin-right: 20px; /*Creates the 10px gap between each column*/

}

ul.picolumn .block {
	height: 120px;
	font-size: 1em;
	margin-right: 10px; /*Creates the 10px gap between each column*/
	padding: 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.block h2 {
	font-size: 1.5em;
}
.block, .pblock img {
        /*Flexible image size with border*/
	width: 84%;  /*Took 1% off of the width to prevent IE6 bug*/
	padding: 15%;
	background:#fff;
	margin: 0 auto;
	display: block;
	-ms-interpolation-mode: bicubic; /*prevents image pixelation for IE 6/7 */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}



#send_message { 
    width:200px !important; /* the width of the submit button  */ 
    font-variant: small-caps; /* nicer font-variant (like explained before) */  
    border:1px solid black; /* remove the default border and put a normal black one */
    cursor:pointer;
    cursor:hand;
}
#cf_submit_p { text-align:right; } /* show the submit button aligned with the right side */

.error { display: none; margin-left:10px; padding:10px; color: #D8000C; font-size:12px;background-color: #FFBABA;}
.success { display: none; padding:10px; color: #044406; font-size:12px;background-color: #B7FBB9;}

#contact_logo { vertical-align: middle; }
.error img { vertical-align:top;}