@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   Reset ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
/*	font: inherit;*/
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	overflow-y: scroll;
} 

/*
site styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
body {
    background-color: #F3F3F3;
    color: #333;
	font-family: Verdana,sans-serif;
	font-size: 11px;
	line-height:17px;
}
a {
	color: #390055;
	color: #55007D;
	font-style: italic;
}
#wrapper{
	background-color: #FFF;
	margin:10px auto 30px;
	width:980px;
	border: 1px solid #ededed;
	}
#content{
	padding:220px 20px 0 20px;
	/*background: url(../images/banner1.png);	
	background-position:left top;
	background-repeat:no-repeat;*/
	min-height:500px;
	position: relative;
	background: url(../images/spinnything.gif) no-repeat center 80px;
}
.banner{
	/*background: url(../images/banner1.png);
	display:none;*/	
	background-color:#D0FFCE
	background-position:left top;
	background-repeat:no-repeat;
	width:980px;
	height:200px;
	position:absolute;
	
	/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  /* IE 5-7 */
  filter: alpha(opacity=10);
  /* Netscape */
  -moz-opacity: 0.1;
  /* Safari 1.x */
  -khtml-opacity: 0.1;
  /* Good browsers */
  opacity: 0.1;
	top:0;
	left:0;
}
#header{
	height: 150px;
	padding: 10px;
	position:relative;
}
#header span p{
	border-right: 1px dotted #CCCCCC;
    float: left;
    font-size: 13px;
    margin: 0 0 10px;
    padding: 5px 30px;
}
#Navul{margin-left:506px}
#MintNav{
	background-color: #EDFFEC;
    border-top: 1px solid #EDEDED;
    bottom: 0;
    position: absolute;
    right: 0;
    width: 100%;
}
#MintNav li{
	float:left;
	display:inline;
	margin-right: 5px;
    padding-left: 5px;
	border-left: 2px dotted #BAD8AF;
}
#MintNav li a{
	color: #55007D;
    display: block;
    font-size: 14px;
    padding: 5px 10px;
    text-decoration: none;
}
#MintNav li.current a{
	color: #55007D;
    display: block;
    font-size: 14px;
    padding: 5px 10px;
    text-decoration: none;
}
p{
	font-size: 13px;
	margin: 0 0 10px 0;
}
.smaller{
	font-size: 90%;
}
h1{
	font-size: 16px;
	margin: 0 0 10px 0;
	color: #55007D;
}
h2{
	font-size: 14px;
	margin: 0 0 10px 0;
	color: #55007D;
	font-weight:normal;
}
img.floatR{margin:0 0 10px 10px;padding: 2px;}
img.floatL{margin:0 10px 10px 0}
.border{border:1px solid #CCC}
.TwoCol{width:690px}
.floatR{float:right}
.floatL{float:left}
.clear{clear:both}
.hide{display:none}
#RHCol{
	width: 210px;
	border-left:1px dotted #ccc;
	padding-left: 10px;
	margin-bottom: 20px;
}
#RHCol .SideBox {
	width: auto;
}
.testiBoxContent p{
	margin-bottom:0px;
}
#RepeatingContent{margin-bottom:300px}
#RHCol h2.header{
	font-weight:bold;
	font-size: 13px;
}
.testiBoxContent{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #ccc;
}
#footer{
	border-top: 1px solid #EDEDED;
	clear: both;
	color: #333333;
	margin: 0 0 0 -20px;
	padding: 20px;
	width: 100%;
	background: #EDFFEC;	
} 

/*
MB site styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
#mainNav li{float:left; display:inline;margin-right:10px}
.current a{color:red;font-weight:bold}
.SideBox {
	width: 220px;
	position:relative;
}
.SideBox img{
	width: 80px;
	height:auto;
	float:right;
}
.SideBox img.loading{
	width: 31px;
	height:31;
	position:absolute;
	top:10px;
	left:95px;
}
