body {
	font-family:Segoe UI,Calibri, sans-serif;
	font-size:80%;
	color:#222;
	margin:auto;
	line-height:20px;
}

h1 {
  color:#C00 !important;
  font-size:195%;
}


#website-wrapper {
	margin:auto;
	width:1000px;
}

#navigation a {
    padding-top:5px;
    padding-bottom:5px;
}

#website {
	float:left;
	width:100%;
}

#header {
	float:left;
	background-color:#222;
	color:#FFF;
}

#header #logo {
	background-color:#222;
	width:275px;
	height:140px;
	float:left;
    background-image:url('../../images/layout/fp_logo.PNG');
    background-repeat:no-repeat;
}

#header #why {
	width:395px;
    float:left;
    margin-top:20px;
	height:90px;
    background-image: url('../../images/layout/bullet point 1.JPG');
    background-repeat:no-repeat;
}

#header #telephone {
	background-color:#C00;
    margin-top:20px;
    border:2px solid #000;
    margin-right:10px;
    background-image:center;
    background-repeat:no-repeat;
    background-image:url('../../images/layout/phone number.PNG');
	color:#FFF;
	float:right;
	height:90px;
	width:300px;
}

#header #navigation {
	float:left;
	padding:10px 0px;
	width:800px;
}

#header #navigation ul {
	list-style-type:none;
	margin:auto;
	padding:0;
	text-align:center;
}

#header #navigation ul li {
	float:left;
	text-align:center;
    margin:0px 5px;

}

#header #navigation ul li a {
	text-decoration:none;
	font-size:100%;
	font-weight:normal;
	padding:5px 15px;
    background-color:#111;
	color:#FFF !important;
}

#header #navigation ul li.selected a {
   background-color:#434343;
   color:#FFF !important;
}

#header #navigation ul li.selected li a {
  background-color:#C00;
}

a {
	color:#777777 !important;
}

a:hover {
	color:#CC0000 !important;
}

a span {
	color:#777777 !important;
}

a:hover span {
	color:#CC0000 !important;
}


#header #navigation ul li.last a {
	border-right:0px;
}

#header #navigation ul li a:hover {
	background-color:#C00;
}

#header #navigation ul ul {
	display:none;
	position:absolute;
	margin-left:0px;
	background-color:#C00;
	font-weight:none;
    margin-top:3px;
	width:200px;
}

#header #navigation ul ul li {
	display:block;
	float:none;
	text-align:left;
	text-transform:none;
	border-right:0px;
	padding:5px 0px;
}

#header #navigation ul ul li a {
	font-weight:normal;
	padding:5px 5px;
    background-color:#C00;
	font-size:100%;
}

#header #navigation ul ul li a:hover {
	text-decoration:underline;
	color:#FFF;
}

#page-title {
	float:left;
	width:960px;
	font-family:s,segoe ui,sans-serif;
	padding:20px;
	font-weight:bold;
	background-color:#222;
	color:#FFF;
	text-transform:uppercase;
	font-size:16px;
}

#middle {
	clear:both;
	float:left;
	width:1000px;
    min-height:350px;
}

#middle #content {
	float:left;
    line-height:20px;
	padding:20px;
	width:550px;
}

#middle #right {
    float:right;
    width:390px;
    height:300px;
}


#footer {
	color:#BBB;
	padding:20px;
	float:left;
	width:960px;
}

#footer ul {
	list-style-type:none;
	margin:auto;
	float:left;
	width:100%;
	padding:0;
	text-align:left;
}

#footer ul li {
	display:inline;
}

#footer ul li a {
	border-right:1px solid #999;
	color:#999;
	padding:0px 10px;
}

form label {
	width:175px;
	float:left;
	font-weight:bold;
}

.grey {
	color:#AAA;
}

.red {
	color:#C00;
}

.white {
	color:#FFF:
}

/**
* Tag Styling
*/
pre {
    font-family:Arial,Verdana,sans-serif;
    color:#009900;
}

form {
    margin: 0px;
    padding: 0px;
 }

input, select {
  font-size:100%;
 font-family:segoe ui, sans-serif;
}

/**
* Class Styling
*/

.hide { display:none; }
.bold { font-weight:bold; }
.italic { font-style:italic; }
.underline { text-decoration: underline; }
.w50  { width: 50px; }
.w100 { width:100px; }
.w150 { width:150px; }
.w200 { width:200px; }
.w250 { width:250px; }
.w300 { width:300px; }
.w350 { width:350px; }
.w400 { width:400px; }
.w450 { width:450px; }
.w500 { width:500px; }
.error { color:#CC0000; }
.success { color:#009900; }
.instructions { color:#777777; }
.padding { padding:10px; }
.highlight_text { font-size:300%; color: #CC0000; }

.icon {
    padding:2px 0px 2px 24px;
    background-repeat:no-repeat;
    background-position:3px center;
}

.edit { background-image: url("../images/icons/pencil.png"); }
.add { background-image: url("../images/icons/add.png"); }
.delete { background-image: url("../images/icons/delete.png"); }
.zoom { background-image: url("../images/icons/zoom.png"); }
.print { background-image: url("../images/icons/printer.png"); }
.save { background-image: url("../images/icons/disk.png") ;}
.cancel { background-image: url("../images/icons/cancel.png"); }
.config {background-image: url("../images/icons/wrench.png"); }
.up { background-image: url("../images/icons/arrow_up.png"); }
.down { background-image: url("../images/icons/arrow_down.png"); }

.dialog { display :none ;}
