@charset "UTF-8";
/* CSS Document */

/* CSS RESETS */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

img { border: none; }

a:focus { outline: none; }


/* HTML TAGS */

body {
	margin: 0px;
	padding: 0px;
	background: url(../images/background.jpg) top left no-repeat fixed;
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #666666;
}

a:link {
	color: #002b96;
	text-decoration: none;
}

a:hover {
	color: #002b96;
	text-decoration: underline;
}

p {
	margin: 15px 0px 15px 0px;
}


/* STRUCTURAL DIVS */

#topBar {
	height: 44px;
	width: 100%;
	background: url(../images/topBar_BG.png) top center repeat-x;
	margin: 0px;
	z-index: 10;
	position: fixed;
	top: 0px;
	left: 0px;

}

#nametag {
	height: 75px;
	padding-top: 130px;
}

#leaderboard {
	width: 960px;
	height: 221px;
	background: url(../images/bg_leaderboard.png) top center no-repeat;
	margin: 0px auto 615px auto;
	padding: 5px
}



a.web {
	text-indent: -9999px;
	width: 320px;
	height: 221px;
	background: url(../images/bt_webBIG.jpg) top center no-repeat;
}

a.web:hover {
	background-position:0% -221px
}

a.photo {
	text-indent: -9999px;
	width: 320px;
	height: 221px;
	background: url(../images/bt_photoBIG.jpg) top center no-repeat;
}

a.photo:hover {
	background-position:0% -221px
}

a.contact {
	text-indent: -9999px;
	width: 320px;
	height: 221px;
	background: url(../images/bt_contactBIG.jpg) top center no-repeat;
}

a.contact:hover {
	background-position:0% -221px
}


.nav {
	width: 960px;
	height: 46px;
	background: url(../images/bg_nav.png) top center no-repeat;
	padding: 5px 5px 0px 5px;
	margin: 0px auto;
}



a.webSM {
	text-indent: -9999px;
	width: 320px;
	height: 46px;
	background: url(../images/bt_web.jpg) top center no-repeat;
}

a.webSM:hover {
		background-position:0% -46px
}

a.webSM.active {
		background-position:0% -46px
}


a.photoSM {
	text-indent: -9999px;
	width: 320px;
	height: 46px;
	background: url(../images/bt_photo.jpg) top center no-repeat;
}

a.photoSM:hover {
		background-position:0% -46px
}

a.photoSM.active {
		background-position:0% -46px
}

a.contactSM {
	text-indent: -9999px;
	width: 320px;
	height: 46px;
	background: url(../images/bt_contact.jpg) top center no-repeat;
}

a.contactSM:hover {
		background-position:0% -46px
}

a.contactSM.active {
		background-position:0% -46px
}

.content {
	width: 960px;
	background: url(../images/bg_contentTile.png) top center repeat-y;
	padding: 5px;
	margin: 0px auto;
}

#webBox {
	margin-bottom: 600px;
	padding-bottom: 9px;

}

#printBox {
	margin-bottom: 600px;
	padding-bottom: 9px;
}

#contactBox {
	margin-bottom: 200px;
	padding-bottom: 10px;
}

.sideBox {
	width: 250px;
	height: 207px;
	background: url(../images/sideBarBox.png) center top no-repeat;
	margin: 25px 0px 0px 10px;
	padding: 25px;
	color: #7a7a7a;
	line-height: 20px;
}

.sideBox strong {
	font-size: 17px;
	font-weight:bolder;
}

#webBox .sideBox strong {
	color: #264080;
}

#printBox .sideBox strong {
	color: #c47300;
}

#contactBox .sideBox strong {
	color: #177328;
}

.sideBox ul {
	width: 240px;
	list-style: none;
	margin: 5px 0px 10px 0px;
	font-size: 14px;
	color: #7a7a7a;
	line-height: 20px;
}

.sideBox ul li {
	background: url(../images/bullet.gif) left no-repeat;
		padding: 0px 0px 0px 13px;

}


/* DEFAULT CLASSES */

.center {
	width: 960px;
	margin: 0px auto;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

.clear {
	clear: both;
}

.rightCol {
	width: 580px;
	margin: 30px 30px 0px 0px;
}

.rightCol .header {
	height: 29px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #b3b3b3;
	border-bottom-color: #b3b3b3;
	background-color: #e5e5e5;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 30px;
	padding: 0px 10px 0px 10px
}

.rightCol .workPic {
	margin-top: 20px;
	margin-bottom: 60px;
}
.rightCol .details {
	width: 220px;
	color: #666666;
	margin-top: 10px;
}

.rightCol .agency {
	color: #666666;
	margin-top: 10px;
	margin-left: 10px;
}

.rightCol .agency strong {
	text-transform: uppercase;
	color: #333333;
}

.rightCol .details strong {
	text-transform: uppercase;
	color: #333333;
}

#webBox .rightCol .header {
	color: #264080;
}

#printBox .rightCol .header {
	color: #c47300;
}

#contactBox .rightCol .header {
	color: #177328;
}

#webBox .rightCol .header a {
	width: 55px;
	height: 13px;
	margin-top: 9px;
	line-height: 13px;
	font-size: 10px;
	color: #002b96;
	text-decoration: none;
	background: url(../images/arrow_blue.gif) right top no-repeat;
	white-space: nowrap;
	display: block;
}

#webBox .rightCol .header a:hover {
	text-decoration: underline;
}

.anchor {
	height: 60px;
}

/* STICKY CSS FOOTER */


.footer {
	width: 100%;
	height: 25px;
	background-color:#000000;
	color: #cccccc;
	font-size: 11px;
	z-index: 10;
	position: fixed;
	bottom: 0px;
}

.footer a {
	color: #FFFFFF;
}

.footer a:hover {
	text-decoration: none;
}

.footer a:visited {
	text-decoration: underline;
}