/*========= CSS RESET THANKS TO ERIC MEYER ==============*/

/* v1.0 | 20080212 */
* {
border:0 none;
margin:0;
padding:0;
}
html {
background-color:#F6F9FA;
}

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;
	font-family: verdana,sans-serif;
}
body {color: #444444;}

p {font-size: 13px; line-height: 1.5em; margin-bottom: 10px;}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}

a {color: #4e4e4e; text-decoration: none;}
a:visited {color: #4e4e4e; text-decoration: none;}
a:hover {text-decoration: underline;}

body {background: url(/images/page-bg.jpg) repeat-x #1f4e7a;}
#container {width: 960px; margin: 0 auto;}
#logo {width: 300px; margin: 0 auto;}
#content {margin-top: 40px;}

h1{color: #fff; font-family: Arial,Helvetica,Garuda,sans-serif;
}
h1 {font-size: 20px;}

.box {width: 290px; height: 290px; float: left; border: 5px solid #fff; margin-right: 20px; margin-bottom: 20px; overflow: hidden; position: relative;}
.box-title { position: absolute; height: 46px; width: 290px; top: 244px;}
.box:hover {box-shadow: 0 0 10px #058BE4;; -moz-box-shadow: 0 0 10px #058BE4; -webkit-box-shadow: 0 0 10px #058BE4;}
.box-title h2 {padding-top: 3px; margin-bottom: 5px; font-size: 14px; color: #1F2441;}
p {color: #4e4e4e;}

.clear {clear: both;}
