/* CSS Document - This is for standard default header and footer CSS */

* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	

body {
	background-color: #003C69;
	background-repeat: repeat;
	margin: 0px;
	padding: 0;
	background-image: url(/templates/cdms/images/gray_jean_texture2.jpg);
}
#wrapper {
	background-image: url("/templates/cdms/images/white_background.png");
	background-repeat: repeat-y;
	height: auto;
	width: 1020px;
	padding-right: 0px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	background-position: center top;
}
header {
	font-family:Arial;
	height: 125px;
	width: 990px;
	position: relative;
}
#logo {
	height: 120px;
	width: 420px;
	/*background-image: url(/templates/cdms/images/Logo.jpg);*/
	float: left;
}
#topcontainer {
	width: 420px;
	float: right;
	padding-right: 30px
}
#login {
	height: 23px;
	width: 224px;
	margin-right: 0px;
	margin-left: auto;
	margin-top: 17px;
	margin-bottom: 1px;
	background-image: url(/templates/cdms/images/login.jpg);
	color: #666;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 122px;
	padding-top: 8px;
	background-repeat: no-repeat;
}

#searchwrapper {
 /*	background-image: url(/templates/cdms/images/searchbox.jpg); */
	height: 31px;
	margin-left: 163px;
	background-repeat:no-repeat;
	padding:0px;
	position:relative;
	width: 100%;
	/*top:-4px;*/
}

#searchwrapper form { display:inline ; }
 
.searchbox {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:4px;
left:4px;
padding-left: 4px;
width:209px;
height:23px;
}
 
.searchbox_submit {
border:0px; /*important*/
background-image: url(/templates/cdms/images/searchicon_03.png);
position:absolute; /*important*/
visibility:visible;
top: 4px;
left: 190px;
width:30px;
height:23px;
}
.topcontentlinks {
	height: 31px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	padding: 0px;
	word-spacing: 0px;
	text-align: right;
}
#navigation {
	background-color: #003C69;
	height: 31px;
	width: 990px;
}

#slider {
	height: 300px;
	width: 990px;
	background-color: #CCC;
	/* background-image: url(/templates/cdms/images/slider2_absensemanagement.jpg); */
}
#slidernav {
	background-color: rgba(204,204,204,.75);
	height: 31px;
	width: 990px;
}
#sliderbox {
	height: 269px;
	width: 990px;
}
article {
	height: 507px;
	width: 990px;
	background-color: #FFF;
}

#quicklinks {
	background-color: #FFF;
	float: left;
	height: 300px;
	width: 300px;
	background-image: url(/templates/cdms/images/QuickLinks.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
footer {
	background-color: #082e4a;
	height: auto;
	width: 990px;
	background-repeat: no-repeat;
	background-position: center top;
}

#contactusfooter, #aboutfooter, #cdmscertfooter, #admsdesfooter, #resourcefooter, #contedufooter  {
	height: 290px;
	width: 140px;
	padding-top: 30px;
	padding-left: 23px;
	font-size: 13px;
	line-height: 150%;
	float: left;
	margin: 0px;
}

#aboutfooter, #cdmscertfooter, #admsdesfooter, #resourcefooter, #contedufooter  {
	background-image:url(/templates/cdms/images/footerdivider.png);
	background-repeat: no-repeat;
}
#contedufooter  {
	margin-right: 12px;
	float: left;
}

#copyright  {
	width: inherit;
	height: 50px;
	font-color: #FFF;
	font-size: 13px;
	text-align: center;
	color: rgba(255,255,255,1);
	clear: both;
	vertical-align: top;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
	
	
#background footer p {
	color: rgba(255,255,255,1);
	line-height: 175%;
	margin-top: 9px;
}

#background footer h4 {
	font-size: 13.5px;
	text-transform: uppercase;
	color: rgba(210,40,99,1);
	margin-bottom: -5px;
	margin-top: 0px;
	letter-spacing: .1em;
}

nav {
	background-color: #04305D;
	width: 990px;
	height: 31px;
}

nav ul {
	list-style-type: none;
}

.menu {
	border:1px none #FFF;
	margin:0px;
	padding: 0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:12pt;
	font-weight: regular;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	position: relative;
	width: 990px;
	background-color: #003C69;
	}
	
.menu ul{
	height:31px;
	list-style:none;
	margin:0;
	padding:0;
	width: auto;
	}

.menu li:hover  a{
	background-color: #C60651
    }

.menu li{
	float:left;
	padding:0px;
	}
	
.menu li a{
	color:white;
	display:block;
	line-height:31px;
	margin:0px;
	/* [disabled]padding:0px 25px; */
	text-align:center;
	text-decoration:none;
	width: 165px;
	font-size: 13px;
	font-weight: normal;
		}
		
.menu li ul{
	display:none;
	height:auto;
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;
	border:0px;
	position:absolute;
	width: 195px;
	z-index:200;
	background-color: #003C69;
	overflow: visible;
	letter-spacing: normal;
	white-space: nowrap;
		}

.menu li:hover ul{
		display:block;
	background-color: #003C69;
	/* opacity: .9; */
	border-color: #FFF;
	width: 18%;
		}
.menu li li {
	background: bottom left no-repeat;
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:auto;
		}
		
.menu li:hover li a{
		background:none;
		}

.menu li ul a{
	display:block;
	height:31px;
	font-size:12px;
	font-style:normal;
	margin:0px;
	padding:0px 10px 0px 15px;
	text-align:left;
		}

.menu li ul a:hover, .menu li ul li:hover a{
	border:0px;
	color:#ffffff;
	text-decoration:none;
	width: auto;
	background-color: #C60651
			}

.menu p{
		clear:left;
		}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 13px;
	color: #003C69;
	line-height: 8px;
	margin: 0 0 -5px 0px;
}
p{
	line-height: 130%;
	margin: 0 0 20 0px;
	font-size: 13px;
}
article,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	color: #333333;
	margin: 0 0 20 0px;
	line-height: 130%;
}
h2 {
	font-size: 12px;
	color: #666666;
	margin: 0 0 -10px 0px;
}

hr{
	display: block;
   position: relative;
   padding: 0;
   margin-top: 15px;
   margin-bottom: 20px;
   margin-left: 0px;
   margin-right: 0px;
   height: 0;
   width: 100%;
   max-height: 0;
   font-size: 1px;
   line-height: 0;
   clear: both;
   border: none;
   border-top: 1px solid #aaaaaa;
   border-bottom: 1px solid #ffffff;
}

#quicklinks {
	background-color: #FFF;
	float: left;
	height: 300px;
	width: 300px;
	background-image: url(/templates/cdms/images/QuickLinks.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
footer {
	background-color: #082e4a;
	height: auto;
	width: 990px;
	background-repeat: no-repeat;
	background-position: center top;
}

#contactusfooter, #aboutfooter, #cdmscertfooter, #admsdesfooter, #resourcefooter, #contedufooter  {
	height: 290px;
	width: 140px;
	padding-top: 30px;
	padding-left: 23px;
	font-size: 13px;
	line-height: 150%;
	float: left;
	margin: 0px;
}

#aboutfooter, #cdmscertfooter, #admsdesfooter, #resourcefooter, #contedufooter  {
	background-image:url(/templates/cdms/images/footerdivider.png);
	background-repeat: no-repeat;
}
#contedufooter  {
	margin-right: 12px;
	float: left;
}

#copyright  {
	width: inherit;
	height: 50px;
	font-color: #FFF;
	font-size: 13px;
	text-align: center;
	color: rgba(255,255,255,1);
	clear: both;
	vertical-align: top;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
	
	
#background footer p {
	color: rgba(255,255,255,1);
	line-height: 175%;
	margin-top: 9px;
}

#background footer h4 {
	font-size: 13.5px;
	text-transform: uppercase;
	color: rgba(210,40,99,1);
	margin-bottom: -5px;
	margin-top: 0px;
	letter-spacing: .1em;
}

nav {
	background-color: #04305D;
	width: 990px;
	height: 31px;
}

nav ul {
	list-style-type: none;
}

.menu {
	border:1px none #FFF;
	margin:0px;
	padding: 0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:12pt;
	font-weight: regular;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	position: relative;
	width: 990px;
	background-color: #003C69;
	}
	
.menu ul{
	height:31px;
	list-style:none;
	margin:0;
	padding:0;
	width: auto;
	}

.menu li:hover  a{
	background-color: #C60651
    }

.menu li{
	float:left;
	padding:0px;
	}
	
	.menu li a{
	color:white;
	display:block;
	line-height:31px;
	margin:0px;
	/* [disabled]padding:0px 25px; */
	text-align:center;
	text-decoration:none;
	width: 165px;
	font-size: 13px;
	font-weight: normal;
		}
		
.menu li ul{
	display:none;
	height:auto;
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;
	border:0px;
	position:absolute;
	width: 195px;
	z-index:200;
	background-color: #003C69;
	overflow: visible;
	letter-spacing: normal;
	white-space: nowrap;
		}

.menu li:hover ul{
		display:block;
	background-color: #003C69;
	/* opacity: .9; */
	border-color: #FFF;
	width: 18%;
		}
		
		.menu li li {
	background: bottom left no-repeat;
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:auto;
		}
		
.menu li:hover li a{
		background:none;
		}

.menu li ul a{
	display:block;
	height:31px;
	font-size:12px;
	font-style:normal;
	margin:0px;
	padding:0px 10px 0px 15px;
	text-align:left;
		}

.menu li ul a:hover, .menu li ul li:hover a{
	border:0px;
	color:#ffffff;
	text-decoration:none;
	width: auto;
	background-color: #C60651
			}

.menu p{
		clear:left;
		}	
		
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 13px;
	color: #003C69;
	line-height: 16px;
	margin: 0 0 -5px 0px;
}
p{
	line-height: 130%;
	margin: 0 0 20 0px;
	font-size: 13px;
}
article,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	color: #333333;
	margin: 0 0 20 0px;
	line-height: 130%;
}
h2 {
	font-size: 12px;
	color: #666666;
	margin: 0 0 -10px 0px;
}
hr{
	display: block;
   position: relative;
   padding: 0;
   margin-top: 15px;
   margin-bottom: 20px;
   margin-left: 0px;
   margin-right: 0px;
   height: 0;
   width: 100%;
   max-height: 0;
   font-size: 1px;
   line-height: 0;
   clear: both;
   border: none;
   border-top: 1px solid #aaaaaa;
   border-bottom: 1px solid #ffffff;
}
\input.button[type="image"] {
    /*background-color: #04305D;*/
	position:absolute;
	margin-left:-4px;
	/*left:189px;*/
}
footer div.moduletable {
    display: inline-table;
	padding-left: 13px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 15px;
	vertical-align:top;
}

.menu_footer {
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative;
	width: 90%;
}

.menu_footer li {
	list-style-type: none;
	margin-bottom: 10px;
}
	
.menu_footer a {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}

footer h3 {
	color: #D22863;
	width: 120px;
	padding: 0px;
	margin-top: 12px;
}
