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

body { 
	margin-left:0;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	background:#555555;
}
.wrapper {
	background:#555555;
	width:100%;
	min-height:1082px;
}
.boundary {
	width: 1024px;
	margin: 0 auto;
	border:#FFFFFF solid 1px;
	min-height:1082px;
}
.top_header {
	width: 748px;
	height: 153px;
	background-image:url(../images/top_header.png);
}
.separate_top { 
	width: 748px;
	height: 20px;
	background-image: url(../images/separate_top.png);
}
.separate_bottom { 
	width: 748px;
	height: 20px;
	background-image: url(../images/separate_bottom.png);
}

.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear_all { clear:both;}
.clear_left { clear:left;}

/*Store menu and content*/
.menu_left {
	width: 275px;
	height:	1082px;
}
.content {
	width: 748px;
}

/*Margin and padding*/
.ml_18 { margin-left: 18px;}
.ml_28 { margin-left: 28px;}

.mt_5 { margin-top: 5px;}
.mt_10 { margin-top: 10px;}
.mt_15 { margin-top: 15px;}
.mt_30 { margin-top: 30px;}

.mr_28 { margin-right: 28px;}
.mr_45 { margin-right: 45px;}

.mb_10 { margin-bottom: 10px;}
.mb_15 { margin-bottom: 15px;}

.pt_10 { padding-top: 10px;}
.pt_18 { padding-top: 18px;}


/*Formatting*/
.title { 
	font-family: "Comic Sans MS", Verdana;
	font-size: 22px;
	font-weight: bold;
}
.text_content {
	font-family:"Comic Sans MS", Verdana;
	font-size:16px;
	color:#FFFFFF;
	line-height: 18px;
}
.title_item {
	font-family:"Comic Sans MS", Verdana;
	font-size:16px;
	color:#38b400;
	font-weight:bold;
}
.text_item {
	font-family:"Comic Sans MS", Verdana;
	font-size:14px;
	color:#FFFFFF;
	line-height:18px;
	font-style:italic;
}
.text_item_red {
	font-family:"Comic Sans MS", Verdana;
	font-size:14px;
	color:#FF0000;
	line-height:18px;
	font-style:italic;
}


.text_menu {
    font-family:"Comic Sans MS", Verdana;
	font-size:18px;
    text-decoration:none;
    color:#555555;
    padding-left:10px;  
}
.text_menu_selected {
    font-family:"Comic Sans MS", Verdana;
	font-size:18px;
    text-decoration:none;
    color:#38b400;
    padding-left:32px;  
}
a:hover {
    color:#38b400;
}
.text_menu_position {
    padding-top: 375px;
    padding-left: 45px;
    position:absolute;
}
.menu_image {
	width: 275px;
	height:	1082px;
    background-image: url(../images/bg_left.png);
    position:absolute;
}

.btndown_image {
	width: 18px;
	height:	18px;
    background-image: url(../images/btn_down.png);
    background-size: 18px 18px;
    display:inline-block;
}




.bold { font-weight:bold;}
.intalic { font-style:italic;}
.underline { text-decoration:underline;}

.white { color:#FFFFFF;}
.green { color:#38b400;}

.align_right { text-align:right;}
.align_center { text-align:center;}

/*Round*/
#round {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background:#38b400;
	border-color:#FFFFFF;
}
.round-content {
	padding: 10px;
}

/*Width and Height*/
.width_22 { width: 22px;}
.width_100 { width:100px;}
.width_380 { width:380px}
.width_470 { width: 470px;}
.width_480 { width: 480px;}
.width_505 { width: 505px;}
.width_515 { width: 525px;}

.height_100 { height:100px;}