body {
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   font-weight: 300;
}
#wrappers {
  -moz-box-shadow: 5px 5px 5px #ccc;
  -webkit-box-shadow: 5px 5px 5px #ccc;
  box-shadow: 5px 5px 5px #ccc;
  
  	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
h1 {
	font-size:40px;
	font-weight: bold;
	color: #373e3f;
	margin: 0px 0px 0px 25px;
}
h2 {
	font-size:19px;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
}

h2.subheading {
	font-size:17px;
	font-weight: bold;
	color: #5f6a6c;
	margin: 5px 0px 0px 50px;
	height: 25px;
	width:470px;
	}
h3 {
	font-size:16px;
	font-weight: bold;
	margin-bottom: 5px;
}
h4 {
	font-size:13px;
	font-weight:bold;
	margin: 2px;
}
h5 {
	font-size:13px;
	line-height: 20px;
}
h6 {
	margin-top: 30px;
	vertical-align:bottom;
	
}
h7 {
	margin-top: 20px;
	vertical-align:bottom;
	
}
h8 {
	margin-top: 5px;
	vertical-align:bottom;
	
}
/* Header */

#header {
	height: 130px;
	margin: 0px auto;
	width: 100%;
	background: repeat-x top center #88A6A6;
	
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 20px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 20px;

}

#logo {
	height: 110px;
	width: 640px;
	text-align: left;
	margin: 0px auto;
}

img.headerIco {
	margin: -90px 0px 26px -8px;
}


/* Navigation */

.navbar {
	margin: -37px auto 0px auto;
	width: 640px;
}
.navbar ul {
	list-style:none;
}
.navbar li {
	display: block;
	float: right;
	text-transform:uppercase;
	margin: 0px 0px 0px 30px;
}
.navbar li a {
	display: block;
	float: right;
	font:20px "Lucida Sans", Tahoma, Verdana, Arial, Geneva;
	color: #6980B5;
	font-weight:bold;
	text-decoration: none;
}
.navbar li a:hover, li.current_page_item a {
	color: #3D4A69;
}
/* list apps */
#content {
	clear:both;
	margin: 15px auto 0px auto;
	width: 80%;
}
#page {
	

	padding: 0px 0px 2px 0px;
}
.entry {
	padding: 10px 0px 0px 0px;
	
	}
	
.entry h1{
	margin-left: 275px;

}
		
.h2.subheading {
	
	margin: 2px 0px 90px 50px;
	width: 390px;
	text-align:right;
	font-size: 20px;
}

h2.subheading a{
	color: #D50038;
}

h2.subheading a:hover{
	text-decoration: none;
}

h2 a {
	color: #556163;
	margin 0px 0px 0px 0px;
	padding: 25px 50px 10px -10px;
}

.entry	img.ico {
	float:left; 
	margin: 0px 30px 30px 0px;
	max-height:75px;
	max-width:75px;
	-moz-box-shadow: 5px 5px 5px #000;
  	-webkit-box-shadow: 5px 5px 5px #000;
  	box-shadow: 5px 5px 5px #000;
  
  	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
.entry	img.ico2 {
	color: #66A4B3;
	float:right; 
	margin-bottom: 2px;
	
	max-height:75px;
	max-width:225px;

	-moz-box-shadow: 5px 5px 5px #ccc;
  	-webkit-box-shadow: 5px 5px 5px #ccc;
  	box-shadow: 5px 5px 5px #ccc;
  
  	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
.entry	img.ico3 {
	color: #66A4B3;
	margin-left:20px;
	margin-top:10px;
	float:right; 
	max-width:225px;
	
	-moz-box-shadow: 5px 5px 5px #ccc;
  	-webkit-box-shadow: 5px 5px 5px #ccc;
  	box-shadow: 5px 5px 5px #ccc;
  
  	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
.entry	img.ico4 {
	color: #66A4B3;
	margin-top:10px;
	float:leftt; 
	max-width:225px;
	
	-moz-box-shadow: 5px 5px 5px #ccc;
  	-webkit-box-shadow: 5px 5px 5px #ccc;
  	box-shadow: 5px 5px 5px #ccc;
  
  	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
.entry ul {
	list-style: none;
	width: 600px;

	}
	
.entry ul li {
	height: 100px;
	padding: 10px 10px 35px 10px;
	background: repeat-x top center #E1E1E1;
	margin:0px 0px 10px 0px;
	cursor:pointer;
	display:block;
	
	-moz-box-shadow: 5px 5px 5px #ccc;
  	-webkit-box-shadow: 5px 5px 5px #ccc;
  	box-shadow: 5px 5px 5px #ccc;
  
  	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	
	}

.entry ul li:hover {
	background: repeat-x top center #66A4B3;
}

/* end */
/* Split the screen in half */
/* Pattern styles */
.left-half {
  float: left;
  width: 10%;
	height: 100%;
}
.right-half {
  float: left;
  width: 10%;
	height: 100%;
}

.class1,
.class2,
.class3 {
  width: 33.33%;
  float: left;
  height: auto;
}
