#body{
	margin:0px;
	padding:0px;
	background-color:#f8f8f8;
}
#top{
	height:140px;
	width:100%;
	background-color:#202020;
}
#top_content{
	height:140px;
	width:900px;
	margin:0 auto;
}
#logo{
	height:120px;
	width:auto;
	float:left;
	padding-top:20px;
	padding-left:10px;
}
.titlename {
	font-size:38px;
	font-weight:100;
	color:#515151;
	margin:0px;
	padding-left:20px;
	padding-top:10px;
}
.titlename a {
	text-decoration: none;
	color:#515151;
}
.titlename a:hover {
	color: #FFFFFF;
}

.titlecomment {
	font-size:16px;
	font-weight:100;
	color:white;
	padding-left:32px;
	margin-top:-5px;
	position: relative;
	left: 27px;
}
.menu{
	height:60px;
	width:100%;
	clear:both;
	background-image:url(../images/bg_menu.gif);
}
.menu_content{
	height:50px;
	width:900px;
	margin:0 auto;
	padding-top:5px;
}
.top {
	display:inline;
	font-size:14px;
	font-weight:400;
	color:#3c373b;
	text-align:center;
	padding-top:22px;
	padding-left:12px; 
	padding-bottom:22px;
	padding-right:12px; 
	text-decoration:none;
}
.menulist{
	list-style-type:none;
	margin-left:-30px;
}
.menu_item{
	height:60px;
	display:inline;
	font-size:14px;
	font-weight:400;
	color:black;

}
a.top:link{
	color:black;
	text-align:center;
	text-decoration:none;
}
a.top:visited{
	color:black;
	text-align:center;
	text-decoration:none;
}
a.top:hover{
	color:white;
	text-align:center;
	text-decoration:none;
	background-color:#202020;
}
#content{
	height:auto;
	width:100%;
	background-color:#fbfbfb;
}
#first_content{
	height:auto;
	width:900px;
	margin:0 auto;
	background-color:#fbfbfb;
}
.box{
	height:auto;
	width:900px;
	border-tp:1px solid white;
	margin-bottom:30px;
	padding-top:20px;
	padding-bottom:20px;
}
.text_box{
	height:auto;
	width:100%;
	margin-left:10px;
	margin-bottom: 24px;
	padding-bottom: 10px;
	border-bottom: 1px #DDDDDD solid;
}
.text_box:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
    font-size: 0.1em;
}
.text_box h1 {
	font-size:22px;
	font-weight:200;
	color:#e44038;
	padding-left:20px;
	margin-bottom:14px;
}
.text_box h2 {
	font-size:20px;
	font-weight:200;
	color:#e44038;
	padding-left:20px;
	margin-bottom:14px;
}
.text_box h3 {
	font-size:18px;
	font-weight:200;
	color:#e44038;
	padding-left:20px;
	margin-bottom:14px;
}
.text_box h4 {
	font-size:18px;
	font-weight:200;
	color:#e44038;
	padding-left:20px;
	margin-bottom:14px;
}

.text_box .imgleft {
	float: left;
	margin: 0 17px 17px 0;
	width: 350px;
}
.text_box .imgright {
	float: right;
	margin: 0 0 17px 17px;
	width: 350px;
}
.text_box .imgfull {
	float: none;
	margin: 0 auto 17px auto;
	max-width: 500px;
}

.imgleft img,.imgright img,.imgfull img {
	width: 100%;
	height: auto;
}


.text_box p {
	font-family:verdana;
	font-size:13px;
	font-weight:100;
	color:#515151;
	line-height:130%;
	padding-left:20px;
	padding-right:30px;
	text-align:left;
}
.text_box p a {
	color:#e44038;
}
.text_box p a:hover {
	text-decoration: none;
}
.round_box{
	height:150px;
	width:150px;
	padding: 5px;
	margin-left:40px;
	margin-top:25px;
	float:left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow:0 0 6px #888888;	
	-moz-box-shadow: 0 0 6px #888888;
	-webkit-box-shadow: 0 0 6px #888888;
	background-color:white;
}

.caption{
	font-family:verdana;
	font-size:12px;
	font-weight:200;
	color:#515151;
	text-decoration:none;
}
.big_round_box{
	height:auto;
	width:860px;
	padding: 5px;
	margin-left:20px;
	margin-top:20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow:0 0 6px #888888;	
	-moz-box-shadow: 0 0 6px #888888;
	-webkit-box-shadow: 0 0 6px #888888;
	background-color:white;
}
.big_round_box p {
	font-size:20px;
	font-weight:200;
	color:#e44038;
	padding-left:20px;
}

.big_round_box ul {
	margin-bottom: 30px;
}
.big_round_box ul:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
    font-size: 0.1em;
}
.big_round_box ul li {
	width: 50%;
	float: left;
	font-size: 14px;
	margin: 0 0 10px 0;
}

#bottom{
	height:60px;
	width:100%;
	background-color:#f0f0f0;
	border-top:2px solid white;
	padding-top:10px;
	margin-top: 30px;
}
#bottom_content{
	height:60px;
	width:900px;
	margin:0 auto;
}


.copyright{
	height:50px;
	float:right;
	margin-right:-10px;
}
.copyright a {
	color:#e44038;
}
.bottom_content .description {
	font-family:verdana;
	font-size:13px;
	font-weight:100;
	color:#515151;
	line-height:130%;
	padding-left:20px;
	padding-right:30px;
	text-align:left;
}



/******************************************************************/




@media screen and (max-width: 680px) {

#body{
	margin:0px;
	padding:0px;
	background-color:#f8f8f8;
}
#top{
	height:auto;
	width:100%;
	background-color:#202020;
}
#top_content{
	height:auto;
	width:100%;
	margin:0 auto;
}
#logo{
	height:auto;
	width:100%;
	float:none;
	padding-top:10px;
	padding-left:0;
}
.titlename {
	font-size:22px;
	line-height: 1.2em;
	font-weight:100;
	color:#515151;
	margin:0px;
	padding-left:10px;
	padding-top:10px;
}
.titlename a {
	text-decoration: none;
	color:#BBBBBB;
}
.titlename a:hover {
	color: #FFFFFF;
}

.titlecomment {
	font-size:14px;
	font-weight:100;
	color:white;
	padding-left:10px;
	margin-top:0px;
	position: relative;
	left: 0;
	padding-bottom: 10px;
}
.menu{
	height:30px;
	width:100%;
	clear:both;
	background-image:url(../images/bg_menu.gif);
}
.menu_content{
	height:30px;
	width:100%;
	margin:0 auto;
	padding-top:5px;
}
.top {
	display:inline;
	font-size:14px;
	font-weight:400;
	color:#3c373b;
	text-align:center;
	padding-left:12px; 
	padding-right:12px; 
	text-decoration:none;
}
.menulist{
	list-style-type:none;
	margin-left:-30px;
	padding: 0;
	margin:0;
}
.menu_item{
	height:30px;
	display:inline;
	font-size:14px;
	font-weight:400;
	color:black;

}
a.top {
	padding: 12px 12px 12px 12px;
}
a.top:link{
	color:black;
	text-align:center;
	text-decoration:none;
}
a.top:visited{
	color:black;
	text-align:center;
	text-decoration:none;
}
a.top:hover{
	color:white;
	text-align:center;
	text-decoration:none;
	background-color:#202020;
}
#content{
	height:auto;
	width:100%;
	background-color:#fbfbfb;
}
#first_content{
	height:auto;
	width:100%;
	margin:0 auto;
	background-color:#fbfbfb;
}
.box{
	height:auto;
	width:100%;
	border-tp:1px solid white;
	margin-bottom:30px;
	padding-top:20px;
	padding-bottom:20px;
}
.text_box{
	height:auto;
	width:calc(100% - 20px);
	margin: 0 10px 24px 10px;
	padding-bottom: 10px;
	border-bottom: 1px #DDDDDD solid;
}
.text_box:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
    font-size: 0.1em;
}
.text_box h1 {
	font-size:20px;
	font-weight:200;
	color:#e44038;
	padding-left:0;
	margin-bottom:14px;
}
.text_box h2 {
	font-size:19px;
	font-weight:200;
	color:#e44038;
	padding-left:0;
	margin-bottom:14px;
}
.text_box h3 {
	font-size:18px;
	font-weight:200;
	color:#e44038;
	padding-left:0;
	margin-bottom:14px;
}
.text_box h4 {
	font-size:18px;
	font-weight:200;
	color:#e44038;
	padding-left:0;
	margin-bottom:14px;
}

.text_box .imgleft {
	float: left;
	margin: 0 17px 17px 0;
	width: 45%;
}
.text_box .imgright {
	float: right;
	margin: 0 0 17px 17px;
	width: 45%;
}
.text_box .imgfull {
	float: none;
	margin: 0 auto 17px auto;
	max-width: 95%;
}

.imgleft img,.imgright img,.imgfull img {
	width: 100%;
	height: auto;
}


.text_box p {
	font-family:verdana;
	font-size:13px;
	font-weight:100;
	color:#515151;
	line-height:130%;
	padding-left:0;
	padding-right:0;
	text-align:left;
}
.text_box p a {
	color:#e44038;
}
.text_box p a:hover {
	text-decoration: none;
}


.caption{
	font-family:verdana;
	font-size:12px;
	font-weight:200;
	color:#515151;
	text-decoration:none;
}
.big_round_box{
	height:auto;
	width:90%;
	padding: 5px;
	margin:20px auto 0 auto;
	margin-top:20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow:0 0 6px #888888;	
	-moz-box-shadow: 0 0 6px #888888;
	-webkit-box-shadow: 0 0 6px #888888;
	background-color:white;
}
.big_round_box p {
	font-size:20px;
	font-weight:200;
	color:#e44038;
	padding-left:20px;
}

.big_round_box ul {
	margin-bottom: 30px;
}
.big_round_box ul:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
    font-size: 0.1em;
}
.big_round_box ul li {
	width: 100%;
	float: none;
	font-size: 14px;
	margin: 0 0 14px 0;
}

#bottom{
	height:60px;
	width:100%;
	background-color:#f0f0f0;
	border-top:2px solid white;
	padding-top:10px;
	margin-top: 30px;
}
#bottom_content{
	height:60px;
	width:100%;
	margin:0 auto;
}


.copyright{
	height:50px;
	float:right;
	margin-right:10px;
}
.copyright a {
	color:#e44038;
}
.bottom_content .description {
	font-family:verdana;
	font-size:13px;
	font-weight:100;
	color:#515151;
	line-height:130%;
	padding-left:20px;
	padding-right:30px;
	text-align:left;
}


}