@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	padding:0;

}


#wrapper{
	background-color:#fff;
	width:960px;
	margin:0 auto;
	padding:0 10px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
}



/****************************************************************************/
/*									text									*/
/****************************************************************************/

p{
	font-size: 0.8em;
	color: #666;
	line-height: 1.4em;
	text-align: justify;
}

h1{
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}

h2{
	font-size:1.3em;
}

h3{
	font-size:1.2em;
	font-weight: bold;
}

h4{
	
	font-size:1.1em;
}

h5{
	font-size:1em;
	margin-bottom: 8px;
}

h6{
	font-weight:bold;
}

.bold{
	font-weight:bold;
}

.italic{
	font-style:italic;
}

#sideNav ul ul li a.selected, a.selected{
	font-weight:bold;
	color:#000;
}

.boldItalic{
	font-style:italic;
	font-weight:bold;
}

.black{
	color:#000;
}

.red{
	color:#F00;
}

/****************************************************************************/
/*									links									*/
/****************************************************************************/

a{
	color:#000;
}
a:hover{
	color:#666;
}

/****************************************************************************/
/*								navigation									*/
/****************************************************************************/


/********************************top navigation********************************/

#topNav{
	margin:0;
	padding:8px 0;
	position: relative;
	width: 940px;
	height: 1.2em;
}



#topNav ul li{
	display:inline;
	font-size: 0.7em;
	color: #666;
}

#topNav ul li a{
	color:#666;
	text-decoration:none;
}

#topNav ul li a:hover{
	color:#000;
}


/********************************side navigation********************************/

#sideNav{
	position: relative;
	width:210px;
	float: none;
	margin: 0;
	padding: 0;
}

#sideNav a{
	display:block;
	padding: 7px 0 5px 10px;
	position:relative;
	border-bottom: solid #ccc 1px;
	font-size:0.8em;
	color:#000;
	text-decoration:none;
	line-height: 1.5em;
	width:200px
}
#sideNav a:hover{
	background-color:#E4E4E4;
	cursor:pointer;
	color:#000;
}
	

#sideNav ul li.head a{
	font-weight:bold;
	color:#FFF;
	background-color:#C00;
	}

#sideNav ul li.last{
	border-bottom:solid #C00 10px;
}

#sideNav ul ul li a{
	padding:7px 10px;
	color:#666;
	width:180px;
}


#sideNav ul ul li{
	padding-left:10px;
	color:#666;
}

/*******************************bottom navigation********************************/

#footer{
	border-top: solid #C00 3px;
	color:#666;
	position: relative;
	width: 960px;
	margin: 0 auto;
	clear: both;
	padding: 5px 0 15px 0;
	font-size: 0.7em;
	height: 1.5em;
}

#footer .floatLeft{
	margin-right: 5px;
}

#footer ul li{
	display:inline;
}

#footer ul li a{
	color:#000;
	text-decoration:none;
}

#footer ul li a:hover{
	color:#666
}

/****************************************************************************/
/*									lists									*/
/****************************************************************************/
#container ol{
	margin: 10px 0 10px 40px;
	list-style-type:decimal;
	font-size:0.8em;
	color: #666;
	line-height: 1.6em;
}




#container ul{
	margin: 10px 0 10px 30px;
	position: relative;
	padding-left: 15px;
	width: 650px;
	list-style-type: square;
	font-size: 0.8em;
}

#container ul li{
	list-style-type: square;
	color: #666;
	line-height: 1.6em;
	position: relative;
	list-style-position: outside;
}
#container ul li.arrow{
	background-image:url(../img/icons/arrow_down.jpg);
	background-repeat:no-repeat;
	padding-left:15px;
	list-style-type:none;
	background-position: 0 4px;
}
#container ul li.pdf{
	background-image:url(../img/icons/pdficon_small.gif);
	background-repeat:no-repeat;
	padding-left:28px;
	list-style-type:none;
	background-position: 0 1px;
}

#container ul li.link{
	background-image:url(../img/icons/world_go.gif);
	background-repeat:no-repeat;
	padding-left:28px;
	list-style-type:none;
	background-position: 0 1px;
}

#container ul li.word{
	background-image:url(../img/icons/page_word.gif);
	background-repeat:no-repeat;
	padding-left:28px;
	list-style-type:none;
	background-position: 0 1px;
}
#container ul ul{
	width: 620px;
	font-size: 1em;
}

#container ul li.tick{
	background-image:url(../img/icons/tick.jpg);
	background-repeat:no-repeat;
	padding-left:15px;
	list-style-type:none;
	background-position: 0 3px;
	position: relative;
	display: block;
	line-height: 2em;
	width: 600px;
}

/****************************************************************************/
/*								common styles								*/
/****************************************************************************/
.floatLeft{
	float:left;
	margin-right:20px;
}

.floatLeft img{
	margin-bottom:10px;
}

.floatRight{
	float:right;
	margin: 0 0 0 10px;
	padding: 0;
}

.homeText{
	float:right;
	margin: 0;
	padding: 0;
}

.floatLeftTeam{
	float:left;
	margin-right:20px;
	clear: left;
	position: relative;
	margin-bottom: 10px;
}

.teamCont{
	position:relative;
	width: 700px;
	overflow: auto;
	margin-bottom: 20px;
}

.teamCont .text{
	float:left;
	width: 530px;
}

.listRight{
	margin-left:220px;
}

/****************************************************************************/
/*									tables									*/
/****************************************************************************/
table tr td{
	vertical-align:top;
	padding:10px;
}

table tr td p{
	text-align:left;
}

table tr td.halfSize{
	width:50%;
}

table tr td.greyCenter{
	text-align:center;
	background-color:#E5E5E5;
}

table tr td.border, table.border, table tr.border{
	border:solid #CCC 1px;
}

table tr td.center{
	text-align:center;
}

table tr.grey{
	background-color:#EFEFEF;
}

.fullLength{
	width:98%;
	}
/****************************************************************************/
/*									content									*/
/****************************************************************************/

#banner{
	margin:0 0 20px 0;
	padding:0px;
	border-bottom:solid 3px #C00;
	border-top:solid 3px #C00;
	height: 124px;
	position: relative;
	width: 940px;
}
#banner img{
	margin:18px 0;
}

#leftCol{
	position: relative;
	width: 210px;
	float: left;
	overflow: auto;
}

#leftCol .address{
	background-color:#EEE;
	color:#000;
	margin: 10px 0 5px 0;
	padding: 10px;
	position: relative;
	border-top: solid #CCC 10px;
	border-bottom: solid #CCC 10px;
	border-left: solid #CCC 0.5px;
	border-right: solid #CCC 0.5px;
	line-height: 1.2em;
	float: left;
	width: 188px;
}

#leftCol .address p{
	font-size:0.7em;
	text-align: left;
}

#leftCol .address h6{
	font-size:0.9em;
}



#container{
	padding: 0 0 20px 20px;
	position: relative;
	float: left;
	width: 710px;
}

#container .search{
	width: 680px !important;
	position: relative;
}

#mainCont{
	clear: both;
	position: relative;
	width: 940px;
}

#search{
	float: right;
	margin: 0;
	padding: 0;
}

.greyBorder{
	border:solid #CCC 1px;
}
.submit{
		border:solid #CCC 1px;
}

.submit:hover{
	border:solid #CCC 1px;
	cursor:pointer;
	background-color:#E2E1E4;
}

#siteMap{
}

#siteMap ul li{
	list-style-type:none;
}

#siteMap a, #siteMap ul li a{
	text-decoration:none;
}
#siteMap h4{
	margin:0 0 20px 0;
}
