/* General CSS Styles
------------------------------------------------------- */

:focus
{
  -moz-outline-style: none;
}
html {
	overflow: -moz-scrollbars-vertical;
	SCROLLBAR-FACE-COLOR: #004c85;
	SCROLLBAR-HIGHLIGHT-COLOR: #514F81;
	SCROLLBAR-SHADOW-COLOR: #514F81;
	SCROLLBAR-3DLIGHT-COLOR: #514F81;
	SCROLLBAR-ARROW-COLOR: #aab4be;
	SCROLLBAR-TRACK-COLOR: #112240;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
	SCROLLBAR-BASE-COLOR: #2B2354;
	
}
body {
	background-color: #0e284d;
	word-spacing: normal;
	font:0.75em Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	background-image: url(../images/bgtile.gif);
	margin:0;
	padding:0;
}

p {
	font:1.1em/normal Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color:#000000;
}

a:link, a:visited {
	font-weight:normal;
	color:#000066;
	text-decoration:underline;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}

a:hover {
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:underline;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	background-color: #cc0000;
}

a:active {
	font-weight:normal;
	color: #000066;
	text-decoration:underline;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}

/* Header for Main Section
------------------------------------------------------- */

h1 {
	font:bold 1.3em Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color: #004C85;
	text-align:left;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #6E8396;
}

h2 {
	font: bold 1.2em Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color: #004C85;
	text-indent: 0px;
	margin-bottom: -12px;
}
.box2 {
	color: #004C85;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 6px;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0;
}
.box2left
{
	background-image: url(../images/corners_r2_c1.gif);
	background-repeat: repeat-y;
	width: 12px;
}
.box2right
{
	background-image: url(../images/corners_r2_c4.gif);
	background-repeat: repeat-y;
	width: 12px;
	
}
.box2top
{
		background-image: url(../images/corners_r1_c2.gif);
	background-repeat: repeat-x;	
	
}
.box2bottom
{
	background-image: url(../images/corners_r3_c2.gif);
	background-repeat: repeat-x;
	
}
.roundborder {
	overflow: hidden;
	background-color: #ffffff;
	border-right: 1px solid #0e284d;
	border-left: 1px solid #0e284d;
	height: 1px;
}
.c1 {
	margin: 0 12px 0 12px;
	border: none;
	background-color: #0e284d;
}
.c2 {
	margin: 0 9px;
	border-width: 0 3px;
}
.c3 {
	margin: 0 7px;
	border-width: 0 2px;
}
.c4 {
	margin: 0 6px;
}
.c5 {
	margin: 0 5px; 
}
.c6 {
	margin: 0 4px;
}
.c7 {
	margin: 0 3px;
}
.c8 {
	margin: 0 2px;
	height: 2px;
}
.c9 {
	margin: 0 1px;
	height: 3px;
}
.content {
	height: auto;
	padding: 0 15px;
	line-height: normal;
}

/* Graphics
------------------------------------------------------- */

#MainGraphic {
	
	margin: -10px 0px 0px -65px;
	width:255px;
	height:285px;
	background: url(/images/mainGraphic.jpg);
	border: 1px none #000000;
	background-repeat: no-repeat;

}

/* Table Definitions
------------------------------------------------------- */

.box {
	font-weight: bold;
	border: 1px solid #EE1B2E;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004C85;
}
.special {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6E8396;
	border-left-width: 24px;
	border-left-style: solid;
	border-left-color: #112240;
	padding: 10px;
}
.special a:link, .special a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	
}
.special a:hover, .special a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #EE1B2E;
}
/* Side Nav
------------------------------------------------------- */

#navigation {
	font-size: 11px;
	padding-top: 2px;
	font-weight: normal;
	width: 130px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 0;
		width: 130px;
}
#navigation li {
	border-bottom: 1px solid #3e4173;
		width: 130px;
}
#navigation li a:link, #navigation li a:visited  {
	display: block;
	border-left: 1px solid #004C85;
	border-right: 1px solid #004C85;
	background-color: #004C85;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 6px;
}
#navigation li a:hover {
	background-color: #CC0000;
	color: #FFFFFF;
	font-weight: bold;
}
#navigation li a:active {
	background-color: #CC0000;
	color: #FFFFFF;
	font-weight: bold;
}
#navigation li a#current {
	background-color: #CC0000;
	color: #FFFFFF;
	font-weight: bold;
}


/* Footer CSS 
------------------------------------------------------- */
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000033;
}
.call {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #112240;
	padding: 4px;
}
.whiteBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 8px;
}
.imageBorder {
	border: 2px solid #6E8396;
}
.bodywork {
	font-size: 1.1em;
	border: 1px dotted #FFFFFF;
}
.white {
	color: #FFFFFF;
}
.phone {
	font-size: 1.4em;
	font-weight: bolder;
	color: #0E284D;
}
.logo1 {
	font-weight: bold;
	border: 1px solid #004C85;
	padding: 4px;
}
.button {
	background-color: #004C85;
	font-weight: bold;
	color: #FFFFFF;
}
#banner1 {
	background-image: url(../images/companycounton.gif);
	background-repeat: repeat-x;
	height: 67px;
	font-size: 16px;
	font-weight: bold;
	color: #112240;
	padding-top: 15px;
	padding-left: 50px;
	padding-bottom: 0px;
	line-height: 16px;
}#bottom1 {
	height: 60px;
	font-size: 16px;
	font-weight: bold;
	color: #004c85;
	padding-top: 15px;
	padding-bottom: 0px;
}
.textBtm{
	font-size: 18px;
	font-weight: bold;
	color: #112240;
	}
	
.textLtBlue {
	color: #004c85;
}
.LgA {
	font-size: 24px;
	color: #004c85;
}
.bannerSmText {
	font-size: 11px;
	text-align: center;
	color: #004c85;
}
.bottom {
	vertical-align: bottom;
}
#gta {
	padding-bottom: 0px;
	height: 20px;
	vertical-align: bottom;
}
#toronto {
	font-size: 11px;
	background-color: #FFF;
	text-align: center;
	background-image: url(../images/atowing_logoBG.gif);
	background-repeat: repeat-x;
}
.toronto {
	font-size: 11px;
	background-color: #FFF;
	text-align: center;
	background-image: url(../images/atowing_logoBG.gif);
	background-repeat: repeat-y;
}
.underline{
	text-decoration: underline;
}

