/* IGM Stylesheet */

/* global styles */
body {
	font-family: arial, Helvetica, sans-serif;
	font-size: 77%; /* initially set to percentage so that ems work without producing miniscule text in IE */
	line-height: 1.3em;
	text-align: left;
	color: #515054;
	margin: 0; padding: 0; 
	background: #fff; 
	background: #fff url(../images/menu_bg.gif) 0 127px repeat-x;
}

hr { border: none; height: 2px; background: transparent url(../images/horiz_sep.gif) 1px 0 repeat-x; padding: 0 0 15px 0; }

h1,
h2,
h3,
h4 { margin: 0; padding: 0; font-size: 1em; color: #515054; }

p { margin: 0; padding: 0 0 10px 0; }

a { color: #93378c; text-decoration: none; }
a:hover { text-decoration: underline; }

form,
fieldset { padding: 0; margin: 0; }

fieldset,
img { border: none; }
.clear { clear: both; }

/* style for blankwin */
#content a.external {
	position: relative; padding-right: 12px;
	background:url(../images/ico_external.gif) no-repeat 100% 50%; }
#content .logo a.external { background: none; padding-right: 0; }

/* main wrapper */
#wrapper { 
	position: relative; width: 760px; margin: 0 auto 0 auto; 
	background: transparent url(../images/faux_column.gif) 0 0 repeat-y; }


/* header container */
#header { position: relative; width: 760px; height: 160px; }
#header #skip { display: none; }
#header h1 { 
	position: absolute; text-indent: -9999px; 
	top: 10px; right: 34px; width: 105px; height: 82px;
	background: transparent url(../images/igm_logo.gif) 0 0 no-repeat; }
#header h1 a { 
	position: absolute; display: block;
	top: 0; left: 0; width: 105px; height: 82px; }


/* main menu container */
#mainMenu {
	position: absolute; bottom: 0; left: 0; width: 760px; height: 33px;
	background: transparent url(../images/menu_bg.gif) 0 0 repeat-x; }
#mainMenu ul,
#mainMenu ul li { margin: 0; padding: 0; list-style: none; }
#mainMenu ul { margin-left: 287px; }
#mainMenu ul li,
#mainMenu ul li a { display: block; float: left; }
#mainMenu ul li a { text-transform: lowercase; color: #fff; text-decoration: none; line-height: 33px; padding: 0 10px 0 10px; }
#mainMenu ul li a.current,
#mainMenu ul li a:hover,
#mainMenu ul li a.current:hover { 
	text-decoration: none; background: transparent url(../images/menu_on.gif) 0 0 repeat-x;}

/* content container */
#content { position: relative; width: 760px; }
#content .body { position: relative; float: left; width: 429px; padding: 20px 34px 20px 19px; }
#content .body h4 { color: #c73128; }

/* site selector container */
#content .siteSelector { position: relative; float: left; width: 196px; padding: 10px 0 0 82px; }
#content .siteSelector dl,
#content .siteSelector dl dt,
#content .siteSelector dl dd { margin: 0; padding: 0; }
#content .siteSelector dl { margin-bottom: 10px; }
#content .siteSelector dl dt { display: block; padding-bottom: 4px; }
#content .siteSelector dl dd,
#content .siteSelector dl dd span { display: block; font-size: 0.95em; }
#content .siteSelector dl dd { padding-top: 15px; background: transparent url(../images/round_top.gif) 0 0 no-repeat; }
#content .siteSelector dl dd span { padding: 0 10px 15px 10px; background: transparent url(../images/round_bottom.gif) 0 100% no-repeat; }
#content .siteSelector dl dd p { padding: 0; margin: 0; }
#content .siteSelector h4 { margin-bottom: 20px; font-size: 1.1em; }
#content .siteSelector address { font-style: normal; padding-bottom: 10px; }
#content .siteSelector em { color: #93378c; padding-right: 3px; font-style: normal; }

/* home page image fader */
#content .slideShow { 
	position: relative; height: 135px; width: 429px; 
	padding-bottom: 3px; border-bottom: 1px solid #93378c; margin-bottom: 15px; }
#content .slideShow div { position: relative;}
#content .slideShow div a img { display: block; width: 429px; }
#content .slideShow div a { display: block; position: relative; }
#content .slideShow #imgContainer {
	position: absolute; top: 0; left: 0; z-index: 0; height:135px; width: 429px; }
#content .slideShow #imgContainer img { position: absolute; top: 0; left: 0; display: none;  }

/* hide page header */
#content h3 { display: none; }

#content .logo { position: relative;  margin-bottom: 15px; }
#content .logo img { border: 1px solid #ccc; padding: 10px; }

/* footer styles */
#footer {
	position: relative; width: 760px; height: 121px; 
	background: transparent url(../images/watermark.gif) 39px 100% no-repeat; }

#footer .address { 
	position: relative; font-size: 0.9em; border-top: 1px solid #e3e5e4; 
	padding: 20px 0 0 0; margin-left: 297px; width: 429px; }

#footer span { color: #93378c; padding-right: 5px; }
#footer address { position: relative; width: 190px; display: block; margin: 0; padding: 0 0 0 40px; font-style: normal;  }

#footer .left,
#footer .right { float: right; width: 190px; }
	
	
/* form styles */
#content .forms { position: relative; margin-bottom: 20px; }
#content .forms fieldset { border: 0; }
#content .forms label { display: block; font-weight: normal; } 
#content .forms .captcha {  display: block; width: 429px;  background-image: none; }
#content .forms .captcha label span { display: inline; width: auto; padding: 0; }
#content .forms .captcha img { border: 1px solid #888; }
#content .forms .captcha input { width: 100px; }
#content .forms .captcha span { display: block; width: 250px; font-size: 0.9em; color: #444; }

#content .forms .captcha label span,
#content .forms label span { padding: 0 5px 0 5px; color: #c82f29; font-weight: bold; font-size: 1.2em; line-height: 1em; }

#content .forms select,
#content .forms input,
#content .forms textarea { margin-bottom: 20px; }

#content .forms input { width: 250px; }
#content .forms textarea { width: 315px; }

/* revised clearing method */
#content .forms .select { overflow: auto; width: 250px; }

#content .forms input#submit,
#content .forms input#reset,
#content .forms input#cancel,
#content .forms input#close { width: auto; }

#content iframe { border: 1px solid #93378c; }

/* user feedback boxes */
#content .body .error,
#content .body .info,
#content .body .success {
	border-bottom: 4px solid #fff;
	font-weight: bold; line-height: 20px; 
	margin: 5px 0 15px 0; padding: 10px 5px 10px 35px; }
	
/* error message */
#content .body .error {
	border-color: #ecc;
	background: #fee url(../images/error.gif) 10px 10px no-repeat;  color: #922; }

/* success message */
#content .body .success {
	border-color: #be8;
	background: #dfa url(../images/success.gif) 10px 10px no-repeat; color: #292; }

/* info message */
#content .body .info {
	border-color: #cce;
	background: #eef url(../images/info.gif) 10px 10px no-repeat; color: #247; }

