/* Irving Agency CSS Document.  Created by Mike Weiss of http://www.mjmediateam.com/ */
/* CSS released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2005, Irving Agency and [MJ] Media, LLC */

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */

/* -----Positioning----- */
body {
	background-color:#FFFFFF;
	width:100%;
}
a:link:after, a:visited:after {
   content: " ( " attr(href) "  ) ";
   font-size: 90%;
}
#designblock {
	text-align:right;
	width:90%;
}
#content {
	width:95%;
}
#content p {
	text-indent:10px;
}
#footer {
	width:95%;
	height:25px;
	text-align:center;
}
#footer h4 {
	padding-top:5px;
}
label,input {
	display: block;
	float: left;
	margin-bottom: 10px;
}
label {
	text-align: right;
	width: 90px;
	padding-right: 20px;
}
br {
	clear: left;
}


/* ------Styling----- */
body {
	background-image:url(images/blank.jpg);
}
#masterdiv {
	background-image:url(images/blank.jpg);
	padding-top:15px;
}
#header h1 {
	font-family:Arial Narrow;
	font-size:24px;
	font-weight:bold;
	color:#993333;
}
#header p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	color:#993333;
}
#typebar {
	font:Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-decoration:underline;
}
#navidiv {
	display:none;
}
#navibottom {
	display:none;
}
#content {
}
#designblock {
	font-size:x-small;
	color:#6699FF;
}
#designblock a:link, #designblock a:active, #designblock a:visited {
	color:#6699CC;
	text-decoration:none;
}
#designblock a:hover {
	color:#6699CC;
	text-decoration:underline;
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #6699CC;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
}
#footer h4 {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight:bold;
	font-size:12px;
}
.underline {
	text-decoration:underline;
}
