/* mini windows */

body {
	text-align: center;
	}


#mini {
	width: 99%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF;
	border: 2px solid #DDDDDD;
	text-align: left;
	font-family: Verdana, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #4F4F4F;
	}
	
/* links */

a:link {
	text-decoration: none;
	border-bottom: 1px dotted #BBBBBB;
	}
a:visited {
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #BBBBBB;
	}
a:hover {
	font-weight: bold;
	border-bottom-style: solid;
	}
	
body#blue a:link, body#blue a:visited, body#blue a {color: #104E8B; border-bottom-color: #104E8B;}
body#green a:link, body#green a:visited, body#green a {color: #3D9140; border-bottom-color: #3D9140;}
body#orange a:link, body#orange a:visited, body#orange a {color: #FF9900; border-bottom-color: #FF9900;}
body#yellow a:link, body#yellow a:visited, body#yellow a {color: #FFCC11; border-bottom-color: #FFCC11;}
body#teal a:link, body#teal a:visited, body#teal a {color: #6699CC; border-bottom-color: #6699CC;}
body#grey a:link, body#grey a:visited, body#grey a {color: #CCCCCC; border-bottom-color: #CCCCCC;}
		
a.home_right {
	clear: both;
	float: right;
	font-size: 80%;
	margin: 0 20px;
	padding: 0 0 0 20px;
	background: url(../img/home_logo.gif) no-repeat 0px 10%;
	}
	
a.home_left {
	clear: both;
	float: left;
	font-size: 80%;
	margin-left: 10px; 
	padding: 0 0 0 20px;
	background: url(../img/home_logo.gif) no-repeat 0px 10%;
	}

body#blue #mini h1 {background: #104E8B;}
body#green #mini h1 {background: #3D9140;}
body#yellow #mini h1 {background: #FFCC11;}
body#orange #mini h1 {background: #FF9900;}
body#teal #mini h1 {background: #6699CC;}
body#grey #mini h1 {background: #CCCCCC;}

#mini h1 {
	margin: 0;
	padding: 3px 0;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 120%;
	text-align: center;
	color: #FFFFFF;
	border-bottom: 2px solid #DDDDDD;
	}

#mini h2{
	margin: 0;
	padding: 0 10px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 120%;
	}
	
body#blue #mini h2 {color: #104E8B;}
body#green #mini h2 {color: #3D9140;}
body#yellow #mini h2 {color: #FFCC11;}
body#orange #mini h2 {color: #FF9900;}
body#teal #mini h2 {color: #6699CC;}
body#grey #mini h2 {color: #CCCCCC;}

#mini p {
	font-size: 80%;
	margin: .75em 0;
	line-height: 1.5em;
	padding: 0 10px;
	}
	
#mini .img_left{
	clear: both;
	float: left;
	margin: 0 10px;
	padding: 4px;
	background: #FFFFFF;
	}
	
#mini .img_right{
	clear: both;
	float: right;
	margin: 0 10px;
	padding: 4px;
	background: #FFFFFF;
	}
	
#mini .img_border{
	border: 1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	}

#close {
	clear: both;
	float: right;
	margin: 10px;
	}
	
#close a {
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #CCCCCC !important;
	background: #FFFFFF;
	font-size: 80%;
	color: #4F4F4F;
	}
	
#close a:hover {
	font-weight: bold;
	padding: 3px;
	border: 3px solid #DDDDDD !important;
	}
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */