/* 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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
.clear { clear: both; }
body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* STYLES */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/background.gif);
	background-position: center top;
}

a {
	color:#000000;
	text-decoration:underline;
}

a:hover {
	background: #fff200;
	text-decoration:none;
}

#holder {
	width:860px;
	margin: 42px auto;
}

#content{
	margin: 7px 0 0 115px;
	position:relative;
}

h1 {
	display:block;
	width:285px;
	height:70px;
	text-indent:-9999px;
	background: #FFFFFF url(../images/mainlogo.gif);
	margin-right:575px;
}
h2 {
	display:block;
	width:170px;
	height:25px;
	text-indent:-9999px;
	background: #FFFFFF url(../images/changeagency.gif); 
	margin-left:115px;
	margin-right:575px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #555555;
	padding:0 25px 10px;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #555555;
	font-weight:normal;
}

h5 {
	font-style:italic;
}

#flashcontent p {
	padding:0 40px 10px;
	color:#555555;
}

.pane {
	width:236px;
	margin-right:7px;
	height:340px;
	background:#ffffff;
	float:left;
	position:relative;
	padding:25px 0px 20px 0px;
}

.videopane {
	padding:30px 0 0 10px;
	width:226px;
	height:355px;
}

#homepage .pane h3 {
	padding:5px 0 15px 10px;
	font-size:20px;
}

#homepage .videopane h4 {
	padding:0 0 10px;
}

.sitepromo, .newslettergrab {
	display:block;
	padding: 2px 10px;
	height:20px;
	background: #ffffff;
	text-align:center;
	font-size:12px;
	float:right;
	margin:7px 23px 0 0;
}

.newslettergrab {
	display:block;
	padding: 0 10px;
	width:216px;
	height:auto;
	background: #ffffff;
	text-align:left;
	font-size:12px;
	float:left;
	margin:7px 23px 0 0;
	padding: 2px 10px 4px;
}

#internal .newslettergrab {
}

.sitelink, .breakfastlink {
	display:block;
	width:105px;
	height:20px;
	background: #fff200;
	text-align:center;
	font-size:12px;
	float:right;
	margin:7px 23px 0 0;
}

.breakfastlink {
	width:auto;
	float:left;
	padding: 0 15px;
}

.maintext{
	padding:0 25px 10px;
}

/*

h4.maintext {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #999999;
	font-weight:normal;
	padding:4px 25px 4px;
}

*/

.videolinks{
	margin:3px 0 0 3px;
	float:left;
}

input, textarea {
	border: 1px solid #c8c7c7;
	padding:3px;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #555555;
}

label {
	position:relative;
	float:left;
	width:200px;
	margin-bottom:7px !important;
	margin-bottom:5px;
}

input {
	width: 120px;
	margin-right:10px;
	float:right;
}

textarea {
	width: 180px;
	height:130px;
}

input.submitbutton {
	background:#FFFFFF;
	border:0 #FFFFFF;
	width:auto;
}
 
 
form#application label { float: left; width: 200px; margin-right: 1em; }
form#application label.radio { width: auto; }
form#application input { margin-right: 0; float:right; width: 200px; font-size: 12px; }
form#application input.radio { width: 20px; float: none; margin-left: 0; margin-right: 3px; }
form#application input.upload { float: left;    
   
border: 0 none #fff;    
/*width: auto; padding-left: 12em;*/ margin-left: 0; font-size: 12px; }

form#application fieldset {    
float: left;  clear: both;   
width: 100%;    
margin: 0 0 1.5em 0;
padding: 0;  /*border: 1px solid #BFBAB0;    
background-color: #f4f4f4;*/
}

form#application fieldset ol {  
/*padding: 1em 1em 0 1em; */ 
list-style: none;  
}  
form#application fieldset li {  
padding-bottom: 1em;   
float: left;    
clear: left;    
width: 100%;    
}

form#application fieldset li ol li {  
padding-bottom: 5px; }
/*form#application fieldset.submit {     
float: none;    
width: auto;    
border: 0 none #FFF;    
padding-left: 12em;  background-color: transparent;
}
*/
form#application input.submitbutton {
	background:#FFFFFF;
	border:0 #FFFFFF;
	width:auto; font-size: 15px;
}
form#application legend {    
margin-left: 1em;    
padding: 0;    
color: #000;    
font-weight: bold;    
}
span.star { color: #CC0000; }

.newslettergrab input {
	border: 1px solid #c8c7c7;
	padding:1px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #555555;
	width:210px;
	margin: 3px 0;
}

.newslettergrab input.submitbutton {
	border: 1px solid #000000;
	padding:1px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	width:212px;
	margin: 3px 0 5px;
	background:#000000;
}
#navigation li#bloglink {
background-image:url("../images/blognavigation.gif");
margin-top:-70px;
position:absolute;
right:20px;
width:74px;
}
#navigation {
	float:right;
	margin-top:-33px;
	margin-right:20px !important;
	margin-right:10px;
}

#navigation li, #navigation li a{
	float:left;
	display:block;
	height:100%;
	width:100%;
	text-indent:-9999px;
}

#navigation li{
	height:25px;
	width:122px;
	background-image: url(../images/navigation.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left:8px;
}
	
#navigation li a:hover{
	background: none;
}

h1 a, h2 a, h1 a:hover, h2 a:hover {
	display:block;
	height:100%;
	width:100%;
	background: none;
}

li#worklink {
	width:107px;
	background-position: -132px 0;
}

li#newslink {
	width:108px;
	background-position: -247px 0;
}

li#contactlink {
	width:117px;
	background-position: -362px 0;
}

.widepane {					/* Two Pane Width (i.e. the wider right hand side column) */
	width:480px;
	margin-right:7px;
	height:750px;
	background:#fff;
	float:left;
	position:relative;
	padding:30px 0 10px;
}

#internal .pane, #internal .widepane {
	height:auto;
}

.leftcontainer {
	position:relative;
	float:left;
	width:246px;
	margin-right: 0 !important;
	margin-right:-40px;
}

.pane ul li, .widepane ul li {
	list-style:outside circle ;
	margin:0 30px;
}

table td { padding:3px;
}


#flashcontent {
	background-color:transparent;
	width:480px;
	margin-bottom:5px;
}

#flashcontent_wide {
	background-color:transparent;
	width:430px;
}

.highlight, .highlight a, .highlight h3 {
	background:#000000;
	color:#FFFFFF;
}

#homepage p.maintext {
	padding:0 10px 10px;
}

#homepage .pane {
	height:330px;
	padding:10px 0 0;
}

#homepage .videopane {
	padding:10px 0 0 10px;
	width:226px;
	height:330px;
}

.backtotop {
	display:block;
	margin-bottom:20px;
	width:auto;
}

h2.pullout {
	text-indent:0;
	background:none;
	margin:0;
	height:auto;
	width:auto;
	padding:0 10px 10px;

	padding:0px 0px 0px 0px;
	text-align:center; 
	background-color:#ffffff; 
	width:165px; 
	margin:0px 0px 10px 35px; 
	padding:0px;
	font-weight:normal;
}

h2.pullout a, h2.pullout a:visited {
	display:inline;
}

h2.pullout a:hover {
	background: #fff200;
	text-decoration:none;
}


.subtext {
	font-size:11px;
	line-height:14px;
}
.shoplink {
float:right;
margin: 7px 20px 0 0;
}

.agencyoftheyearsplash{
	background-image: url(../images/agencyoftheyearsplash.gif);
	height: 330px;
	width: 226px;
	position:relative;
}
.agencyoftheyearsplash h3{
text-indent:-9999px;
}
.agencyoftheyearsplash li {
display:block;
position:absolute;
top:250px;
left:-32px;
text-indent:-9999px;
width:220px;
height:22px;
list-style:none;
}
li.stuff {
top:275px;
}
li.admedia {
top:300px;
}

.agencyoftheyearsplash li a {
display:block;
width:100%;
height:100%;
}
.agencyoftheyearsplash li a:hover {
background:none;
}

/* Show only to IE7 */
*:first-child+html table.maintext {
	margin-left:25px 
}
 
/* Show only to IE6 */
* html table.maintext {
	margin-left:25px 
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	textarea {
		width: 193px;
		height:110px;
	}
}