/* -------------------------------------------------------------
Global Styles
------------------------------------------------------------- */

html, body, p, h1, h2, h3, h4, h5, h6, a { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	}

body
{
    font: normal 11px/15px Verdana, Arial, Helvetica, sans-serif;
    color: gray;
    background: url(../images/bg_body.gif) white repeat-x left top;
    margin-top:0px;
}

h1 {
	margin-bottom: 20px;
	font-size: 20px;
	color: #000000;
	font-weight: normal;
	}

h2 {
	margin-bottom: 5px;
	font-size: 12px;
	color: #006699;
	}
	
h6
{
    margin-bottom: 5px;
    font-size: 12px;
    color: red;
    text-align:right;
}


p {
	margin-bottom: 20px;
	}

a {
	color: #3399cc;
	text-decoration: none;
	padding: 10px
	}

a:hover {
	text-decoration: underline;
	}

table {
	border-collapse: collapse;
	width: 100%;

	}

th {
	text-align: left;
	}

img {
	border: none;
	}

ul
{
    padding-left: 13px;
    list-style-type: circle;
    margin-top: 0px;
}

li
{
    padding-left: 13px;
    list-style-type: circle;
    margin-left: 13px;
}


/* -------------------------------------------------------------
Container Styles
------------------------------------------------------------- */

#container {
	margin: 0px auto 0px auto;
	width: 960px;
	text-align: left;
	}

/* -------------------------------------------------------------
Header Styles
------------------------------------------------------------- */

#headerWrapper {
	height: 51px;
	}

#header {
	width: 960px;
	}

#headerNav a {
	color: #ffffff;
	}

#headerNav {
	padding: 10px 20px 7px 0px;
	float: right;
	color: #ffffff;
	text-align: right;
	}

/* -------------------------------------------------------------
Navigation Styles
------------------------------------------------------------- */

#navWrapper 
{
	margin-bottom: 7px;
	height: 40px;
	}

#nav {
	padding-left: 10px;
	
	}

#nav .navItem
{
    float:left;
    width: 150px;
    height: 25px;
    color: #3399cc;
    text-decoration: none;
}

#nav .navItem a
{
    text-decoration: none;
    display: block;
    color: #3399cc;
    background-color: transparent;
    background-position: left top;
    border-left-color: gray;
    background-attachment: scroll;
    border-bottom-color: gray;
    border-top-style: solid;
    border-top-color: gray;
    background-repeat: repeat;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: gray;
    border-bottom-style: solid;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 6px;
    padding-top: 8px;
    background: url(../images/bg_nav.gif) repeat top left #3399cc;
}

#nav .navItem a:hover {
	color: #ffffff;
	background-color: #66ccff;
	background: url(../images/bg_navHover.gif) repeat top left;
	}

#nav .navOn a, #nav .navOn a:hover
{
    color: #333333;
    background-color: gainsboro;
    background-position: left top;
    border-left-color: gray;
    background-attachment: scroll;
    border-bottom-color: gray;
    border-top-style: solid;
    border-top-color: gray;
    background-repeat: repeat;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: gray;
    border-bottom-style: solid;
    border-right: darkgray 1px solid;
    border-top: darkgray 1px solid;
    border-left: darkgray 1px solid;
    	background: url(../images/bg_navOn.gif) repeat top left;

}

/* -------------------------------------------------------------
Global Alert Styles
------------------------------------------------------------- */

#globalAlertWrapper {
	margin: 20px 20px 0px 20px;
	border: 1px solid #e1e195;
	background: url(../images/bg_globalAlert.gif) no-repeat top left #ffffcc;
	}

#globalAlert {
	padding: 10px 10px 10px 40px;
	}

/* -------------------------------------------------------------
Content Styles
------------------------------------------------------------- */

#contentWrapper {
	}

#content {
	padding: 20px;
	}

#crumb {
	margin-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
	}

#crumb td {
	padding-bottom: 5px;
	}

.rule {
	margin-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
	}

.ruleAlt {
	margin-bottom: 20px;
	border-bottom: 1px dashed #e0e0e0;
	}


.pics01 {
    position:relative;
    bottom:-80px;
    left:20px;
    }

.pics02 {
    position:relative;
    top:-70px;
    left:-40px;
    }

.pics03 {
    position:relative;
    top:-20px;
    }

.picsleft
{
    padding: 5px;
    position: relative;
    left: -20px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-left-style: ridge;
    border-bottom-style: ridge;
}

.picsmid
{
    padding: 5px;
    position: relative;
    border-top-style: ridge;
    border-right-style: ridge;
    border-left-style: ridge;
    border-bottom-style: ridge;
}


.picsright
{
    padding: 5px;
    position: relative;
    right: -20px;
    border-top-style: ridge;
    border-right-style: ridge;
    border-left-style: ridge;
    border-bottom-style: ridge;
}


.formBox {
	margin-left: 15px;
	padding: 20px;
	border: 1px solid #e0e0e0;
	background-color: white;
	overflow: auto;
	}

.description {
	padding: 20px;
	background-color: white;
	}

.callin
{
    padding: 12px;
    border: 1px solid #e0e0e0;
    background-color: #ffff66;
    font-size: 10pt;
    color: black;
    position:relative;
}

.callin02
{
    padding: 12px;
    border: 1px solid #e0e0e0;
    background-color: #ffff66;
    font-size: 10pt;
    color: black;
    position:relative;
    top:-40px;
    width:300px;
}

.callin03
{
    padding: 12px;
    border: 1px solid #e0e0e0;
    background-color: #ffff66;
    font-size: 10pt;
    color: black;
    position:relative;
    top:-20px;
    width:300px;
   	margin-left: 15px;

}


/* -------------------------------------------------------------
Form Styles
------------------------------------------------------------- */

input, select, textarea {
	padding: 2px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.formItem {
	margin-left: 15px;
	padding: 10px;
	border: 1px solid #e0e0e0;
	background-color: white;
	}

.formItemAlt {
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
	}

.formItem div, .formItemAlt div {
	margin-bottom: 5px;
	background-color:White

	}

.formItemConnect {
	margin-top: -16px;
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #e0e0e0;
	background-color: #f6f6f6;
	}

.formItemConnectAlt{
	margin-top: -16px;
	margin-bottom: 15px;
	padding: 10px;
	border-top: 1px dotted #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background-color: #ffffff;
	}

/* ----------------------------------------------------------- */

.formItem h2 {
	margin-bottom: 5px;
	background-color:White
	}

.formLabel {
	font-weight: bold;
	}

.formItem td {
	padding-top: 5px;
	background-color:White
	}

.formVehicleScroller {
	height: 150px;
	overflow: auto;
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
	padding: 5px;
	margin: 0px;
	}

.formButtons {
	padding: 5px;
	margin-bottom: 10px;
	text-align: center;
	display: block;
	background-color: #d9f2ff;
	border: 1px solid #b2e5ff;
	}

.button
{
    color: white;
    font-weight: bold;
    font-size: 11px;
    background-color: #3399cc;
    border: 1px solid #006699;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    padding-top: 3px;
    margin: 3px;
}

/* -------------------------------------------------------------
Table Data Styles
------------------------------------------------------------- */

.formTableData {
	margin-bottom: 15px;
	}
	
.formTableData th {
	padding: 5px;
	color: #ffffff;
	text-align: left;
	background-color: #3399cc;
	}

.formTableData td {
	padding: 5px;
	border-bottom: 1px solid #e0e0e0;
	}

.formTableData .controlsTop {
	border-top: 1px solid #e0e0e0;
	background-color: #f6f6f6;
	}

.formTableData .controlsBottom {
	border-bottom: 1px solid #e0e0e0;
	background-color: #f6f6f6;
	}

/* -------------------------------------------------------------
Footer
------------------------------------------------------------- */

.footer
{
    font: normal 11px/15px Verdana, Arial, Helvetica, sans-serif;
    color: gray;
    background: url(../images/bg_footer.gif) repeat-x left top;
    text-align: center;
}




