/*
	EYEMG.com, LLC - Interactive Media Group
*/

/*******************************************
 *                                         *
 *       GENERAL PRINTING STYLES           *
 *                                         *
 *******************************************/

body { font: 12px Arial, Helvetica, sans-serif; background: rgb(255,255,255); margin: 0px; }

div#header {
	height:87px;
}

div#logoprint {
	display: visible;
	margin:0px;
}

div#logo {
}

html, body { 
	width:100%; 
}

p#nocss { 
	display: none; 
}

a, a:visited { 
	color: #000;
	text-decoration:underline;
}

img, a img {
	border: none;
}

li {
	list-style: url('/dcm/elements/bullet.gif');
}

div#header {
}

div#headernav, div#headertitle, div#quickmenu, div#rightcolumn {
	display:none;
}



div#bodycopy {
	width:100%;
}

div#bodycopy img {
	max-width: 100%;
}

div#bodycopy p {
	clear:both;
}


div#bodycopy img.left {
	position: relative;
    display: block;
	float: left;
	margin: 10px;
}

div#bodycopy img.right {
	position: relative;
	float: right;
	margin: 10px;
}
 

h1 {
	font-size: 1.5em;
	text-transform: uppercase;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1em;
	font-weight:bold;
}

a { color: #000; text-decoration: none; }
img, a img { border: none; }
h1,h2,h3,h4,h5 { color: #000; }


table {
	border:1px solid #DDD;
	width:100%;
}

table.noborder {
	border:none;
	width:100%;
	background:#FFF;
}

tr,td,th {
	padding:7px
}

th {
	color:#000;
	background:#CCC;
	font-weight:bold;
	text-align:center;
	margin:0px auto;
}

table.highlight {
	border:1px solid #DDD;
	background:#FFF;
}

table.highlight th {
	background:#CCC;
	color:#000;
}

tr {
	text-align:left;
	vertical-align:top;
	}
	
td {
	text-align:left;
	vertical-align:top;
	}

/*******************************************
 *                                         *
 *             MISC STYLES                 *
 *                                         *
 *******************************************/

.disclaimer {
color:#000;
font-size:.9em;
}

/*******************************************
 *                                         *
 *        PHOTO GALLERY STYLES             *
 *                                         *
 *******************************************/
 
 div.photoleft {
	float: left;
	width: 70px;
	height:110px;
	border: none;
	background:none;
	padding:7px;
	vertical-align:middle;
	text-align:center;
	margin:0px auto;
}

 div.photoleft img{
	border:4px solid #CCC;
}



.copyright {
	color:#000;
	font-size: .9em;
}

div#footer {
	clear:both;
	margin:0px;
	padding:0px;
}

div#footer a {
	color: #000;
}

div#footer ul {
	display:none;
}

div#footer ul li {
	display: none;
}

div#footer ul li:after {
	display:none;
}

div#footer ul li:last-child:after {
	display:none;
}