/* general stylesheet for www.jbeattie.co.uk */

/* ---------------------------------------------------------------------
   ============================== B O D Y ==============================
   --------------------------------------------------------------------- */

body
{
	margin: 0;
	background: #f4f4f4 url(/images/bg.gif) top center repeat-y;
	font-family: verdana, helvetica, arial, sans-serif;
	line-height: 1.4;
	font-size: 8pt;
	color: #4E5B68;
	text-align: center;
}

/* ---------------------------------------------------------------------
   ============================ L A Y O U T ============================
   --------------------------------------------------------------------- */
   
#header
{
	vertical-align: top;
	padding-bottom: 11px;
	padding-left: 18px;
	padding-top: 20px;
	border-bottom: 1px solid #dddddd;
}
#main
{
	width: 780px;
	height: auto;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	margin: 0 auto 0 auto;
	text-align: left;
}
#left
{
	margin: 8px;
	width: 150px;
	height: auto;
}
#leftblock
{
	width: 94%;
	padding: 12px;
	background-color: #f2f2f2;
	font-size: 7pt;
}
#content
{
	float: right;
	width: 570px;
	text-align: left;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 11px;
	padding-right: 16px;
	border-left: 1px solid #dddddd;
	
}

#footer
{
        text-align: center;
        font-size: 7pt;
	padding-top: 40px;
	color: #aaaaaa;
}

.basicfuneral
{
	 margin: 10px 50px 10px 50px;
	 border: 2px solid black;
	 padding: 10px 30px 10px 30px;
	 background-color: #f2f2f2;
}

.outline 
{
	 margin: 5px 10px 5px 10px;
	 padding: 3px 10px 3px 10px;
	 border: 1px solid black;
	 background-color: #f2f2f2;
}

/* ---------------------------------------------------------------------
   =================== F E E D B A C K   F O R M =======================
   --------------------------------------------------------------------- */

.box {
 	margin: 10px 50px 10px 50px;
 	color: #000000;
 	background: #f2f2f2;
 	border: 1px solid black;
 	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
}

.redbox {
	margin: 10px 50px 10px 50px;
	color: #000000;
	background: #f2f2f2;
	border: 2px solid #ff6666;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
}

.submit {
 	margin: 10px 50px 10px 50px;
}

/* ---------------------------------------------------------------------
   ========================== H E A D I N G S ==========================
   --------------------------------------------------------------------- */
   
h1 {
 font-size: 14pt;
}

h2 {
 color: #0D491F;
 font-size: 10pt;
}

h3 {
 color: #0D491F;
 font-size: 10pt;
}


.h1 {
 font-size: 14pt;
}

.h2 {
 color: #0D491F;
 font-size: 10pt;
}

.h3 {
 color: #0D491F;
 font-size: 10pt;
 font-weight: bold;
}


/* ---------------------------------------------------------------------
   ============================ C O M M O N ============================
   --------------------------------------------------------------------- */
td {
 font-family: verdana, helvetica, arial, sans-serif;
 line-height: 1.4;
 font-size: 8pt;
}

li {
}

p {
 font-family: verdana, helvetica, arial, sans-serif;
 line-height: 1.4;
 font-size: 8pt;
}

.tiny {
 font-family: verdana, helvetica, arial, sans-serif;
 font-size: 7pt;
 color: #777777
}

hr {
	background-color: #ffffff;
	height: 1px;
	color: #0B5923;
}

/* ---------------------------------------------------------------------
   ====================== M E N U   C L A S S E S ======================
   --------------------------------------------------------------------- */
#menu
{
	width: 150px;
}
#menu a:link, #menu a:visited
{
	width: 150px;
	margin: 1px 0 1px 0;
	padding: 4px 3px 4px 8px;
	border-bottom: 1px solid #dddddd;
	background-color: transparent;
	color: #0B5923;
	text-decoration: none;
	display: block;
}
#menu a:hover
{
	color: #006600;
	text-decoration: none;
	background-color: #f2f2f2;
}
#topmenu
{
    	text-align: right;
	padding-top: 20px;
	padding-right: 10px;
	float: right;
}
#topmenu a:link, #topmenu a:visited
{
	color: #ffffff;
    	text-decoration: none;
   	background-color: #0D491F; 
	border: 1px solid #0D491F;
	padding-top: .3em;
	padding-bottom: .3em;
	padding-left: .8em;
	padding-right: .8em;
}
#topmenu a:hover
{
	color: #ffffff;
	background-color: #006600;
	border: 1px solid #0D491F;
    	text-decoration: none;
	padding-top: .3em;
	padding-bottom: .3em;
	padding-left: .8em;
	padding-right: .8em;
}

/* ---------------------------------------------------------------------
   ============================= L I N K S =============================
   --------------------------------------------------------------------- */
A:link {
 text-decoration: none;
 color: #0D491F;
}

A:visited {
 text-decoration: none;
  color: #0D491F;
}

A:hover {
 text-decoration: underline;
 background-color: #f2f2f2;
 color: #000000;
}

A:active {
 text-decoration: none;
 background-color: #f2f2f2;
 color: #000000;
}
