/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ----clearfix---- */

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }


/* ----IE PNGfix---- */

img#logo, .item img {
    background-image: expression(
        this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "/_/i/px.gif"
    );
}

/* ----site-specific---- */

#container {
   position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    overflow: visible;
}

#content {
    position: relative;
    width: 960px;
    left: 50%;
    top: -373px;
    margin-left: -480px;
}

#left {
    position: absolute;
    width: 468px;
    height: 725px;
    border:1px solid gray;
}

.indexleft {
    background-color: #336666;
}

#right {
    position: absolute;
    margin-left: 485px;
    width: 468px;
    height: 725px;
    border: 1px solid gray;
}

.row {
    height: 215px;
    margin-bottom: 0px;
}

.first {
    margin: 15px 0px 0px 15px;
}

.second {
    margin: 15px 0px 0px 15px;
}

.bottom {
    margin: 15px 0px 0px 15px;
}

#monogram {
    position: absolute;
    z-index: 1000;
    top: 698px;
    left:822px;
}

#leftcorner {
    position: absolute;
    z-index: 1000;
    top: 676px;
    left:-1px;
}

#rightcorner {
    position: absolute;
    z-index: 1000;
    top: 676px;
    left: 904px;
}

.nameplate{
	margin-left: 17px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 225px;
}

.contact-info{
	margin-left: 20px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 325px;
}

.item {
width: 135px;
height: 215px;
margin-right: 8px;
display:inline;
}

.last {
display:inline;
margin-right: 0px;
}