@charset "UTF-8";
/* CSS Document*/

body, html {
height:100%;
}
body {
	margin:0;
	padding:0;
	line-height:1.125em; /* 16x1.125=18px */
	font-size: 1em;
	font-family: Helvetica, Arial, sans-serif;
	color: #36393D;
}

#top-head-wrap {
	background: #ffffff;
	text-align: center;
}

#top-head {
	width: 960px;
	height: 105px;
	margin:0 auto;
	text-align: left;
}

#logo {
	float: left;
	padding-top: 8px;
	width:115px;
	height: 75px;
	
}
#menu {
	float: left;	
	width: 600px;
	margin-left: 245px;
	padding-top: 40px;
	height: 65px;
	background: url(../images/menubg.jpg) no-repeat;
}
#holdingmenu {
	float: left;	
	width: 600px;
	margin-left: 245px;
	padding-top: 40px;
	height: 65px;

}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu li {
	float: left;
	display: inline;
	padding-top: 10px;
	margin-right: 20px;
	padding-left: 10px;
	width: 120px;
	color: #F0F0F0;
	text-align: center;
}

#banner-head-wrap {
	background: url(../images/bg-banner_01_01.jpg) no-repeat center top;
	text-align: center;
}
#bannerheaders {
	width:960px;
    margin:0 auto;
    height: 210px;
    text-align:left;
}

#banner-header-1 {
	float: left;
	width: 470px;
	text-align: justify;
	padding-left: 10px;
	padding-top: 20px;
	height: 190px;
	color: #F0F0F0;

}
#banner-header-2 {
	float: left;
	width: 480px;
	height: 210px;
	color: #F0F0F0;

}

#contentwrap {
	background: #ccc url(../images/bg-banner_01_02.jpg) no-repeat center top;
	text-align: center;
	margin-bottom:30px;
	}

#content {
	width:960px;
    margin:0 auto;
    text-align:left;
    padding-top: 10px;  
}

#leftcol{
	float: left;
	width: 440px;
	margin-left: 20px;
	margin-right: 10px;
	text-align: justify;
}

#leftcol a {
	color: #090909;
}

#rightcoltop {
	float: left;
	width: 200px;
	margin-left: 30px;
	margin-top: 150px;
	
}
#rightcolbot {
	float: left;
	width: 200px;
	margin-left: 40px;
	margin-right: 10px;
	margin-top: 150px;
}

#leftcol h1 {
	font-size: 2.0em;
	color: #344251;
	text-shadow: 1px 1px 0px #999999;
}

#leftcol h2 {
	font-size: 1.6em;
	color: #344251;
	text-shadow: 1px 1px 0px #999999;
}

#leftcol p {
	font-size: 0.725em;
	font-weight:  lighter;
}

.smallfont {
	font-size: 0.625em;
	text-align: justify;
}

#rightcoltop img {
	border: 3px solid white;
}

#rightcoltop h4 {
	font-size: 1em;
	font-weight: normal;
	color: #F0F0F0;
	line-height: 2.4em;
	text-indent: 0.6em;
}
#rightcoltop a {
	color: #000;
}


#foot-wrap {
	background: #fff;
	text-align: center;
}

#foot {
	width: 960px;
	margin:0 auto;
	padding-top: 0px;
	padding-left:20px;
	height: 40px;
	background-color: #fff;
	text-align: left;
}

.copy {
	font-size: 0.650em;
}

.clear {
    clear:both;
    height:1px;
    font-size:1px;
    border:none;
    background:transparent;
    overflow:hidden;
    margin:0;
    padding:0;
    }

a {
	color: #ccc;
}


#blog	{
	border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border: 0px; 
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #312ac8;
}

#blog p {
	color: #ccc;
	text-align: center;
}
