/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#808080;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#414141;
	line-height:15px;
}

.contactHeader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#003399;
}

.header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#003399;
	line-height: 20px;
	padding-bottom: 12px;
}

.subheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#393939;
	padding-bottom: 5px;
}

.rightheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#003399;
	padding-bottom: 5px;
}

.formheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	padding-bottom: 0px;
	padding-top: 0px;
}
.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#7C7C7C;
	line-height:11px;
	text-align:center;
}

.lowerNav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;

}


/*links*/

a:link,a:visited,a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#003399;
	line-height:15px;
	text-decoration:underline
} 

a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#0066CC;
	line-height:15px;
	text-decoration:underline
} 

a:link.rightside,a:visited.rightside,a:active.rightside {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#414141;
	line-height:15px;
	text-decoration:none
} 

a:hover.rightside {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#003399;
	line-height:15px;
	text-decoration:underline
} 



/*lower nav*/

a:link.lowerNav,a:visited.lowerNav,a:active.lowerNav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
	line-height:15px;
	text-decoration:none
} 

a:hover.lowerNav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
	line-height:15px;
	text-decoration:underline
}

a:link.footer,a:visited.footer,a:active.footer, a:hover.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#7C7C7C;
	line-height:11px;
	text-decoration:underline;
}
/*left nav*/



a:link.nav,a:visited.nav,a:active.nav {
	display: block; 
	width: 165px; 
	height: 30px; 
	background: url("images/gsquare.gif") 0 0 no-repeat; 
	font-family:Arial, Helvetica, sans-serif; 
	color: #D8D8D8;  
	font-weight: bold; 
	font-size: 12px; 
	text-decoration: none; 
	text-indent: 45px; 
	line-height:27px
}

a:hover.nav{ 
	display: block; 
	width: 165px; 
	height: 30px; 
	background: url("images/ysquare.gif") 0 0 no-repeat; 
	font-family:Arial, Helvetica, sans-serif; 
	color: #F7BA31;  
	font-weight: bold; 
	font-size: 12px; 
	text-decoration: none; 
	text-indent: 45px; 
	line-height:27px
}

a:link.activeNav,a:visited.activeNav,a:active.activeNav, a:hover.activeNav { 
	display: block; 
	width: 165px; 
	height: 40px; 
	background: url("images/ysquareON.gif") 0 0 no-repeat; 
	font-family:Arial, Helvetica, sans-serif; 
	color: #F7BA31;  
	font-weight: bold; 
	font-size: 12px; 
	text-decoration: none; 
	text-indent: 45px; 
	line-height: 35px
}

a:link.activeNav1,a:visited.activeNav1,a:active.activeNav1, a:hover.activeNav1 { 
	display: block; 
	width: 165px; 
	height: 40px; 
	background: url("images/ysquareON1.gif") 0 0 no-repeat; 
	font-family:Arial, Helvetica, sans-serif; 
	color: #F7BA31;  
	font-weight: bold; 
	font-size: 12px; 
	text-decoration: none; 
	text-indent: 45px; 
	line-height: 35px
}

a:link.activeNav5,a:visited.activeNav5,a:active.activeNav5, a:hover.activeNav5 { 
	display: block; 
	width: 165px; 
	height: 35px; 
	background: url("images/ysquareON5.gif") 0 0 no-repeat; 
	font-family:Arial, Helvetica, sans-serif; 
	color: #F7BA31;  
	font-weight: bold; 
	font-size: 12px; 
	text-decoration: none; 
	text-indent: 45px; 
	line-height: 35px
}

/*lists*/

.listheader{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#414141;
	padding-bottom: 5px;
}

li{
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#393939;
	padding-bottom: 10px;
}

ul {
	margin-top: 5px;
	margin-bottom: 3px;
	margin-left: 14px;
	margin-right: 0px;
	list-style-position: outside; 
	list-style-image: url("images/bluearrow.gif"); 
	list-style-type: disc;
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#393939;
}

.shortlist{
	padding-bottom: 3px;
}


li{
	padding-bottom: 10px;
}

ul {
	clear: both;
    list-style-type: none;
    text-align: left;
    margin-left: 35px;
    padding: 0;
	list-style-image: url("images/greyarrow.gif");
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color:#393939;
}


ul.leftAlign {
	clear: both;
    list-style-type: none;
    text-align: left;
    margin-left: 15px;
    padding: 0;
	list-style-image: url("images/bluearrow.gif");
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color:#393939;
}

ol {
	margin-top: 5px;
	margin-bottom: 13px;
	margin-left: 24px;
	margin-right: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#393939;
}

