/* @group Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

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



/* @end */

/* @group Layout */

body {
	background: #ccf1f3 url(/assets/images/body-background.png) repeat-x;
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #53a0a5;
}

#page {
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
	padding: 0;
	width:  386px;
}

.clear {
	clear: both;
	line-height: 0;
	height: 0;
	overflow: hidden;
}

a {
	color: #53a0a5;
}

a:hover {
	color: #3b7d81;
}

h1.logo {
	display: block;
	width: 289px;
	height: 80px;
	text-indent: -5000px;
	background-image: url(/assets/images/sprites.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
	margin-left: 39px;
	margin-bottom: 8px;
}

#search-box {
	position: relative;
	text-align: left;
	margin-bottom: 70px;
	background-color: #f0fbfb;
}

#search-box-top {
	width: 386px;
	height: 25px;
	background-image: url(/assets/images/sprites.png);
	background-position: 0px -80px;
	background-repeat: no-repeat;
	overflow: hidden;

}

#search-box form {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
background-color: #f0fbfb;
}

#search-box form label {
	font-weight: bold;
}

#search-box form input.form-input-text {
	margin-top: 12px;
	margin-bottom: 15px;
	width: 346px;
	font-size: 18px;
	border-color: #9ea5a5;
	border-width: 1px;
	border-style: solid;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	color: #333333;
}

#search-box form input.form-input-submit {
	font-size: 14px;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#search-box-bottom {
	width: 386px;
	height: 10px;
	background-image: url(/assets/images/sprites.png);
	background-position: 0px -105px;
	background-repeat: no-repeat;
	overflow: hidden;
}

a.advanced {
	position: absolute;
	display: block;
	top: 30px;
	right: 15px;
	font-size: 11px;	
}

p.links {
	text-align: center;
	margin-bottom: 12px;
}

p.links .bullet {
	color: #87c3c7;
}

p.copyright {
	font-size: 10px;
	color: #89c6ca;
	text-align: center;
}



/* @end */