/* ____________________________________________________________________________________________________ */
/*                   BASIC CSS FOR BULLDOG BUSINESS SOLUTIONS                                           */
/*                                                                                                      */ 
/* ____________________________________________________________________________________________________ */
/* This section contains CSS for the basic tags and design elements common to all pages we will set up  */
/* ____________________________________________________________________________________________________ */
/* tags include:  body, imge for banner (or logo), table for menu, a links for menu, table for copyight */
/* a links for copyright table (example: privacy policy link), h1 - h6, 			       	  */
/*                                                                                                      */
/*           1.)        rename this file for the website it is being used with				  */
/*				example:  bbops.css for www.bbops.com							  */
/* ____________________________________________________________________________________________________ */
/*                                                                                                      */
/*           2.)        if new elements added to the file, please observe conventions,   			  */
/*				comment explicitly and update the basci.css file on LABBY in the directory	  */
/*				D:\notesbd\domino\html\css							  		  */
/* ____________________________________________________________________________________________________ */
         

#pagebody {
	position: absolute;
    width: 800px;
    margin-left: 10%;
	margin-top: 0px;
	padding-left: 0px;
	padding-top: 0px;
	background-color: #2f2f2f;
	color: white;
}

body {
	position: absolute;
    width: 800px;
    margin-left: 10%;
	margin-top: 0px;
	padding-left: 0px;
	padding-top: 0px;
	background-color: #2f2f2f;
	color: white;
}

body.popup 
{
	/* 
		Use this class to control the appearance
		of popup windows. Inherits most of its 
		attributes from	body.
	*/
	position: absolute;
	width: 480px;
}

img.banner {
	position:relative;
	border:none;
}

table.menu {
	position: relative;
	border-left: solid thin black;
	border-right: solid thin black;
	border-bottom: solid thin black;
	border-color: white;
	width: 800px;
	height: 20px;
	font-family: Arial;
	font-size: 12px;
	font-weight: 400;
	color: white;
	vertical-align: middle;
	text-align: center;
	z-index: 10;
	}
	
table.submenu {
	position: relative;
	border:none;
	width: 800px;
	height: 20px;
	font-family: Arial;
	font-size: 12px;
	font-weight: 400;
	color: white;
	vertical-align: middle;
	text-align: center;
	z-index: 10;
	}
	
table.editmenu {
	position: relative;
	border: #ffffff;
	width: 100%;
	height: 20px;
	font-family: Arial;
	font-size: 12px;
	font-weight: 400;
	color: white;
	vertical-align: middle;
	text-align: center;
	z-index: 10;
}

a.menu {
	color: white;
	text-decoration: none;
}

a.menu:visited {
	color: white;
}

a.menu:hover {
	color: yellow;
	font-weight: 400;	
}

table.copyright {
	position: absolute;
	left: 25px;
	top: 590px;
	width: 900px;
	height: 20px;
	border: none;
	font-family: Arial;
	font-size: 10px;
	font-weight: 400;
	text-align: center;
}

a.copyright {
	color: Black;
	text-decoration: none;
}

a.copyright:visited {
	color: Black;
}

a.copyright:hover{
	color: Red;
	font-weight: 500;	
}

/* This section contains CSS code for the additional design elements for websites we build              */
/* ____________________________________________________________________________________________________ */
/* please reuse as many tags and psuedo classes as possible for convenience in upgrading sites eaily    */
/* observe class or id naming convention.  Set up in the format of tag.identifer where identifiers are: */
/* ____________________________________________________________________________________________________ */
/*                                                                                                      */
/*  tables:  c1 - cxxx    (c is for "content"		                                                  */
/*  images:  i1 - ixxx                                                                                  */
/*  objects: v1 - vxxx    (for video)  or  a1 - axxx  for (audio)                                       */
/* ____________________________________________________________________________________________________ */
/*  additional elements remain to be defined                                                            */  


table.c1
{
	position: relative;
	width: 100%;
	height: 100px;
	border: none;
	font-family: Helvetica;
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	z-index: 5;
	}

td.c1
	{
		color: White;
		font-weight: 700;
	}
	
table.c2
{
	position: relative;
	/*background-color: powderblue;*/
	width: 100%;
	border: none;
	font-family: Helvetica;
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	vertical-align:top;
	z-index: 5;
	}
	
td.c2
{
	color: White;
	font-weight: 700;
	vertical-align:top;
}
	
table.c3
{
	position: relative;
	background-color: powderblue;
	left: 125px;
	top: 75px;
	width: 250px;
	height: 200px;
	border: none;
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	z-index: 5;
	}
table.c4
{
	position: relative;
	background-color: powderblue;
	left: 125px;
	top: 75px;
	width: 250px;
	height: 200px;
	border: none;
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	z-index: 5;
	}
table.c5
{
	position: relative;
	background-color: powderblue;
	left: 125px;
	top: 75px;
	width: 250px;
	height: 200px;
	border: none;
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	z-index: 5;
	}
img.i1
{
	position:absolute;
	top: 85px;
	left: 420px;
	border: solid thin black;
}
img.i2
{
	position: absolute;
	top: 300px;
	left: 130px;
}
img.i3
{
	position:absolute;
	top: 5px;
	left: 125px;
}
img.i4
{
	position:absolute;
	top: 5px;
	left: 125px;
}
img.i5
{
	position:absolute;
	top: 5px;
	left: 125px;
}

object.v1
{
	position: absolute;
	top: 300px;
	left: 130px;
}

textarea#comments
{
	width: 450px;
	height: 120px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
}
#banner
{
    position: relative;
    text-align: center;
}

#top_menu
{
    position: relative;
    text-align: center;
    padding-bottom: 10px;
}

#edit_menu
{
    position: relative;
    text-align: center;
    padding-bottom: 10px;
}

img.frontimage
{
    padding-right: 10px;
    margin-right: 10px;
}

p.content_head
{
	/*
		Used as a heading for different sections
		of content. 
	*/
    font-family: Arial;
	font-size: 20px;
    font-weight: 400;
    color: rgb(255,255,194);
}

p.content_text
{
    font-family: Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
    color: white;
    font-style: normal;
}

td.errormsg
{
	/*
		Controls the appearance of error messages.
	*/
	font-family: Arial;
	font-size: 12px;
    color: red;
    font-style: normal;
    font-weight: 600;
    min-height: 200px;
}

#copyright
{
    width: 100%;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 8px;
    color: #ffffff;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: white;
    margin-top: 25px;
    position: relative;
}

#adspace
{
    position: absolute;
    top: 0;
    left:850;
}

input.contact
{
	width: 300px;
}
