@charset "utf-8";/* CSS Document */

/************************** RESET **********************/
 html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/******************************** END RESET **************************/
 
 
 
 body 
{
	background:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000; 
	font-size:10px;
}

a 
{
	text-decoration:none;	color:#545454;
}


h1 
{
	padding:12px 0px 0px 0px;	margin:0px; 	line-height:95%;
}

h2 
{
	padding:12px 0px 0px 0px;	margin:0px;	line-height:95%; 
}

p 
{
	font-size:11px;
	padding-bottom:5px;
	color:#333;
}


select
{
	background-color:#FFFFFF !important;	border:1px solid #999999;	font-family:Arial,Helvetica,san-serif;	color:#666666;	font-size:10px;	line-height:1px;
}

/*Styles Starts for Left Navigation*/
.contentWrapper {
	width:150px;
	padding:0px 0px 0px 0px; 
	margin:0px;
	clear:both;
	float:left;
	background-color: #35A1D0;
	background:url('/common/images/box_top.jpg') no-repeat top center;
	padding-top:20px;	
}

.searchContainerLeftNav {
	width:150px !important; /* for FF */	
	width:150px; 
	padding-top:2px;    
	text-align:center;
	display:none;
}

.contentWrapper .leftNavigation {
	margin:0px;
	padding:0px 0px 21px 0px;
	width:150px;
	background:transparent url(/common/images/box_bottom.jpg) no-repeat scroll center bottom;
}

.contentWrapper .leftNavigation ul {
	margin:0px 0px 0px 5px;
	padding:0px;
	width:140px;
	background: #35A1D0;
}

.contentWrapper .leftNavigation ul li {
	margin:0px;
	padding:0px;
	display:block;
	list-style:none;
	line-height:1em;
}

.contentWrapper .leftNavigation ul li a {
	color:#FFFFFF;
	font-size:10px;
	display:block;
	font-weight:bold;
	margin:0px 5px 0px 5px!important;
	margin:0px 5px -5px 5px;
	border-top:1px solid #FFFFFF;
	padding:6px 5px 8px 5px!important;	
	padding:8px 5px 0px 5px;	
}

.contentWrapper .leftNavigation ul li a:hover {
	color:#FEF200;
	text-decoration:none;
}

.contentWrapper .leftNavigation ul a:active{
	background:#29378F;
}

.contentWrapper .leftNavigation ul li.childSelected a{
	color:#FEF200;
}


ol{
	margin-left:0px;
	padding-left:15px;
	padding-bottom:15px;
	list-style-type:decimal;
	list-style-position:inside;
}

ul.bulleted {
	list-style-type:disc;
	margin-left:15px;
}

ul.bulleted li{
	padding-bottom:3px;
	}

ol#faqQuestions li a {
	color: #333;
	text-decoration:underline;
	}


ol#faqAnswers li {
	padding-bottom:5px;
	}

ol#faqAnswers li p {
	padding-bottom:5px;
	}

ol#faqAnswers li a
{
	font-weight:bold;
	color: #333;
}
ol#faqAnswers li a:hover
{
	color: #000000;
	text-decoration: underline;
}

#footerLinks ul li {
	color:#273896;	
}

#footerLinks a {
	color:#273896;
}

table.summarybox  {
	border:1px solid #313C8C;
	border-spacing:0px;
}

table.summarybox td  {
	border:1px solid #313C8C;
	padding:10px;
	}
	
table.summarybox th {
	border:1px solid #313C8C;
	padding:10px;
	font-weight:bold;
	font-size:10px;
	width:130px;
	vertical-align:middle;

}
table.inner {
	border-collapse:collapse;
	paddding:8px;
}

table.summarybox ul {
	margin-left:15px;
	list-style-type:circle;
}

table#accessibility {
	border:1px solid #313C8C;
	border-spacing:0px;
}

table#accessibility td {
	border:1px solid #313C8C;
	padding:5px;
}
