/*RESET*/

/* 
html5doctor.com Reset Stylesheet
v1.5 
Last Updated: 2010-08-12
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}



/*CUSTOM*/

/*fix firefox*/
object {
	vertical-align:middle; 
}

blockquote {
	margin-left: 16px;
}

body {
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif ;	
}

#maincontent, #sidebar{
	line-height: 22px;
}
/*div {border: 1px solid #999;}
*/
table, td {vertical-align: top;}

#tabledcontent {width: 100%; height: 100%;}

#tdsidebar {background-color: #fff; height: 100%; width: 300px;}

#tdnosidebar {height: 100%; width: 300px;}

#tdsubnav {width: 170px;}

#tdfeaturedoutlets{width: 100%;}



/*background colors*/

body.home, body.privacy{
	background-color: #d1d3e1;
}

body.about {
	background-color: #d5ddd6;
}

body.capabilities {
	background-color: #ded1c0;
}

body.respondents {
	background-color: #d1dadc;
}

body.panel {
	background-color: #e1e1d1;
}

body.contact {
	background-color: #e1d6d2;
}

body.careers {
	background-color: #dfd8e4;
}


/*PADDING*/
.padded {
	padding: 0 15px 0 15px;
}
#maincontent, #sidebar, #subnav{
	padding-bottom: 20px;
	padding-top: 20px;
}

/*LISTS*/

ol {
	margin-left: 32px;
}

ul {
	margin-left: 16px;
}

li {
	margin-bottom: 6px;
	
}

ul li {
	padding: 0 0 0 16px;
	
	list-style-type: none;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

/*NAVS*/



#subnav {
	margin-left: 0px;
	margin-top: 40px;
	vertical-align:middle; 
}

#subnav ul {
	display: block;
	/* lines extend to right, make area clickable */
	color: white;
	text-decoration: none;
	padding: 0 0 0 0;
	cursor: default;
	list-style-type: none;
	margin-left: 0px;
	font-family: Trade Gothic, helvetica, arial, sans-serif;
}

#subnav li {
	display: block;
	/* lines extend to right, make area clickable */
	text-decoration: none;
/*	height: 16px;
*/	/* hint for IE, alternatively remove whitespace from HTML */
	padding: 0 0 0 0;
	cursor: default;
	list-style-type: none;
	font-size: 14px;
	margin-bottom: 6px;
}

#subnav li.twolines {
	/* lines extend to right, make area clickable */
/*	height: 32px;
*/	/* hint for IE, alternatively remove whitespace from HTML */
}


#subnav a {
	display: block;
	/* lines extend to right, make area clickable */
	color: #ffffff;
	background-color: #777777;
	text-decoration: none;
	height: 16px;
	/* hint for IE, alternatively remove whitespace from HTML */
	margin: 0 0 0 0 px;
	padding: 4px 0 4px 32px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 16px 8px;
	border-bottom: 0px;
	line-height: 16px;
}


#subnav a.off {
	color: #ffff99;
	background-color: #666666;
	background-image: url(../images/bullet_off.gif);
	border-bottom: 0px;
}
#subnav a.twolines {
	height: 32px;
	border-bottom: 0px;
}

#subnav a.offtwolines {
	color: #ffff99;
	background-color: #666666;
	height: 32px;
	background-image: url(../images/bullet_off.gif);
	border-bottom: 0px;
}


#subnav a:hover {
	margin-left: 0 px;
	color: #ffff99;
	background-color: #666666;
	/* rollover effect */
}




/*HEADINGS*/



h1 {
	color: #336666;
	font-size: 24px;
	margin-bottom: 12px;
	font-weight: normal;
}


h2 {
	color: #336666;
	font-size: 18px;
	font-weight: normal;
}

h3 {
	color: #336666;
	font-size: 18px;
	line-height: 14px;
	text-transform: lowercase;
	font-variant: small-caps;
	letter-spacing: 1px;
	font-weight: normal;
	margin-bottom: 4px;
	
	padding-bottom: 4px;
	border-bottom: 1px dotted #999;
	
}

/*TEXT*/

#tdfeaturedoutlets p
{color: #555; font-style: italic;}

p, ul, ol {
	color: #000;
	font-size: 15px;
	margin-bottom: 12px;
	
}

p.big {
	font-size: 24px;
	color: #333333;
}

p.med {
	font-size: 18px;
	color: #333333;
	line-height: 28px;
}


/*LINKS*/

a {
	text-decoration: none;
}

a:link {
	color: #336699;
	border-bottom: 1px dashed #6699cc;
}

a:visited {
	color: #336699;
	border-bottom: 1px dashed #666666;
}

a:hover {
	background: #666666;
	color: #ffff99;
	border-bottom: 0px;
}




#surveybutton {
	margin-left: 20px;
	margin-top: 20px;
	font-family: Trade Gothic, helvetica, arial, sans-serif;
/*	font-weight: bold;
*/	font-size: 18px;
	width: 120px;
	text-align: center;
	line-height: 26px;
}

#surveybutton a  {

	display: block;
	width: 120px;
	height: 107px;
	border: none;
	background: url('../images/survey_button.png');
	}

#surveybutton a:hover {
	background-position: -120px 0;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

/*SIDEBARS*/


#sidebar {
	font-family: Trade Gothic, helvetica, arial, sans-serif;
	
}

#sidebar h1 {
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif ;	
	font-style: italic;
}

#sidebar p {font-size: 12px;
}

#sidebar a:link {
	color: #336699;
	border-bottom: 1px dashed #6699cc;
}

#sidebar a:visited {
	color: #666666;
	border-bottom: 1px dashed #666666;
}

#sidebar a:hover {
	color: #ffff99;
	border-bottom: 0px;
}

#copyright {
	background-color: #333;
	text-align: right;
	vertical-align: middle;
	color: #999;
	height: 35px;
	font-size: 10px;
	font-family: Trade Gothic, helvetica, arial, sans-serif;
	text-decoration: none;
	padding-right:20px;
}



