/*=============== CSS 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, 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;
}
/* HTML5 display-role reset for older browsers */
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;
}

/*=============== SITE STYLES ===============*/

body{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#666;
}

#wrapper{
	position:relative;
	width:800px;
	margin:0px auto;
}

#header{
	float:left;
	clear:both;
	height:60px; width:800px;
	margin-top:25px;
}

#left{
	position:relative;
	width:200px;
	float:left;
	padding-top:10px;
}

#left #navigation{
	font-size:24px;
	font-weight:bold;	
}

#left #navigation li{
	margin-bottom:8px;	
}

#left #navigation li.timedate{
	font-size:18px;
	margin-bottom:15px;	
}

#left #navigation li a{
	color:#999;	
	text-decoration:none;
}

#left #navigation li a:hover{
	color:#475780;
}

#left #navigation li a.facebook:hover{
	color:#627AAD;
}

#left #navigation li a.linkedin:hover{
	color:#008ab9;
}

#left #navigation li a.selected{
	color:#fcb200;
}

#right{
	width:500px;
	padding-top:18px;
	float:left;
	margin-left:60px;
}

#right .home{
	width:500px;
}

#right .home a{
	color:#fff;
	text-decoration:none;
}

#right .home a:hover{
	text-decoration:underline;
}

#right .home .style{
	float:left;
	border:1px #fff solid;
	color:#fff;
	font-size:22px;
	padding:10px;	
}

#right .home .r1c1{
	width:146px; height:100px;
	background:#475780;
}

#right .home .r1c2{
	width:142px; height:100px;
	background:#475780;
}  	

#right .home .r1c3{
	width:146px; height:100px;
	background:#475780;
} 	

#right .home .r2c1{
	clear:left;
	width:228px; height:150px;
	background:#475780;
}
    
#right .home .r2c2{
	width:228px; height:150px;
	background:#475780;
} 	

#right .home .r3c1{
	clear:left;
	width:478px; height:100px;
	background:#475780;
}
    	

<div class="r3c2">

#right .column1{
	width:245px;
	float:left;
}

#right .column1 form p{
	margin-bottom:8px;
	line-height:20px;	
}

#right .column2{
	width:235px;
	float:left;
	margin-left:20px;
}

#right .column2 .employee{
	width:235px;
	float:left;
	clear:both;
	margin-bottom:20px;
	line-height:16px;
}

#right .column2 .employee img{
	float:left;
	margin-right:8px;
	border:1px #666 solid;
}

#right .column2 .employee span.name{
	font-weight:bold;
	color:#475780;
}

#footer{
	float:left;
	clear:both;
	background:#475780;
	height:20px; width:100%;
	color:#fff;
	padding-top:10px;
	margin-top:15px;
}

#footer #footerContainer{
	width:800px;
	margin:0px auto;
}
