/* CSS Document */

* {margin: 0; padding: 0;}

body {
	background: #ebede6 url(../images/bg.gif) repeat-x;
	font-family: 'trebuchet ms',verdana,arial; 
	font-size: 11px;
	color: #7a7c71; 
	line-height: 1em;
}

a {
	font-family: 'trebuchet ms',verdana,arial; 
	font-size: 11px;
	color: #7a7c71;
	text-decoration: none;
}

p {
	margin: 3px 0 0 5px;
	line-height: 1.15em;
}

#container {
	width: 1010px;
	margin: 37px auto 0 auto;
}

#topBox {
	width: 1010px;
	height: 82px;
	background: url(../images/topbox.gif) no-repeat;
}

#box {
	width: 1010px;
	height: 508px;
	margin: 2px 0 0 0;
	background: url(../images/box.gif) no-repeat;
}

#topBox #subNav {
	width: 218px;
	height: 20px;
	float: right;
	margin: 12px 2px 0 0;
}

#topBox #subNav #phone {
	background: url(../images/icon_phone.gif) no-repeat 0px 0px;
	float: left;
	margin: 0 12px 0 0;
	padding: 0 0 0 18px;
	color: #fff;
}

#topBox #subNav #email {
	background: url(../images/icon_email.gif) no-repeat 0px 2px;
	float: left;
	margin: 0 12px 0 0;
	padding: 0 0 0 17px;
	color: #fff;
}

#topBox #subNav #resume {
	background: url(../images/icon_resume.gif) no-repeat 0px 1px;
	float: left;
	padding: 0 0 0 13px;
	color: #fff;
}

#topBox #subNav #resume:hover, #topBox #subNav #email:hover, #topBox #subNav #phone:hover {
	color: #afb1a5;
}

#modRow1 {
	width: 1000px;
	height: 158px;
	padding: 24px 0 0 25px;
}

#modRow2, #modRow3 {
	width: 1000px;
	height: 158px;
	padding: 0 0 0 25px;
}

#mod {
	width: 184px;
	height: 158px;
	float: left;
	margin: 0 10px 0 0;
}

#mod a:hover{
	color: #2b1106;
}