/* CSS Document */
*{margin:0px;padding:0px;}
html, body {height:100%}
body
{
font-family:Century Gothic,arial;
font-size:85%;
padding-top:0px;
margin-top:0px;
border:0px solid black;
}

		
	 #container
	 {
	 width:910px;
	 border: 1px solid black;
	 margin-top:10px;
	 margin-left:auto;
	 margin-right:auto;
	 padding:0px;
	 
	 }
	 
	 #logincontainer
	 {
	 width:500px;
	 border: 1px solid black;
	 margin-top:20px;
	 margin-left:auto;
	 margin-right:auto;
	 padding:0px;

	 }
	 
	 
	 #header
	 {
	 height:70px;
	 border: 0px solid green;
	 }
	 
	 #wpstripcontainer
	 {
	  height:90px;	 
	  border-top:solid #000033 1px;
	  border-bottom:solid #000033 1px;
	  background-color:#999999;
	 }
	 
	 
	 #stripcontainer
	 {
      border-top:solid #000033 1px;
	  border-bottom:solid #000033 1px;  
	 }
	 
	 
	 #loginstripcontainer
	 {
	  border-top:solid #000033 1px;
	  border-bottom:solid #000033 1px;  
	 }
	 
	 #formcontainer
	 {
	  marginbottom: 150px; 
	 }
	 
	 
	 #contentcontainer
	 {
	 width:100%;
	 border: 0px solid black;
	 background-image:url(images/background.jpg);
	 background-repeat:repeat-y;	 
	 }

	
	
	#leftcontentcolumn
	{
	width:530px;
	border: 0px solid red;
	float:left; 
	min-height:400px;
	background-color:#FFFFFF;
	}	
	
	
	#leftcontentcolumnblue
	{
	width:530px;
	border: 0px solid red;
	float:left; 
	min-height:400px;
	background-color:#00405c;
	color:white;
	}		
	
	
	
	#tableholder
	{
	border: 1px solid red;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#CCCCCC;
	}	
	
	
	#rightcontentcolumn
	{
	min-height:400px;
	margin-left:530px;
	border: 0px solid purple; 	
	}
	
	
	#footer
	{
	padding-top:5px;
	font-size:70%;
	border-top: 2px solid #999999;
	text-align:center;
	clear:both;
	background-color:#FFFFFF;
	}
	
	 
	 .clearfix:after
	{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
	  
	 
	 img.autoflowiconpos
	 {
	 position:relative;
	 left:555px;
	 top:24px;
	 }
	 
	A.mainmenu {font-family:Arial,serif;}
	A.mainmenu:link {color:white;text-decoration:none}
	A.mainmenu:visited {color: white; text-decoration:none}
	A.mainmenu:hover {text-decoration: none; color: yellow;}

	A.submenu {font-family:Arial,serif;}
	A.submenu:link {color:#006bce;text-decoration:none}
	A.submenu:visited {color: #006bce; text-decoration:none}
	A.submenu:hover {text-decoration: none; color: orange;}
	
	
	ul.mainmenu
	{	
	padding:0;
	margin:0;
	font-size:80%;
    position:relative;
	top:53px;
	left:170px;
	}
	
	ul.submenu
	{
	font-size:80%;
	color:navy;
	}

	li.mainmenu {display:inline}
	
p.bigbluefirstletterNormalsize:first-letter 
{
	color: blue;
	font-size:140%;
}

p.biggreenfirstletterNormalsize:first-letter 
{
	color: green;
	font-size:140%;
}

p.bigredfirstletterNormalsize:first-letter 
{
	color: red;
	font-size:140%;
}


p.bigorangefirstletterNormalsize:first-letter 
{
	color: orange;
	font-size:140%;
}

p.blueparagraph
{
font-size:110%;
color:navy;
}


p.customersquote
{
padding-left:5px;
padding-right:5px;
color:navy;
font-size:80%;
}

p.customersquote2
{
padding-left:5px;
padding-right:5px;
color:navy;
font-size:110%;
}

p.general
{
margin-left:10px;
margin-right:10px;
margin-top:10px;
margin-bottom:10px;
}

font.black
{
color:black;
}

font.red
{
color:red;
}

h4.blue
{
color:blue;
}

h2.sitename
{
color:#333333;
margin-left:15px;
margin-top:20px;
float:left;
}

img.floattoleft
{
float:left;
padding-right:5px;
}

img.floattoright
{
float:right;
padding-left:5px;
}

img.holderright
{
float:right;
}

table.vehicle
{
margin-top:5px;
margin-left:15px;
width:350px;
font-size:94%;
}

td.vehicle
{
width:35px;
font-size:90%;
}

table.claim{
font-size:94%;
margin-top:10px;
margin-left:15px;
width:350px;
}

table.jobstatus
{
font-size:94%;
margin-top:10px;
margin-left:15px;
}


table.workshop{
font-size:94%;
margin-top:10px;
margin-left:auto;
margin-right:auto;
border:solid 1px #666666;
color:#000000;
background-color:#FFFFFF;

}

td.claim
{
width:105px;
}




