/* <!-- */
    /* General styles */
    body {
   text-align:center;
    }
#pageTitle {
  background-color: #3d6b6b;
  padding: 15px;
  color: #FFFFFF;
  font-weight: bold;
}
#topnavigation {
    text-align: center;
    font-weight: bold;
    font-size: 11px;
}

#topnavigation li {
    margin: 5px;
    padding-left: 15px;
    padding-right: 15px;
}
#fixed {
    margin:0 auto;
    width:842px;   /* you can use px, em or % */
    text-align:left;
    background-color: #FFFFFF;
    height:auto !important; /* real browsers */
    min-height:100%; /* real browsers */
}
html, body, div {height: 100%;}
body {
    margin:0;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
    background-image: url(/images/ceptechnology/background.jpg);
    min-width:600px;    /* Minimum width of layout - remove line if not required */
			/* The min-width property does not work in old versions of Internet Explorer */
    font-size:13px;
    color: #014a47;
    font-family: Tahoma;
    }
a {
    color:#369;
	}
a:hover {
    color: green;
    text-decoration:none;
}
h1, h2, h3 {
    margin:.8em 0 .2em 0;
    padding:0;
    }
p {
    margin:.4em 0 .8em 0;
    padding:0;
    }
.col1 img {

   }
	/* Header styles */
#header {
    clear:both;
    float:left;
    width:100%;
    background-color:#FFFFFF;
    background-image: url(/images/ceptechnology/logo_top.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 170px;
    }
	
#header p,
#header h1,
#header h2 {
    padding:.4em 15px 0 15px;
    margin:0;
}
#headerFlash {
    clear:both;
    height: 242px;
    width: 842px;
    text-align: center;
}
.homeLink {
    float: left; 
    position: relative; 
    z-index: 1000; 
    font-size: 13px; 
    padding: 6px 16px 6px 16px; 
    line-height: 1;
    height: 26px;
    border-right: 1px solid #679469;
}
#headerMenu {
    clear:both;
    background-color: #192b2b;
    width: 842px;
    height: 36px;
    postion: relative;
    z-index: 1000;
    border-top: 4px solid #FFFFFF;
    border-bottom: 4px solid #FFFFFF;
    margin: 0px;
    padding: 0px;
}
#headerMenu ul {
    margin-left: 0px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
}
#headerMenu ul li{
        display: inline; 
}

#headerMenu ul li a{

}
#headerMenu a:link {
     text-decoration: none;
     color: #FFFFFF;
}
#headerMenu a:visited{
     text-decoration: none;
     color: #FFFFFF;
}
#headerMenu a:hover {
     text-decoration: none;
     color: #8fb4b2;
}
#headerMenu a:active {
     text-decoration: none;
     color: #FFFFFF;
}
.homeTitle {
	color: #014a47;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 16px;
	text-transform: uppercase;
         font-family: Arial, Helvetica, sans-serif;;
}
#EGSubPageImage {
 text-align: center;
}
#CEPHomeContent{
  	padding: 20px;
}
/* 'widths' sub menu */
#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 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 */
}
/* 2 column left menu settings */

.leftmenu {
    background:#FFFFFF;
    width: 842px;
}

.leftmenu .colright {
    float:left;
    width:200%;
    position:relative;
    left:175px;
    background:#fff;
}
.leftmenu .col1wrap {
    float:right;
    width:50%;
    position:relative;
    right:175px;
    padding-bottom:1em;
}
.leftmenu .col1 {
    margin:0 15px 0 195px;
    position:relative;
    right:100%;
    width: 600px;
    overflow:hidden;
}
.leftmenu .col2 ul {
 margin:0px;
 padding: 0px;
 list-style: none;
 list-style-image: url('/media/472/cep_arrow.gif')
}
.leftmenu .col2 li {
    margin:0px;
    padding:0px;

 }
#nav {
margin: 0px;
padding: 0px;
}

.menuBK {
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 2px solid #FFFFFF;
}
.menuBK .level2 {

}
.menuBK ul li {
margin-left: 40px;
padding-left: 10px;

}
.menuBK2selected li {
margin-left: 20px;

}
.menuBK2selected {
    background-color: #9db2b4;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 2px solid #FFFFFF;
}
.menuBK a:link {
     text-decoration: none;
    color: #192b2b;

}
.menuBK a:visited{
     text-decoration: none;
    color: #192b2b;

}
.menuBK a:hover {
     text-decoration: underline;
     color: #192b2b;
}
.menuBK a:active {
     text-decoration: none;
    color: #192b2b;
}


.menuBK2selected a:link {
    
    text-decoration: none;
    color: #192b2b;

}
.menuBK2selected a:visited{
    text-decoration: none;
    color: #192b2b;

}
.menuBK2selected a:hover {
     text-decoration: none;
     color: #192b2b;
}
.menuBK2selected a:active {
    text-decoration: none;
    color: #192b2b;
}


.leftmenu .col2 {
    float:left;
    width:175px;
    position:relative;
    right:175px;
    margin-top: 10px;
}
/* 1 column full page settings */
.fullpage {
    background:#fff;
}
.fullpage .col1 {
    margin:0 10px;
}
/* Footer styles */
#footer {
    clear:both;
    float: left;
    width:842px;
}
#footer p {
    padding:10px;
    font-size: 10px;
    margin-top: 10px;
    text-align: right;
    color: #666666;
    border-top: 1px solid #CCCCCC;
}
/* --> */
</style>
<!--[if lt IE 7]>
<style media="screen" type="text/css">
.col1 {
    width:100%;
}
</style>
<![endif]-->





























































































































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
