/* Start of CMSMS style sheet 'JJB IT Services V3: Main' */
/*****************
basic settings
*****************/

/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/* Make sure there is always a vertical scroll bar */
html, body {
	height: 100.02%;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1.2em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #18507C; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #18507C;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
  /* background-color: #C3D4DF; */
   color: #385C72;
}

/*****************
basic layout 
*****************/
body {

	color: #333;
  	/* background-color: #ececec; */
/*  margin:1em; */ /* gives some air for the pagewrapper */

}
div#pagewrapper {
	 min-height: 100%;
	 height: auto !important;
	 height: 100%;
	 margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
}

div#pagewrapper {

	width:900px;

	background-color:#fafffa;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
/*	background: url("uploads/images/JJBITv3/background.gif") repeat; */

 
}

div#header {
 	height: 150px; /* adjust according your image size */
    background:#ffffff url(uploads/images/JJBITv3/header.gif) no-repeat;
}

div#menu_top {
	width:898px;
background-color: #cce0eb;
   
 	
}


div.menu_left {
   width:148px;
   border-left:   2px  solid #69c2e6;

   background-color:#FFF;
   padding-top:7px;
   padding-bottom:16px;	
   background: #FFF	url(uploads/images/JJBITv3/table_bottom_left.gif)  bottom  no-repeat;
  }
  




div.menu_right {
   border-right:   2px  solid #69c2e6;
   background-color:#FFF;
   padding-top:7px;
   padding-bottom:16px;	
   background: #FFF	url(uploads/images/JJBITv3/table_bottom_right.gif)  bottom  no-repeat;
  }
  



div.menu_right ul {
list-style-type: none;
}

div.menu_right li {
	
	margin-left:15px;
}

div.menu_right img {
   margin-left:10px;
}
div.menu_left ul {
	list-style-type: none;
}

div.menu_left li {
	
	margin-left:15px;
	
}

div#container {
 width:100%;
 margin-top:25px;

 }
 
div#sidebar_left {
	width: 150px;
	float:left;
       margin-top:29px;
	background-color:white;
    
}

div#main {
	width:466px;
	float:left;

	border-top: 1px solid #C0C0C0; 

}




div#sidebar_right {
    width:251px;
	float:right;
margin-top:29px;
}


#footer {
border: 1px solid #C0C0C0;
    height:30px;
	clear: both;
text-align:center;
	background: #cce0eb;
	 margin: 0 auto;
	 width:900px;
}

/************* STYLING ****************/

div#sidebar_left p {
	margin-left:15px;
        margin-bottom:10px;
	
}

div#sidebar_right p {
	margin-left:15px;
        margin-bottom:10px;
	
}

div#container {
	font-size:1em;
}

div#main {
	font-size:1em;
	margin: 10px 15px;
       
}

div#main p {
       margin-bottom:10px;
}

div#main li {
      margin-left:15px;
}

/************* HEADINGS ***************/
div#main h1 {
   font-size: 1.7em;  /* font size for h1 */
   line-height: 1.7em;
   margin-bottom: 10px;
   margin-top:5px;
   color: #1a171b;
  
}
div#main h2 {
   color: #ff3333; 
   font-size: 1.2em; 
   text-align: left; 
/* some air around the text */
  
   padding-bottom: 1px;
/* set borders around header */
  
/*    border-left: 2px solid #990000; */
   line-height: 1.5em;
/* and some air under the border */
   margin: 1em 0 1em 0;
}

div#sidebar_left h2 {
	background: #FFF	url(uploads/images/JJBITv3/left.gif)  top left no-repeat;
	padding-left:25px;
	padding-bottom:0px;
	font-size:1em;

}

div#sidebar_right h2 {
	background: #FFF	url(uploads/images/JJBITv3/right.gif)  top right no-repeat;
	padding-right:25px;
	padding-bottom:0px;
	font-size:1em;
	text-align:right;
}

div.left49 {
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}
/* End of 'JJB IT Services V3: Main' */

