@charset "UTF-8";
/*
Title:      Styles for UCMI/main
Author:     Martin Caton, martin@catondesigns.com
Updated:    June 2009
*/

/* STRUCTURE styles */

body { 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 15px; 
	background-color: #BCA06F; 
	/*background-color: #eaead9;*/ 
	margin: 0; 
	padding: 0; 
	}

#headerBack {
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0;
	background-color: black; 
	color: white; 
	}

#topBar {
	width: 750px;
	height: 50px;
	}

#mainGraphic {
	width: 750px;
	height: 250px;
	background-image: url(images/mainGraphic.jpg);
	background-repeat: none;
	}

#content {
	width: 700px;
	padding: 25px;
	background-color: black;
	text-align: left;
	}
	
ul.list {
	padding-top: 0px;
	padding-left: 16px;
	margin: 0px;
	list-style-type: disc;
}
ul.list ul{
	padding-top: 0px;
	padding-left: 8px;
	margin: 0px;
	list-style-type: none;
		}

/* Nav */

#contact a {
	height: 24px;
	width: 83px;
	background: url("images/button_cs.gif") 0 0 no-repeat;
	text-decoration: none;
	display: block;
		}
	
#contact a:hover {
   background-position: 0px -24px;
   }

#home a {
	height: 27px;
	width: 105px;
	background: url("images/button_home.gif") 0 0 no-repeat;
	text-decoration: none;
	display: block;
		}
	
#home a:hover {
   background-position: 0px -27px;
   }

#exec a {
	height: 27px;
	width: 105px;
	background: url("images/button_exec.gif") 0 0 no-repeat;
	text-decoration: none;
	display: block;
		}
	
#exec a:hover {
   background-position: 0px -27px;
   }

/* TEXT styles */

.title    {
	font-size: 18px;
	font-weight: bold;
	}

.lrg    {
	font-size: 13px;
	line-height: 20px;
	}

.foot    {
	font-size: 9px;
	text-align: center;
	color: #2451a6;
	}

.sml    {
	font-size: 9px;
	line-height: 11px;
	color: #999999;
	}
.field {width: 203px;}

select {width: 210px; 
 }

textarea {width: 426px; 
 }

div.tabBox {
  border: 0px solid #FF0000;
  width: 800px;
}

div.tabArea {
  font-size: 80%;
  font-weight: bold;
}

a.tab {
  color: #ffffff;
  background-color: #669966;
  border: 1px solid #99CC99;
  border-bottom-width: 0px;
  -moz-border-radius: .75em .75em 0em 0em;
  border-radius-topleft: .75em;
  border-radius-topright: .75em;
  padding: 2px 1em 2px 1em;
  position: relative;
  text-decoration: none;
  top: -1px;
  z-index: 100;
}
div.tabMain {
  background-color: #003333;
  border: 0px solid #99CC99;
  padding: 1em;
  position: relative;
  z-index: 101;
}
a.tab.activeTab {
  z-index: 102;
}
a.tab, a.tab:visited {
  color: #ffffff;
}
a.tab:hover {
  background-color: #003333;
  color: #ffffff;
}
a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color: #003333;
  color: #ffffff;
}

div.tabIframeWrapper {
  width: 100%;
}

iframe.tabContent {
  background-color: #FFFFFF;
  border: 3px solid #99CC99;
  border-color: #99CC99 #669966 #669966 #99CC99;
  width: 100%;
  height: 90ex;
}
h3#title {
  background-color: orange;
  border: 3px solid #000000;
  border-color: #99CC99 #669966 #669966 #99CC99;
  color: #ffffff;
  font-weight: bold;
  margin-top: 0em;
  margin-bottom: .5em;
  padding: 2px .5em 2px .5em;
}
div#header {
    position:relative;
    clear: both;
    margin: 0 auto;
    text-align:center;
    height: 85px;
    width: 800px;
	padding:10px 0px 0px 5px;
	border: 1px solid #003333;
    background-color: #003333;
    background-image: url(images/ucmi_dealer_hdr.jpg);	
	background-repeat: no-repeat; 
	}
 div#guts {
    position:relative;
    width: 800px;
    margin-top: 10px;
    background-color: #ffffff;
	border: 0px solid #FF0000;
	}
div#footer {
    position:relative;
    width: 800px;
    margin: 0px;
	margin-right:auto;
	margin-left:auto;
    background-color: 	#EEEEE0;
	border: 1px solid #003333;
}
