/* RESET
	http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* CONTENT */ 

body{
	background: url(images/bgrepeat.jpg) repeat center center;
	color: #3f5777;
	font-size: 19px;
	line-height: 23px;
	font-family: Helvetica Neue, Helvetica, Arial, Geneva, sans-serif;
	font-weight: 200;
}

#wrapper{
	background: url(images/bg.jpg) no-repeat center top;
	width: 100%;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 100px;
}

#box{
	margin: 200px auto 90px;
	width: 575px;
	border: 1px solid #ced4d7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	padding: 20px 50px;
	background: white;
	text-align: center;
	-webkit-box-shadow: 2px 2px 1px rgba(6,6,6,0.05);
	-moz-box-shadow: 2px 2px 1px rgba(6,6,6,0.05);
	box-shadow: 2px 2px 1px rgba(6,6,6,0.05);
	behavior: url(pie/PIE.htc);
}

#box p{
	margin-bottom: 20px;
}


.smallboxes{
	width: 675px;
	margin: 0 auto 60px;
	font-size: 13px;
}

.smallbox{
	width: 230px;
	padding: 10px 20px 20px;
	background: white;
	-webkit-box-shadow: 2px 2px 1px rgba(6,6,6,0.05);
	-moz-box-shadow: 2px 2px 1px rgba(6,6,6,0.05);
	box-shadow: 2px 2px 1px rgba(6,6,6,0.05);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	float: left;
	behavior: url(pie/PIE.htc);
}

.smallbox.left{
	margin-right: 135px;
}

.smallboxes .orange, .smallboxes .blue{
	font-size: 16px;
}

.smallboxes .panel{
	background: #f2f7f9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	font-weight: bold;
	margin-bottom: 8px;
	behavior: url(pie/PIE.htc);
}

.smallboxes .panel a{
	text-decoration: none;
}

.smallboxes .panel a:hover, .smallboxes .panel a:focus{
	text-decoration: underline;
}


.smallbox.right .panel{
	color: #609a43;
}

.smallboxes p{
	padding: 5px 10px;
}

.clearfix{
	clear: both;
}


.i{
	font-style: italic;
}

.b{
	font-weight: bold;
}

.green{
	color: #609a43;
}

.orange{
	color: #e76134;
}

a{
	text-decoration: underline;
	color: inherit;
}