
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

html, body {
	height: 100%;
}

body {
	line-height: 1;
}

/* remove list-style from lists */
ol, ul {
	list-style: none;
}

/* remove border from fieldset and img */
fieldset, img {
	border: 0;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/*clearfix */

.clearfix:after {
    content: " "; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	font-size: 0;
}

.clearfix { display: inline-block; }

* html .clearfix {height: 1%;}

/* Global Styles
--------------------------------------------------------------------------------------- */
html, body { 
	border:0; 
	margin:0; 
	padding:0; 
	font-family:'Arial', Helvetica, Verdana sans-serif; 
	color:#626364; 
	text-align:left; 
	height:100%; 
	font-size:12px; 
	background-color:#ffffff; 
	}


/* Page Structure
--------------------------------------------------------------------------------------- */

#home {
	margin:0 auto; 
	width:800px; 
	min-height:100%; 
	}
	
#banner {
	background:url(../img/bDrop_banner.jpg) no-repeat;
	height:260px;
	}


#content {
	padding-bottom:10px;
	margin:0px;
	}
	
.col01 {
	float:left;
	width:420px;
	padding-right:30px;
	background:url(../img/ic_dots.gif) right top repeat-y;
	}
	
.col02 {
	float:right;
	width:320px;
	padding-left:10px;
	
	}

#footer {
	background:url(../img/bDrop_footer.jpg) top no-repeat;
	height:65px;
	}
	

/* Headings
--------------------------------------------------------------------------------------- */

h1, h2, h3 {}


.col01 h1 {
	background:url(../img/hd_welcome.gif) top left no-repeat;
	height:54px;
	width:420px;
	text-indent:-9999px;
	}
	
.col02 h1 {
	background:url(../img/hd_contact.gif) top left no-repeat;
	height:54px;
	width:340px;
	text-indent:-9999px;
	}
	

/* Text Styles
--------------------------------------------------------------------------------------- */

p { 
	line-height:16px; 
	margin-bottom:14px;
	}
	
strong {
	font-weight:bold;
	}
	
.orange {
	color:#e24527; 
	font-weight:bold; 
	margin:0 3px;
	}
	
/* List Styles
--------------------------------------------------------------------------------------- */
	
.list { 
	padding:0; 
	list-style-type:none; 
	display: inline; 
	}

.list li { 
	list-style-type:none;
	background:url(../img/ic_point.gif) left no-repeat; 
	list-style-position:inside;
	padding:0;
	display:inline;
	padding-left:15px;
	line-height:18px;
	}


/* Links
--------------------------------------------------------------------------------------- */

a, a:visited, a:hover {}
	
#content a, #content a:visited, #content a:hover {  
	color:#e24527; 
	text-decoration:none;
	}
	
#content a:hover {
	text-decoration:underline;
	}


		





