/* CSS RESET RELOADED by meyerweb.com */

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, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Image fixes */
a img {
    border: none;
}

img {
    vertical-align: bottom;
}

/*-- clearfix -- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

/*.clear {clear: both;}*/

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
    display: block;
}

/*-------- / MAIN MARKUP/ ---------*/

html {
	font-family: Verdana,Helvetica,Arial;
	font-size: 100.1%;
	height: 100%;
}
body {
	font-size: .75em; /* .75em = 12px */
	line-height: 1.2em;
	height: 100%;
	color: #666;
}

a img,a:link img,a:visited img {border: none;}

a,a:link,a:visited,a:active {
	text-decoration: none;
	color: #003277;
}
a:hover {
	text-decoration: underline;
	color: #003277;
}

/*########################################
			 Shadowed Boxes
#########################################*/

div.shadowbox-content {
	position: relative;
	left: -3px;
	border: 1px solid #000000;
	background-color: #ffffff;
}
div.content div.shadowbox-content {min-height: 370px; }


/*-- Even more rounded corners with CSS: Base stylesheet --*/
.shadowbox {
	position:relative;
	margin:0px auto;
	min-width:8em;
	z-index:1;
	margin-left:5px; /* default, width of left corner */
}

.shadowbox .shadowbox-inner,
.shadowbox .t,
.shadowbox .b,
.shadowbox .b div {
	background:transparent url('/images/shadow.png') no-repeat top right;
	_background-image: url('/images/shadow.gif');
}

.shadowbox .shadowbox-inner {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	padding:2px 2px 0px 0px;
}

.shadowbox .t {
	/* top+left vertical slice */
	position:absolute;
	left:0px;
	top:0px;
	width:5px; /* top slice width */
	margin-left:-5px;
	height:100%;
	_height:1600px; /* arbitrary long height, IE 6 */
	background-position:top left;
}

.shadowbox .b {
	/* bottom */
	position:relative;
	width:100%;
}

.shadowbox .b,
.shadowbox .b div {
	height:5px; /* height of bottom cap/shade */
	font-size:1px;
}

.shadowbox .b {
	background-position:bottom right;
}

.shadowbox .b div {
	position:relative;
	width:5px; /* bottom corner width */
	margin-left:-5px;
	background-position:bottom left;
}

#right #teaser {
  position: absolute;
  right: -2px;
  top: 30px;
}


