/* GAPAN text, tables, links, forms & image styles */
/* default styles */
body, p, address, h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
p, address, li {
	font-size: 0.9em;
	color: #313131;
}
h1 {
	font-size: 1.15em;
	font-weight: bold;
	color: #666666;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #828e8d;
}
h3 {
	font-size: 1.05em;
	font-weight: bold;
	color: #06084f;
}
h4 {
	font-size: 0.95em;
	font-weight: bold;
	color: #ab0707;
}
h5 {
	font-size: 0.95em;
	font-weight: bold;
	color: #1b5c9d;
}
/* custom styles */
.headerFloat p {
	color: #818181;
}
.footerDetailsContent p {
	font-size: 0.7em;
	color: #c5c5c5;
}
.footerDetailsContent h1 {
	font-size: 0.75em;
	color: #fff;
}
.breadcrumbArea p {
	color: #7f7f7f;
	font-size: 0.8em;
}
.mainAreaContent h1, .mainAreaContent h2 {
	color: #2d2d2d;
	font-size: 1.5em;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 7px 0px 5px 0px;
}
.mainAreaContent h2 {
	font-size: 1.1em;
	padding: 0px 0px 5px 0px;
}
/* link styles */
a:link, a:visited {
	font-weight: bold;
	color: #c50f0f;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
.headerFloat p a:link, .headerFloat p a:visited {
	font-weight: normal;
	color: #818181;
	text-decoration: none;
}
.headerFloat p a:hover, .headerFloat p a:active {
	text-decoration: underline;
}
.footerDetailsContent p a:link, .footerDetailsContent p a:visited {
	font-weight: normal;
	color: #c5c5c5;
	text-decoration: none;
}
.footerDetailsContent p a:hover, .footerDetailsContent p a:active {
	text-decoration: underline;
}
.footerDetailsContent h1 a:link, .footerDetailsContent h1 a:visited {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.footerDetailsContent h1 a:hover, .footerDetailsContent h1 a:active {
	text-decoration: underline;
}
.breadcrumbArea p a:link, .breadcrumbArea p a:visited {
	font-weight: normal;
	color: #7f7f7f;
	text-decoration: none;
}
.breadcrumbArea p a:hover, .breadcrumbArea p a:active {
	text-decoration: underline;
}
/* form styles */
form {
	margin: 0;
	padding: 0;
}
.searchContentFloat input {
	width: 117px;
	height: 16px;
	margin-top: 4px;
	font-size: 1em;
	color: #000;
}
/* image styles */
img {
	border: 0;
}
.searchContentFloat#image img {
	padding: 4px 0px 0px 5px;
}
/* menu style */
.menu {
	position: relative;
	font-size: 1.1em;
	z-index: 90;
	margin-left: 15px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
.menu ul ul {
	font-size: 14pt;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float: left;
	position: relative;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display: block;
	font-size: 1em;
	text-decoration:none;
	color: #fff;
	background: #083d80;
	padding: 5px 7px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {

}
/* style the second level hover */
.menu ul ul a.drop:hover{

}
.menu ul ul :hover > a.drop {

}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {

}
/* style the third level hover */
.menu ul ul ul a:hover {

}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 100%;
	left: 0;
}
.menu ul ul li {

}

/* position the third level flyout menu */
.menu ul ul ul{
	left: 150px;
	top: 0;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left: -138px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background: #1051a3;
	font-size: 0.7em;
	color: #fff;
	padding: 5px;
	width: 140px;
	border-bottom: 1px solid #083d80;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:150px;
	w\idth:128px;
}

/* style the top level hover */
.menu a:hover {
	color: #fff;
	background: #1051a3;
}
.menu :hover > a, .menu ul ul :hover > a {
	color: #fff;
	background: #1051a3;
}

/* style the second level hover */
.menu ul ul a:hover {
	background: #083d80;
	color: #fff;
	border-bottom: 1px solid #083d80;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility: visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility: hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
	visibility: visible;
}
/* footer menu styles */
ol#footerNav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
ol#footerNav li {
	float: left;
	padding: 5px 20px;
}
ol#footerNav li a {
	color: #fff;
	display: block;
	text-decoration: none;
	font-size: 0.9em !important;
}
ol#footerNav li a:hover {
	text-decoration: underline;
}
ol#footerNav li.current a {
	text-decoration: underline;
}
ol#footerNav li.current a:hover {
	text-decoration: underline;
}
/* sub nav styles */
.subNavArea ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.05em;
	font-weight: bold;
	color: #7f7f7f;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.subNavArea ul li ul{
	font-size: 1.1em;
}
.subNavArea ul li ul li{
	padding-left: 10px;
}
.subNavArea ul li ul li ul li{
	padding-left: 7px;
	font-size: 0.7em;
}
.subNavArea ul li {
	border-top: 1px dotted #7f7f7f;
}
.subNavArea ul li a {
	color: #7f7f7f;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 0px;
}
.subNavArea ul li a:hover {
	color: #1051a3;
}
.subNavArea ul li.current a {
	color: #1051a3;
}
.subNavArea ul li.current a:hover {
	color: #1051a3;
}

/* CMS Content Styles */
.mainAreaContent p, .mainAreaContent address {
	margin: 6px 0 12px 0;
	line-height: 1.4em;
}

.mainAreaContent address{
	font-style:normal;
}
	
.mainAreaContent img {
	padding: 10px;
}

.mainAreaContent ul, .mainAreaContent ol {
	margin: 10px 0 0 0;
	width: 90%;
}

.mainAreaContent li {
	margin: 2px 0 4px 30px;
	line-height: 1.4em;
}
.textright{
	float: right;
	text-align: right;
	width: 30% !important;

}
.newsitem{
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px 0 20px 0;
}
ul.gallery {
	width: 720px;
	margin: 20px 0 !important;
}

ul.gallery {
	margin: 0;
	padding: 0;
}

ul.gallery li {
	float: left;
	width: 140px;
	height: 140px;
	border: 5px solid #ccc;
	background-color: #ccc;
	margin: 0 10px 10px 0 !important;
	list-style-type: none;
}

ul.gallery li a {
	margin: 0 0 0 0 !important;
	padding: 0 !important;
	width: 136px;
	height: 136px;
	display: block;
	border: 2px solid #fff;
}

ul.gallery li:hover {
	border: 5px solid #666;
}

ul.gallery li img {
	display: none !important;
}

/* Custom TinyMCE Styles */

.redText {
	color: #f00;
}

.blueText {
	color: #1051a3;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0
}

.aligncenter {
	margin: 0 auto 10px auto;
	text-align: center;
}
.alignright {
	float: right;
	margin: 0 0 10px 10px;
}