/*css document*/
  
body {
    
	margin-left:auto;
    margin-right:auto;
	padding:0;
    width:1200px;
    min-width:300px;		/* Minimum width of layout - remove line if not required */
    background: #4F68A1;
  
}


#header {
        background-image:url('../Images/team4.jpg');
        background-repeat:no-repeat;
        background-position:right top;   	
}

#header {
	float:left;
	width:100%;
	padding:0;
    margin:0;
	    	
}

#header h1 {
       
    font-family: 'Oswald', sans-serif; 
    font-size:3em;
    line-height:1em;
    color:white;
    margin:0;
 
 }
#header h2  {
	font-family: 'Oswald', sans-serif; 
    font-size:1.5em;
    color:white;
	margin:0;
}

/* Main menu settings */

#centeredmenu {
	clear:both;
	float:left;
	margin:0;
	padding:0;
	border:1px solid #000; 
    background-color:#ddd;
	width:100%;
	font-family:Verdana, Geneva, sans-serif; /* Menu font */
	font-size:90%; /* Menu text size */
	z-index:1000; /* This makes the dropdown menus appear above the page content below */
	position:relative;
}

/* Top menu items */
#centeredmenu ul {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	position:relative;
	right:50%;
}
#centeredmenu ul li {
	margin:0 0 0 0px;
	padding:0;
	float:left;
	position:relative;
	left:50%;
    top:1px;
}
#centeredmenu ul li a {
	display:block;
	margin:0;
	padding:.6em .5em .4em;
	font-size:1em;
	line-height:1em;
	background:#ddd;
	text-decoration:none;
	color:#256573;
	font-weight:bold;
	border-bottom:1px solid #000;
}
#centeredmenu ul li.active a {
	color:#fff;
	background:#000;
}
#centeredmenu ul li a:hover {
	background:#36f; /* Top menu items background colour */
	color:#fff;
	border-bottom:1px solid #03f;
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
	background:#36f; /* Top menu items background colour */
	color:#fff;
	border-bottom:1px solid #03f;
}

/* Submenu items */
#centeredmenu ul ul {
	display:none; /* Sub menus are hidden by default */
	position:absolute;
	top:2em;
	left:0;
	float:left;
	right:auto; /*resets the right:50% on the parent ul */
	width:10em; /* width of the drop-down menus */
}
#centeredmenu ul ul li {
	left:auto;  /*resets the left:50% on the parent li */
	margin:0; /* Reset the 1px margin from the top menu */
	clear:left;
	float:left;
	width:100%;
}
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
	font-size:.8em;
	font-weight:normal; /* resets the bold set for the top level menu items */
	background:#eee;
	color:#444;
	line-height:1.4em; /* overwrite line-height value from top menu */
	border-bottom:1px solid #ddd; /* sub menu item horizontal lines */
	float:left;
	width:100%;
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
	background:#36f; /* Sub menu items background colour */
	color:#fff;
	float:left;
}

/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
	left:auto; /* reset left:0; value */
	right:0; /* Set right value instead */
}
#centeredmenu ul ul.last li {
	float:right;
	position:relative;
	right:.8em;
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
	display:block; /* Show the sub menus */
}
/*END OF CENTERED MENU*/

a {
	color:#369;
}
a:hover {
	color:#0033FF;
	background:#369;
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6, {
    color:#312855;
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}

 
img {
	margin: 5px;
}




#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
    overflow:hidden;		/* This chops off any overhanging divs */
   	background:#EAEADD;		  /* Left column background colour */
    font-size:80%;
    font-family:verdana, arial, sans-serif;
}


#colmask ul {
		display:block;
		font-weight:normal;
		line-height:20px;
		margin:0px;
		padding:0px;
        text-align:left;
		
}

#colmid {
	float:left;
	width:200%;
	position:relative;
	left:200px;
  	background:#fff;    	/* Centre column background colour */
    border-left:1px solid #000;
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-400px;
    text-align:left;
	background:#EAEADD;    	/* Right column background colour */
    border-left:1px solid #000;
}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#col1pad {
	margin:0 15px 0 415px;
	overflow:hidden;
}
#col1 {
	width:100%;
	overflow:hidden;
}
#col2 {
	float:left;
	width:170px;
	position:relative;
	margin-left:-50%;
   	left:215px;
	overflow:hidden;
}
#col3 {
	float:left;
	width:170px;
	position:relative;
	left:15px;
	overflow:hidden;
}
#col3 img {
      margin:auto;
      padding:0;
       }

#contactus  {
     margin-top:10px; 
     margin-bottom:10px;
}

#footer {
	clear:both;
	float:left;
	width:100%;
	padding:0;
	margin:0;
	border-top:1px solid #000;
    
}

#blocktext {
    text-align:center;
    color:#312855;;
}

#picleft {float:left; }
#picright {float:right; }
#clearall {clear:both; }




























