﻿/* GLOBAL STYLES
___________________________________________________________ */

html, body 
{
    margin: 0;
    padding: 0;
    background-color: #5D5D55;
    font:11px/11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center; /* for IE */  
}

img
{
    border: 0px;
}

a
{
	text-decoration: underline;
	outline: 0;
}

a:hover
{
	text-decoration: underline;
}



/* CLASS STYLES
___________________________________________________________ */



/* ID STYLES
___________________________________________________________ */
#pageContainer
{
    width: 800px;
	display: table;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	background-color:#FFFFFF;
}

#headerBox
{
    float:left;
    width: 800px;
}

#header_uwgiLogoBox
{
    float:left;
    background-image: url(../../App_Themes/Default/images/default/box_header_left.png);
	background-repeat: no-repeat;
    width: 412px;
    height: 107px;
	margin: 15px 0px 0px 15px;
}

.uwgiLogo
{
	margin: 35px 0px 0px 12px;
}

#header_dateBox
{
    float:left;
    background-image: url(../../App_Themes/Default/images/default/box_header_center.png);
	background-repeat: no-repeat;
    width: 142px;
    height: 107px;
	margin: 15px 0px 0px 14px;
}

#dateBox
{
    width: 110px;
    margin: 70px 39px 0px 13px;
    text-align:right;
}

#dateText
{
    text-transform:uppercase;
	font: bold 11px/10px "Trebuchet MS", Arial, Helvetica, sans-serif;       
	color: #4C1B1B;
}

#updateDateText
{
	font: bold 9px "Trebuchet MS", Arial, Helvetica, sans-serif;       
	color: #4C1B1B;
}

#header_uwmedLogoBox
{
    float:left;
    background-image: url(../../App_Themes/Default/images/default/box_header_right.png);
	background-repeat: no-repeat;
    width: 189px;
    height: 107px;
	margin: 15px 0px 0px 14px;
}

.uwmedLogo
{
    margin: 55px 7px 0px 18px;
}

#navigationBox
{
    float:left;
    background-image: url(../../App_Themes/Default/images/default/box_navigation.png);
	background-repeat: no-repeat;
    height: 396px;
    width: 407px;
    margin: 15px 0px 0px 20px;
}

#linksLogo
{
    margin: 15px 0px 0px 200px;
}

#linksBox
{
    float:left;
}

#floatingAd
{
	margin: 285px 0px 0px 205px;
}

#ptcareBox a
{
/*
	display: block;
*/
    float:left;
    background-image: url(../../App_Themes/Default/images/default/btn_patientcare.png);
	background-repeat: no-repeat;
	height: 85px;
	width: 344px;
	margin: 15px 0px 0px 14px ;
	text-decoration: none;
}

#ptcareBox a:hover
{
	background-position: 0 -85px;
}

#ptcareText
{
/*
	display: table;
*/
    display:inline-block;   
    width:185px;

    margin: 33px 142px 0px 20px;
	font: bold  9px/10px Verdana, Arial, Helvetica, sans-serif;       
	color:#FFFFFF
}

#researchBox a
{
/*
	display: block;
*/
    float: left;
    background-image: url(../../App_Themes/Default/images/default/btn_research.png);
	background-repeat: no-repeat;
	height: 85px;
	width: 344px;
	margin: 10px 0px 0px 14px ;
	text-decoration: none;
}

#researchBox a:hover
{
	background-position: 0 -85px;
}

#researchText
{
/*
	display: table;  
*/
    display:inline-block;   
    width:185px;

    margin: 33px 142px 0px 20px;
	font: bold  9px/10px Verdana, Arial, Helvetica, sans-serif;       
	color:#FFFFFF
}

#educationBox a
{
/*
	display: block;
*/

    float: left;
    background-image: url(../../App_Themes/Default/images/default/btn_education.png);
	background-repeat: no-repeat;
	height: 85px;
	width: 344px;
	margin: 10px 0px 0px 14px ;
	text-decoration: none;
}

#educationBox a:hover
{
	background-position: 0 -85px;
}

#educationText
{
/*	display: table;  
    margin: 33px 142px 0px 20px;
    display:inline;zoom:1;vertical-align:top;   
*/
    display:inline-block;   
    width:185px;
    
    margin: 33px 142px 0px 20px;
	font: bold  9px/10px Verdana, Arial, Helvetica, sans-serif;       
	color:#FFFFFF
}

#footerBox
{	
	float: left;
	width: 770px;
	height:37px;
/*	*height:52px;
*/
	margin: 15px 15px 15px 15px ;
/*
	*margin: 15px 15px 30px 15px ;    for only IE 6 and IE 7
*/
	background-image: url(../../App_Themes/Default/images/default/box_footer.png);
	background-repeat: no-repeat;
	clear:both;
}

#txtCopyright
{
	width: 365px;
	float:left;
	margin: 13px 0px 0px 10px;
	font: bold 8px Verdana, Arial, Helvetica, sans-serif;       
    Padding:0px 0px 0px 5px;
	text-align: left;
	color:#FFFFFF
}

#txtContact
{
	width: 370px;
	float:left;
	margin: 13px 10px 0px 0px;
	font: bold 8px Verdana, Arial, Helvetica, sans-serif;       
    Padding:0px 5px 0px 0px;
	text-align: right;
	color:#FFFFFF
}

#txtContact a
{
	color:#FFFFFF;
	text-decoration: none;
}

#txtContact a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}




