/* Stylesheet for IECX
   Ann Adamcik, indigopear.com
   April 2006							*/



/* General styles 
 ******************/
 
* {
	margin: 0;
	padding: 0;
}

body {
	width: 780px;
	margin: 0 auto;
	text-align: center;	/* For IE5.5 */
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	color: #383838;
	background: white;
}
#main {
	text-align: left;
	width: 780px;
}

img {
	border: none;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
}
.clear {
	clear: both;
}
h1 {
	font-size: medium;
}
h1.pos_right {
	position:relative;
	left:300px
}
h2, legend {
	font-size: small;
}
h3 {
	font-size: x-small;
	color: #a4a4a4;
}
h1, h2, legend {
	font-weight: normal;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
p {
	line-height: 1.5em;
	padding-bottom: 15px;
}
.floatright
{
float: right;
width: 100px;
}

/* Common Header/Footer Styles
 ********************************/

#header {
	height: 26px;
	padding-top: 1px;
	background: url("images/top.jpg") repeat-x;
	margin-bottom: 50px;
}

#navBar {
   float: right;
	margin-top: 27px;
	
}
#navBar li {
	float: left;
	width: 90px;
	border: 1px solid #d4d4d4;
	margin-left: 1px;
}

#navBar a {
   display: block;
	color: #383838;
	background: white;
	padding: 3px;
}
#navBar a:hover, #navBar .current a {
	background: #d4d4d4;
}

#footer {
   padding: 35px 0 5px 0;
	text-align: center;
}
#footer ul {
}
#footer li {
   display: inline;
   padding: 0 3px;
	border-left: 1px solid #d4d4d4;
}
#footer .first {
	border: none;
}

/* text links 
 ***************/

#footer a, #content a {
  color: #0f2c8d;
}
#footer a:visited, #content a:visited {
	color: #828282;
}
#footer a:hover, #content a:hover {
	text-decoration: underline;
}

/* Content Area Styles 
 ************************/

#sidebar {
	float: right;
	width: 304px;
	padding: 0 5px;
}
#content {
	float: left;
	width: 450px;
	border-right: 1px solid #d4d4d4;
   padding: 0 10px 0 5px;
	min-height: 540px;
	height: auto !important;
	height: 540px;		/* min-height for IE */
}
#content2 {
	float: center;
	width: 600px;
	border-right: 1px solid #d4d4d4;
   padding: 0 10px 0 5px;
	min-height: 540px;
	height: auto !important;
	height: 540px;		/* min-height for IE */
}
#logo {
   height: 155px;
	border-bottom: 1px solid #d4d4d4;
}
#logo img {
	float: left;
	padding: 0 10px 0 0;
}
#logo h1 {
	color: #3D3D3D;
	font-size: medium;
	padding: 35px 0 0 10px;
}
#sidebar h1 {
	color: #3D3D3D;
	font-size: 20px;
	padding: 30px 0 0 10px;
	height: 100px !important;
	height /**/:155px;		/* feed correct height to IE5.5 */
}
#content h2 {
	background: url("images/header_bg.gif") no-repeat right;
	margin-bottom: 25px;
	font-size: 15px;
}
#copy {
	padding: 25px 0;
}
#content ul {
	list-style: disc;
	padding: 15px 15px 15px 35px;
}
#content .nobullets {
	list-style: none;
}
#content li {
	padding: 3px 0;
}
.results {
	font-size: 120%;
	color: #a2a2a2;
	padding-top: 25px;
}


/* Navigation boxes
 **********************/
#navBoxes {
	padding-bottom: 15px;
}
#navBoxes li {
	float: left;
	width: 94px;
	height: 80px;
	border: 1px solid #d4d4d4;
	padding: 1px;
	margin: 1px;
	text-align: center;
}

#navBoxes a {
	display: block;
	width: 84px !important;
	width /**/:93px;		/* feed correct width to IE5.5 */
	height: 60px !important;
	height /**/:80px;		/* feed correct height to IE5.5 */
	padding: 20px 5px 0 5px;
	background: #0f2c8d;
	color: white;
}
#navBoxes a:hover, #navBoxes .current a {
	background: #9eb1f9;
	color: #1a1a1a;
}