/*CSS Document*/
/*Created for Unit Interactive by Angela Conlon on 11/4/09*/

/*CSS Reset Syles*/
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;
}
html {
	overflow: scroll;
}
body {
	line-height: 1;
	font-size: 62.5%;
}
h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #7faa2d;
	margin-bottom: 10px;
	text-transform: uppercase;
}
p, li, dt, dd, label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4D5858;
	line-height: 1.3em;
}
dt { 
	font-weight: bold;
	margin-bottom: 3px;
}
dd { margin-bottom: 10px;}
ul { margin-left: 25px; }
ol { margin-left: 30px; }
blockquote, q {
	quotes: none;
}
a {
	color: #7faa2d;
}

/* 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;
}

/* BRAT STYLES
------------------------------------------------------------------------ */
 font, center, div[align], p[align], table[align], font[color] {
   color : #cd0000;
   font-weight : bold;
   background : #eecc11 url(images/warning.gif) repeat 0 0;
   margin : 10px;
   padding : 10px;
   border : 2px dashed #cd0000;
   font-size : 2em;
   font-family: Arial, Helvetica, sans-serif;
}

/*Global*/
body {
	background: #fff;
	height: 825px;
}

/*wrapper*/
.wrapper {
	background: url(../images/footer_divider.png) no-repeat center bottom;
	display: block;
	margin: 0 auto;
	width: 1096px;
	position: relative;
	padding: 25px 0 80px;
}	

/*header*/
header h1 { float: left;}
header h1 a {
	background: url(../images/logo_unit_dk.png) no-repeat 0 0;
	display:block;
	height:42px;
	text-indent:-9999px;
	width:176px;
}
header p {
	font-size: 15px;
	color: #4d5858;
	line-height: 1.3em;
	float: right;
	width: 872px;
}

/*article*/
article {	
	background: url(../images/header_divider.png) no-repeat 0 0;
	clear: both;
	float: left;
	margin: 5px 0 40px;
	padding-top: 111px;
	width: 1096px;
}

article h2 { font-size: 25px;}
article h3 { font-size: 20px;}
article h4 { font-size: 16px; text-transform: none;}
article h5 { font-size: 13px; color: #04585f;}

article p,article  ol, article ul {
	margin-bottom: 15px;
}
article img {
	border: 10px solid #eaeaea;
	float: right;
	margin-left: 30px;
}

/* Float Clearing Styles
------------------------------------------------------------------------ */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
}
	
