body {
    font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin: 0;
	padding: 0;
	width:100%;
	min-width:900px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
}
#container {
min-height: 100%;
position: relative;	
}
#headerwrap {
width:100%;
/* IE10 Consumer Preview */ 
background-image: -ms-radial-gradient(center, circle farthest-corner, #FFF799 0%, #568B2D 100%);

/* Mozilla Firefox */ 
background-image: -moz-radial-gradient(center, circle farthest-corner, #FFF799 0%, #568B2D 100%);

/* Opera */ 
background-image: -o-radial-gradient(center, circle farthest-corner, #FFF799 0%, #568B2D 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, #FFF799), color-stop(1, #568B2D));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-radial-gradient(center, circle farthest-corner, #FFF799 0%, #568B2D 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: radial-gradient(circle farthest-corner at center, #FFF799 0%, #568B2D 100%);
-webkit-box-shadow: inset 0px 13px 18px -5px rgba(56,56,56,1);
-moz-box-shadow: inset 0px 13px 18px -5px rgba(56,56,56,1);
box-shadow: inset 0px 13px 18px -5px rgba(56,56,56,1);
position: fixed;
	top: 100px;	
}
#headercontent {
width:70%;
margin: 0 auto;	
}
#menuwrap {
width:100%;
height:100px;
/* IE10 Consumer Preview */ 
background-image: -ms-radial-gradient(center top, circle farthest-side, #A6A6A6 0%, #686869 100%);

/* Mozilla Firefox */ 
background-image: -moz-radial-gradient(center top, circle farthest-side, #A6A6A6 0%, #686869 100%);

/* Opera */ 
background-image: -o-radial-gradient(center top, circle farthest-side, #A6A6A6 0%, #686869 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(radial, center top, 0, center top, 477, color-stop(0, #A6A6A6), color-stop(1, #686869));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-radial-gradient(center top, circle farthest-side, #A6A6A6 0%, #686869 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: radial-gradient(circle farthest-side at center top, #A6A6A6 0%, #686869 100%);
	position: fixed;
	z-index: 10;
}
#social {
	text-align:left;
width:35%;
margin:0 auto;
float:left;
	}
	#social li{
	display:inline;	
	}
#menu {
width:70%;
margin: 0 auto;
vertical-align:middle;	
}
#menu a{
	text-decoration:none;
	padding-left:20px;
	color:#CC0;
	font: 2.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#menu a:hover{
color:#333;	
}
#menu ul{
		
margin:0;
padding-top:30px;
padding-left:15px;
text-align:right;	
}
#menu li{
	display:inline;
}
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;
	top: 375px;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	background:#fff;
				/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
	}
.col2 {					/*left column */
	-moz-border-radius-bottomright: 50px 25px;
	border-bottom-right-radius: 50px 25px;
}
.col3 {					/*right column */
	font-size:12px;
	margin-left:10px;
	-moz-border-radius-bottomleft: 50px 25px;
	border-bottom-left-radius: 50px 25px;
	text-align:right;
	}
.col2, .col3 {
	background:url(images/depth_test.png) no-repeat top right;
	border:solid thin #999;
	
}
.col1 {
	margin-top:1.0em;
	-moz-border-radius: 20px 25px;
border-radius: 20px 25px;
border:thin double #ccc;
-webkit-box-shadow: inset 0px 13px 18px -5px rgba(56,56,56,1);
-moz-box-shadow: inset 0px 13px 18px -5px rgba(56,56,56,1);
box-shadow: inset 0px 13px 18px -5px rgba(56,56,56,1);
}
/* 3 Column settings */
.threecol {
	background-color:#fff;		/* right column background colour */
}
.threecol .colmid {
	right:25%;			/* width of the right column */
	background:#fff;		/* center column background colour */
}
.threecol .colleft {
	right:50%;			/* width of the middle column */
	/* background:#f4f4f4;	 left column background colour */
}
.threecol .col1 {
	width:46%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:21%;			/* Width of left column content (column width minus padding on either side) */
	left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
ul {
	list-style-type:none;
	-webkit-padding-start: 15px;
}
h1,h2,h3, h4 {
color:#333;
text-align:left;
margin:0 0 .2em 0;	
}
h1,h2 {
	color:#DFECF6;
}
p {
text-align:left;
padding:0 10px;	
}
.bottom_left_curve2 {
float:right;
width:200px;
background:#FFC;
font-size:12px;
margin-left:10px;
-moz-border-radius-bottomleft: 50px 25px;
border-bottom-left-radius: 50px 25px;
border-left:thin double #ccc;
text-align:right;	
}
.headeronestyle {
/* Note: This gradient may render differently in browsers that don't support the unprefixed gradient syntax */

/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom left, #3B5A9A 0%, #0977B5 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom left, #3B5A9A 0%, #0977B5 100%);

/* Opera */ 
background-image: -o-linear-gradient(bottom left, #3B5A9A 0%, #0977B5 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0, #3B5A9A), color-stop(1, #0977B5));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom left, #3B5A9A 0%, #0977B5 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top right, #3B5A9A 0%, #0977B5 100%);
-webkit-box-shadow: 0px 15px 19px -10px rgba(0,0,0,0.62);
-moz-box-shadow: 0px 15px 19px -10px rgba(0,0,0,0.62);
box-shadow: 0px 15px 19px -10px rgba(0,0,0,0.62);
padding-left:10px
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:80px;
	width:100%;
	border-top:1px solid #000;
	}

#footer p {
	padding:10px;
	margin:0;
}