@charset "utf-8";
/* CSS Document */
/* SITE COLORS

Navy Blue: #354A5B
Dark Red: #CC3333
Dark Gray: #393939
Light Blue: #AEC7DB
Blue Text: #003366

*/


/*  Reset CSS */
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, dd, dl, dt, li, ol, ul, 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%;
	line-height: 1.22em;
	font-family: inherit;
	vertical-align: baseline;
}

a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
 
ol, ul {
	list-style: none;
}

/*  End Reset CSS */


/*  Overall Structure */
body {
	background:#FFF url(/mim/img/bg-blue-gradient.jpg) 100% 0px repeat-x;
	height:100%;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #393939;
}

.container {
	text-align: left;
	width: 960px;
	margin: 0 auto;
}
/* End Structure */

/* Header */
#header-index {
	background-color: #354a5b; /* dark blue */
	min-width: 960px;

}
#header-index .container {
	background: #354a5b url(/mim/img/header-bg.gif) no-repeat bottom;
	height: 55px;
}

#logo-index {
	height: 42px;
	margin-top: 13px;
	padding-bottom: 0px;
	float: left;
}

#header-nav {
	color: #FFFFFF;
	font-size:12px;
	margin-top: 20px;
	float: right;
}
#header-nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}


/* Above Fold */

#above-fold {
	background: url(/mim/img/focus-index.jpg) no-repeat top;
	height: 350px;
	min-width: 960px;
	margin-bottom: 20px; 
}
#fold-left {
	float: left;
}
#tagline-index h1 {
	color: #CC3333;	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	margin-top: 25px;
}
#tagline-index h2 {
	color: #CC3333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 20px;
	margin: 5px 0px 20px 30px;
}
#tagline-index p {
	width: 350px;
	color: #003366;
	font-size: 14px;
	line-height:16px;
}
.go-tagline {
	padding: 5px 0 0 0px;
	color: #CC3333;
	font-size: 14px;
}

/* Main Area */
#main {
	min-width: 960px;
}

#left-col {
	float: left;
	margin-right: 30px;
	width: 300px;
}

#right-col {
	float: right; 
	margin-left: 30px;
	width: 300px;
}

#middle-col {
	float: left;
	margin: 0px;
	width: 300px;
}

.title-index {
	margin-bottom: 20px;
}
.text-col {
	line-height:16px;
	text-align:left;
	margin-bottom: 10px;
}

		
/*	---------------------------------------------------------------------------------------
	CSS fixes
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.go {
	background-image:url(/mim/img/page_white_go.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding:0px 0px 0px 24px;
	color: #CC3333;
	}

