/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-repeat: repeat;
	background-color: #FFFFFF;
	background-image: url(images/bg_horizontal_small.jpg);
	background-position: center;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
	}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

#contact_us cite{
	
font-size:1em;
color:#333;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	width:760px;
	visibility: visible;
	left: 50%;
	position: absolute;
	margin-left: -380px;
	background-color: #FFFFFF;
	padding: 0px;
	top: 0px;
}

#tl {
	position:absolute;
	top: 0px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	visibility: visible;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	visibility: visible;
}

#masthead{
	position: absolute;
	top: 114px;
	left: 23px;
	right: 2%;
	width:760px;
	visibility: visible;
	height: 106px;
	
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #FFFFFF;
	font: small Verdana,sans-serif;
	top: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	bottom: 0px;
}

#content{
	border-left-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	clear: none;
	float: none;
	left: 179px;
	top: 86px;
	position: absolute;
	bottom: 0px;
	height: auto;
	right: 0px;
	width: 572px;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 18px;
	right: -222px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	margin: 0px;
	background-attachment: scroll;
	background-image: url(images/curry_dot_com.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	padding: 0px;
	margin: 0px;
	width: 254px;
	height: 80px;
	right: 8px;
}

/************* search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {
	height: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-top-color: #330066;
	border-right-style: none;
	border-bottom-style: none;
	width: 560px;
	padding-left: 0px;
}

.feature h3{
	padding: 5px 0px 5px 0px;
	color: #000033;
	font-family: Arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
}

.feature img{
	padding: 10px 10px 10px 10px;
	top: auto;
}


/*************** story styles ******************/

.story {
	font-size: 80%;
	clear: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: none;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #CCCCCC;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}

.estimate{
	font-size: 80%;
	clear: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: none;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #CCCCCC;
}
/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	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;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #FFFF66;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
	background-color: #FFFFFF;
	clear: none;
	float: none;
}

#advert img{
	padding-top: 10px;
}

/********************* end **********************/
#pagecell1 #welcome {
	background-color: #EAECE9;
	padding: 5px;
	float: right;
	height: auto;
	width: 100px;
	top: 19px;
	right: 10px;
}
#pagecell1 #pageName {
	float: left;
	background-image: url(images/curry_dot_com_small3.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	height: 82px;
	background-position: 5px 2px;
	width: 100%;
	background-color: #FFFFFF;
}
#pagecell1 #pageName #welcome2 {
	float: right;
	width: 100px;
	clear: none;
	top: 0px;
}
#pagecell1 #pageNav #more {
	float: left;
	width: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#pagecell1 #content .feature h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-style: normal;
	color: #000099;
	text-decoration: underline;
}
#pagecell1 #content #banner {
	background-image: url(images/curry_dot_com.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 78px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#pagecell1 #pageNav #left_box {
	height: 78px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: solid;
}
#pagecell1 #topline {
	height: 50px;
	border: medium groove #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	background-image: url(images/bg_fade.gif);
	text-align: center;
	vertical-align: baseline;
}
#pagecell1 #content .story .storyLeft #job_photo {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#pagecell1 #content #rates {
}
#pagecell1 #content .feature #home_picture img {
	margin-top: 10px;
	float: left;
	margin-right: 10px;
	background-attachment: scroll;
	background-image: url(images/vans1.gif);
	background-repeat: no-repeat;
	height: 128px;
	width: 339px;
}
.page_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: italic;
	color: #666666;
	text-decoration: underline;
	text-align: left;
}
.sub_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
}
#pagecell1 #content #directory {
	font-size: medium;
	top: 0px;
	width: 567px;
	height: auto;
	clear: none;
	position: relative;
}
.mid_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}
.testimonial {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: medium;
	font-style: italic;
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
	clear: none;
	width: 460px;
	position: static;
	margin-top: 40px;
	padding-bottom: 5px;
}
.signature {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #CCCCCC;
}
.small_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bolder;
	color: #333333;
	text-decoration: none;
	margin-bottom: 10px;
}

table {
	border-collapse:collapse;
	border:none;
	
}
td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	
}.rates {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	text-transform: uppercase;
	font-weight: bold;
}
#pagecell1 #content .feature #home_picture {
	background-attachment: scroll;
	background-image: url(images/curry%20truck_002_small.jpg);
	background-repeat: no-repeat;
	clear: none;
	float: none;
	height: 218px;
	width: 566px;
	position: absolute;
	left: 9px;
	top: 2px;
}
#pagecell1 #content .feature #home_story {
	position: absolute;
	top: 242px;
	left: 11px;
	width: 560px;
	height: 413px;
}
.service_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bolder;
	color: #000099;
}
#pagecell1 #content .feature #contact_us #input {
	width: 160px;
	float: left;
}
#pagecell1 #pageNav #associations {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 178px;
}
#pagecell1 #content #home_picture {
	background-attachment: scroll;
	background-image: url(images/curry_bucket_truck_front.jpg);
	background-repeat: no-repeat;
	height: 276px;
	width: 576px;
	position: absolute;
	left: 3px;
	top: 2px;
}
#pagecell1 #content #home_story {
	position: absolute;
	left: 4px;
	top: 286px;
}
#disclaimer {
	font-family: Times New Roman, Times, serif;
	font-size: small;
	font-style: italic;
	color: #333333;
}

