/* element reset to ensure correct cascade properties across all browsers */
table {font-size:inherit;}
body * {line-height:1.22em;}
body,div,form,fieldset,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}

/* base definitions with layout */
body
{
	background-color:#fff;
	text-align:center;
	
	font: 76% verdana,helvetica,sans-serif;
	color: #000000;
	height: 100%;
	margin: 0;
	padding: 0;
}

/* primary layout containers */
#pageWrap
{
	width:950px;
	margin:0 auto;
	text-align:left;
	border-bottom:15px solid #fff;
	border-left:15px solid #fff;
	border-right:15px solid #fff;
} 
.mainContainer
{
	width: 953px;
	margin: 0px;
}
.searchContainer
{
	width: 895px;
	margin: 0px;
	padding: 20px;
}
#page
{
	margin:0;
	padding:0;
	background:#fff;
}
#groupButtons
{
	float:left;
	width:225px;
}
#groupContent
{
	float:left;
	width:721px;
	min-height:625px;
	background-image: url(/images/homepagegradient.gif);
	margin: 0px;
}

/* DARK BLUE */
#breadCrumbNavy
{
	float:left;
	width:721px;
	background-color:#035090;
	margin: 0px;
}
#curveLeftNavy
{
	float:left;
	padding: 10px;
	width:690px;
	background: url(/images/curveNavy.gif) 0 0 no-repeat;
	color:#FFFFFF;
	font: 16px Verdana, sans-serif;
	font-weight: bold;
    margin: 0px;
}
#curveLeftN
{
	float:left;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 30px;
	width:670px;
	background: url(/images/curveLNavy.gif) 0 0 no-repeat;
    margin: 0px;
}
#curveRightN
{
	float:right;
	width:721px;
	background: url(/images/curveRNavy.gif) right top no-repeat;
    margin: 0px;
}
.boxNavy
{
	color: #FFFFFF;
	width: 295px;
	height: 220px;
	float: left;
	padding-left:25px;
	margin:10px;
}

/* LIGHT BLUE */
#breadCrumbBlue
{
	float:left;
	width:721px;
	background-color:#19ABDE;
	margin: 0px;
}
#curveLeftBlue
{
	float:left;
	padding: 10px;
	width:690px;
	background: url(/images/curveBlue.gif) 0 0 no-repeat;
	color:#FFFFFF;
	font: 16px Verdana, sans-serif;
	font-weight: bold;
    margin: 0px;
}
#curveLeftB
{
	float:left;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 30px;
	width:670px;
	background: url(/images/curveLBlue.gif) 0 0 no-repeat;
    margin: 0px;
}
#curveRightB
{
	float:right;
	width:721px;
	background: url(/images/curveRBlue.gif) right top no-repeat;
    margin: 0px;
}
.boxBlue
{
	color: #FFFFFF;
	width: 295px;
	height: 220px;
	float: left;
	margin:10px;
	padding-left:5px;
}

/* GREEN */
#breadCrumbGreen
{
	float:left;
	width:721px;
	background-color:#74B840;
	margin: 0px;
}
#curveLeftGreen
{
	float:left;
	padding: 10px;
	width:690px;
	background: url(/images/curveGreen.gif) 0 0 no-repeat;
	color:#FFFFFF;
	font: 16px Verdana, sans-serif;
	font-weight: bold;
    margin: 0px;
}
#curveLeftGR
{
	float:left;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 30px;
	width:670px;
	background: url(/images/curveLGreen.gif) 0 0 no-repeat;
    margin: 0px;
}
#curveRightGR
{
	float:right;
	width:721px;
	background: url(/images/curveRGreen.gif) right top no-repeat;
    margin: 0px;
}
.boxGreen
{
	color: #FFFFFF;
	width: 295px;
	height: 220px;
	float: left;
	margin:10px;
	padding-left:5px;
}

/* ORANGE */
#breadCrumbOrange
{
	float:left;
	width:721px;
	background-color:#EB911F;
	margin: 0px;
}
#curveLeftOrange
{
	float:left;
	padding: 10px;
	width:690px;
	background: url(/images/curveOrange.gif) 0 0 no-repeat;
	color:#FFFFFF;
	font: 16px Verdana, sans-serif;
	font-weight: bold;
    margin: 0px;
}
#curveLeftO
{
	float:left;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 30px;
	width:670px;
	background: url(/images/curveLOrange.gif) 0 0 no-repeat;
    margin: 0px;
}
#curveRightO
{
	float:right;
	width:721px;
	background: url(/images/curveROrange.gif) right top no-repeat;
    margin: 0px;
}
.boxOrange
{
	color: #FFFFFF;
	width: 295px;
	height: 220px;
	float: left;
	padding-left:25px;
	margin:10px;
}

/* GREY */
#breadCrumbGrey
{
	float:left;
	width:721px;
	background-color:#999999;
	margin: 0px;
}
#curveLeftGrey
{
	float:left;
	padding: 10px;
	width:690px;
	background: url(/images/curveGrey.gif) 0 0 no-repeat;
	color:#FFFFFF;
	font: 16px Verdana, sans-serif;
	font-weight: bold;
    margin: 0px;
}
#curveLeftG
{
	float:left;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 30px;
	width:670px;
	background: url(/images/curveLGrey.gif) 0 0 no-repeat;
    margin: 0px;
}
#curveRightG
{
	float:right;
	width:721px;
	background: url(/images/curveRGrey.gif) right top no-repeat;
    margin: 0px;
}

/* ------------------- */
#curveLeft
{
	float:left;
	padding: 10px;
	width:685px;
	background: url(/images/curveLMain.gif) 0 0 no-repeat;
    margin: 0px;
}
#curveRight
{
	float:right;
	width:667px;
	background: url(/images/curveR.gif) right top no-repeat;
    margin: 0px;
}
#curveRight2
{
	float:right;
	width:721px;
	background: url(/images/curveR2.gif) right top no-repeat;
    margin: 0px;
}
.boxWhite
{
	width: 303px;
	height: 235px;
	float: left;
	margin:0px;
	padding: 0px;;
}
.boxSpacer
{
	color: #FFFFFF;
	width: 295px;
	height: 10px;
	float: left;
	margin:0;
}
.partnership
{
	color: #005295;
	font: 13px Verdana, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 36px;
}

/* main area border */
.boxTop {background: url(/images/dotH.jpg) 0 0 repeat-x; width: 950px}
.boxBottom {background: url(/images/dotH.jpg) 0 100% repeat-x}
.boxLeft {background: url(/images/dotV.jpg) 0 0 repeat-y}
.boxRight {background: url(/images/dotV.jpg) 100% 0 repeat-y}
.boxCornerLeft {background: url(/images/leftCorner.jpg) 0 0 no-repeat}
.boxCornerRight {background: url(/images/rightCorner.jpg) 100% 0 no-repeat; padding:2px} 

/* round box */
.roundTop {background: url(/images/dot.jpg) 0 100% repeat-x; width: 665px;}
.roundBottom {background: url(/images/dot.jpg) 0 100% repeat-x; background-color:#FFFFFF;}
.roundLeft {background: url(/images/dot.jpg) 0 0 repeat-y;}
.roudnRight {background: url(/images/dot.jpg) 100% 0 repeat-y;}
.roundBL {background: url(/images/roundBL.gif) 0 100% no-repeat;}
.roundBR {background: url(/images/roundBR.gif) 100% 100% no-repeat;}
.roundTL {background: url(/images/roundTL.gif) 0 0 no-repeat;}
.roundTR {background: url(/images/roundTR.gif) 100% 0 no-repeat; padding:20px;}

.roundedBox {position:relative; padding:20px; margin:10px 0;}
.corner {position:absolute; width:20px; height:20px;}
.topLeft {top:0; left:0; background-position:-1px -1px;}
.topRight {top:0; right:0; background-position:-23px -1px;}
.bottomLeft {bottom:0; left:0; background-position:-1px -23px;}
.bottomRight {bottom:0; right:0; background-position:-23px -23px;}
#type1 {background-color:#EEEEEE;}
#type1 .corner {background-image:url(/images/corners.gif);}

/* menu definitions */
.buttons a
{
	color: #005295;
	background-color: #FFFFFF;
	padding: 2px;
	padding-left: 5px;
	font: 14px Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 2px;
	width: 200px;
	text-align: left;
	cursor:pointer;
}
.buttons a:hover
{
	color: #666666;
}

.buttons2 a
{
	color: #000000;
	background-color: #FFFFFF;
	padding: 2px;
	padding-left: 5px;
	font: 12px Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 0px;
	width: 200px;
	text-align: left;
	cursor:pointer;
}
.buttons2 a:hover
{
	color: #666666;
	text-decoration: none;
	cursor:pointer;
}
.buttonGray
{
	color: #666666;
	font-weight:bold;
}
.buttonGrayBold
{
	color: #666666;
	font-weight: bold;
	font-size: 17px;
}
.buttonGraySub
{
	color: #999999;
	font-weight: bold;
	font-size: 11px;
	padding-left: 20px;
}
.buttonBlue
{
	color: #19ABDE;
	font-weight:bold;
}
.buttonOrange
{
	color: #EB911F;
	font-weight:bold;
}
.buttonGreen
{
	color: #74B840;
	font-weight:bold;
}
.buttonNavy
{
	color: #035090;
	font-weight:bold;
}

/* font definitions */
h1
{
	color:#000000;
	font: 13px Verdana, sans-serif;
	font-weight: bold;
}
.niceText
{
	color: #666666;
	padding: 5px;
	padding-left: 8px;
	font: 12px Verdana, sans-serif;
	text-align: left;
}
.niceSpacer
{
	font: 5px Verdana, sans-serif;
}
.niceTextWhite
{
	color: #FFFFFF;
	padding: 2px;
	padding-left: 8px;
	font: 12px Verdana, sans-serif;
	text-align: left;
}
.niceTextWhite a
{
	color: #CCCCCC;
	padding: 2px;
	font: 12px Verdana, sans-serif;
	text-align: left;
}
.niceTextGrey
{
	color: #CCCCCC;
	padding: 2px;
	padding-left: 8px;
	font: 10px Verdana, sans-serif;
	text-align: left;
}
.niceTextGrey a
{
	color: #CCCCCC;
	font-weight:bold;
	padding: 2px;
	font: 10px Verdana, sans-serif;
	text-align: left;
}
.niceTextDarkGrey
{
	color: #666666;
	padding: 2px;
	padding-left: 8px;
	font: 10px Verdana, sans-serif;
	text-align: left;
}
.niceTextDarkGrey a
{
	color: #666666;
	font-weight:bold;
	padding: 2px;
	font: 10px Verdana, sans-serif;
	text-align: left;
}
.smallText
{
	color: #000000;
	padding-left: 4px;
	font: 10px Verdana, sans-serif;
	text-align: center;
}
.medText
{
	color: #FFFFFF;
	font: 16px Verdana, sans-serif;
	font-weight: bold;
	text-align: left;
}
  .bold {
	font-weight: bold;
}
	.double li {
	margin-bottom: 15px;
}
.italic {
	font-style: italic
}


/* lightbox */
.green_content
{
	display: none;
	position: absolute;
	top: 20%;
	left: 43%;
	width: 450px;
	height: 250px;
	padding: 16px;
	border: 16px solid #74B840;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
.orange_content
{
	display: none;
	position: absolute;
	top: 20%;
	left: 43%;
	width: 450px;
	height: 250px;
	padding: 16px;
	border: 16px solid #EB911F;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
.blue_content
{
	display: none;
	position: absolute;
	top: 20%;
	left: 43%;
	width: 450px;
	height: 250px;
	padding: 16px;
	border: 16px solid #19ABDE;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
.navy_content
{
	display: none;
	position: absolute;
	top: 20%;
	left: 43%;
	width: 450px;
	height: 250px;
	padding: 16px;
	border: 16px solid #035090;
	background-color: white;
	z-index:1002;
	overflow: auto;
}