/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }


/* prevent blue linked image borders */
a img, :link img, :visited img, fieldset { border:none; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,button { margin:0; padding:0; }



/* global elements
 * ------------------------------------------------------------------------- */

/* ---------- A note on font-sizing ---------- 
Default font size in IE6, IE7 and FireFox is 16px. 
Default for Safari 2 is 16px for "standard fonts" and 13px for "fixed-width fonts." (Safari 3 uses 16px for all fonts.) 
I am ignoring the Safai 13px mono-space type issue since this site does not use any mono-spaced fonts.
*/

html {
	font-size:100% /* IE has problems scaling text in ems. Using a percentage makes for better text rendering when scaled. */
	}

body {
	background:url(images/bg1.gif) repeat-x #12224f;
	font-size:.75em; /* 75% of 16px = 12px */
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	margin:15px 0;
	color:#000;
	}

a:link, a:visited {
	color:#367fc8;
	}
	
a:hover, a:active {
	color:#45a2ff;
	}


h1 {
	color:#16579d;
	font-size:1.5em;
	margin-bottom:10px;
	}

h2 {
	color:#16579d;
	font-size:1.2em;
	margin-bottom:10px;
	}

hr {
	width:100%;
	height:1px;
	overflow:hidden;
	margin:20px 0;
	color:#ccc;
	background:#ccc;
	}
	

/* Classes
 * ------------------------------------------------------------------------- */

.clear {
	clear:both;
	height:.01em;
	overflow:hidden;
	}

.pic_left {
	margin:0 10px 0px 0;
	float:left;
	}

.pic_right {
	margin:0 0px 0px 10px;
	float:right;
	}

.pic_border, a img.pic_border {
	padding:2px;
	border:1px solid #d0c8b9;
	}
	
	

.raquo {
	font-size:1.2em;
	color:#fff;
	}

.small {
	font-size:.92em;
	line-height:1.3em;
	}

.big {
	font-size:1.1em;
	}

.hr {
	color:#ccc;
	background:#ccc;
	width:100%;
	height:1px;
	overflow:hidden;
	margin:15px 0;
	}

.quote, #column_right p.quote {
	color:#16579d;
	font-size:1.2em;
	line-height:1.3em;
	}
	

/* Layout
 * ------------------------------------------------------------------------- */

#container {
	width:950px;
	background:url(../images/container_bg.gif) repeat-y #fff;
	margin:0 auto;
	}

#header {
	background:url(../images/header.jpg) no-repeat;
	width:950px;
	height:225px;
	}

	#header_home_link {
		width:505px;
		height:159px;
		display:block;
		text-indent:-5000px;
		outline:none;
		margin:0px 0 0 250px;
		}

#column_left {
	width:174px;
	float:right;
	display:inline;
	background:url(../images/sidebar_top.gif) no-repeat;
	padding:25px 24px 0 15px;
	}

#column_right {
	float:right;
	display:inline;
	padding:25px 20px 0 6px;
	width:711px;
	}

	#column_right ul {
	margin-left:10px;
	}

	 #column_right ul li {
		padding-left: 12px;
		line-height:1.6em;
		margin-bottom:8px;
		list-style: none;
		background: transparent url(../images/bullet_lrg.gif) 0px 7px no-repeat;
		}

		#column_right ul li ul li {
			background: transparent url(../images/bullet_med.gif) 0px 7px no-repeat;
			}

			#column_right ul li ul li ul li {
				background: transparent url(../images/bullet_sm.gif) 0px 8px no-repeat;
				}	

		#column_right ul ul, #column_right ul ul ul {
			margin-top:8px;
			}
	
	#column_right p {
		line-height:1.6em;
		}

#nav_list li {
	background:url(../images/nav_bullet.gif) no-repeat 5px 9px;
	font-size:1.2em;
	color:#fff;
	border-bottom:1px solid #507ab4;
	font-weight:bold;
	line-height:2.0em;
	}
	
	#nav_list ul {
		margin-bottom:6px;
		margin-left:20px;
		}
	
	#nav_list li li {
		font-size:.82em;
		border:none;
		line-height:1.7em;
		background:none;
		background:url(../images/bullet_lrg.gif) no-repeat 5px 7px;
		}
		
		#nav_list li li a:link, #nav_list li li a:visited {
			width:134px;
			}
		
		#nav_list li li a:hover, #nav_list li li a:active, #nav_list li li a.selected {
			background:url(../images/bullet_lrg.gif) no-repeat 5px 7px #2963b3;
			}
	
	#nav_list a:link, #nav_list a:visited {
		color:#fff;
		text-decoration:none;
		width:154px;
		display:block;
		padding-left:20px;
		}
	
	#nav_list a:hover, #nav_list a:active, #nav_list li a.selected {
		color:#5daff5;
		background:#2963b3;
		background:url(../images/nav_bullet.gif) no-repeat 5px 9px #2963b3;
		}
	
	
#footer {
	background:url(../images/footer.gif) no-repeat;
	width:930px;
	height:32px;
	text-align:right;
	clear:both;
	font-size:.92em;
	color:#6fb9f5;
	padding:29px 20px 0 0;
	}

	#footer p {
		float:right;
		}

#address {
	font-size:.92em;
	margin:12px auto;
	text-align:center;
	color:#fff;
	}

#sitemap {
	background:url(../images/sitemap_icon.gif) no-repeat 0px 3px;
	padding-left:16px;
	font-weight:bold;
	margin-left:20px;
	}
	
	#sitemap a:link, #sitemap a:visited {
		color:#fff;
		text-decoration:none;
		}
		
	#sitemap a:hover, #sitemap a:active {
		color:#5daff5;
		}
	