/* 
	MAIN SITE STYLE SHEET
	USED BY ALL PAGES
*/ 

body {
	color:#333333;
	background-color: #EFEFEF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0px;
}
body,td,th,li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p {
	margin-top: 10px;
	margin-bottom:0px;
}
p.clearer {
	font-size:1px;
	border:0;
	padding:0;
	clear:both;
}
p.footer {
	font-family:Arial, Helvetica, sans-serif;
	color:#AB081B;
	margin-top:42px;
	padding-bottom:10px;
	margin-left:140px;
	font-size:10px;
	line-height:12px;
}

/* ---------------- HYPERLINK STYLES ---------------- */
a, a:visited {
	color:#AB081B;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/* ---------------- OLD STYLE----------------------------- */

.oldstyle {
font-size: 9pt;
}

.oldstyle h3 {
font-size: 9pt;
}

/* ---------------- BREADCRUMB NAVIGATION ---------------- */ 
#breadcrumb {
	margin-top:2px;
	margin-bottom:0px;
	margin-left:140px;
	height:10px;
	font-size:9px;
	color:#6C83D3;
}
#breadcrumb a {
	color:#6C83D3;
}
#breadcrumb .here {
	color:#003399;
	font-weight: normal;
}

/* ---------------- MAIN PAGE HEADLINE ---------------- */ 
#headline {
	margin-top:18px;
	margin-bottom:0px;
	margin-left:140px;
}
#headline h1{
	color:#AB081B;
	font-size:18px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:12px;
}

#page_wrapper {
	width:700px;
	background-color:#FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#content_wrapper {
	background-color: #F3F4F9;
	background-image:  url("/assets/images/page/_gradient_interior_middle_120.jpg");
	background-position:0px 0px;
}
#content_upper {
	background-image:  url("/assets/images/page/_gradient_interior_upper_120.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}
#content_lower {
	background-image:  url("/assets/images/page/_gradient_interior_lower_120.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* TOP OF PAGE WRAPPER */
#top_wrapper {
	background-image:  url("/assets/images/page/top-of-page.gif");
	background-repeat:no-repeat;
	height: 169px;
	width:700px;
	margin:0px;
}
#top_wrapper #click_logo {
	position:relative; 
	width:118px; 
	height:66px; 
	left: 268px; 
	top: 16px; 
}

/*  -------- MAIN MENU BAR -------- */
#menu_wrapper{
	position:absolute;
	background-image:  url("/assets/images/page/menu_bg_tile.gif");
	/*background-repeat:repeat-x;*/
	height:34px;
	width:700px;
	top: 135px;
}
#menu-left-edge {
	position:relative;
	width:11px;
	height:34px;
	float:left;
	background-image: url("/assets/images/page/menu_left_edge.gif");
}
#menu_wrapper #buttons {
	position:absolute;
	/*float:left;*/
}
#menu_wrapper #buttons ul{
}
#menu_wrapper #buttons li{
	list-style-type:none;
	list-style-image:none;
	display:inline;
}
#menu_wrapper #buttons a {
	background-image:   url("/assets/images/page/_main-menu-button.gif");
	background-repeat:no-repeat;
	width:107px;
	height:26px;
	top:0px;
	position:absolute;
	text-decoration:none;
	padding-top: 6px;
	padding-left:8px;
	font-size:10px;
	font-weight:bold;
	color:#1E3F9E;
}
#menu_wrapper #buttons a:hover, 
#menu_wrapper #buttons a.selected {
	background-image:   url("/assets/images/page/_main-menu-button-over.gif");
	color:#1E3F9E;
}
div.menu_otherlinks {
	position:relative;
	font-weight:bold;
	color:#1E3F9E;
	font-size:9px;
	float:right;
	padding-top:6px;
	padding-right:32px;
}
div.menu_otherlinks a,
div.menu_otherlinks a:visited {
	text-decoration:none;
	color:#1E3F9E;
}
div.menu_otherlinks a:hover {
	text-decoration:underline;
}

/* SIDE TABS */
#side_menu_wrapper{
	float:left;
	width:120px;
	font-size:12px;
	margin:0px;
}
#side_menu_wrapper ul{
	margin:0px;
	list-style-type:none;
	padding: 0px;
	margin-top:8px;
	margin-left: 10px;
	margin-right:0px;
	margin-bottom:8px;
}
#side_menu_wrapper ul li{
	margin-top:0px;
	margin-bottom:4px;
}

#side_menu_wrapper a{
	font-family: Tahoma, Arial, "Arial MT Condensed Light", Helvetica, sans-serif;
	font-size:9px;
	height:26px;
	width:98px;
	display:block;
	padding-left:8px;
	padding-right:4px;
	padding-top:3px;
	margin:0px;
	background-image: url("/assets/images/page/_side_tab2_outline.jpg");
	color:#1E3F9E;
}
#side_menu_wrapper a:hover,
#side_menu_wrapper a.selected{
	background-image: url("/assets/images/page/_side_tab2_solid.jpg");
	color:#1E3F9E;
	text-decoration:none;
}




/* MAIN CONTENT */
#main_wrapper {
	width:auto;
	margin-right:200px;
	margin-left:140px;
	margin-bottom:0px;
	padding:0;
	border-right:1pt solid #FFF;
}
#main {
	width:350px;
	margin:0;
	padding:0;
	line-height:150%;
	padding-top:10px;
	font-size:.7em;
}
/* REPOSITION HACK FOR IE/WINDOWS */
/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #main {
  margin-left: -3px;
  }
 
/* End hide from IE5/mac */

#main p{
	margin-left:0px;
	margin-top:0;
	margin-bottom:10px;
}

#main ol {
	margin-top:0px;
	margin-bottom:0em;
	margin-left:22px;
	padding:0;
}
#main ul {
	margin-top:0px;
	margin-bottom:0em;
	margin-left:16px;
	padding:0;
	list-style-image:  url("/assets/images/page/_bullet.gif");
}
#main ul li, 
#main ol li {
	margin-top:0px;
	margin-bottom:10px;
	font-size:1em;
}
#main ul li ul {
	margin-top:10px;
}

#main h1, 
#main h2, 
#main h3, 
#main h4, 
#main h5, 
#main h6 {
	margin-top:0;
	margin-bottom:10px;
	font-weight:bold;
	line-height: 100%;
}

#main h1 {
	font-size:1.3em;
	font-weight:bold;
	line-height: 120%;
}
#main h2 {
	font-size:1.1em;
	font-weight:bold;
}
#main h3,
#main h4,
#main h5,
#main h6 {
	font-size:0.9em;
	font-weight:bold;
}

/* MAIN TABLE STYLES */
#main table {
	border-color:#305CA2;
	border-style:solid;
	border-width:2px;
	border-bottom-width:1px;
	padding:0;
	margin-bottom: 10px;
}
#main td {
	font-size:1em;
	margin:0;
	padding:6px 3px 0 3px;
	border-bottom:1px solid #305CA2;
}
#main td p{
	margin-top:0px;
	margin-bottom:10px;
}


/* RIGHT SIDEBAR */
#sidebar {
	float:right;
	width:185px;
	font-size:.6em;
	border-left:1pt solid #FFF;
	padding-left:10px;
	padding-top:12px;
	padding-right:5px;
	margin-bottom:0px;
}
/*
 This is an IE/Windows-specific hack to correct a problem
 with the white line between the center and right panels.
*/
* html #sidebar {
	border-left:0pt solid #FFF;
}
#sidebar p {
	margin-top:0;
	margin-bottom:10px;
}
#sidebar h1,
#sidebar h2,
#sidebar h3,
#sidebar h4,
#sidebar h5,
#sidebar h6 {
	color:#AB081B;
	font-size:1.2em;
	margin-top:0;
	margin-bottom:10px;
	line-height:110%;
}
#sidebar ul {
	margin-top:0px;
	margin-bottom:0em;
	margin-left:16px;
	padding:0;
	list-style-image:  url("/assets/images/page/_bullet.gif");
}
#sidebar ul li {
	margin-top:0px;
	margin-bottom:10px;
	font-size:1em;
}
/*
	img.rightmargin is used on partners.php to place images
	in the right margin so that they remain on the same
	horizontal level as their associated text.
*/
img.rightmargin {
	margin-left: 370px;
	position: absolute;
}
