/* -----------------------------------------------------------------------
Multiling Style Sheet
----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
th, td {font-weight:normal;}
table, td, th {vertical-align:middle;}
a img {border:none;}

/* typography.css */
body {font-size:12px;color:#000000;background:#FFFFFF;font-family:Verdana, Helvetica, Arial, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:bold;color:#000000;}
h1 {font-size:16px;line-height:1;margin-bottom:0.5em;}
h2 {font-size:12px;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;height:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img {float:left;margin:5px 5px 5px 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
strong {font-weight:bold;}
em{font-style:italic;}
li ul, li ol {margin:0px 0px 0px 20px;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
table {width:100%;}
td {padding:4px 10px 4px 5px;}
.small {font-size:10px;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:32px;}
.white {color:#FFFFFF;}
li {margin:0px 0px 0px 5px;}

/* grid.css */

#container {
	width:745px;
	margin:0 auto;
}

#header {
	
	width:745px;
	height:100%;
	border-bottom:1px solid #3267c9;
	margin-bottom:30px;
}

#main {
	
	width: 745px;
	height:100%;
	min-height:350px;
}

#left_column {
	
	float:left;
	width:175px;
	padding:0px 30px 0px 10px;
}

#right_column {
	
	float:right;
	width:480px;
	padding:0px 15px 0px 25px;

}

#navigation {
	
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color: #003eae;
	font-weight: bold;
	font-size:12px;
	font-variant: small-caps;
	width: auto;
}



#navigation li {

	margin:0px 0px 0px -15px;
	padding:10px 0px 10px 0px;
	font-weight: bold;
	list-style-type: none;
	border-bottom:2px dotted #3267c9;
}

#navigation li.first {

	padding:0px 0px 10px 0px;
}

#navigation li a:link, #navigation li a:visited , #navigation li a:hover, #navigation li a:active {

	color: #003eae;
	text-decoration: none;
	
}

#navigation li a:hover{
	
	color: #003eae;
	text-decoration: underline;	
}

#footer {
	margin-top:20px;
	height:25px;
	width:745px;
	background: #3267c9;
}

#footer a:link, #footer a:visited , #footer a:hover, #footer a:active {

	color: #FFFFFF;
	text-decoration: none;
	
}

#footer a:hover{

	color: #FFFFFF;
	text-decoration: underline;
	
}

body {margin:1.5em 0;}
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5 {float:left;margin:0px 0px 0px 0px;}
.span-1 {
	
	padding:30px 0px 0px 0px;
	width:150px;
}

.span-2 {
	
	padding:30px 0px 0px 0px;
	width:270px;

}

.span-3 {

	background:url(../images/om_bkg.gif);
	height:120px;
	width:480px;
}
.span-4 {

	font-family:Times, Helvetica, Arial, sans-serif;
	text-align: center;
	height:80px;
	width:170px;
	padding:30px 0px 0px 0px;
	
}

.span-5 {
	
	font-family:Times, Helvetica, Arial, sans-serif;
	height:90px;
	width:280px;
	padding:20px 10px 0px 0px;
	
}

.clear {clear:both;}

