/***********************************************/
/* style.css                                   */
/* Design by Matthew Ash copyright 2006        */
/***********************************************/

body{
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(../images/gradient.jpg);
}

/***********************************************/
/* Site Title Bar                              */
/***********************************************/
#sitetitle{
	position: absolute;
	top: 5px;
	left: 2%;
	right: 2%;
	width:95.6%;
}

#insitetitle {
	position: relative;
	height: 22px;
	color: #333333;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image:  url(../images/glbnav_background.gif);
}

#sitetitletext1 {
	font-family: Tahoma, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: 600;
	color: #333333;
	text-align:left;
}

#sitetitletext2 {
	font-family: Tahoma, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: 600;
	color: #333333;
	text-align:right;
}

#posleft {
	position: absolute;
	top: 0px;
	left: 0px;
}

#posright {
	position: absolute;
	top: 0px;
	right:-1px;
}

/***********************************************/
/*  Image Title Bar                            */
/***********************************************/

#imagetitle {
	position: absolute;
	top: 42px;
	left: 2%;
	right: 2%;
	width:95.6%;
	height: 100px;
	border: 0px;
	background-image:url(../images/AmbleTitle.png);
	background-repeat:no-repeat;
	background-position:left;
}

/***********************************************/
/*  Nav Bar Content                          */
/***********************************************/

#pagenavbar{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

/* First Links */

#firstlinks{
	margin: 0px;
	padding: 0px;
}

#firstlinks a:link, #firstlinks a:visited {
	display: block;
	text-decoration: none;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url(../images/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#firstlinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #336666;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color: #E6EAEB;
}

#firstlinks img {
	border: 0px;
}

/* Sub Links */

#sublinks{
	margin: 0px;
	padding: 0px;
}

#sublinks a:link, #sublinks a:visited {
	display: block;
	text-decoration: none;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url(../images/bg_nav.jpg);
	font-weight: normal;
	color: #21536A;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 25px;
}

#sublinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #336666;
	background-image: none;
	font-weight: normal;
	text-decoration: none;
	color: #E6EAEB;
}

#sublinks img {
	border: 0px;
}

/* Secondary Links */


#secondlinks{
	margin: 0px;
	padding: 0px;
}

#secondlinks a:link, #secondlinks a:visited {
	display: block;
	text-decoration: none;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url(../images/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#secondlinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #336666;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color: #E6EAEB;
}

#secondlinks img {
	border: 0px;
}

/* Below Image Container */

#subcontent {
	background-color: #475A70;
	height: auto;
}


/***********************************************/
/*  Main Body Content                          */
/***********************************************/


/* Main Body Layer - Parent Container*/
/* Left hand links are already covered above */

#mainbody{
	position:absolute;
	top: 147px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #F0EAD4;
}

#content{
	padding: 10px 10px 10px 10px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
}

/************** pageName styles ****************/

#pagetitle{
	padding: 2px;
	margin: 0px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url(../images/bg_nav.jpg);

}

#pagetitletext {
	font-family: Tahoma, sans-serif;
	font-size: x-large;
	color: #000033;
	font-weight: normal;
	padding-left: 15px;
}

/************** Content Table styles ****************/
#contenttable {
	vertical-align: top;
	float:left;
}

/* Title Cell */

#titlecell {
	background-color:#C8C5B2;
	height:18px;
	margin:0px;
	padding:0px;
}

#titlecell h3{
	font-size:18px;
	font-weight:200;
	margin:0px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:0px;
	color:#000055;
	font-family: Tahoma, sans-serif;
}

/* Image Cell */

#imagecell {
	width:250px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	vertical-align: top;
}

#imagecell img{
	text-align:center;
	padding-bottom:10px;
}

/* Content Cell */

#contentcell {
	background-color:#F5F2EB;
	margin:0px;
	padding:10px;
	vertical-align: top;
}

#contentcell h5 {
	font-family:Tahoma, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	color:#000055;
}

#contentcell h6 {
	font-family:Tahoma, sans-serif;
	font-size:10px;
	font-weight:bold;
	margin-top:25px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	color:#000055;
}

#contentcell p{
	font-family:Tahoma, sans-serif;
	font-size:10px;
	color:#000033;
	margin-top:5px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
}

#contentcell a:link, #contentcell a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #21536A;
}

#contentcell a:hover{
	text-decoration:underline;
	font-weight:bold;
	color:#21536A;
}

#contentcell br{
	font-family:Tahoma, sans-serif;
	font-size:10px;
	color:#000033;
	margin-top:10px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
}


#contentcell ul {
	margin-top: 10px;
	margin-bottom:10px;
	margin-left:30px;
	margin-right:0px;
	padding:0px;
}

#contentcell li{
	font-family:Tahoma, sans-serif;
	font-size:10px;
	color:#000033;
	list-style:square;
	margin:0px;
	padding:0px;
}

#contentcell hr{
	color:#000088;
	width:100%;
	text-align:center;
	margin:0px;
	padding:0px;
}

#datatable {
	border: #CCCCCC solid 1px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:0px;
	padding:5px;
}

#datatable td{
	font-family: Tahoma, sans-serif;
	font-size:10px;
	color: #000033;
	margin:0px;
	padding:2px;
}

.tablecent{
	text-align:center;
	vertical-align: middle;
}

.ariel{
	font-family:Tahoma, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:right;
	margin-left:10px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding:2px;
	color:#000055;
	background-color:#ddddaa;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#FFFFCC;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#FFFFCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#cccc99;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#cccc99;
}

.salescat{
	font-family:Tahoma, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:right;
	margin-left:10px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding:2px;
	color:#000055;
	background-color:#ddddaa;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#FFFFCC;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#FFFFCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#cccc99;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#cccc99;
}

.salescat2{
	font-family:Tahoma, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:right;
	margin-left:10px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding:2px;
	color:#000055;
	background-color:#ffffff;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#cccc99;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#cccc99;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#cccc99;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#cccc99;
}

.salesval{
	font-family:Tahoma, sans-serif;
	font-size:10px;
	text-align:center;
	margin-left:10px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding:2px;
	color:#000033;
	background-color:#ddddaa;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#ddddaa;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#ddddaa;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#cccc99;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#cccc99;

}

.salesleft {
	font-family:Tahoma, sans-serif;
	font-size:10px;
	text-align:left;
	margin-left:10px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding:2px;
	color:#000033;
	background-color:#ddddaa;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#ddddaa;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#ddddaa;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#cccc99;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#cccc99;
}

.tabletitle{
vertical-align:top;
margin-top:5px;
}


/************** siteInfo styles ****************/

#siteinfo {
	clear: both;
	background-image: url(../images/bg_nav.jpg);
	border-top: 1px solid #cccccc;
	font-family: Tahoma, sans-serif;
	font-size: small;
	color: #21536A;
	margin-top: -1px;
	padding: 10px 10px 10px 10px;
}

#siteinfo a:link, #siteinfo a:visited {
	font-weight: bold;
	color: #21536A;
}

#siteinfo a:hover{
	font-weight: bold;
	text-decoration: none;
}
