body {
/*  background: url("ahttp://www.craftonhills.edu/~/media/Images/SBCCD/CHC/Layout/bg-body-summer-2012.ashx") no-repeat scroll center top #247A3B;*/
  background-color:#34A3D8;
    height: 100%;
}

.logo{display:none}
.starter-template {
  padding: 0 15px 15px 15px;
  border-bottom:1px solid #99d9ef;
}

.content{background-color:#fff}

.content img{
  display: block;
  height: auto;
  max-width: 100%;
}
.container ul li {
	list-style-image: url("http://www.craftonhills.edu/~/media/Images/SBCCD/CHC/Layout/bg-list-bullet.ashx");
}

#sideMenu {
	background-color:#E3F4AE;
}

#sideMenu ul {
	list-style: none;
	padding:0;
	}

#sideMenu li {
	border-bottom:1px solid #fff;
	padding:10px;
	list-style: none;
}

.verticalDivider{ background: url(http://www.craftonhills.edu/~/media/Images/SBCCD/CHC/Layout/bg-Vertical-Divider-Bottom.ashx) bottom left no-repeat,  url(http://www.craftonhills.edu/~/media/Images/SBCCD/CHC/Layout/bg-Vertical-Divider-Tiling.ashx) repeat-y; min-height:300px;padding-left:30px; }

.footer {
    background-color: #75A57F;
    color: #FFFFFF;
	}

.footer a{
color:#fff}

.navbar{margin-bottom:0}

@media (min-width: 768px) {
.logo{display:block; margin-top:10px}
.navbar-header{display:none}
}