body {
	background-color: #464f54;
}

#wrapper {
	background-color: #f2f2f2;
}

#header {
	height: 110px;
}

.redbg{
	background-color: #ff0000;
}	

#logo {
	
}

#menu {
	margin-top: 10px;
}

#content {
	background: url("../images/home_top_content_bg.jpg") no-repeat;
	height: 290px;
}

#leftContent {
	padding: 30px 0 0 30px;
}

#footer {
	padding: 10px;
	margin-top: 40px;
	height: 90px;
}

#footer_wrapper {
	background: url("../images/footer_bg.jpg") repeat-x #464f54;
}

#lowerContent {
	margin-top: 20px;
}


.panel {
	/*height: 400px;*/
}

.panel h3 {
	margin-top: 5px;
	margin-bottom: 0px;
}

.separator {
	height: 1px;
	background-color: #ddd;
}

.arrowButton {
	width: 20px;
	height: 20px;
	margin-left:5px;
	margin-right:5px;
	margin-top:2px;
	background: url("../images/arrow_button.gif") no-repeat;
	float: left;
}

.navcontainer {
	
}

.navcontainer .header{
	margin: 10px 0px 10px 0px; 
}

.navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

.navcontainer a {
	display: block;
	padding: 3px;
	border-top: 1px solid #ccc;
	margin-right:1px;
}

.navcontainer a:link,.navlist a:visited {
	text-decoration: none;
}

.navcontainer a:hover {
	background: url("../images/panel_li_bg.gif") #ffffff repeat-x;

}

.navlist p {
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
}

.navlist li {
	margin: 0px;
}


/* Rounded Corners */
.topLeft {
	top: 0;
	left: 0;
	background-position: 0px 0px;
}

.topRight {
	top: 0;
	right: 0;
	background-position: -14px 0px;
}

.bottomLeft {
	bottom: 0;
	left: 0;
	background-position: 0px -14px;
}

.bottomRight {
	bottom: 0;
	right: 0;
	background-position: -14px -14px;
}

.background {
	background-color: #ffffff;
	border: 1px #cccccc solid;
}

.grid_4_fix {
	display: inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	width: 299px;
}

.relative{
	position: relative;
}	

.corner {
	position: absolute;
	width: 14px;
	height: 14px;
	background-image: url("../images/corners.gif");
}

/* Solutions Page */

.floatleft{
	float: left;	
}

#arrow_img{
	margin-top: 2px;
	margin-right:10px
}		

#solutions_side h6{
	color: #981b1f;
	margin-left: 30px;	
	margin-top:60px;
}

#solution_img{
	margin-top: 70px;
	margin-left: 50px;	
}

.topBottomMargin{
	margin-top: 40px;
	margin-bottom:30px;
		
}	

.container_12 .pull_img {
	left: -20px
}
	

/* Services page */

#service{
	margin-top:20px;
	margin-bottom:20px;	 
}
.marginTopBottom_20{
	margin-top:20px;
	margin-bottom:20px;
}

.paddingTop_10{
	padding-top: 10px;
}

.minHeight500{
	min-height: 500px;
}

.grey1 a{
    margin-right: 10px;
}



























	
