﻿/**START LEFT CONTENT**/
/*left nav*/
#div_leftNav
{
	background-image: url(../images/roundedCorners/leftNav/bg.gif);
	width: 225px;
	border: 1px solid #660000;
	margin:0px;
	padding:0px;
}
.div_leftNavTop div
{
	background: url(../images/roundedCorners/leftNav/topLeft.jpg) no-repeat top left;
	height: 5px;
	width: 5px;
	text-align: right;
	padding:0px;
	margin-left: -1px;
}
.div_leftNavTop
{
	background: url(../images/roundedCorners/leftNav/topRight.jpg) no-repeat top right;
	height: 5px;
	text-align: left;
	padding:0px;
	margin-top: -1px;
	margin-right: -1px;
}
.div_leftNavBottom div
{
	background: url(../images/roundedCorners/leftNav/bottomLeft.jpg) no-repeat bottom left;
	height: 5px;
	width: 5px;
	text-align: left;
	padding:0px;
	margin-left: -1px;
}
.div_leftNavBottom
{
	background: url(../images/roundedCorners/leftNav/bottomRight.jpg) no-repeat bottom right;
	height: 5px;
	text-align: left;
	padding:0px;
	margin-bottom: -1px;
	margin-right: -1px;
}
.div_leftNavContent, .div_leftNavContent ul
{
	padding:0px;
	margin:0px;
}
.div_leftNavContent li, .div_leftNavContent li.first, .div_leftNavContent li.last
{
	list-style-type:none;
	background: url(../images/roundedCorners/leftNav/liBgOut.jpg) no-repeat center center;
	width: 225px;
	height:30px;
	padding:0px;
	margin:0px;
}
.div_leftNavContent li
{
	border-top: 1px solid #cc3333;
	border-bottom: 1px solid #660000;
}
.div_leftNavContent li.first
{
	border-bottom: 1px solid #660000;
	border-top: 0px;
}
.div_leftNavContent li.last
{
	border-top: 1px solid #cc3333;
	border-bottom: 0px;
}
.div_leftNavContent li:hover
{
	background: url(../images/roundedCorners/leftNav/liBgOn.jpg) no-repeat center center;
}
.div_leftNavContent li a:link, .div_leftNavContent li a:active, .div_leftNavContent li a:visited, .div_leftNavContent li a:hover
{
	font-family: Verdana;
	color: #FFFFFF;
	position:relative;
	top: 6px;
	left: 20px;
	padding:0px;
	margin:0px;
	text-decoration: none;
	width: 225px;
	height: 30px;
	display: block;
}

#div_homeLeftNavBottom
{
	width: 225px;
	height:200px;
	margin-top:10px;
}

/*start box with border and RHS*/
.div_box1WithBorder, .div_rightTxtNav
{
	background-color: #eeeeee;
	background-image: url(../images/rhsBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #d9d9d9;
	padding: 10px;
	font-size: 80%;
	margin-left:30px !important;
	margin-bottom:30px !important;
}
.div_box1WithBorder ul, .div_rightTxtNav ul
{
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	margin-left: 1em;
	list-style-image: url(../images/bulletRedDot.gif);
}
.div_box1WithBorder li, .div_rightTxtNav li
{
	margin-bottom:10px;
	/*list-style-image: url(../images/bulletRedDot.gif);*/
	/*background: url(../images/bulletRedDot.gif) no-repeat left top;*/
}
.div_box1WithBorder ul li a, .div_rightTxtNav ul li a
{
	/*list-style-image: url(../images/bulletRedDot.gif);*/
}
.div_rightTxtNav
{
	width: 200px;
	float: right;
	margin-left: 25px;
	margin-bottom: 25px;
}

.div_rightTxtNav hr
{
	height: 1px;
	color: #cccccc;
	border-top: 1px solid #f8f8ff;
	border-bottom: 1px solid #cccccc;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*end box with border and RHS*/
/*start home page boxes with border - blue box, only left side rounded*/
#div_blueBox
{
	background-color: #829dd2;
	width: 225px;
	border: 1px solid #475879;
	margin:0px;
	padding:0px;
	float: left;
}
.div_blueBoxTop div
{
	background: url(../images/roundedCorners/blueBox/topLeft.jpg) no-repeat top left;
	height: 5px;
	width: 5px;
	text-align: right;
	padding:0px;
	margin-left: -1px;
}
.div_blueBoxTop
{
	height: 5px;
	text-align: left;
	padding:0px;
	margin-top: -1px;
	margin-right: -1px;
}
.div_blueBoxBottom div
{
	background: url(../images/roundedCorners/blueBox/bottomLeft.jpg) no-repeat bottom left;
	height: 5px;
	width: 5px;
	text-align: left;
	padding:0px;
	margin-left: -1px;
}
.div_blueBoxBottom
{
	height: 5px;
	text-align: left;
	padding:0px;
	margin-bottom: -1px;
	margin-right: -1px;
}
.div_blueBoxContent
{
	height: 140px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 8.5pt;
	line-height: 100%;
}

#div_greenBoxHome, #div_orangeBoxHome
{
	width: 227px;
	height: 158px;
	float: left;
	margin-left: 10px;
}

#div_greenBoxHome
{
	background-color: #abd662;
	border: 1px solid #728e43;
}

#div_orangeBoxHome
{
	background-color: #f1bd45;
	border: 1px solid #927227;
}

.div_greenBoxHomeContent, .div_orangeBoxHomeContent
{
	padding: 10px;
	font-size: 8.5pt;
	line-height: 100%;
}

.blueBoxTitle, .greenBoxTitle, .orangeBoxTitle
{
	font-weight: bold;
	font-size: 10pt;
	margin-bottom: 5px;
}

.blueBoxTitle
{
	color: #003366;
}

.greenBoxTitle
{
	color: #003300;
}

.orangeBoxTitle
{
	color: #333300;
}

#div_homeAdBox
{
	width: 460px;
	background-color: #e1e1e1;
	border: 1px solid #a0a0a0;
}

.div_blueBoxContent ul, .div_greenBoxHomeContent ul, .div_orangeBoxHomeContent ul
{
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
	margin-left: 1em;
}

.div_blueBoxContent ul
{
	list-style-image: url(../images/homePage/blueBullet.gif);
}

.div_greenBoxHomeContent ul
{
	list-style-image: url(../images/homePage/greenBullet.gif);
}

.div_orangeBoxHomeContent ul
{
	list-style-image: url(../images/homePage/orangeBullet.gif);
}

.div_blueBoxContent li, .div_greenBoxHomeContent li, .div_orangeBoxHomeContent li
{
	line-height: 130%;
}

.div_blueBoxContent a:link, .div_blueBoxContent a:visited, .div_blueBoxContent a:active
{
	color: #003366;
	text-decoration: none;
}

.div_greenBoxHomeContent a:link, .div_greenBoxHomeContent a:visited, .div_greenBoxHomeContent a:active
{
	color: #003300;
	text-decoration: none;
}

.div_orangeBoxHomeContent a:link, .div_orangeBoxHomeContent a:visited, .div_orangeBoxHomeContent a:active
{
	color: #333300;
	text-decoration: none;
}

.div_blueBoxContent a:hover, .div_greenBoxHomeContent a:hover, .div_orangeBoxHomeContent a:hover
{
	text-decoration: underline;
}
/*end home page boxes*/