/* =Reset default browser CSS
-------------------------------------------------------------- */
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, samp, small, span, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
}

ol, ul {
	list-style-type: none;
}

em, address, strong {
	font-style: normal;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: top;
}

textarea {
	overflow: auto;
	resize: none;
}

a {
	text-decoration: none;
}

::selection {
	background: #f5a2c6;
	color: #fff;
	text-shadow: none;
}

/* Standard HTML Tag Definition 
-------------------------------------------------------------- */
body, form, input, button, select, textarea, label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin: 0;
	padding: 0;
	outline: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

body {
	background-color: #fff;
}

/* =Custom Classes
-------------------------------------------------------------- */
.clearfix:before, .clearfix:after { 
	content: ""; 
	display: table; 
}
.clearfix:after {
	clear: both; 
}
.clearfix {
	*zoom: 1; 
}

/* =Layout
-------------------------------------------------------------- */
#wrapper {
	width: 360px;
	padding: 30px 0 10px 0;
	text-align: center;
	margin: 0 auto;
}
.wrapper {
	width: 100%;
	margin: 0px 0;
	padding: 0px 0 16px 0;
	background-image: url('../images/line-bg.jpg');
	background-position: bottom center;
}

/* =Header
-------------------------------------------------------------- */
#header {
	width: 100%;
	padding: 0 0 27px 0;
}
.site-title {
	padding: 0 0 0 8px;
	text-align: left;
}

/* =Main
-------------------------------------------------------------- */
#main h2 {
	padding: 28px 0 28px 0;
	font-size: 28px;
	line-height: 32px;
}
#main address {
	padding: 27px 0 19px 0;
	font-size: 20px;
	line-height: 28px;
	display: block;
}
#main .more {
	width: 145px;
	margin: 0 auto 22px;
	padding: 12px 10px;
	font-size: 15px;
	line-height: 18px;
	background-color: #004990;
	color: #fff;
	display: block;
}
#main p {
	padding: 22px 0 23px;
	font-size: 15px;
	line-height: 20px;
}
#main p a {
	color: #b51322;
}


/* =Footer
-------------------------------------------------------------- */
#footer {
	width: 100%;
	padding: 0 0 34px 0;
}
#footer h3 {
	padding: 25px 0 7px;
	font-size: 20px;
	line-height: 24px;
}
#footer ul li {
	padding: 5px 0;
	font-size: 15px;
	line-height: 20px;
	color: #004990;
}
#footer ul li a {
	color: #004990;
}