@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------------- */
/* paddings & margins
/* ------------------------------------------------------------------------- */

body,
form,
dt, li,
h1, h2, h3, h4, h5, h6,
button, input, select, textarea {
	padding: 0;
	margin: 0; 
}

ol,
ul {
	padding: 0;
	margin: 0.666em 0 0.666em 2.5em; 
}

dl ol,
dl ul,
ol ol,
ol ul,
ul ol,
ul ul,
dd {
	padding: 0;
	margin: 0 0 15px 2em; 
}

ol, div.content ul.accordion ol {
	float: left;
	margin:0;
	list-style-type: decimal
}

ol li, div.content ul.accordion ol li {
	margin: 0 0 10px 30px;

}
ol li {
	clear:both;
}
ol li ol {
	margin-bottom:0;
}

dl,
hr,
p {
	padding: 0;
	margin: 1.333em 0; 
}

option {
	padding: 0 1em 0 0; 	
	margin: 0; 
}

blockquote {
	padding: 0;
	margin: 0 0 1.333em; 
}

fieldset {
	padding: 0.666em;
	margin: 2em 0;
	clear:both
}



/* ------------------------------------------------------------------------- */
/* text
/* ------------------------------------------------------------------------- */

body {
	font-size: 75.01%; 
	/* the decimal value apparently avoids math rounding issues in some browsers */
}

table, button, input, select, textarea { 
	font-size: 1.0em;
}

/* the following is an initial attempt at maintaining a "vertical rhythm" */
h1 { font-size: 2.5em; line-height: 1.0666; margin: 0.5333em 7em 0.5em 0; }
h2 { font-size: 1.333em; line-height: 1em; margin: 1em 0; }
h3 { font-size: 1.1667em; line-height: 1.143; margin: 1.143em 0; }
h4 { font-size: 1em; line-height: 1.333; margin: 1.333em 0; }
h5 { font-size: 0.91667em; line-height: 1.455; margin: 1.455em 0; }
h6 { font-size: 0.91667em; line-height: 1.455; margin: 1.455em 0; }

body, button, input, select, textarea, font.anchor a  {
	color: #333;
	font-family: arial, sans-serif;
	/* poor browser support for font-family: inherit; ? */
}

h1 {
	font-weight: normal;
	letter-spacing: -1px;
}

h2 {
	color: #003f5f;
	letter-spacing: -1px;
}
h3, h4, h5, h6 {
	
}

pre, code, .code {
	color: #333;
	font-family: "Monaco", "Courier New", courier, monospace;
	/* fixed-width fonts for displaying code samples */
}



/* ------------------------------------------------------------------------- */
/* links
/* ------------------------------------------------------------------------- */

a { 
	text-decoration:none; /* underline/border is specified later */
	color: #999; /* grey out anchors with no href */
}
a img { 
	border: 0; 
}

/* LVFHA */
a:link		{ color: #0071bc; }
a:visited	{ color: #07b; }
a:focus		{ color: #d92231; }
a:hover		{ color: #d92231; }
a:active	{ color: #d92231; }



/* ------------------------------------------------------------------------- */
/* miscellaneous
/* ------------------------------------------------------------------------- */

html,
body {
	height: 100%;
}
/* acronym is depreciated - use abbr instead */
abbr {
	border: 0;
	font-style: normal; 
	text-decoration: none;
}
blockquote {
	background: url("_img/icon-quote-close.gif") no-repeat 100% 100%;
}
blockquote p {
	background: url("_img/icon-quote-open.gif") no-repeat 0 0;
	font-style: italic; 
	font-size: 1.1667em;
	line-height: 1.1433;
	margin: 0;
	padding: 3px 20px 3px 24px;
}
dt {
	font-weight: bold;
}
hr {
	/* does this element have semantic value? */
}
ol ol li {
	list-style-type: lower-roman;
}

p,
li {
	line-height: 1.333em;
}


#content-primary table {
	border-top: 1px #ccc solid;;
	border-bottom: 1px #ccc solid;
	border-right: 0;
	border-left: 0;
	width: 100%;
}

#content-primary table.no-border {
	border:0px;
	width: 200px;
}

#content-primary table tr td {
	padding: 3px 5px 3px 0;
}

#content-primary table tr td p {
	font-weight: bold;
	color: #003F5F;
	font-size: 1.3em;
	padding:0;
	margin:0;
	width: 100%;
}

#content-primary div.results table{
	border: 0px;
	float: left;
	margin:0 0 0 0;
}

#content-primary div.results table tr td {
	padding:0
}

#content-primary div.results table tr td ul {

}

#content-primary div.results table tr td ul li {
	background: url("_img/star.gif") no-repeat -1px 2px;
	padding-left: 17px;
	margin-bottom: 15px;
}

#content-primary div.results table tr td ul li h2 {
	font-size: 1.5em;
	margin-bottom: 5px;
	font-weight: normal;
	font-family: arial, sans-serif;
	letter-spacing: 0;
	color:#0077BB;
	line-height: 1.2em
}


#content-primary div.results table tr td ul li a, #content-primary div.results table tr td ul li a:visited {
	color:#0077BB;
	line-height: 1.2em
}
#content-primary div.results table tr td ul li a:hover {
	color: #D92231
}

#content-primary div.results table tr td ul li p {
	font-weight: normal;
	font-size: 1em;
	font-family: arial, sans-serif;
	width: 550px;
	letter-spacing: 0;
	line-height:1.333;
	color:#333333;
}

#content-primary div.results table tr td ul li div.path {
	margin-top: 5px;
	font-size: 0.9em
}






