#all_out{background: rgb(255,255,255); padding-bottom: 100px}
#all{display: block; clear: both; margin: 0px auto; text-align: left; font-size: 13px; width: 960px;}
#head{display: block; clear: both; height: 95px}
h1{display: block; clear: left; float: left; width: 320px; height: 95px; background: url('/img/h1.png') left top no-repeat}
h1 a{display: block; clear: both; width: 320px; height: 95px; cursor: pointer}
h1 span{display: none}

#top_menu{display: block; float: left; clear: right; width: 640px; margin: 0px; padding: 0px; list-style-type: none}
#top_menu li{display: inline; padding: 0px}
#top_menu a{display: block; width: 128px; height: 65px; float: left; color: rgb(51,51,51); font-size: 17px; font-weight: bold; text-decoration: none; background: url('/img/top_menu_item.png') right top no-repeat; text-align: center}
#top_menu a:hover{color: rgb(0,0,0); text-decoration: underline}*
#top_menu a.last_0{background: none}
#top_menu a.active{background: url('/img/top_menu_item_active.png') left top no-repeat; color: rgb(255,255,255); cursor: default; text-shadow: 0 1px 1px rgba(0,0,0,.3); margin-left: -1px; margin-right: 1px}
#top_menu a.active:hover{color: rgb(255,255,255); text-decoration: none}
#top_menu a span{display: block; padding-top: 25px}

.main_add{display: block; clear: both; background: rgb(235,235,233); border: 1px solid rgb(220,220,218); border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;}
.main_add .left_column{display: block; float: left; clear: left; width: 540px}
.main_add .left_column_fill{padding: 20px}
.main_add h2{color: rgb(0,0,0); font-size: 30px; padding: 0px; margin: 0px; border: 0px}
.main_add .content{color: rgb(75,75,75); font-size: 13px; padding: 10px 0px; border-bottom: 1px solid rgb(220,220,218)}
.main_add .buttons{dispaly: block; clear: both; padding: 20px 10px 0px; border-top: 1px solid rgb(255,255,255)}
.main_add_button{
	display: block;
	float: left;
	width: 200px;
	height: 50px;
	font-size: 15px;
	color: rgb(255,255,255);
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	text-align: center;
	text-decoration: none;
	border: 2px solid rgb(0,153,204);
	background: rgb(0,131,174);
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	font-weight: bold;
	margin-left: 25px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.6);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,.6);
	box-shadow: 0px 1px 3px rgba(0,0,0,.6);
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(0,131,174)), to(rgb(72,182,218)));
	background: -moz-linear-gradient(top, #0083ae, #48b6da);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0083AE', endColorstr='#48B6DA');
	}
.main_add_button:hover{
	color: rgb(255,255,255);
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(72,182,218)), to(rgb(0,131,174)));
	background: -moz-linear-gradient(top, #48b6da, #0083ae);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#48B6DA', endColorstr='#0083AE');}
.main_add_button span{display: block; clear: both; padding-top: 3px}
#home_add{background: rgb(235,235,233) url('/img/home_add.jpg') 535px bottom no-repeat}

.in_progress_abstract{border: 2px solid rgb(153,0,0); background: rgb(204,0,0); margin-top: 10px; padding: 10px; font-size: 15px; color: rgb(255,255,255)}
.in_progress_abstract p{padding: 0px}
#home_content{dispaly: block; clear: both; width: 960px;}

.guide_menu{
	display: block;
	clear: both;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background: rgb(235,235,233);
	border: 1px solid rgb(220,220,218);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 960px;
	height: 190px;
	margin-top: 20px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(235,235,233)), to(rgb(245,245,243)));
	background: -moz-linear-gradient(top, #EBEBE9, #F5F5F3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#EBEBE9', endColorstr='#F5F5F3');
	}
.guide_menu li{display: block; float: left; width: 320px; height: 160px; padding: 0px;}
.guide_menu a{display: block; clear: both; background: rgb(235,235,233); border: 2px solid rgb(235,235,233); border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; width: 296px; margin: 10px; height: 166px; text-decoration: none; position: relative}
.guide_menu a:hover{
	border: 2px solid rgb(0,131,174);
	box-shadow: 0px 1px 3px rgba(0,0,0,.6);
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(72,182,218)), to(rgb(0,131,174)));
	background: -moz-linear-gradient(top, #48b6da, #0083ae);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#48B6DA', endColorstr='#0083AE');
	}
.guide_menu .fill{display: block; clear: both; padding: 10px}
.guide_menu .title{color: rgb(0,131,174); font-size: 19px; display: block; border-bottom: 1px solid rgb(220,220,218); padding-bottom: 5px}
.guide_menu a:hover .title{color: rgb(255,255,255); text-shadow: 0 1px 1px rgba(0,0,0,.3); border-bottom: 1px solid rgb(0,131,174)}
.guide_menu .description{display: block; padding: 0px; font-size: 13px; font-weight: normal; padding-top: 10px; color: rgb(0,0,0); border-top: 1px solid rgb(255,255,255)}
.guide_menu a:hover .description{color: rgb(255,255,255); border-top-color: rgb(82,192,228);}
.guide_menu .more{
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	clear: both;
	float: right;
	width: 80px;
	text-align: center;
	padding: 5px 0px;
	font-size: 13px;
	font-weight: bold;
	color: rgb(255,255,255);
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	border: 1px solid rgb(0,153,204);
	background: rgb(0,131,174);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(0,131,174)), to(rgb(72,182,218)));
	background: -moz-linear-gradient(top, #0083ae, #48b6da);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0083AE', endColorstr='#48B6DA');
	}
.guide_menu a:hover .more{
	border-color: rgb(0,131,174);
	box-shadow: 0px 1px 3px rgba(0,0,0,.6);
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(72,182,218)), to(rgb(0,131,174)));
	background: -moz-linear-gradient(top, #48b6da, #0083ae);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#48B6DA', endColorstr='#0083AE');
	}

#foot{display: block; clear: both; background: rgb(235,235,233); border-top: 1px solid rgb(220,220,218); text-align: center; font-size: 12px;}
#foot *{color: rgb(75,75,75)}
#foot a:hover{color: rgb(0,0,0)}
#foot_fill{display: block; clear: both; width: 960px; margin: 0px auto; text-align: left;}
#foot_columns{dispaly: block; clear: both; width: 960px; padding-bottom: 20px; border-bottom: 1px solid rgb(220,220,218)}
.foot_left_column{display: block; width: 320px; float: left; clear: left;}
.foot_middle_column{display: block; width: 320px; float: left;}
.foot_right_column{display: block; width: 320px; float: left; clear: right;}
#foot_columns h3, #foot_columns p, #foot_columns h4, #foot_columns address{margin: 0px 10px; border: 0px}
.copy_info{padding: 10px 0px 80px; border-top: 1px solid rgb(255,255,255)}
.copy_info a{text-decoration: none}
.copy_info a strong{text-decoration: underline}
