/* Main Sections  */
body {
	font-family: "helvetica neue", helvetica, sans-serif;
	font-size: small;
	margin: auto;
	color: #333;
	background: #dddddd;
}
div, p, img, a, td, ul, ol {
	font-size: 16px; 
}
ol {
	margin-left: 1em;
	padding-left: 1em;
}
ol li {
	margin-left: 1em;
	padding: 0 0 .5em.3em;
	list-style: decimal;
}
h1, h2, h3, h4 {
	font-weight: bold;
	margin: .5em 0;
	letter-spacing: .07em;
}
h1 { font-size: 164% }
h2 { font-size: 164%; }
h3 { font-size: 135%; }
h4 { font-size: 100%; letter-spacing: .15em }

p { padding: 0 0 1em; }

a, a:link { 
	text-decoration: none;
	color: #69c;
}
a:visited { color: #669; border-color: #669; }
a:hover { color: #693; border-color: #693; text-decoration: none; }
a:active { color: #c33; border-color: #c33 }

a img, img {
	border: none;
}

ul {
	list-style: none;
	margin: 0 0 20px 1em;
}
li {
	list-style: none;
	padding-left: 1em;
	margin-bottom: 3px;
}


.clear {
	clear: both;
}


#page {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#content {
        float: left;
	text-align: left;
	width: 980px;
	margin: 0px;
	padding: 0px 15px;
	line-height: 1.5em;
        background: url(images/middle.png) repeat-y;
}


#content .column {
	float: left;
	width: 460px;
	padding: 0px 10px;
}

#content .single {
	float: left;
	width: 920px;
	padding: 0px 10px;
}

#content h1 {
	padding-top: 0px;
	margin-top: -5px;
}

#content h2 {
	padding-top: 0px;
}

#content .narrow {
	width: 600px;
}

.summary {
	width: 80%;
	margin: 0px auto;
	font-family: Times, serif;
	font-size: 120%;
	height: 3em;
}

.footnote {
	width: 80%;
	margin: 8px auto;
	font-family: Times, serif;
}

/* Special text formatting 
------------------------------------------------------------------------------- */
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
}
h2 a:hover, h3 a:hover {
	color: #06c;
	border-bottom: 1px dotted #06c;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h4.date-header {
	margin-top: 0;
	padding-left: 14px;
	font-size: 90%;
	color: #f93;
	background: url(images/date_icon.gif) no-repeat 0 50%;
}

blockquote {
	margin: 0 0 0 30px;
	padding: 10px 0 0 20px;
	font-size: 88%;
	line-height: 1.5em;
	color: #666;
	background: url(images/quotes.gif) no-repeat top left;
}

blockquote p { margin-top: 0; }

blockquote cite {
	margin: 5px 0 0;
	display: block;
}
code {
	font: 1em/2.5em 'Courier New', Courier, monospace;
	color: #444;
	white-space: pre; 
	width: 350px;
	height: auto;
	overflow: auto;
	display: block;
	border: 1px solid #999;
	border-width: 2px 0;
	padding: 1em;
	margin: 0 0 1em 0;
	background-color: #fafafa;
}
li code { width: 330px }

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dotted #3f3f3f;
}

.center { text-align: center;}
.alignright { float: right; }
.alignleft { float: left; }

hr { display: none; }


.error, .message {
	padding: 12px;
	background-color: red;
	color: #fff;
}
.message {
	background-color: green;
}

/* Header 
------------------------------------------------------------------------- */

#header { 
	float: left;
        background: url(images/top.png) no-repeat;
	padding: 0px;
	margin: 0px;
	height: 130px;
	width: 980px;
}

#header div {
	padding: 18px 0px 0px 440px;
}

#header ul {
	padding: 18px 0px 0px 440px;
        margin:0;
        list-style-type: none;
	font-weight: bold;
}

#header ul li {
        padding:0px 50px 0px 0px;
        float:left;
        margin:0;
        margin-right:1px;
        position:relative;
}

#title {
	margin: 0px 0px 0px -150px;
	height: 124px;
}

#title h1 {
	margin: 0;
	padding-top: 50px;
	text-align: center;
	color: #0036FE;
	font-size: 240%;
	font-family: verdana, helvetica, sans-serif;
}


/* Menu 
------------------------------------------------------------------------- */

/* common styling */
#menu {
	background: white url(images/bar.png) no-repeat bottom right;
	padding:0;
	margin:0;
	float: left;
	width: 720px;
	position:relative;
	z-index:100;
	font-weight: bold;
}

#menu ul li a, #menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#000;
	width:139px;
	height:26px;
	text-align:center;
	color: black;
	line-height:26px;
	font-size:12px;
	overflow:hidden;
	margin:0;
}
#menu ul {
	margin:0;
	padding:0px 0px 0px 50px;
	list-style-type: none;
}
#menu ul li {
	padding:0px 0px 0px 0px;
	float:left;
	margin:0;
	margin-right:1px;
	position:relative;
}
#menu ul li ul {
	padding:0;
	display:none;
}

/* specific to non IE browsers */
#menu ul li:hover a {
	color:#fff;
}
#menu ul li:hover ul {
	display:block;
	position:absolute;
	top:26px;
	left:0px;
	width:140px;
}
#menu ul li:hover ul li a.hide {
	color:#fff;
}
#menu ul li:hover ul li:hover a.hide {
	color:#000;
}
#menu ul li:hover ul li ul {
	display: none;
}
#menu ul li:hover ul li a {
	display:block;
	background:#eaeaea;
	color:black;
}
#menu ul li:hover ul li a:hover {
	color:#888;
}
#menu ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:139px;
	top:0;
}
#menu ul li:hover ul li:hover ul.left {
	left:-140px;
}

/* Sidebar 
------------------------------------------------------------------------- */

#sidebar {
	float: left;
	width: 200px;
	margin: 20px 0px 0px 20px;
	padding: 0px;
	font-size: 85%;
	line-height: 1.4em;
	color: #666;
	background-color: #eaeaea;
}

#sidebar h2 {
	padding: 25px 0 0 35px;
	color: #666;
	background: url(images/sidebar_icon.gif) no-repeat 5px 15px;
	height: 32px !important; /* for most browsers */
	height /**/:57px; /* for IE5/Win */
}

#sidebar ul, #sidebar p {
	padding: 5px 15px 1em;
	margin-left: -5px;
}

#sidebar ul { margin-bottom: 1em }
#sidebar ul ul { margin-bottom: 0; border-bottom: 1px solid #ddd; }
#sidebar ul ul ul { border-bottom: none; margin-bottom: 0; }
#sidebar ul li ul li { background: url(images/tictac_green.gif) no-repeat 0 6px; }


/* Base 
------------------------------------------------------------------------- */
#base {
	float: left;
	margin: 0px;
	padding: 0px;
	background: url(images/bottom.png) no-repeat;
	width: 980px;
	height: 25px;
}

/* Footer 
------------------------------------------------------------------------- */
#footer {
	float: left;
	margin: 0;
	width: 980px;
	font-size: 65%;
	color: #777;
	padding: 0;
	text-align: center;
}

#footer p {
	margin: 0;
	padding: 5px 0 10px 0px;
}

/* Special handling for images & alignment 
------------------------------------------------------------------------------- */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin: 0 auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}

.news p, .news h3 {
	padding: 0;
	margin: 0;
}

p.news-date {
	font-size: 11px;
	color: #555;
	padding: 0;
}

