@charset "utf-8";
/* CSS Document */
/* -------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0 ;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: top;
}

body { 
  line-height: 1.5; 
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }


/************Flash*********/

#judy {
float:right;
margin-top:40px;
font-size:18px;
}

#judy a{
text-decoration:underline;
}


/* -------------------------------------------------------------- */

body {
  font-size: 75%;
  color: #222222;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

html>body {
font-size: 12px;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 1.5em;	line-height: 1em; font-weight:bold }
h2 { font-size: 1.5em;	line-height: 1em; margin-top:.5em; font-weight:normal; color:#d9261c}
h3 { font-size: 1.166667em; line-height:  1.285714em; margin-top:.5em; margin-bottom:.5em; font-weight:bold; }
h4 { font-size: 1.153846em;; line-height: 1.266667em; color:#990000; font-weight:bold; margin-bottom:1em;   }
h5 { font-size: 1.076923em; line-height:1.5em; color:#656565; font-weight:bold; margin-bottom:1em;  }
h6 { font-size: 1.153846em; line-height:1.5em; color:#555555; font-weight:bold; margin-bottom:.5em; }
.bold { font-size: 1em;; line-height:1.5em; color:#993333; font-weight:bold; margin-bottom:1em;  }


h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { line-height:1.5em; margin-bottom:1em; margin-top:1em; font-size:1em; font-weight:normal;}
p img       { float: left; margin: 5px;}
p img.right { float: right; }
.right      { float: right; }
.topimage	{ margin:0 5px 0 0}


a:focus, 
a:hover     { color: #d9261c; text-decoration:underline }
a           { color: #d9261c; text-decoration:none; }

/*blockquote  { font-style: italic; margin-bottom:.5em; margin-top:1.5em; width:275px;}*/
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 

.dquo { margin-left: -.5em; }
/* Lists
-------------------------------------------------------------- */


ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1em; }
.large      { font-size: 1.833333em; line-height:1.5em}
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:none; font-weight:normal; font-size:12px; font-weight:bold; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }


/*LAYOUT CSS*/

/*header*/

#letterheader {
	width: 765px;
	height: 50px;
	background:url(images/ChoicewebINTRO.gif) no-repeat;
	margin-top:50px;
	}

#header {
	height:167px;
	background:url(images/LogoBanner.gif) no-repeat;
	margin-bottom:5px;
}

#store {
	float:right;
	margin:30px 10px;
	font-weight:bold;
	font-size:14px;
	}

.logo {
	background:url(../images/logo.png) no-repeat;
	float:left;
	height:48px;
	margin-top:23px;
	width:284px;
}
#enter {
	width:150px;
	margin:0 auto;
	padding-top:25px;
	}

/* Page */
#letter-body{
	font-size:14px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	}

#container {
	background:#FFFFFF;
	margin:0 auto;
	width: 770px;
}
#questions{
	color:#D9261C;
	font-size:1.5em;
	text-align:center;
	}
#men {
	margin-top:30px;
	margin-bottom:40px;
	}
#men img{
	margin:0 15px 0 0;
	}
#men .orange{
	color:#e87817;
	font-size: 1.083333em;
	font-style:italic;
	}

p.content {
	font-size: 1em; 
	line-height: 1.5em; 
	margin-top:.5em; 
	margin-bottom:.5em; 
	font-weight:bold; 
	}

/* Content */

#leftcolumn {
	float:left;
	width:351px;
	}
	
#rightcolumn {
	float:right;
	width:419px;
	height:551px;
	}
	
#billboard {
	background:url(images/billboard.gif) no-repeat;
	height:504px;
	margin-top:20px;
	}
	


/* Footer */

#subfooter {
	background: #ededed;
	border-left:#111111 1px solid;
	border-right:#111111 1px solid;
	color:#444444;
	height:170px;
	margin:0 auto;
	width:870px;
	font-size: 0.923077em;
}

#subfooter img{
	margin-bottom:5px;
	}		


#footer {
	color:#333333;
	margin:0 auto;
}
	
#footer2 {
	color:#CCCCCC;
	height:40px;
	margin:0 auto;
	width:870px;
	padding-top:10px;
	font-size: 0.923077em;
}
#footer2 a{
	color:#CCCCCC;
}
	
.links {
	font-size:16px;
	color:#00788A;
	text-align:center;
	}
.links a{
	color:#00788A;
	}
.blue {
	font-size:20px;
	color:#00788A;
	text-align:center;
	}
.credits {
	font-size:10px;
	text-align:center;
	}
#credits a{
	color:#333333;
	}


#avant {
	float:right;
	width:500px;
	margin-right:15px;
	text-align:right;
	}
#avant img{
	margin-top:0px;
	}
#avant a{
	color:#CCCCCC;
	}
#avant .small{
	font-size:0.923077em;
	line-height:2em;
	}

.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }

