﻿body 
{
	background-color:White;
	font-family:Verdana;
	text-align:center;
	width:99%;
}

#container
{
	width:900px;
	margin-right:auto; 
	margin-left:auto;
}

/*header section*/
#header
{
	width:100%;
	background-color:#000000;
	float:left;
}

#leftside
{
	background-image:url('images/header_lcorner.jpg');
	background-repeat:no-repeat;
	width:20px;
	height:96px;
	float:left;
}

#logo
{
	background-image:url('images/header_logo.jpg');
	background-repeat:no-repeat;
	background-color:#000000;
	width:92px;
	height:96px;
	float:left;
}

#logotext
{
	background-image:url('images/header_logotext.jpg');
	background-repeat:no-repeat;
	width:329px;
	height:96px;
	float:left;
}

#road
{
	background-image:url('images/header_road.jpg');
	background-repeat:no-repeat;
	width:442px;
	height:96px;
	float:left;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:0.6em;
}

#rightside
{
	background-image:url('images/header_rcorner.jpg');
	background-repeat:no-repeat;
	width:17px;
	height:96px;
	float:left;
}

/*navigational content*/
#navbar
{
	width:100%;
	padding-top:2px;
	font-size:90%;
	float:left;
}

#nav_left
{
	background-image:url('images/nav_left.jpg');
	background-repeat:no-repeat;
	width:5px;
	height:24px;
	float:left;
}

#nav_mid
{
	background-image:url('images/nav_mid.jpg');
	background-repeat:repeat-x;
	width:890px;
	height:24px;
	float:left;
}

#nav_right
{
	background-image:url('images/nav_right.jpg');
	background-repeat:no-repeat;
	width:5px;
	height:24px;
	float:left;
}

/*navigational link formatting*/
#nav_mid ul
{
	margin:0;
	padding:0;
	list-style:none;
	text-indent:7px;
}

#nav_mid ul li
{
	float:left;
	padding-left:5px;
	padding-top:2px;
}

#nav_mid ul li a
{
	float:left;
	display:block;
	text-decoration:none;
	color:#000000;
	text-align:center;
	font-size:90%;
	padding-left:12px;
}

#nav_mid ul li a:hover
{
	text-decoration:underline;
}

#nav_mid #selected
{
	font-weight:bold;
}

/*main body for content*/
#innercontainer
{
	/*border-left:solid 1px black;
	border-right:solid 1px black;*/
	text-align:left;
	vertical-align:top;
	font-size:small;
}

#crumbs
{
	font-size:80%;
	color:#fff;
	padding: 5px 0 0 2px;
}

#crumbs a
{
    color:#FFCC66;
    text-decoration:none;
}

#crumbs a:hover
{
    text-decoration:underline;
}

/*footer section details*/
#footer
{
	width:100%;
	vertical-align:middle;
	float:left;
}

#footer_left
{
	background-image:url('images/footer_leftcorner.jpg');
	background-repeat:no-repeat;
	width:21px;
	height:48px;
	float:left;
}

#footer_mid
{
	background-color:#000000;
	float:left;
	width:858px;
	height:48px;
}

#footer_right
{
	background-image:url('images/footer_rightcorner.jpg');
	background-repeat:no-repeat;
	width:21px;
	height:48px;
	float:left;
}

#footer_mid ul
{
	margin:0;
	padding:0;
	list-style:none;
	text-indent:7px;
}

#footer_mid ul li
{
	float:left;
	padding-left:10px;
	padding-top:5px;
}

#footer_mid ul li a
{
	float:left;
	display:block;
	text-decoration:none;
	color:#ffffff;
	text-align:center;
	font-size:65%;
	padding-left:10px;
}

#footer_mid ul li a:hover
{
	text-decoration:underline;
}

#col1
{
    float:left;
    width:450px;
}

#col2
{
    float:right;
    width:350px;
}

#column1
{
    float:left;
    width:680px;
}

#topleft
{
    width:315px;
    height:43px;
    background-image: url("images/service_top.jpg");
    background-repeat:no-repeat;
    float:left;
}

#toptitle
{
    width:360px;
    float:left;
}

#contentleft
{
    background-color:#000;
    width:206px;
    height:500px;
    float:left;
    color:#fff;
    padding-left:5px;
    margin-bottom:1px;
}

#contentright
{
    width:455px;
    float:left;
    margin-left:10px;
}
    
#column2
{
    float:right;
    width:200px;
    height:540px;
    margin:2px 0 0 5px;
    background-color:#E7E4E4;
}

#specialofferLeft
{
    background-image:url("images/specialoffer_left.jpg");
    background-repeat:no-repeat;
    width:7px;
    height:34px;
    float:left;
}

#specialofferMid
{
    background-image:url("images/specialoffer_Mid.jpg");
    background-repeat:repeat-x;
    height:34px;
    width:185px;
    float:left;
    text-align:center;
    padding-top:5px;
    color:#fff;
    font-weight:bold;
}

#specialofferRight
{
    background-image:url("images/specialoffer_Right.jpg");
    background-repeat:no-repeat;
    width:7px;
    height:34px;
    float:left;
}
    
#col1Contact
{
    float:left;
    width:50%;
}

#col2Contact
{
    float:right;
    width:50%;
}

#end
{
    text-indent:75px;
    float:left;
    font-size:75%;
}

/*login*/
.outerBoxSmall
{
		border:1px solid #675041;
		padding:2px 2px 2px 2px;
		width:250px;
		margin-left:22px;
		margin-bottom:20px;
		margin-top:15px;
		text-align: center;
		margin-left:auto;
		margin-right:auto;
}


/*holding page styles
#col1
{
	width:30%;
	float:left;
	background-image:url('../images/Logo.jpg');
	background-repeat:no-repeat;
	height:152px;
}

#col2
{
	width:70%;
	float:left;
	text-align:left;
}*/
