﻿/* zoom issue with Firefox and IE - add a pixel to width */
.container {width:951px;margin:0 auto;}
.span-24 {width:951px;margin-right:0;}

body
{
	background: #90BFFD url('../pics/backgroundramp.gif' ) repeat-x;
	font-family: Verdana,
             "Lucida Grande",
             "URW Gothic L",
             "Lucida Sans Unicode",
             Geneva,
             "DejaVu Sans",
             sans-serif;
}

.box { background: #D9E9FF; }
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.25em;}

body#red { background: #FEC1C2 url('../pics/redramp.gif' ) repeat-x; }
body#red .box {	background: #FCE8E9; }

body#red.Christmas { background: #C2F2C2 url('../pics/greenramp.gif' ) repeat-x; }
body#red.Christmas .box { background: #F0FFF0; }

body#green { background: #C2F2C2 url('../pics/greenramp.gif' ) repeat-x; }

body#orange { background: #FFC49D url('../pics/orangeramp.gif' ) repeat-x; }
body#orange .box {	background: #FFF1E0; }

body#violet { background: #E3C3FF url('../pics/violetramp.jpg' ) repeat-x; }
body#violet .box {	background: #F0DEFF; }

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	color:#111;
	font-family: Georgia,
             "URW Palladio L",
             Palatino,
             "Palatino Linotype",
             "Times New Roman",
             Times,
             serif;
}

h3, h4, h5, h6 { font-style: italic; }

dl { min-height:0; }	/* IE hasLayout issue */
dt { font-size: 1.2em; }

img { border: 0; }

input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.25em 0;}
