/******************************************************************************
*******************************************************************************
                       CSS Style Sheet for BellWellCharters.com
                                                                                 
  @scope        Global Styles                                                    
  @url          http://www.bellwellcharters.com/                                     
  @author       Bastian Kuberek - www.bkuberek.com                 
  @copyright    Copyright (C) 2008 BellWell Charters. All rights reserved.    
                                                                                 
*******************************************************************************
******************************************************************************/


/* @group RESET
-----------------------------------------------------------------------------*/

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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

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

/* @end RESET
-----------------------------------------------------------------------------*/

/* @group GENERAL ELEMENTS
-----------------------------------------------------------------------------*/

h1, h2, h3, h4, h5 {
	line-height: 1em;
	margin: 0 0 1em 0;
}

h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1em;
}

a {
	color: #314C74;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 1em 0;
}

img {
	border: 0;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

blockquote {
	background: transparent url(/images/ui/bg/blockquote2.png) no-repeat scroll left top;
	color: #404040;
	font-style: italic;
	min-height: 45px;
	padding-left:70px ;
}

/* @end GENERAL ELEMENTS
-----------------------------------------------------------------------------*/

/* @group COMMON
-----------------------------------------------------------------------------*/

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display: block;
}
/* End hide from IE Mac */

/* @end COMMON
-----------------------------------------------------------------------------*/



