﻿/*
---------------------------------
//Reset CSS
---------------------------------
*/

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;
	background-color: #000;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
}
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;
}


/*
---------------------------------
//Normal CSS template
---------------------------------
*/

html
{
	background: url(images/bg.png) repeat-x;
	background-color:#000;
}

body
{
	font-size: 90%;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	text-align: center;
	color: #000;
	margin-bottom: 20px;
}

a
{
	text-decoration: none;
	color: #916c66;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
}

h1
{
	display:none;
}

h2
{
	color: #333333;
	font-family:verdana, arial;
	font-size:11px;
	font-weight:lighter;
	text-transform:uppercase;
	margin-bottom: 5px;
}

h3
{
	color: #333333;
	font-family:verdana, arial;
	font-size:10px;
	font-weight:bold;
}

p
{
	color: #333333;
	font-size: 11px;
}

blockquote
{
	font-size: 11px;
	font-style:italic;
}


.fr
{
	float: right;
	padding: 1em 0 1em 1em;
}

.fl
{
	float: left;
	padding: 1em 1em 1em 0;
}

.line
{
	height: 1px;
	border-bottom: 1px dotted #7a7a7a;
	margin-bottom: 10px;
}

#container
{
	text-align: left;
	margin: auto;
	width: 900px;
	margin-top: 10px;
	background-color:#e3e3e3;
	padding:10px;
	position: relative;
}
#container .bottomBar {
	background-image: url(images/gallery/Orl_Ice_Bar.jpg);
	height: 219px;
	width: 480px;
	position: absolute;
	right: 5px;
	bottom: 5px;
	background-repeat: no-repeat;
}


#logo
{
	width: 100%;
	height: 65px;
	background-image: url(images/business_04.png);
	background-repeat: no-repeat;
	position: relative;
}

#menuContainer
{
	position:relative;
	width: 894px;
	height: 64 px;
	float:left;
	background: url(images/menu_bg.png) repeat-x;
}

#menuContainer a
{
	text-decoration:none;
}

	DIV.menuButton_first a
	{
		background: url(images/home.png);
		width:97px;
		height:31px;
		padding-top: 28px;
		font-size: 12px;
		font-weight: lighter;
		text-transform:uppercase;
		color: #ddddd1;
		float:left;
		text-align: center;
	}
	
	DIV.menuButton_first a:hover
	{
		background: url(images/home_hover.png);
		cursor:pointer;
		color: #333333;
	}
	
	DIV.menuButton a
	{
		background: url(images/about.png);
		width:107px;
		height:31px;
		padding-top: 28px;
		font-size: 12px;
		font-weight: lighter;
		text-transform:uppercase;
		color: #ddddd1;
		float:left;
		text-align:center;
	}
	
	DIV.menuButton a:hover
	{
		background: url(images/about_hover.png);
		cursor:pointer;
		color: #333333;
	}
	
	#menuEnd
	{
		background: url(images/menu_end.png) repeat-x;
		width: 6px;
		height: 64px;
		float:left;
	}
	
#menuContainer #search
{
	position: absolute;
	right: 1em; 
	top: 1.8em;
}

#menuContainer #search input
{
	background-color: #dddddd;
	border:1px solid #666666;
	font-size: 11px;
}

#banner
{
	background: url(images/banner.jpg) no-repeat;
	height: 266px;
	width: 900px;
}

#contentContainer
{
	float:left;
}

#contentContainer p
{
	margin-bottom: 15px;
}

#mainContent
{
	width:590px;
	background-color: #ededed;
	padding: 20px;
	float:left;
}

#mainContent_headline
{
	background: url(images/headline_bg.png) repeat-x;
	height: 22px;
	width: 616px;
	padding: 7px;
}

#newsContainer
{
	width: 260px;
	float:left;
	margin-left: 10px;
}

#news_headline
{
	background: url(images/headline_bg.png) repeat-x;
	height: 22px;
	width: 246px;
	padding: 7px;
	float:left;
}

DIV.news
{
	width:236px;
	height:105px;
	background: url(images/news_bg.png) repeat-x;
	padding: 12px;
	line-height: 15px;
	float:left;
}

.newsBullet
{
	float:left;
	margin-right: 10px;
}

.readMore
{
	color: #916c66;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
}

#footer
{
	width:900px;
	margin: auto;
	margin-top: 5px;
}

DIV.footerLeft
{
	width: 300px;
	float:left;
	text-align:left;
	margin-left: 10px;
}

DIV.footerRight
{
	width:300px;
	float:right;
	text-align:right;
	margin-right: 10px;
}

/*
---------------------------------
//Forms
---------------------------------
*/

form
{
	font-size: 11px;
}

input
{
	font-size: 11px;
}

textarea
{
	font-size: 11px;
}

input.submit, input.reset
{
	background: url(images/button.png) no-repeat;
	width: 67px;
	height: 26px;
	color: #ffffff;
	font-size: 10px;
	font: Arial, Helvetica, sans-serif;
	font-variant: normal;
	border: 0px;
	cursor: pointer;
	font-weight: lighter;
	text-transform: uppercase;
}

form li
{
	
	list-style-type: none;
	padding-bottom: 10px;
}



label 
{
	float: left;
	width: 5em;
	margin-right: 2em;
	margin-top: 2px;
	
}

form .submit 
{
	margin-left: 134px;
}

/*
---------------------------------
//Content
---------------------------------
*/

#front_coloumn1
{
	width: 33%;
	float:left;
}

#front_coloumn1 ul li
{
	list-style:square;
	margin-left: 40px;
	margin-top: 3px;
	font-size: 11px;
}

#front_coloumn2
{
	width:33%;
	float:left;
}

#front_coloumn2 p
{
	padding: 0px 20px 0px 20px;
}

#front_coloumn3
{
	width:33%;
	margin-left: 395px;
}

#front_coloumn3 blockquote
{
	padding: 0px 30px 0px 20px;	
}

#front_coloumn3 .quoteImage
{
	margin: 0px 10px 0px 0px;
	float:left;
	position:relative;
}

.quoteImage
{
	padding-left: 20px;
}

DIV.divider_vertical
{
	width: 2px;
	height: 200px;
	background: url(images/divider.png) repeat-y;
	float:left;
	margin-top: 20px;
}
