/* CSS Document */

/* CSS Document */
body  
{
	color: #002235;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background-image:url(../assets/page-bg.jpg);
	background-repeat:repeat;
	}






h1
{
font-size:20px;
font-family:Helvetica, sans-serif;
color: #990000;
letter-spacing: 1px;
text-align:left;
text-transform: uppercase;
padding:25px 0px 10px 0px;
}

h2
{
font-size:14px;
text-align:left;
font-family:Helvetica, sans-serif;
color: #999999;
letter-spacing: 1px;
margin:3px 0 10px 0;
}


h4
{
font-size:12px;
line-height:14px;
font-family:Geneva, Arial, Helvetica, sans-serif;
color: #CCCCCC;
letter-spacing: 1px;
margin:0 0 5px 0;
font-weight:normal;
}


#container
{
	margin: 0px auto;
	padding: 0px;
	width: 1000px;	
}

#containertwo
{	width:985px;
	margin: 0px auto;
	border:#CCCCCC 1px solid;
	background-color:#FFFFFF;
}

#top
{
	height: 55px;
	width:950px;
	background-color:#FFFFFF;
	margin: 0px 0px 0px 5px;
	padding:10px 5px 0 10px;

}

#top img
{	float:right;
	margin-top:14px;
}


#nav
{margin: 20px 0 0 0;
	width:550px;
}

#nav ul
{
margin:0px;
padding:0px;
list-style-type:none;
}	

#nav li
{
width:110px;
float:left;
color: #666666;
position: relative;
}

#nav li a
{ 
	text-transform:uppercase;
	text-decoration:none;
	color: #666666;
	display:block;
	text-align:center;
	border-left:#CCCCCC solid 1px;
	background-color:#FFFFFF;
	line-height:20px;

}

#nav li a:hover
{ 	text-transform:uppercase;
	color:#b00829;
	display:block;
	border:#CCCCCC dotted 1px;
}

#nav li ul /* second-level lists */
{
	display:none;
	position:absolute;
	width:110px;
	top:0;
	left:0;
	
}

#nav li>ul /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
{
top:auto;!important
left:auto;!important
}


	
#nav li:hover ul, #nav li.over ul /* lists nested under hovered list items */
{
	display: block;
	padding:0px;
	margin:0px;
		
}

#nav ul li li a
{
	border-left:  #999999 1px dotted;
	border-right:  #999999 1px dotted;
	border-bottom:  #999999 1px dotted;
	color: #999999;
	line-height:20px;
	
}


#nav li li:hover a
{
	background-color: #F7F7F7;
	color: #999999;
	border:none;


}


#flashcentre-index
{ 
	width:955px;
	background-color: #ffffff;
	margin: 0px 0px 0px 5px;
	padding:0px 0px 0 10px;
	background-image:url(../assets/id.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#flashcentre-index h1
{	margin: 0 0 0 0;
}

#flashcentre-index h2
{	padding-left:0px;
}

#flashcentre-index h3
{	font-size:13px;
font-family:Geneva, Arial, Helvetica, sans-serif;
color: #990000;
letter-spacing: 1px;
margin:0px;
text-align:left;
padding-left:30px;
}


#flashcentre-index ul
{ margin: 0px 0px 0px 15px;
  list-style-type:none;
}

#flashcentre-index li
{	text-align:left;
	color: #333333;
list-style-image:url(../assets/logo-A-red.gif);
list-style-position: inherit;
padding-bottom:3px;
}

.title
{
font-size:12px;
margin:0px 0 0 0;
text-align:left;
font-family:Geneva, Arial, Helvetica, sans-serif;
color: #FFFFFF;
}


.innerbox
{
	float:left;
	width:200px;
	padding-right:30px;
	padding-left:30px;
	color: #FFFFFF;
	background-color:#000000;
}

#innerbox
{
	float:left;
	width:260px;
	color: #000000;
	padding-left:0px;
	margin-right:50px;
	overflow: hidden;
	text-align: justify;
}


#footer
{
	margin-top: 10px;
	font-size:12px;
	color: #666666;
	text-align:center;
	line-height:18px;
	width:935px;
	padding:0px 20px 0 20px;

}

.blacktext
{
	color:#000000;
	text-transform:none;
}

.greytext
{
	color: #999999;
	text-transform:none;
	font-size:10px;
}

.greytext-big
{
	color: #CCCCCC;
	text-align:left;
}


.redheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:19px;
	margin:0px;
	padding-left:3px;
	color: #CCCCCC;
}

.readmore {
float: right;
}

