﻿/* AFPS - Main stylesheet
------------------------------------------------------------------*/
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
}

body {
	margin-top: 5px;
	padding: 0;
	border: 0;
    background-color: #f9f9f9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
	display: block;
	border: none;
}

ul {
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 15px;
	padding: 0px 10px 2px 0px;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #000000;
	padding: 10px 20px 0px 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color:#000000;
	text-align: left;
	padding-bottom: 10px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:normal;
	color:#ca2525;
	padding: 10px 0 10px 0;
}

h2 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:normal;
	color:#ca2525;
	padding: 10px 0 10px 0;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:normal;
	color:#ca2525;
	padding: 10px 0 10px 0;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style:italic;
	color:#ca2525;
	padding: 10px 40px 0 20px;
}

h5  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	color:#000000;
	text-align: left;
	padding-bottom: 10px;
}

#center {
  width: 900px;
  margin: 0 auto;
}

#container {
	width: 900px;
	height: auto;
	background: #ffffff;
	position: relative; 
	clear: both; 
	float: left;	
	display: block; 
}

#header {
	width: 880px;
	height: 105px;
	margin-left: 10px;
	background: #f9f9f9;
    position: relative;
	display: block;
	float: left;
}

#logo {
  width: 546px;
  height: 114px;
  padding: 20px 0 0 20px;
  display: block;
  float:left;
}

#phone {
	text-align: right;
	font-family: "Century Gothic";
	font-weight: bold;
	font-size: 20px;
	color: #3e3d4d;
	padding: 20px 20px 0 0;
	display: block;
	float: right;
}

#menubar {
  width: 855px;
  height: 22px;
  margin-left: 10px;
  background: #f9f9f9;
  position: relative;
  display: block;
  float: left;
}

#menu {
  width: 590px;
  height: 22px;
  position: relative;
  display: block;
  float: right;
}

#submenu {
  width: 850px;
  height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px 0 20px 20px;
  position:relative;
  display: block;
  float: left;
}

#submenu li {
  width: auto;
  height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style: none;
	position:relative;
  display: block;
  float: left;
}
#submenu a {
  background: url('images/bullet-grey.jpg') no-repeat;
  width: auto;
  height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	text-align: left;
	text-decoration: none;
	position:relative;
  display: block;
  float: left;
}

#submenu a:hover {
  background: url('images/bullet-red.jpg') no-repeat;
  width: auto;
  height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#ca2525;
	text-decoration: none;
  position:relative;
  display: block;
  float: left;
}

#submenu a.current {
  background: url('images/bullet-red.jpg') no-repeat;
  width: auto;
  height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#ca2525;
	text-decoration: none;
  position:relative;
  display: block;
  float: left;
}

#photo {
  width: 880px;
  height: 200px;
  border-top: 1px #666666 solid;
  border-bottom: 1px #666666 solid;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
  margin: 0px 0 0 10px;
  position: relative;
  display: block;
  float: left;
}

#photo a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

#photo a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ca2525;
	text-decoration: none;
}

#showcase {
	width: 880px;
	height: 328px;
  border-top: 1px #666666 solid;
  border-bottom: 1px #666666 solid;
	margin-left: 10px;
	display: block;
	float: left;
	position: relative;
}

#content {
  width: 880px;
  background: #ffffff;
  padding-bottom: 10px;
  margin-left: 10px;
  position: relative;
  display: block;
  float: left;
}

#content a {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

#content a:hover {
	color: #ca2525;
}

	/* Index page columns */
#column {
 	width: 200px;
 	padding: 10px 0px 10px 10px;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
 	color: #3e3d4d;
  	position: relative;
  	display: block;
 	float: left;
}

#column li a {
 	font-family: Arial, Helvetica, sans-serif;
 	font-style:normal;
 	font-size: 12px;
 	color: #000000;
}

#column2 {
 	width: 190px;
 	padding: 30px 0px 10px 15px;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
 	color: #3e3d4d;
  	position: relative;
  	display: block;
 	float: left;
}

#column2 img {
	padding: 0px 0 5px 0px;
}

#column4 {
 	width: 212px;
 	padding: 10px 0px 10px 18px;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
 	color: #3e3d4d;
  	position: relative;
  	display: block;
 	float: left;
}

.print {
	margin-left: 170px;
	padding-bottom: 19px;
  	position: relative;
  	display: block;
 	float: left;
}

.subscribe {
	width: 212px;
	height: 102px;
	background: url('images/newsletter-box.jpg') no-repeat;
  	position: relative;
  	display: block;
 	float: left;
}

#consult {
  background: url('images/button-consult.gif') no-repeat;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #ffffff;
  text-align: center;
  position: relative;
  float: left;
}

#consult a{
  width: 209px;
  height: 62px;
  padding: 10px 0 0 0;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
  display: block;
}

#consult a:hover {
  background: url('images/button-consult-over.jpg') no-repeat;
  color: #ffffff;
}

/*
#articles {
 	width: 200px;
 	padding: 10px 0px 0px 10px;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
 	color: #3e3d4d;
  	position: relative;
  	display: block;
 	float: left;
}

#articles a {
 	font-family: Arial, Helvetica, sans-serif;
 	font-style:italic;
 	font-size: 10px;
 	color: #000000;
}
*/

#tvad {
 	width: 200px;
 	padding: 20px 0px 10px 10px;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
 	color: #3e3d4d;
  	position: relative;
  	display: block;
 	float: left;
}

#bodytext {
  width: 600px;
  padding: 0 0 0 20px;
  position: relative;
  display: block;
  float: left;
}

#bodytext a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ca2525;
	text-decoration: none;
}

#bodytext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#bodytext tr, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #000000;
	padding: 10px 20px 0px 0px;
}

#bodytext li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #000000;
	margin-left: 10px;
	padding: 0 0 5px 0;
}

#footer {
  width: 880px;
  height: 90px;
  background: #ffffff;
  position: relative;
  margin-left: 10px;
  display: block;
  float:left;
}

#copyright {
  width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-left: 20px;
	padding-top: 5px;
  position: relative;
  display: block;
  float:left;
}

#address {
	width: 280px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-top: 5px;
	display: block;
	float: left;
	position: relative;
}

#address a {
	color: #000000;
	text-decoration: none;
}

#address a:hover {
	color: #ca2525;
}

#jazeffect {
  width: 260px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-left: 10px;
	padding-top: 5px;
	text-align: right;
  position: relative;
  display: block;
  float: left;
}
#jazeffect a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding: 10px 0px 10px 0px;
}
#jazeffect a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ca2525;
	padding: 10px 0px 10px 0px;
}