﻿@charset "utf-8";
/* CSS Document */

* {margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height:18px; text-decoration: none;}

body { background-image:url(../images/bg.png);
margin-top:-15px!important;}
img {border: 0;}

.hidden {display:none;}
h1, h2, h3, h4, h1 a, h2 a, h3 a, h4 a, .h1, .h1 a, .h2, .h2 a {font-family:Arial, Helvetica, sans-serif;}
h1, h1 a, .h1, .h1 a {font-size: 20px; color: inherit;}

h2, h2 a, .h2 {font-size: 18px; color: inherit; line-height:25px;}
h2,h2 a{ color:#41afff}
h3, h3 a {font-size: 16px;;}
a {color: #333; font-weight:bold;}
a:hover {text-decoration: none; }
p {padding-bottom: 10px;}
span {font-size:inherit; font-family:inherit;}
table td {padding:0;}
b {display: inline-block;}
ul li {list-style:outside url('../images/layout/btn_arrow.html'); 
margin-left:15px;
}
ol li{margin-left:15px; margin-bottom:10px;}
hr {border: 0; border-top: 1px solid #333; border-bottom: 1px solid #999; margin:10px 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
.clear {clear: both; border:0;}
.dark {color:#222;}
.iconbackground {background: url('../images/layout/btn_icons.html') no-repeat;
}
.imgbackground { margin-right:50px }
.btnbackground {background: url('../images/layout/btn_buttons.html') no-repeat;
}

#bodycontainer {margin: 0px auto 50px auto; width: 1000px;}
#container {margin: 0px auto; width: 980px;}
/*---homepage only---*/
#contentboxes {min-height: 800px; width: 100%;}
#contentboxes .minicontent {float: left; width: 203px; height: 285px; clear: none; padding: 20px; border-right: 1px solid #ccc; position: relative;}
#contentboxes .promoanalysis { width: 207px; border-radius:0px 4px 4px 0;}/*last child*/
#contentboxes .minicontent b {display: block; width: 100%; height: 90px;}
#contentboxes ul li { list-style:outside url('../images/layout/btn_arrow.html');
}


#contentboxes .minicontent .promolink {position: absolute; bottom: 30px; font-size: 14px; font-weight: bold; list-style: inside url('../images/layout/btn_arrow.html');
}
#contentboxes h2 {padding-bottom: 15px;}
#contentboxes .minicontent p.imgcenter {text-align: center; padding-top: 20px;}

#contentboxes {
clear:both; margin:15px 0; background-color:#FFF; border-radius: 4px; box-shadow: 0px 1px 8px #ccc;} 


#header{
	height:100px;
	background-color:#41afff;
}
#content{
	min-height:800px;
	background-image:#fff;/*url(../images/bg.png);*/
	aborder:1px red solid;
}

#footer{
    height:90px;
    background-image: #fff;/*url(../images/bg.png);*/
	border-bottom:10px #41afff solid;
	
}

#logo {
	 background:url(../images/logo.png);background-repeat:no-repeat;
	 background-position:bottom;
	 height:75px;
	 width:200px;
	 margin-left:30px;
}

#searchbox{
 position:absolute;
 right:200px;
 top:50px;	
}

#searchbox input {
	height:20px;
	border:1px white solid;
	color:white;
	background-color:#41afff;
}

#headerbanner{
 padding-top:25px;
}
.hr{
	width:90%;
    border-bottom:1px #C4c4c4 solid;
    margin-left:38px;
    margin-top:25px;

}
#navigation {
	 width:250px;
	  float:left;
}
#navigation ul {
}
#navigation ul li{
	list-style:none;
	border-bottom:1px #C4c4c4 solid;
	
	padding-left:15px;
	color:#565656;
	padding-top:10px;
	padding-bottom:10px;
	font-size:16px;
	
}
#navigation ul li a{

	color:#565656;
 font-weight:normal;
	font-size:16px;
	
}
#banner-slider{
 width:683px;
 float:right;
 margin-right:25px;
 
 }
 
 #banner{
 width:683px;
 float:right;
 margin-right:25px;

 }

 
 #bodycontent{

	min-height:500px;
}
#bodycontentboxes{
	list-style:none;
}
#bodycontentboxes li {
    margin-top:30px;
	width:258px;
	height:200px;
	background-color:white;
	margin-left:35px;
	float:left;
	list-style:none!important;
	border-radius: 4px; box-shadow: 0px 1px 8px #ccc;
	padding:8px;
	text-align:center;
}
#bodycontentboxes li p{
 text-align:center;
 color:gray;
 font-size:18px;
 font-weight:bold;
 padding-top:4px;
}
#social{
 
 float:right;
 margin-right:40px;
}
#social ul{
	margin:0px;
	padding:0px;
}

#social ul li{
	 float:left;
	 list-style:none;
	 	margin:0px;
	padding:0px;

}
#twitter {
	padding-top:3px;
}
#footermenu ul{
	 margin-left:30px;
}
#footermenu ul li {
	float:left;
	list-style:none;
	border-left:1px #C4c4c4 solid;
	padding-right:10px;
	padding-left:10px;
	margin:0px;
}
#footermenu ul li:first-child{
	border-left:none;
}
#copyright {
	margin-left:40px;
}

#adbox{
	position:absolute;top:340px;margin-left:10px;
}

