
body {background:#021C4D url(../images/background.jpg) repeat-x top;
	margin: 0px;
	padding: 0px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4 {
	margin:0;
	padding:0;
	font-style:italic;
}
h1 {
	padding:15px 20px 0 15px;
	font-size:18px;
	color:#073BA0;
}
h2 {
	padding:5px 20px 0 15px;
	font-size:15px;
	color:#D30000;
}
h3 {
	padding:3px 20px 0 15px;
	font-size:13px;
	color:#073BA0;
}
h4 {
	padding:3px 20px 0 15px;
	font-size:12px;
	color:#D30000;
}
p {
	margin:0;
	padding:3px 10px 5px 15px;
	font-size:11px;
	line-height:14px;
}
ul, ol {
	margin:0;
	padding:3px 10px 5px 30px;
	list-style-position:outside;
	font-size:11px;
	line-height:14px;
}
h3 a {color:#073BA0;}
h3 a:hover {color:#D30000;}
a {color:#D30000;}
a:hover {color:#073BA0;}
/* ------ structure ------*/
#wrap {width:770px; margin:30px auto 0;}
#head {
	background: #073BA0 url(../images/top-back.gif) no-repeat top right;
	position:relative;
}
#foot {
	background:url(../images/footer.gif) repeat-x top;
	padding-top: 10px;
	clear:both;
}

/* ------ header ------*/
#logo {
	width: 220px;
	height: 188px;
	position: relative;
	padding:0;
	font-size:10px;
}
#logo a {
	color:#BCD9E9;
	padding:0;
	text-decoration:none;
}
#logo span {
	background: url(../images/jrar-logo.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
#addresses {
	position:absolute;
	top:5px;
	right:5px;
	text-align:center;
	background: url(../images/address-line.gif) repeat-x;
	width:190px;
}
#addresses a {
	color:#BCD9E9;
}
#addresses a:hover {
	color:#fff;
}
#addresses p {
	color:white;
	margin:8px 0;
}
#flash {width:190px; position:absolute; top:4px; left:225px;}

/* ------ nav ------*/
#navbar {
	background: #FF0900 url(../images/nav-back.jpg) repeat-x bottom;
	height: 35px;
}
#nav  {
	list-style: none;
	font-size:12px;
	margin:0;
	padding:0;
}
#nav a {
	display: block;
	color:#fff;
	text-decoration:none;
	padding:10px 20px;
	font-weight: normal;
	border-left:1px solid #A30000;
}
#nav a.first {
	border-left:none;
}
#nav a:hover {
	color:#fff;
	background: #FF0900 url(../images/nav-roll.jpg) repeat-x bottom;
}
#nav li {
	float: left;
	margin:0;
	padding:0;
}
#nav li ul {
	position: absolute;
	background-color:#D30000;
	width: 16em;
	left: -999em;
	z-index:100;
	font-size:11px;
	margin:0;
	padding:0;
}
#nav li li {
	display:block;
	width: 16em;
}
#nav li ul a {
	border-bottom:1px solid #A30000;
	padding:5px 10px;
}
#nav li ul a:hover {
	color:#fff;
	background-color:#A30000;
}
#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav li:hover, #nav li.hover {
    position: static;
}
/* ------ sidebar ------*/
#sidebar {float:left;}
#sidebar a {color:#073BA0;}
#sidebar a:hover {color:#fff;}
#sidebar ul {line-height:18px;}
#sidelinks {
	background: #fff url(../images/side-back.jpg) repeat-y top right;
	width:223px;
	height:170px;
}
#sidelinks ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
#sidelinks li {
	background: url(../images/side-arrow.gif) no-repeat left;
	padding:14px 0 14px 30px;
	margin:0;
	border-top:1px solid #A0A5A8;
	
	
	padding: 7px 0 7px 30px;
}
#sidelinks li a{
	color:#073BA0;
	text-decoration:none;
}
#sidelinks li a:hover {
	color:#D30000;
	text-decoration:underline;
}
#specials {
	background: #BCD9E9 url(../images/specials.jpg) no-repeat top left;
	height:80px;
}
#specials h2 {
	padding:35px 5px 0 120px;
}
#specials h2 a {
	text-decoration:none;
	color:#D30000;
}
#specials h2 a:hover {color:#073BA0;}
.bar-side {
	clear:both; 
	background: #073BA0 url(../images/intro-bar.gif) repeat-x; 
	height:10px;
	width:223px;
	margin-bottom:10px;
}
/* ------ homepage ------*/
#intro {
	background-color: #BCD9E9;
	background-image: url(../images/home-intro.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
#introtext {
	width:440px;
	float:left;
}
#intro #sidelinks {float:left;}
.bar {
	clear:both; 
	background: #073BA0 url(../images/intro-bar.gif) repeat-x; 
	height:10px;
	width:770px;
}

#content-home{
	background: #fff url(../images/stripe-shadow.jpg) repeat-x top;
	padding:15px 0 10px;
}
#hometext1 {
	width:29%;
	float:left;
}
#hometext2 {
	width:45%;
	float:left;
	border-left: 1px solid #D30000;
	border-right: 1px solid #D30000;
}
#hometext3 {
	width:25%;
	float:left;
}
#hometext3 h2 {color:#073BA0;}
/* ------ content ------*/
#content-wrap {
	background: #fff url(../images/content.gif) repeat-y top;
	padding-bottom:10px;
}

#content-wrap-noSideBar {
	background: #ffffff;
	padding-bottom:10px;
}

#content {
	background: #fff url(../images/stripe-shadow.jpg) repeat-x top;
	margin-left:224px;
	padding-right:10px;
}


#content-employeeForm {
	background: #fff url(../images/stripe-shadow.jpg) repeat-x top;
	margin-left: 0px;
	padding-right:10px;
}


.clear {clear:both;}
#products{border-top:2px solid black; margin:10px 20px;}
.pic {border:1px solid #D30000; float:right; padding:5px; margin:5px;}
.location {border:1px solid #D30000; padding:3px; margin:20px;}
.location p {float:left; margin:10px; width:190px;}
/* ------ foot ------*/

#foot p {color:#3665B3; padding-top:10px; font-size:10px;}
#foot a {color:#3665B3;}
#foot a:hover {color:#fff;}

 /* ----- contact form ------ */
#contact {padding:5px 10px 20px 25px;}
#contact label {
	width: 9em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}
#contact submit {
	margin-left: 4.5em;
}
#contact input {
	color: #000;
	border: 1px outset #010265;
}
#contact textarea {
	color: #000;
	border: 1px outset #010265;
}
#contact fieldset {
	width: 90%;
	border: 1px solid #D30000;
}
#contact legend {
	padding: 4px 6px;
	color:#D30000;
	font-size:12px;
	font-style:italic;
} 
.button, #contact input.button {
	background-color:#D30000;
	color:white;
	font-size:10px;
	text-transform:uppercase;
	border:2px outset #D30000;
	padding:2px;
}
 /* ----- general form ------ */
input, textarea, select {
	color: #000;
	border: 1px outset #010265;
	font-size:11px;
}


/* -------------------------------------
			Vertical Nav 
------------------------------------- */
#vert-navbox {
	width: 160px;
	background-color: #BCD9E9;
	float: left;
	margin-left: 62px;
}
#vert-nav {
	width:160px;
	height:175px;
	background:url(../images/nav-top.jpg) no-repeat top;
	padding-top:8px;
	float:left;
}
#vert-nav li {
	margin:0; 
	padding:0; 
	display:inline; 
	background:url(/images/contact-button.jpg);
} /* to fix li margin/padding in ie */

#vert-nav ul{
	color:#250C08;
	list-style-type:none;
	font-size:11px;
	margin:0;
	padding:0;
	/* background:url(/images/contact-button.jpg) repeat-y top left; */
	/* font-family:"Lucida Grande", "Lucida Sans", "Gill Sans", Helvetica, Verdana, Arial, sans-serif; */
}
#vert-nav a {
	color: #ffffff;
	display: block;
	height: 35px;
	padding: 5px 5px 4px 20px;
	padding-top: 15px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	/* border-bottom:1px solid #786D51; */
	background:url(/images/contact-button.jpg);
}
#vert-nav a:hover {
	color: #D30000;
	/* background:url(../images/nav-background-roll.jpg) repeat-y top #A3825C; */
}
#vert-nav a.last {border:none;}