@charset "UTF-8";

/*	=============================================
	=============================================
	Layout Medium Screen
	=============================================
	=============================================*/


/* =Menu
==============================================================*/
/* main menu background and boarder */

nav {
	max-width: 768px;
}


/* =Page
==============================================================*/
/* main page background */	

#page {
	max-width: 800px;
}


/* =Header
==============================================================*/
header {
	max-width: 768px
}
header #slogan {
	background-image: url(../_images/slogan_med.png);
	width: 210px;
	height: 80px;
	font-size: 2em;
}
header #title {
	font-size: 2.5em;
	top: 70%;
	left: 5%;
}



/* =Section
==============================================================*/
section {
	max-width: 767px;
}


/* =Article Banner
==============================================================*/
article {
	width: 19.85%;
}
.adText {
	height: 55px;
}


/* = Main Conttent Section
==============================================================*/
#MainContent .link1 {
	height: 85px;
	width: 31%;
}


/* = Additional Content Section
==============================================================*/
#info h3 {
	line-height: 1em;
}


/* = Form Section
==============================================================*/
input[type="submit"],.btn-submit {
	width: 80%;
	padding-right: 10px;
	padding-left: 10px;
}



/* =Footer
==============================================================*/
footer {
	height: 200px;
	
}
