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

body#landing {
	background:url(images/mainbg.png) repeat-x scroll 0 0 #FDFDFD;
}

body#others{
	background:url(images/mainbg2.png) repeat-x scroll 0 0 #FDFDFD;
}

/* INDEX */
#content {
	border-top:thin #E6E6E6;
	background:#FDFDFD;
	text-align:center;
}

#headliner {
	background: url(images/headliner/headliner.png) no-repeat scroll 0 0;
	width:877px;
	height:328px;
	margin: 12px auto 0;
}

#linkshl {
	margin: 5px auto;
	width:810px;
}

#mediahl {
	background: url(images/headliner/hlmedunder.png);
	width:405px;
	height:39px;
	float:left;
}

#mediahl:hover {
	background: url(images/headliner/hlmedover.png);
}

#writinghl {
	background: url(images/headliner/hlwritunder.png);
	width:405px;
	height:39px;
	float:left;
}

#writinghl:hover {
	background: url(images/headliner/hlwritover.png);
}

#videoclipshl {
	background: url(images/contentvid/vidtopbg.png) no-repeat;
	width:805px;
	height:355px;
	margin:65px auto 0;
	padding:60px 0 0;
}

#videoclipsbthl {
	background: url(images/contentvid/vidmoreunder.png) no-repeat;
	width:805px;
	height:27px;
	margin:0 auto;
	padding:0 0;
	margin-top:-60px;
}

#videoclipsbthl:hover {
	background: url(images/contentvid/vidmoreover.png) no-repeat;
}

#videoclipsinnerhl {
	width:335px;
	padding:0 30px;
	text-align: center;
	float:left;
}

#videoclipsinnerhl p {
	font-size:85%;
	color:#999;
}

/* Same for all Pages: */

.page {
	width:894px;
	margin:20px auto 0;
	padding:80px 0 0;
}

/* WRITING */

.pwriting {
	background:url(images/drillwriting/writingheader.png) no-repeat;

}

.writingtext {
	width:575px;
}

.writingtext p {
	margin-bottom:15px;
	color:#666;
}

/* BIO */

.pbio {
	background:url(images/drillbio/bioheader.png) no-repeat;
}

.pbio p {
	margin:7px 0;
	font-size:90%;
	color:#666;
}

.pbio a {
	margin:3px 0;
	color:#333;
}

/* MEDIA */

.pmedia {
	background:url(images/drillmedia/mediaheader.png) no-repeat;

}

/* VIDEO */

.pvideo {
	background:url(images/drillvideo/videoheader.png) no-repeat;
}

.videobox {
	border:#000 1px solid;
	width:385px;
	padding:10px 20px;
	margin:15px 0;
}

.videobox p {
	font-size:80%;
	color:#666;
	margin:5px 0;
}

/* TESTIMONIALS */

.ptestimonials {
	background:url(images/drilltestimonials/testimonialsheader.png) no-repeat;
}

.ptestimonials h1 {
	margin:25px 25px 5px 0;
}

h1#first{
	margin-top:-5px;
}

.ptestimonials p {
	font-size:90%;
}

.testibox {
	width:437px;
	padding:0 5px 5px;
	margin:0 0 0;
}

.testibox p {
	font-size:80%;
	color:#333;
	margin:0 10px 0 0;
}

/* CONTACT */

.pcontact {
	background:url(images/drillcontact/contactheader.png) no-repeat;
}

.pcontact p {
	margin-top:10px;
}

.pcontact img {
	margin-right:200px;
}

