/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button, select, textarea, input,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-align:left;
	vertical-align: baseline;
}
:focus 
{
	outline: 0;
}
body 
{
	line-height: 1;
	color: black;
	background: white;
}
ol, ul 
{
	list-style: none;
}
table 
{
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td 
{
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after 
{
	content: "";
}
blockquote, q 
{
	quotes: "" "";
}
button 
{
	cursor:pointer;
}
div
{
	float:left;
}

/*primary elements*/
body
{
	margin-top:1em;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-family:Arial, sans-serif;
	background-color:#FFFFFF !important;
	padding-bottom:2em;
}
div.wrapper
{
	float:none;
	width:60em;
	margin-left:auto;
	margin-right:auto;
}
h1
{
	font-size:2em;
}
h2
{
	font:normal 1em Arial, sans-serif;
}
h3
{
	font-size:1.5em;
}
h4
{
	font-size:1em;
}
h5
{
	font-size:.9em;
}
h6
{
	font-size:.8em;
}
strong
{
	font-weight:bold !important;
}
p em
{
	font-style: italic;
}
/*links*/
a:link,
a:visited,
a:active,
a:hover
{
	color:#0B5191;
}
a:hover
{
	text-decoration:none;
}
a.arrow:link,
a.arrow:visited,
a.arrow:active,
a.arrow:hover
{
	background:#FFFFFF url(images/backgrounds/icon-arrow.gif) no-repeat 5% 50%;
	border:1px solid #c6e4ff;
	clear:both;
	display:block;
	float:left;
	font-size:.8em;
	margin-bottom:1em;
	padding:.5em 2em .5em 2.5em;
	
}
a.mail:link,
a.mail:visited,
a.mail:active,
a.mail:hover

{
	background-image:url(images/backgrounds/icon-mail.gif);
}
a.person:link,
a.person:visited,
a.person:active,
a.person:hover
{
	background-image:url(images/backgrounds/icon-person.gif);
}
a.speech:link,
a.speech:visited,
a.speech:active,
a.speech:hover
{
	background-image:url(images/backgrounds/icon-speech.gif);
	width:8em;
}
/*header*/
div.header,
div.header div
{
	float:left;
	width:100%;
}
div.header div h1,
div.header div h2
{
	display:none;
}
div.header div img
{
	float:left;
}
/*menu*/
div.menu
{
	margin-top:1em;
	background:#0B5192 url(images/backgrounds/menu-left.gif) no-repeat top left;
	width:100%;
}
div.menu div
{
	width:100%;
	padding-top:.5em;
	background:transparent url(images/backgrounds/menu-right.gif) no-repeat top right;
}
div.menu ul
{
	margin-left:.5em;
	position:absolute;
}
div.menu ul li
{
	display:inline;
	float:left;
	margin-right:.25em;	
}
div.menu ul li a:link,
div.menu ul li a:visited,
div.menu ul li a:active,
div.menu ul li a:hover
{
	font:bold 1em Arial, sans-serif;
	display:block;
	float:left;
	color:#FFFFFE;
	text-decoration:none;	
	margin-top:.25em;
}
div.menu ul li a:link span,
div.menu ul li a:visited span,
div.menu ul li a:active span,
div.menu ul li a:hover span
{
	padding:1.2em 1em 1em 1em;
}
div.menu ul li a:active span
{
	color:yellow;
	text-decoration:underline;
}
div.menu ul li a:hover span
{
	text-decoration:underline;
	color:#FFFFFE;
}
div.menu ul li a.selected:link,
div.menu ul li a.selected:visited,
div.menu ul li a.selected:active,
div.menu ul li a.selected:hover
{
	color:#000001;
	background:#FFFFFF url(images/backgrounds/menu-item-left.gif) no-repeat top left;
	display:block;
	float:left;
	font-weight:bold;
	text-decoration:none;
	height:3.6em;
	margin-top:-1em;
	width:auto;
}
div.menu ul li a.selected:link span,
div.menu ul li a.selected:visited span,
div.menu ul li a.selected:active span,
div.menu ul li a.selected:hover span
{
	color:#000001;
	background:transparent url(images/backgrounds/menu-item-right.gif) no-repeat top right;
	display:block;
	float:left;
	font-weight:bold;
	text-decoration:none;
	height:1.2em;
	width:auto;
}	
/*footer*/
div.footer
{
	margin-top:1em;
	float:left;
	clear:both;
}
div.footer div
{
	float:left;
	padding-bottom:1em;
}
div.footer ul
{
	position:inherit;
}
div.footer ul li
{
	display:inline;	
	font:normal .8em Arial, sans-serif;
	float:left;
	margin-right:.15em;
}
div.footer ul li.last
{
	float:right;
	margin-right:1em;
}
div.footer ul li a:link,
div.footer ul li a:visited,
div.footer ul li a:active,
div.footer ul li a:hover
{
	display:block;
	float:left;
	padding-bottom:.5em;
	font-weight:normal;
	text-decoration:underline;
	margin-left:1em;
}
div.footer ul li a:hover
{
	text-decoration:none;
}
div.footer ul li a:active
{
	color:yellow;
	text-decoration:none;
	font-weight:bold;
}
div.footer ul li a span
{
	text-decoration:underline;
}
div.footer div p
{
	color:#FFFFFE;
	margin:.5em 0em 1em 1.75em;
	font-size:.8em;
}
div.footer-edge,
div.footer-edge div.bottom
{
	float:left;
	clear:both;	
	background:#0B5190 url(images/backgrounds/footer-bottom.gif) no-repeat top right;
	height:22px;
	width:100% !important;
}
/*resizing the text menu*/
div.menu div span.text-size
{
	 float:right;
	 color:#FFFFFE;
	 font-size:14px;
	 margin-top:-.1em;
}
div.menu div span span,
div.menu div span.text-size a:link,
div.menu div span.text-size a:visited,
div.menu div span.text-size a:active,
div.menu div span.text-size a:hover
{
	display:block;
	float:left;
	margin-right:.4em;
	color:#FFFFFE;
	text-decoration:none;
}
div.menu div span.text-size a:hover
{
	display:block;
	float:left;
	margin-right:.4em;
	color:#FFFFFE;
	text-decoration:underline;
}
div.menu div span.text-size a.medium
{
	font-size:1em;
}
div.menu div span.text-size a.large
{
	font-size:1.2em;
}
div.menu div span.text-size a.extra-large
{
	font-size:1.4em;
}
div.menu span.text-size a.extra-large-high-contrast:link,
div.menu span.text-size a.extra-large-high-contrast:visited,
div.menu span.text-size a.extra-large-high-contrast:active,
div.menu span.text-size a.extra-large-high-contrast:hover
{
	font-size:1.4em;
	display:block;
	float:left;
	margin:0px;
	color:#FFFFFF;
	padding:.2em;
	background-color:#000000;
	margin-right:.5em;
}
/*position text size*/
div.menu div span span
{
	margin-top:8px;
	margin-right:8px;
}
div.menu div span.text-size a.medium
{
	margin-top:9px;
	margin-right:8px;
}
div.menu div span.text-size a.large
{
	margin-top:7px;
}
div.menu div span.text-size a.extra-large
{
	margin-top:4px;
}

/*common styles throughout each grid*/
div.large, 
div.medium, 
div.small
{
	margin-bottom:1em;
}
div.homepage div.column div,
div.internal-page div.column div div,
div.internal-page div.right div
{
	padding:.5em;
}
div.large
{
	width:100%;
}
/*	      */
/*homepage*/
/*	      */
div.homepage
{
	background:#FFFFFF url(images/backgrounds/homepage-menu-bottom.gif) repeat-x top left;
	padding-top:25px;
	width:60em;	
}
div.homepage div.column
{
	float:left;
	padding-bottom:1em;
	width:19.75em;
	margin:0em 5px 5px 0px;
	background-color:#F5F5F5;
}
div.homepage div.introduction,
div.homepage div.your-story,
div.homepage div.welcome
{
	background-color:#FFFFFF;
}
div.homepage div.right
{
	margin-right:0em;
}
/*let's put those rounded corners on*/
/*left side*/
div.homepage div.red
{
	clear:left;
}
div.homepage div.red h2,
div.homepage div.orange h2,
div.homepage div.green h2
{
	background:#dc1f26 url(images/backgrounds/red-corner-left.gif) no-repeat top left;	
	height:2em;
}
div.homepage div.orange h2
{
	background:#ff9600 url(images/backgrounds/orange-corner-left.gif) no-repeat top left;	
}
div.homepage div.green h2
{
	background:#31b14a url(images/backgrounds/green-corner-left.gif) no-repeat top left;	
}
/*right side*/
div.homepage div.red h2 span,
div.homepage div.orange h2 span,
div.homepage div.green h2 span
{
	background:transparent url(images/backgrounds/red-corner-right.gif) no-repeat top right;
	color:#FFFFFF;
	display:block;
	font-weight:normal;
	font-size:1.25em;
	margin-left:.5em;
	padding-top:.25em;
}
div.homepage div.orange h2 span
{
	background:transparent url(images/backgrounds/orange-corner-right.gif) no-repeat top right;
}
div.homepage div.green h2 span
{
	background:transparent url(images/backgrounds/green-corner-right.gif) no-repeat top right;
}
/*format the content for each module*/
div.homepage div.red div,
div.homepage div.orange div,
div.homepage div.green div
{
	width:18.75em;
	padding-top:1.5em;
}
div.homepage div.red div
{
	background:transparent url(images/backgrounds/red-module-top.gif) repeat-x top left;
}
div.homepage div.orange div
{
	background:transparent url(images/backgrounds/orange-module-top.gif) repeat-x top left;
}
div.homepage div.green div
{
	background:transparent url(images/backgrounds/green-module-top.gif) repeat-x top left;
}
div.homepage div.your-story h2,
div.homepage div.welcome h2
{
	font-size:1.1em;
	font-weight:normal;
}
div.homepage div.introduction p
{
	clear:both;
	font-size:1.2em;
	padding-right:.6em;
}
div.homepage div.red h3,
div.homepage div.orange h3,
div.homepage div.green h3
{
	clear:both;
	font-weight:bold !important;
}
div.homepage div.introduction h2
{
	font-size:1.4em;
	line-height:140%;
	font-weight:normal;
}
/*			   */
/*internal page*/
/*			   */
div.internal-page
{
	background:#FFFFFF url(images/backgrounds/menu-bottom.gif) repeat-x top left;
	padding-top:14px;
}
div.internal-page div.column
{
	float:left;
	padding-bottom:1em;
	width:45.25em;
	margin:0em .2em .37em 0em;
}
div.internal-page div.content
{
	width:30em;
	padding-top:1em;
}
div.internal-page div.content ul
{
	width:30em;
	clear:both;
}
div.internal-page div.content ul li,
div.internal-page div.content ul li ul li,
div.internal-page div.content ul li ul li ul li
{
	list-style-type: disc !important;
	margin-left:2em;
}
div.internal-page div.content ul li ul li,
div.internal-page div.content ul li ul li ul li
{
	font-size:1.3em;
	line-height:150%;
}
div.internal-page div.content p
{
	clear:both;
}
div.internal-page div.content h3
{
	font-weight:bold;
}
div.internal-page div.submenu
{
	background:#1864AB url(images/backgrounds/submenu-bottom.gif) repeat-x bottom left;
	float:left;
	margin:1em .37em .37em 0em;
	width:14.35em;	
	padding-bottom:1em;
}
div.internal-page div.submenu div
{
	float:left;
}
div.internal-page div.submenu ul
{
	line-height:180%;
	font-size:.9em;
	margin:.5em 0em 1.5em 1.2em;
}
div.internal-page div.submenu a:link,
div.internal-page div.submenu a:visited,
div.internal-page div.submenu a:active,
div.internal-page div.submenu a:hover
{
	color:#FFFFFE;
	text-decoration:none;
}
div.internal-page div.submenu a:hover
{
	text-decoration:underline;
}
div.internal-page div.content h2
{
	font-size:1.1em;
	font-weight:normal;
}
div.internal-page div.right
{
	margin:1em 0em 0em 0em;
	float:right;
	width:14.5em;
	clear:right;
	background:#F5F5F5 url(images/backgrounds/module-bottom.gif) repeat-x bottom left;
}
div.internal-page div.image p
{
	margin-bottom:0em;
}
div.internal-page h1 
{
	color:#0B5191;
	font-size:1.5em;
	font-weight:normal;
	float:left;
	display:block;
	margin-bottom:.25em;
	width:19em;
}
div.internal-page h1 span
{
	float:left;
}
div.internal-page h1 span.right
{
	color:#454545;
	font-size:.45em;
	float:right; 		
}
div.internal-page p.comment
{
	display:block;
	background:#fffdce url(images/backgrounds/comment-bottom.gif) repeat-x bottom left;
	padding-bottom:1em;
}
div.internal-page p.comment strong
{
	font-weight:bold;
}
div.internal-page p.comment span
{
	display:block;
	background:transparent url(images/backgrounds/yellow-corner-left.gif) no-repeat top left;
}
div.internal-page p.comment span span
{
	display:block;
	padding:1em;
	background:transparent url(images/backgrounds/yellow-corner-right.gif) no-repeat top right;
}
/*common styles throughout each grid*/
div.column h2
{
	font:bold .9em Arial, sans-serif;
	color:#0B5191;
}
div.column h2 span
{
	font-weight:normal;
}
div.column h3
{
	font:normal .9em Arial, sans-serif;
}
div.column p
{
	font:normal .8em/150% Arial, sans-serif;
	color:#000001;	
	margin:.2em 0em 1em 0em;
}
div.column ul
{
	font:normal .8em Arial, sans-serif;
	line-height:160%;
}
div.column p,
div.column ul
{
	margin:.2em 0em 1em 0em;
}
/*forms*/
fieldset
{
	border:1px solid gray;
	margin-top:1em; 
	display:block;
	width:29em;
	clear:both;
	padding-bottom:1em;
}
legend 
{
	margin-left:1em; 
	font-weight:bold;
}
label
{
	display:block;
}
input
{
	border:1px solid gray;
	width:20em;
	padding:.2em;
	margin-top:.2em;
	margin-bottom:1.5em;
	font-size:.9em;
}
textarea
{
	border:2px solid gray;
	width:30em;
	padding:.2em;
	margin-top:.2em;
	margin-bottom:0em;
	font-size:.9em;
}
address
{
	font-size:.8em;
	line-height:140%;
	margin-bottom:1em;
}
fieldset div p.explanation
{
	display:block;
	margin-bottom:1.5em;
}
fieldset div p.explanation
{
	display:block;
	margin-bottom:1.5em;
}
fieldset div ul li
{
	clear:both;
}
fieldset div ul li input
{
	display:block;
	width:2em;
	float:left;
	border:none !important;
}
fieldset div input.checkbox
{
	width:auto !important;
	display:block;
	float:left;
	margin-left:.5em;
	border:none;
}
fieldset label.checkbox-label {
	display:block;
	float:left;
	font-size:.8em;
	width:31em;
	line-height:140%;
	margin-left:.3em;
}	
fieldset.checkbox div input
{
	border:none;
	width:auto !important;
	margin-left:.75em;
	margin-bottom:.25em;
}
fieldset.checkbox div label
{
	float:left;
	margin-left:.25em;
	margin-bottom:.25em;
}
button
{
	padding:.25em .5em .25em .5em;
	border:3px double #000000;
	font-weight:bold;
	margin-top:1em;
	text-align:center;
}
form em {
	display: inline;
	color: #E10000;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 0.5;
	font-style: normal;
}	
.red
{
	color:#dc1f25;
}
.orange
{
	color:#ff9601;
}
.green
{
	font:bold 1em Arial, sans-serif;
	color:#31b14b;
}
/*turning off styles*/
.float-left
{
	float:left !important;
}
.float-right
{
	float:right !important;
}
.margin-top
{
	margin-top:1em;	
}
.no-margin-right
{
	margin-right:0em !important;
}
.no-margin-bottom
{
	margin-bottom:0em !important;
}
.no-padding
{
	padding:0em !important;
}
.no-padding-bottom
{
	padding-bottom:0em !important;
}
.display-none
{
	display:none;
}