/* CSS Document */

A {color:#1248af; font-weight:bold;}
A:hover{color:#1248af; text-decoration:none}
A :visited{color:#1248af; font-weight:bold;}
#secrow {
	color:white;
	background-color:#96b5cc;
	font-weight:bold;
}

#homecaption {
	float:right;
	width:25%;
	font-size:.8em;
	margin:.25em;
}
#banner {
	background-color:#4079a3;
	background-image:url(img/header_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	border-left:white 1px solid;
	border-right:white 1px solid;
	border-bottom:black 1px solid;
	}
#banner2 {
	background-image:url(img/header_bg_tulips.gif);
	background-repeat:no-repeat;
	background-position:top left;}
	
#logo {
	padding: 1em 1em 1em 1em;
}
#tabs {
	position: relative;
	vertical-align:bottom;
	right: 0px;
	bottom:0px;
}
#textSize {
	float:right;
	font-size:1.1em; 
	color:white;
	padding:1em;
	font-family: Verdana,sans-serif;
	font-weight:bold;
	text-align:right
	
}
#textSize A{
	color:white;
	text-decoration:none;
}
#side{
	background-image:url(img/body_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	border-left: white solid 1px;
	border-bottom: white solid 1px;
}
#side P{
	font-size:.8em;
	margin: 1.25em;
}

#caption {
	text-align:right;
	font-weight:bold;
	font-size:0.9em;
	margin-top:1em;
	margin-bottom:2em;
}

#barleft {
	background-image:url(img/bar_left.gif);
	background-repeat:repeat-y;
	background-position:right;
	display: inline-table;
	height:100%;}

#photo {
	background-position: top right; 
	background-repeat:no-repeat; 
	background-color:#FFF; 
	border-bottom: 6px #cfcfcf solid;
	width:100%; 
	height:14em; 
	vertical-align: middle;
}
#photo P{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 1.75em;
	margin-left:.25em;
	color:#12489f;}

#bodyMain {
	float: left;
	border-right:1px solid white;
	border-bottom: white solid 1px;
	background-image:url(img/body_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
#bodyMain P {
	margin:.5em 1em .75em 1em;	
	line-height: 1.25em;}


H1 {
	padding:0.35em 0.5em .25em .6em;
	margin:0;
	font-size: 1.3em;
	font-weight:bold;
	color:black;}
#bodyMain H1 A{
	text-decoration:none;
	color:#12489f;}
#bodyMain H1 A:visited{
	color:#12489f;}


#bodyMain H2 {
	margin:1em 0.5em 0em .7em;
	font-size: 1em;
}
#bodyMain H2 A {
	text-decoration:none;
}
#bodyMain H2 A:hover{
	text-decoration:underline;
}

/* Menu */

#nav:before {
	line-height: 0.1;
	font-size: 1px;
	margin: 0;
	height: 9px;
	display: block;
}

#nav:after {
	display: block;
	padding-top: 0;
	line-height: 0.1;
	font-size: 1px;
	margin: 0 0 0 0;
	height: 8px;
}

#nav, #nav ul {
	margin: .75em;
	padding: 0;
	list-style: none;
	background-image:url(img/menu_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#dff1f7;
	border:solid 1px #b6d9e1;
}
#nav {
}	
#nav li {
	display: inline;
	padding: 0;
	margin: 0;
}

#nav li span { /* used for un-linked menu items */
	display: block;
	padding: 6px 10px;
	font-weight: bold;
	color: #666;
}

#nav li a {
	display: block;
	white-space:nowrap;
	padding: 0.6em 1em 0.6em 1em ;	
	text-decoration: none;
	font-size:1em;
	font-weight:bold;
	color:#12486f;
}

#nav li a:hover {
	color:#12486f;
	text-decoration:underline;
}
	
#nav li li span { /* used for un-linked menu items */
	padding: 4px 8px 4px 20px;
}

#nav li li a {
	font-weight: normal;
	font-size: 0.9em;
	text-transform:none;
	white-space:nowrap;
	padding: 0.5em 0.6em 0.5em 2.75em;
}

/* End Menu */

a.smButt {background: url(img/smButt_bg.gif) left top no-repeat; display: inline; padding-left: 18px;}

a.smPDF {background: url(img/smButt_pdf.gif) left top no-repeat; display: inline; padding-left: 18px;}