body,html {
	background: url('images/bg.png') repeat-x #d2d2d2;
	margin: 0px 0px 10px 0px;
	font: tahoma, helvetica, arial, sans-serif;
	color:#000;
	}


.invertedshiftdown{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown a{
float: left;
display: block;
font: bold 12px Arial;
color: black;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 9px 10px; /*Padding within each menu item*/
background-color: white; /*Default menu color*/

/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
}

.invertedshiftdown a:hover{
background-color: #D10000; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
background-color: #D10000; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
margin-top: 2px;
padding: 0;
}

#myform .textinput{
width: 190px;
border: 1px solid gray;
}

#myform .submit{
font: normal 12px Verdana;
height: 22px;
border: 1px solid #D10000;
background-color: black;
color: white;
}
	
/* Containers
------------------*/
	
#pagewrapper {
	height: 100%;
    width: 960px;
	background:#d2d2d2;
	margin: 0px;
	}
	
#topbar {
	height: 30px;
	width: 100%;
	background: #554925;
	color: #fff;
	padding: 0px 10px 0px 70px;
	border-bottom: 1px solid #fff;
	}	

#headercon {
	width: 960px;
	height: 150px;
	}
	
#contentcon {
		height: 100%;
		width: 960px;
		}

#info{
	height:100%;
	width: 960px;
	}
		
/* Sections
------------------*/

#header {
	height: 150px;
	width: 100%;	
	background: url('images/hbg.png') #CD0000;
    padding: 0px 0px 0px 40px;
	font-family: tahoma, helvetica, arial, sans-serif;
    color: #fff;	
	}

#content {
	height:100%;
	width:100%;
	background: url('images/mbg.png') #ffffcc;
	}
	
#signup {
	width: 760px;
	background: #e3e3e3;
	font-family: tahoma, helvetica, arial, sans-serif;
	color:#000;
	border: 1px solid #86abff;
	padding: 10px 10px 10px 10px;
	}	

#sidebar {
	height: 200px;
	width: 260px;
	background: url('images/mbg.png') #FFF;
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: .8em;
	color:#000;
	padding: 10px;
	}
	
#info1{
	height: 100%;
	width: 760px;
	background: #FFF;
	font-family: tahoma, helvetica, arial, sans-serif;
	color:#000;
	border-left: 1px solid #666;
	padding: 10px;
	}

#footer p {
	font-family: tahoma, helvetica, arial, sans-serif;
	color:#000;
    margin-bottom:1em;
	}

#footer {
	text-align:center;
	background:#ccc;
	height:25px;
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 10px;
	text-align:center;
	color: #fff;
}	
	

/* Content Boxes
------------------*/

#subinfo1 {
	height: 400px;
	width: 100%;
	background: #fff;
	border-bottom: 2px dotted #ccc;
	}
	
#cplogin{
    background: #fff;
    width: 200px;
    margin: 0px 0px 0px 3px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-family: tahoma, helvetica, arial, sans-serif;
	font-size: .8em;
	padding: 10px 10px 10px 10px;
	}

#login{
	background: #fff;
    width: 200px;
    margin: 0px 0px 0px 3px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-family: tahoma, helvetica, arial, sans-serif;
	font-size: .8em;
	padding: 10px 10px 10px 10px;
	}

#login h2 {
    background: url('http://imwebd.com/uploads/imwebdc/cli.png') #2723dc;
	color: #fff;
    font-weight: bold;
    font-family: tahoma, helvetica, arial, sans-serif;
	font-size: .9em;
	padding: 10px 10px 10px 10px;
	}

#wlogin{
	background: #fff;
    width: 200px;
    margin: 0px 0px 0px 3px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-family: tahoma, helvetica, arial, sans-serif;
	font-size: .8em;
	padding: 10px 10px 10px 10px;
	}

#wlogin h2 {
    background: url('http://imwebd.com/uploads/imwebdc/wcli.png') #2723dc;
	color: #fff;
    font-weight: bold;
    font-family: tahoma, helvetica, arial, sans-serif;
	font-size: .9em;
	padding: 10px 10px 10px 10px;
	}

#news{
	background: #fff;
    width: 100%;
    margin: 0px 0px 0px 3px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-family: tahoma, helvetica, arial, sans-serif;
	font-size: .8em;
	padding: 10px 10px 10px 10px;
	}

#news h2 {
    background: url('http://imwebd.com/uploads/imwebdc/nh.png') #2723dc;
	color: #fff;
    font-weight: bold;
    font-family: tahoma, helvetica, arial, sans-serif;
	font-size: .9em;
	padding: 10px 10px 10px 10px;
	}	
