/* Landing Page Style sheet designed by Geoff O'Connor */

/*
Table of Contents

Color Palette
General Page Elements and Fonts
Header and Top Navigation - Logo, site name, main menu
Sidebars - Submenu, searchbar, shortlists
Content - Articles, search results
Tables
Images
Footer - Copyright, Awards
*/

/*
Color Palette

#003366 - Michigan Blue
#FFCC33 - Michigan Maize
#002142 - Top Navbar Blue
#000033 - Navy Blue
#006699 - Medium Blue
#FFF - White
#F7F7F7 - Very Light Grey
#CCC - Light Grey
#666 - Medium Grey
#333 - Dark Grey
#FF0000 - Red
*/

/*General Page Elements and Fonts*/

#wrapmain {
	background-color: #003366;
	margin: 0px auto;
	padding: 0;
	text-align: left;
	width: 840px;
	background-image: url(../images/wrap_bkd.jpg);
	background-repeat: repeat-y;
	background-position: center;	/*height: 500px;*/
}
p {
	margin-top: 0;
	margin-bottom: 10px;
}
br {
	margin-top: 0px;
	margin-bottom: 0px;
}

td {
	color: #333;
	font-family: "Helvetica Neue", arial, geneva, helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 5px 5px 0px;
}
h1 {
	color: #003366;
	font-family: "Helvetica Neue", arial, geneva, helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 22px;
	margin-top: 0;
	margin-bottom: 10px;	
}

div.callout {
	color: #F9B637;
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px;
	margin: 5px 0px 5px 0px;
	line-height: 28px;
}

h2 {
	color: #003366;
	font-family: "Helvetica Neue", arial, geneva, helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 22px;
	margin-top: 0;
	margin-bottom: 10px;	
}
h3 {
	color: #003366;
	font-family: "Helvetica Neue", arial, geneva, helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
}
ul.contentlist li {
	color:#F3A007;
	margin: 0px 0px 7px -15px;
}
ul.contentlist li span { 
	color:#333; 
}
a {
	color: #003366;
}
a:hover, a:active {
	text-decoration: none;
}
.bold {
	font-weight: bold;
}

/* Header */


div#progname {
	color: #F9B637;
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	line-height: 28px;
}

#topborder {
	background-color: #003366;
	height: 100px;
	margin: 0;
	padding: 0;
	width: 840px;
}
#umhs_logo {
   background-color: #003366;
	float: left;
	margin: 20px 0px 5px 30px;
	padding: 0px;
	text-align: left;
}
#toprightside {
    background-color: #003366;
	width: 600px;
	float: right;
	padding: 0px;
	margin: 18px 27px 0px 0px;
	text-align: right;

	clear: right;
}
#toprightside h2 {  
	color: #D5D5D5;
	font-size: 18px;
	font-family: "Helvetica Neue", arial, geneva, helvetica, sans-serif;
	letter-spacing: 1.5px;
	line-height: 22px;
	margin-bottom: 0px;
	}

/* Content */

#contentwrap {
    float: left;
	margin: 0px 0px 0px 40px;
	padding: 10px 0px 0px 0px;
	width: 800px;
	/*height: 370px;*/
}
#leftside {
	float: left;
	background: url(../congenital/css/images/sideshadow.jpg) no-repeat 100% 0%;
	/*height: auto !important; sets the height for all browsers to auto*/
	/*height: 300px; sets height (which acts like min-height) to your set size
     for IE, since it doesn't understand !important */
	/*min-height: 300px; set min-height for other browsers that understand !important*/
	margin: 10px 0px 15px 0px;
	padding: 0px;
	text-align: left;
	width: 410px;
}
#rightside {
	float: right;
	/*height: auto !important; sets the height for all browsers to auto*/
	/*height: 300px; sets height (which acts like min-height) to your set size
     for IE, since it doesn't understand !important */
	/*min-height: 300px; set min-height for other browsers that understand !important*/
	margin: 10px 35px 15px 0px; 
	padding: 0px;
	text-align: left;
	width: 320px;
}

#full_content {
    float: left;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	width: 800px;
}
#toplinks_content {
	color: #FFCC33;
	font-size: 11px;
	font-family: "Helvetica Neue", arial, geneva, helvetica, sans-serif;
	float: right;
	margin: 0px 40px 0px 0px;
	padding: 0px 0px 0px 5px;
	text-align: right;
	width: 250px;
	display: inline;
	letter-spacing: .5px;
	overflow:hidden;
}
#toplinks_content  a:link {
	color: #003366;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-family: "Helvetica Neue", arial, geneva, helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
#toplinks_content  a:visited {
	color: #003366;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-family: "Helvetica Neue", arial, geneva, helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
#toplinks_content  a:hover {
	color: #003366;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-family: "Helvetica Neue", arial, geneva, helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
#toplinks_content  a:active {
	color: #003366;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: "Helvetica Neue", arial, geneva, helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}	
/* Footer */

#footer {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #ccc;
	margin: 10px 0px 0px 40px;
	padding: 0px 0px 0px 0px;
	width: 760px;
	clear: both;
}
#footer_bottom {
	background-image: url(../images/bottom_bkd.jpg);
	margin: 0px;
	padding: 0px;
	width: 840px;
	height: 21px;
	clear: both;
}
#copyright {
	color: #666;
	font-family: "Helvetica Neue", arial, geneva, helvetica, sans-serif;
	font-size: .8em;
	float: left;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	width: 510px;
}
#copyright a {
	color: #006699;
	font-family: "Helvetica Neue", arial, geneva, helvetica, sans-serif;
	font-size: 1em;
	text-decoration: underline;
}
#awards {
	float: right;
	text-align: right;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 230px;
}
#awards img {
	border-width: 0px;
	padding-left: 15px;
}
/* Images */

a img {
	border: none;
}
img.outlined {
	padding: 3px;
	border: 1px solid #999;
}
#pictureleft {
	border: 1px solid #CCC;
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 3px;
}
#pictureright {
	border: 1px solid #CCC;
	float: right;
	margin: 0px 0px 10px 10px;
	padding: 3px;
}
.picturerightnoborder {
	float: right;
	margin: 0px 0px 7px 10px;
	padding: 3px 3px 3px 3px;
	text-align: center;
}
.pictureleftborder {
	border: 1px solid #DCCAAE;
	float: left;
	margin: 0px 10px 7px 0px;
	padding: 3px 3px 3px 3px;
	text-align: center;
}
.picturerightborder {
	border: 1px solid #DCCAAE;
	float: right;
	margin: 0px 0px 7px 10px;
	padding: 3px 3px 3px 3px;
	text-align: center;
}
.pictureleftnoborder {
	float: left;
	margin: 0px 5px 7px 0px;
	padding: 3px 3px 3px 3px;
	text-align: center;
}
.pictureborder {
	border: 1px solid #DCCAAE;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 3px 3px 3px 3px;
	text-align: center;
}

/* Forms */

#contactform {
	color: #333;
	font-family: "Helvetica Neue", arial, geneva, helvetica, sans-serif;
	font-size: 12px;
	width: 400px;
}
#contactform th {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding: 0px 10px 10px 0px;
}
#contactform td {
	padding: 5px 5px 5px 0px;
}
.smalltext {
    color: #003366;
	font-size: 11px;
}	
#callcenter {
	background-color: #eee;
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
