/*------------start reset styles to reduce browser inconsistency------------*/
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 styles to reduce browser inconsistency------------*/
body
{
	margin: 0px auto;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #383838;
	background-image: url(images/filmbg.jpg);
	background-repeat: repeat-x;
}
.floatleft {
	padding: 0 10px 20px 20px;
	float: left;
}

img
{ border: 0px;
}

table {
	text-align: left;
}

td {
	vertical-align: top;
}

a:link, a:visited
{
	color: #383838;
}

a:hover, a:active
{
	color: #0066CC;
}

p

{
	color: #383838;
	padding: 10px 0;
	font-size: 16px;
	line-height: 120%;
}
.header h1 {
	font-size: 23px;
	color: #1B339A;
	text-align: center;
}
.header h2 {
	font-size: 16px;
	color: #5aabf0;
	text-align: center;
}

.wrapper 
{
	margin: 0px auto;
	text-align: left;
	width: 1024px;
}
.header {
	height: 350px;
}
.col li {
	font-size: 16px;
	color: #383838;
	list-style-type: square;
	text-align: left;
	list-style-position: inside;
	padding: 5px 0;
}
.col {
	width: 315px;
	float: left;
	background-color: #FFFFFF;
	padding: 10px;
}
.content {
	clear: both;
}
.phone {
	font-size: 22px;
	color: #5c5c5c;
	font-weight: normal;
}
.content  h1 {
	font-size: 22px;
	color: #FFFFFF;
	background-color: #1B339A;
	padding: 10px 25px 0;
	font-weight: normal;
	clear: both;
	margin: 20px 0 0 0;
}
.content   h2 {
	font-size: 17px;
	color: #FFFFFF;
	background-color: #1B339A;
	padding: 0px 25px 10px 25px;
	font-weight: normal;
}
.content  p {
	padding: 20px 0;
	clear: right;
}
.footer {
}
