/* ------------------ General tags ------------------- */
* {margin: 0; padding: 0;}

body {
	/* more specific to override imported rule */
	font-size: x-small;      /* false value for WinIE4/5 */
	voice-family: "\"}\"";   /* trick WinIE4/5 into thinking rule is over */
	voice-family: inherit;   /* recover from trick */
	font-size: small;        /* intended value for better browsers */
}

html>body {
	font-size: small;  /* be nice to Opera */
}		

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #4B5C6B;
	padding: 2em 0;
}


p {
	line-height: 1.5em;
	margin-bottom: 1em;
}

p.posted {
	font-size: 85%;
	color: #999;
	margin: 0 0 1em 0;
	padding: 0 0 0 20px;
	background: url('../images/icon_calendar.gif') no-repeat center left;
	border-bottom: 1px dashed #ccc;
}

a {
	color: #4B5C6B;
	text-decoration: underline;
}

a:hover {
	color: #8398A9;
	text-decoration: none;
}

.extlink {
	text-decoration: none;
	background: url('../images/diagonal.gif') repeat-x 100% 100%;
	white-space: nowrap;
	padding-bottom: 2px;
	color: #4B5C6B;
	font-weight: bold;
}

.extlink:hover {
	color: #8398A9;
}

.noshow {
	position: absolute;
    top: -300px;
}

.clearer {
	clear: right; 
	margin: 0; 
	padding: 0;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
}

h1, h2, h3 {
	color: #3A4752;
}

h1.clear, h2.clear, h3.clear {
	clear: right;
}
                          

blockquote {
	margin: 1em 4em;
	padding: .3em 0 .3em 29px;
	background: #F0F3F6 url('../images/quote_l.gif') no-repeat top left;
}

blockquote p {
	margin: 0;
	padding-right: 29px;
	background: url('../images/quote_r.gif') no-repeat bottom right;
}
	
.contentarea {
	padding-top: 1em;
}

img {
	border: 0;
	margin: 0 0 1em 1em;
}

img.right {
	float: right;
}

img.frame {
	border: 1px solid #ccc;
	padding: 4px;
}


div.caption {
	float: right;
	margin: 0 0 1em 1em;
	text-align: center;
}

div.caption img {
	margin: 0;
}

div.caption p {
	text-align: center;
	font-style: italic;
	font-size: 90%;
	font-weight: bold;
	margin: 0;
}

div.caption p strong {
	font-style: normal;
}


.sidebox {
	position: relative;
	background: #FDFCF6 url('../images/boxbg.gif') repeat-x;
	left: -1.5em;
	top: -1.5em;
	padding: 1.5em;
	border-bottom: solid 1px #E1D2BD;
	margin-bottom: 1em;
}

ul.linklist {
	list-style: none;
}

ul.linklist li {
	line-height: 2em;
}

#outer-wrapper {
	z-index: 2;
	position: relative; 
	width: 90%;
	border: solid 7px #fff;
	background-color: #fff;
	margin: 0 auto;
	max-width: 1200px;
}

#inner-wrapper {
	padding: 0 2em;
}

#banner {
	background: #fff url("../images/banners/3.jpg") no-repeat 50% 50%;
}

#title {
	width: 35%;
	float: right;
	background: #AAB9C4 url("../images/wrftlogo.gif") no-repeat 50% 50%;
	border-left: 3px solid #fff;
}

#banner h1 {
	margin: 0;
	padding: 150px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:150px;
	background: url("../images/wrft_logo.png") no-repeat right 4px !important;
	background: url("../images/shadow.gif") no-repeat right 4px;
}

#menu {
	clear: right;
	position: relative;
	background: #717171 url('../images/menu-bg-off-2.gif') repeat-x top left;
	height: 3.5em;
	padding: 0 1em;
	margin-bottom: 2px;
	margin-top: 2px;
}

#menu ul {
	position: absolute;
	top: 1em;
}

#menu ul li {
	position: relative;
	display: inline;
}

#menu ul li a {
	padding: 0.5em 0.4em 0.9em 0.4em;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#menu ul li a:hover, #menu ul li a.active {
	background: #717171 url('../images/menu-bg-on-2.gif') repeat-x top left;
	
}


#menubottom {
	background: #fff url('../images/border1.gif') repeat-x;
	height: 14px;
	margin-bottom: 1em;
}



#main {
	float: left;
	margin-right: -18em;
	width: 100%;
}

#main ul, #main ol {
	margin: 1em 3em;
	padding: 0;
}


#main li {
	list-style-type: square;
	list-style-position: outside;
	margin-bottom: 0.5em;
}

#main ol li {
	list-style-type: decimal;
	margin-bottom: 1em;
}

#main #news {
	margin: 0;
	padding: 0;
}

#main #news li {
	list-style-type: none;
	line-height: 2em;
	padding-left: 22px; /* width of the icon */
	background: url('../images/icon_news.gif') no-repeat center left;
}

#content {
	margin-right: 22em;
}

#main h1, #main h2, #main h3 {
	border-left: 10px solid #677E91;
	border-bottom: 1px solid #ccc;
	padding-left: 5px;
	margin-bottom: .4em;
	padding-top: .3em;
}

#main h2 a , #main h2 a:hover{
	text-decoration: none;
	color: #3A4752;
}

#main h2 a:hover {
	text-decoration: none;
}


#sidebar {
	float: right;
	width: 18em;
}


.boxed {
	margin-bottom: 2em;
}

.boxed h2 {
	font-size: 130%;
	background: #677E91 url("../images/menu-bg-off-2.gif") repeat-x top left;
	color: #fff;
	margin-bottom: 2px;
	padding: 0.2em .5em;
	font-weight: normal;
}

.boxed ul {
	padding: 1em 0 0 0;
	background: url(../images/border1.gif) repeat-x;

	line-height: 2em;
	padding-left: 0;
	list-style-type: none;
}

.boxed li {
	list-style-type: none;
	background: url('../images/menubullet.gif') no-repeat 5px 9px;
	margin: 0;
	padding-left: 20px;
	border-bottom: 1px dashed #ccc;
}

.boxed li a {
	display: block;
	text-decoration: none;
	color: #000;
}

.boxed li:hover {
	background-image: url('../images/menubullet2.gif');
	background-color: #D8DFE4;
	
}

.boxed p {
	margin-top: 0.5em;
}

/* ------------------ Photo gallery styling ------------------- */
#main .gallery {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 1em;
}

#main .gallery li { 
	display: inline;
	list-style: none;
	background: none;
	margin: 0;
	padding: 0;
}

#main .gallery img {
	margin: 2px;
	padding: 2px;
	border: 1px solid #b8b8b8;
	vertical-align: middle;
}

/* ------------------ Logos styling ------------------- */
#logos {
	text-align: center;
	padding: 0;
	margin: 0;
}

#logos li { 
	list-style-type: none;
	display: inline;
}

#logos img {
	margin: 0.2em;
	padding: 0;
	border: 0;
	vertical-align: middle;
}

#main div.info {
	border: 1px solid red;
	padding: 1em;
	background: #EEF1F4;
	border: 1px solid #AAB9C4;
	margin-bottom: 1em;
}

#main div.info h2 {
	font-size: 1.2em;
	color: #000;
	border: 0;
	padding: 0;
	margin-bottom: 0;
}

#main div.info a {
	border: 0;
	margin: 0;
	padding: 0;
}

#main div.info p {
	margin: 1em 0 0 0;
}

#main div.info img {
	float: right;
	margin: 0 0 0 1em;
	padding: 0.3em;
	background: #fff;
	border: 0;
}

#footer {
	position: relative;
	height: 2em;
	clear: both;
	padding-top: 5em;
	background: #fff url('../images/border2.gif') repeat-x 0em 2.5em;
	color: #666;
}

#footer .left {
	position: absolute;
	left: 2em;
	bottom: 1.2em;
}

#footer .right {
	position: absolute;
	right: 2em;
	bottom: 1.2em;
}

#footer ul {
	margin: 0;
	padding: 0;
} 

#footer ul li {
	padding: 0 .1em 0 .5em; 
	border-left: 1px solid #666;
	list-style: none;
	display: inline;
}		

#footer ul li.first {
	border-left: 0;
	padding-left: 0;
}

/* ------------------ Section-menu logos ------------------- */

#accreditation {
	margin: 1em 0 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#accreditation li {
	border: 0;
	display: inline;
}

#accreditation img {
	border: 0;
	padding: 0;
	margin: 0 0.3em;
	vertical-align: middle;
}

/* ------------------ Downloads list styling ------------------- */
#main #downloads {
	margin: 0;
	padding: 0;
}

#downloads li {
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 1px 2px;
	margin: .5em 0;
	padding: 0;
	padding-left: 35px; /* width of the icons */
	border-top: 1px dashed #b7b7b7;
}

#downloads li#show {
	background-color: #EEF1F4;
}

#downloads li {background-image: url("../images/icon-err.gif");}
#downloads li.doc, #downloads li.dot {background-image: url("../images/icon-ms-word.gif");}
#downloads li.pdf {background-image: url("../images/icon_pdf.gif");}
#downloads li.zip {background-image: url("../images/icon_zip.gif");}
#downloads li.pub {background-image: url("../images/icon-ms-publisher.gif");}
#downloads li.ppt {background-image: url("../images/icon-ms-powerpoint.gif");}
#downloads li.xls {background-image: url("../images/icon-ms-excel.gif");}
#downloads li.mdb {background-image: url("../images/icon-ms-access.gif");}

#downloads strong {
	font-weight: normal;
}

#downloads em {
	background: url("../images/icon_calendar.gif") no-repeat 0% 50%;
	padding-left: 20px;
	font-style: normal;
}
