/* Boston Help Desk CSS */
body { background: #efefef url(../images/bodyBg.jpg) repeat-x; }
body.inner { background: #efefef url(../images/innerBodyBg.jpg) repeat-x; }

/* Structure */
#container
{
	width: 925px;
	margin: 86px auto 0;
}

body.inner #container
{
	width: 925px;
	margin: 19px auto 0;
}

#contentTop
{
	height: 30px;
	background: url(../images/contentTopBg.jpg) no-repeat;
}

body.inner #contentTop
{
	height: 190px;
	background: url(../images/innerContentTopBg.jpg) no-repeat;
}

#contentMiddle { background: url(../images/contentMiddleBg.jpg) repeat-y; }
body.inner #contentMiddle { background: url(../images/innerContentMiddleBg.jpg) repeat-y; }

#nav
{
	position: absolute;
	width: 151px;
	top: 87px;
	margin-left: 772px;
}

body.inner #nav
{
	position: absolute;
	width: 151px;
	top: 19px;
	margin-left: 772px;
}

#navTop
{
	background: url(../images/navTopBg.jpg) no-repeat;
	height: 25px;
}

#navMiddle
{
	background: url(../images/navMiddleBg.jpg) repeat-y;
	padding-bottom: 10px;
	margin-top: -5px;
}

#navBottom
{
	background: url(../images/navBottomBg.png) no-repeat;
	height: 20px;
	margin-top: -5px;
}

#left
{
	width: 250px;
	height: 150px;
	float: left;
	margin: 25px 0 0 55px;
}

#center
{
	width: 200px;
	height: 150px;
	float: left;
	margin: 25px 0 0 40px;
}	

body.inner #left
{
	width: 192px;
	float: left;
	margin: 0 0 0 2px;
	padding: 80px 0 0 20px;
	background: url(../images/innerSidebarBg.jpg) no-repeat;
}

div.rssBlock
{
	width: 40px; 
	height: 150px; 
	float:left;
}

div.leftBlock
{
	margin-left: 50px;
	margin-bottom: 25px;
}

#middle
{
	width: 490px;
	float: left;
	margin: 50px 0 0 30px;
}

div.middleBlock { margin: 0 0 50px; }

#right
{
	width: 275px;
	float: left;
	margin: 25px 0 0 40px;
}

body.inner #right
{
	width: 140px;
	float: left;
	margin: 120px 0 0 40px;
	padding-right: 10px;
}

#contentBottom
{
	height: 31px;
	background: url(../images/contentBottomBg.jpg) no-repeat;
	margin-top: -3px;
}

/* Headers */
h1
{
	text-indent: -1000em;
	background: url(../images/logo.jpg) no-repeat;
	height: 127px;
	width: 99px;
	margin: 30px 75px 0 40px;
	float: left;
}

body.inner h1
{
	text-indent: -1000em;
	background: url(../images/logo.gif) no-repeat;
	height: 126px;
	width: 99px;
	margin: 48px 75px 0 40px;
	float: left;
}

#right h2
{
	font: 18px arial;
	color: #d50b45;
}

#middle h2
{
	font: 24px arial;
	color: #d50b45;
}

#left h2
{
	font: bold 16px arial;
	color: #012666;
	margin-top: 20px;
}

#left p
{
	font-size: 14px;
	line-height: 18px;
	color: #012666;
}

#left a
{
	font-size: 12px;
	line-height: 13px;
	color: #012666;
	text-decoration: underline;
}

#left ul
{
	padding-top: 10px;
}

#left li
{
	font-size: 12px;
	line-height: 13px;
	color: #012666;
	padding-bottom: 5px;
}

#left h3
{
	font: bold 11px arial;
	color: #012666;
	margin-top: 5px;
}

#middle h3
{
	font: bold 18px arial;
	color: #012666;
}

#middle div.middleBlock h3 a
{
	font: 14px arial;
	color: #d50b45;
	padding-top: 2px;
}

#middle div.middleBlock h3 a:hover
{
	font: 14px arial;
	color: #d50b45;
	padding-top: 2px;
}

#right h3
{
	font: bold 15px arial;
	color: #012666;
	margin-bottom: 2px;
}

#middle h4
{
	font: 13px arial;
	color: #012666;
	line-height: 18px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight:bold;
}

#middle h4 a
{
	font: 13px arial;
	color: #012666;
	line-height: 18px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight:bold;
}

#middle h4 a:hover
{
	font: 13px arial;
	color: #012666;
	line-height: 18px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight:bold;
}

#middle h5
{
	font: 15px arial;
	color: #012666;
	margin-bottom: 10px;
	margin-top: 30px;
}

/* Lists */
div.leftBlock ul { margin-top: 4px; }

div.leftBlock li
{
	font: 13px arial;
	color: #7e8994;
	background: url(../images/bullet.jpg) no-repeat 0 50%;
	padding-left: 8px;
}

#nav ul
{
	margin-left: 1px;
	width: 149px;
}

#nav ul li
{
	border-bottom: 1px solid #1a4081;
	padding: 4px 0 4px 16px;
	line-height: 11px;
}

#nav ul li.first
{
	border-top: 1px solid #1a4081;
	padding-top: 2px;
}


#nav ul li a
{
	font: 14px arial;
	color: #78afe7;
}

#nav ul li a:hover
{
	font: 14px arial;
	color: #ffffff;
}

#nav ul ul { display: none; padding-bottom: 5px; }

#nav ul ul li
{
	border: none;
	padding: 0 0 0 0px;
	margin: 2px 0 0;
	padding-top: 5px;
}

#nav ul ul li a
{
	font: 11px arial;
	color: #78afe7;
}

#nav ul ul li a:hover
{
	font: 11px arial;
	color: #ffffff;
}

#middle li
{
	font: 13px arial;
	color: #5a646e;
	line-height: 20px;
	list-style: outside;
	list-style-type: disc;
	margin-bottom: 4px;
	margin-left: 30px;
}

/* Paragraphs */
p
{
	font: 13px arial;
	color: #5a646e;
	line-height: 20px;
	margin-bottom: 10px;
}

p.intro
{
	float: left;
	width: 510px;
	font-size: 14px; 
	line-height: 17px; 
	padding-top:15px;
}

p.intro strong
{
	font: 20px arial;
	color: #d50b45;
}

body.inner #left p
{
	font: 13px arial;
	color: #cc0033;
	line-height: 18px;
}

body.inner #right p
{
	font: bold 11px arial;
	color: #012666;
	margin-bottom: 10px;
}

body.inner #right p.quote
{
	font: 13px arial;
	color: #012666;
	font-style: italic;
	line-height: 20px;
}

#middle div.middleBlock p
{
	font: 13px arial;
	color: #012666;
}

#contentBottom p
{
	font: 12px arial;
	color: #012666;
	padding: 8px 50px 0;
}

#contentBottom p span { margin-left: 94px; }

#footer p
{
	font: 11px helvetica;
	color: #9fa8af;
	margin: 10px 0;
	text-align: center;
}

#footer p span { margin: 0 10px; }

/* links */
#middle a
{
	font: 13px arial;
	color: #68747f;
	line-height: 20px;
	text-decoration: underline;
}

#middle a:hover
{
	font: 13px arial;
	color: #d50b45;
	line-height: 20px;
	text-decoration: none;
}

div.leftBlock li a
{
	color: #7e8994;
	text-decoration: underline;
}

#right a
{
	font: bold 12px arial;
	color: #7e8994;
	text-decoration: underline;
}

/*Charts*/
#chart { border: 1px solid #012666; }

#chart td
{
	font: 13px arial;
	color: #012666;
	padding: 6px;
	vertical-align: middle;
}

#chart p
{
	font: 13px arial;
	color: #5f666d;
	margin: 0px;
}

/* Images */
img.banner { margin: 30px 0 0 2px; }

div.leftBlock img
{
	float: left;
	margin: 0 15px 0 0;
}

div.middleBlock img
{
	float: left;
	margin: 0 8px 0 0;
}

#footer img
{
	position: relative;
	top: 5px;
	left: 4px;
}

/* forms */
label
{
	font: 11px arial;
	color: #7e8994;
}

input.text
{
	width: 166px;
	padding: 1px;
	border: 1px solid #7e8994;
}

textarea
{
	width: 166px;
	height: 90px;
	padding: 1px;
	border: 1px solid #7e8994;
}

form p { margin-bottom: 2px; }
input[type='submit'] { margin-top: 10px; }

