body{margin:0 auto;
	margin-top:5px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:80%;
	background-color:#f4ecd9;
	}

/*Message Boxes: Start*/
.msgBox {border:dashed 1px black; background-color:#dee9f6; color:Black; padding:10px 10px 10px 10px;}
.ok{background:#FFFFCC url(images/ok.gif) 4px 2px no-repeat; border:solid 1px #dfdfde; background-color:#f0efef; color:#444444; font-weight:bold; padding:4px 4px 4px 4px; margin:5px 0 5px 0; text-align:center;}
.error{background:#FFFFCC url(images/error.gif) 4px 2px no-repeat; border:solid 1px #cb2026; background-color:#f6cbca; color:#cb2026; font-weight:bold; padding:4px 4px 4px 4px; margin:5px 0 5px 0; text-align:center;}

.msgok{background-color:#444444; color:#FFFFFF; font-weight:bold; text-align:center; padding:4px 4px 4px 4px; margin:5px 0 0 0;}
.oktip{background-image:url(images/graytip.gif); background-repeat:no-repeat; width:18px; height:18px; margin:0 0 5px 20px;}

.msgerror{background-color:#cc0000; color:#FFFFFF; font-weight:bold; text-align:center; padding:4px 4px 4px 4px; margin:5px 0 0 0;}
.errortip{background-image:url(images/redtip.gif); background-repeat:no-repeat; width:18px; height:18px; margin:0 0 5px 20px;}
/*Message Boxes: End*/

/*	Logo area formatting */
div.logo	{margin:0 auto;
	text-align: center;
	margin-top: 5px;
	width: 50em;
	height: 10em;
	background-color:#FFFFFF;
	border-left: solid thin #CCCCCC;
	border-right: solid thin #CCCCCC;
	border-top: solid thin #CCCCCC;
}

/*	Navigation */

/*	white background to nav accross width of page */
div.navline { margin: 0;
	width: 100%;
	height: 2.7em;
	background-color: #FFFFFF;
	border-bottom: thin solid #CCCCCC;}

/*	Navigation & drop down list formatting */
#navcontent {
	width: 50em;
	background-color: #f4ecd9;
	background-image: url(../images/nav-bar-separator-grey.jpg);
	background-position: bottom;
	background-repeat: repeat-x;	
	margin: auto;}

html>body #navcontent {
	width: 50em;
	margin: 0 auto;
	height: 33px;
	border: solid thin #3F0;
	border-top: none;
} 

a {text-decoration: none;}

a:link {color: #080;}
a:visited {color: #790;}
a:active {color: #3F0;}
a:hover {text-decoration: underline;}

ul {list-style: none;padding: 0;margin: 0;}
#nav a {font-weight: bold;color: green;}
#nav a {text-decoration: none;}
#nav li li a {
	display: block;
	font-weight: normal;
	color: #060;
	padding: 0.2em 10px;
}
#nav li li a:hover {
	padding: 0.2em 5px;
	border: 2px solid #080;
	border-width: 0 2px;
	text-decoration: underline;
}
li {
	float: left;
	position: relative;
	width: 10em;
	text-align: center;
	cursor: default;
	background-color: white;
	border: 1px solid #7d6340;
	border-width: 1px 0;
}


li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	padding: 0.5em 0 1em 0;
	border-right: solid 1px #7d6340;
}

li>ul {
	top: auto;
	left: -0.5em;
   	background-color:#FFFFFF;
	border: thin solid #339900;
	background: url(../images/nav-drop-down-bgimage.jpg);
	padding: 0.2em 5px;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {display: block;}
/*	END: Navigation & drop down list formatting */

/*	Page's main content formatting */
div.content { margin: 0 auto;
	width: 48em; 
	padding: 1em;
	border-bottom: thin solid #33CC00;
	border-left: thin solid #CCCCCC;
	border-right: thin solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #060;
	background-color:#FFFFFF;
	background-image: url(../images/nav-bar-separator-grey.jpg);
	background-position: bottom;
	background-repeat: repeat-x;	}


/*	H2 formatting */
h2	{font-size: 1.3em}

/* All image borders */
img	{border: none;}

div.subContent
	{width: 48em;}

table.indexHeader { height: 63px;
	width: 100%;
	border: none;
	background-image: url(../images/main-content-title-bg-index1.gif);
	background-position: right;
	background-repeat: no-repeat;}

td#indexHeader	{vertical-align: text-bottom; text-indent: .4em;}

table.subContent1 {width: 100%;margin-top: 5px;}

/* Basic, Medium & Complex Images <span> / <table> formatting */
div.subContent3 {width: 60%;
	margin: 0 auto;
	text-align: center;}

p.textWidth	{
	text-indent: 22%;
	text-align: right;}
	
td#subContent-bg {height: 10em;
	background-image: url(../images/indexPage-sub-content-table-border.jpg);
	background-position:top;
	background-repeat: no-repeat;
	padding-left: 2em;
	padding-right: 2.6em;}

td#subContent-bg-4hour {height: 10em;
	background-image: url(../images/4-hour-turnaround-sub-content-table-border.jpg);
	background-position:top;
	background-repeat: no-repeat;
	padding-left: 2em;
	padding-right: 2.6em;}
	
table.subContent2 {width: 100%;}

td#subContent2 {text-align: center;width:auto;}

td#subContent3 {text-align: center;width: 50%;}

.redraw {text-align: center;
	border-bottom: thin solid #33CC00;}

/* artwork-n-level paragraph title formatting */
.title	{font-weight: bold;}

/* 4 hour turnaround.htm image formatting */
.align {position: relative; vertical-align: middle;}

/* artwork/index.htm example tesxt align */
.alignRight	{text-align: right;}

/* italic text (faq.htm) */
.italicBold	{font-style: italic; font-weight: bold;}

/* align center */
.center	{text-align: center;}

/*	Footer formatting */
div.footer {width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/dot-lime-green.html);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	font-family: Tahoma;
	font-size: 0.9em;
	line-height: 0.5em;
	color: #390;
	background-color:#FFFFFF;
	border-top: thin solid #99FF00;
	}

a.footer:visited {text-decoration: none;color: #390;}