/*
 * ArrowQuick defaults
 */

body
{
  margin: 0;
  padding: 0;
  font-size: 87.5%; /* fixes bug in IE. can be any number. */
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
  margin-top: 0;
  margin-bottom: 0;
}

h1
{
  font-size: 130%;
}

p
{
  margin-top: 0;
  margin-bottom: 1em;
}

form
{
  margin: 0;
  padding-bottom: 1em;
}

img
{
  border: none;
}

table
{
  border-spacing: 0;
}

.clearall
{
  clear: both;
  overflow: hidden;
  height: 1px;
}

sup.required
{
  color: red;
  font-weight: bold;
}

/*
  Use row styles like this:
  <div class="row">
    <div class="lcol">Or use label here</div>
    <div class="rcol">right column</div>
  </div>
*/
.row
{
  width: 45em;
  clear: both;
  padding-top: .1em;
}

.row .lcol,
.row label
{
  width: 10em;
  display: block;
  float: left;
  text-align: right;
}

.row .rcol
{
  width: 34.5em;
  display: block;
  text-align: left;
  float: right;
}

.row .rcol input[type="text"],
.row .rcol textarea
{
  border: 1px solid #000;
}

.row .rcol label
{
  display: inline;
  float: none;
  text-align: inherit;
  width: auto;
}

.smaller
{
  font-size: 90%;
}

.white
{
  color:#fff;
}

/*
 * Styles for JS extensions
 */

/*
a.pdf
{ 
	padding-left: 15px; 
	background-image: url(../img/icon_pdf.gif); 
	background-repeat: no-repeat;
	background-position: left;
}

a.doc
{ 
	padding-left: 15px; 
	background-image: url(../img/icon_word.gif); 
	background-repeat: no-repeat;
	background-position: left;
}

a.website
{ 
	padding-left: 15px; 
	background: url(../img/icon_web.gif); 
	background-repeat: no-repeat;
	background-position: left;
}

a.wmv
{ 
	padding-left: 15px; 
	background: url(../img/icon_wmv.gif); 
	background-repeat: no-repeat;
	background-position: left;
}

a.mov
{ 
	padding-left: 15px; 
	background: url(../img/icon_mov.gif); 
	background-repeat: no-repeat;
	background-position: left;
}
*/

#top {
	background-color: #740020;
	color:#fff;
	height: 45px;
	border-bottom: 5px solid #a30f31;
	text-align: center;
}

#top-container{
	margin: auto;
	width:770px;
	padding-top:10px;
	}

#welcome{
	float:left;
	width:300px;
	text-align: left;

}

#utility{
	width:470px;
	margin-left: 300px;
	text-align: right;

}

#head-logo {
	height: 56px;
	border-bottom: 5px solid #a30f31;
	text-align: center;
}

#top-nav-bar {
	border-bottom: 5px solid #a30f31;
	background-color: #ffffff;
}

#top-nav {
	width:770px;
	margin: auto;
	padding: 5px 0px 5px 0px;
	height: 10px;
}

/*Nav Here */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;

}

#nav a {
	display: block;
	width: 10em;
	color:#740020;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	padding:2px 0px 2px 2px;
	position: absolute;
	background-color: #740020;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul a
{
	color:#ffffff;
	padding: 5px 8px;
}

#nav li ul a:hover
{
	color:#740020;
	background-color:#ffffff;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

a
{
  text-decoration: none;
}

.error_message
{
  color: red;
}

.admin_nav a
{
  font-weight: bold;
  display: block;
  font-size: 14px;
  text-decoration: none;
  text-align: left;
  padding: .5em .25em;
  border-top: 1px solid #009;
  width: 142px;
}

.admin_nav a:link, .admin_nav a:visited
{
  color: #fff;
  background: #3163ce;
}

.admin_nav a:hover, .admin_nav a:active
{
  color: #666;
  background: #ff0;
}

#content_area
{
  width: 425px;
  padding: 0;
  margin: 0;
}

#myDiv
{
  width: 550px;
}

#label
{
  float: left;
  width: 198px;
}

#type
{
  float: left;
  width: 184px;
}

#required
{
  float: left;
  width: 1px;
}

#add
{
  float: right;
}

.icon_hover
{
  cursor: pointer;
  cursor: hand;
}

fieldset
{
  margin-top: 1em;
}

legend
{
  font-weight: bold;
  font-size: 130%;
}

p.help
{
  margin: 0;
  font-size: 90%;
}

#ul1
{
  margin: 0;
  padding: 0;
}

li.list1
{
  background-color: #D1E6EC;
  border: 1px solid #7EA6B2;
  list-style-type: none;
}
