/* CSS Document */

/*general elements*/


body {
	background: #0073AE url(../gfx/itvtile.gif);
}

body, h1, h2, h3, h4, p, ul, li, img, div {
	margin: 0px;
	padding: 0px;
}

/*overrides the itv styles*/
td, body, option, select, li, input	{ font-family:inherit !important; font-size:inherit !important;}
#container #masthead td {
	font-size: 90%;
}

#container {
	width:760px;
	background-color: #fff;
}


/*topnav elements*/

#topnav {
	background: #fff;
	text-align: right;
	padding-top: 3px;
	letter-spacing: 1px!important;
	height: 19px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#topnav ul{
   list-style: none;
}

#topnav li{
   display: inline;
   margin-right: 1em;
}

#topnav a{
	color: #0073ae;
	text-decoration: none;
	font: bold 69% "Palatino Linotype", "Times New Roman", serif!important;
}

#topnav a:hover{
    color: #f63;
    text-decoration: underline;
}

div#topnav ul li a.current{
    color: red;
    text-decoration: none;
}


/*content elements*/

#content{
	background-color: #fff;
}

#masthead{
	font-size: 82%;
	background-color: #fff;
}

/*left nav elements*/

#leftnav{
	float: left;
	width: 155px;
	margin-left: 28px;
	color: gray;
	text-transform: uppercase;
	margin-bottom: 40px;
	letter-spacing: 1px;
}

#leftnav ul{
list-style: none;
}

#leftnav li{
margin-bottom: 10px;
}

#leftnav a{
color: gray;
text-decoration: none;
font: bold 0.67em/18px "Palatino Linotype", "Times New Roman", serif!important;
}

#leftnav a:hover{
text-decoration: underline;
color: #f63;
}

#leftnav img {
	margin-top: 64px;
	width: 155px;
	height: 100px;
}

/*article elements*/

#article{
	float: left;
	width: 500px;
	margin-left: 40px;
	margin-bottom: 40px;	
}

#article p{
	margin-bottom: 10px;
	font: 0.7em/18px "Trebuchet MS", trebuchet, sans-serif!important;
}
#article p.no_fact {
	width: 424px;
}

#article h2 {
	margin-bottom: 4px;
	font: 400 1.25em/21px "Palatino Linotype", "Times New Roman", serif!important;
	letter-spacing: 0.2em;
	color: #c30;
}

#article h3 {
	margin-bottom: 4px;
	font: 0.85em/18px "Trebuchet MS", trebuchet, sans-serif!important;
	letter-spacing: 2px;
	color: #c30;
	font-weight: 700;
}

div.fact{
	background: #EBEAE2;
	width: 180px;
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 4px;
	padding: 6px 8px 10px;
	font: italic 0.9em/18px Georgia, "Times New Roman", Times, serif!important;
	border-right: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
	border-top: 3px solid #EBEAE2;
	border-left: 3px solid #EBEAE2;
	color: #630;
}

div.gfxr{
	width: 180px;
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 4px;
}

div.gfxl {
	width: 180px;
	float: left;
	margin-bottom: 5px;
	margin-right: 12px;
	margin-top: 4px;
}

.gfxleft {
	padding-right: 12px;
	float: left;
	margin-top: 4px;
}

.gfxright {
	float: right;
	margin-top: 4px;
	padding-left: 12px;
}

.portrait {
	height: 82px;
	width: 72px;
	padding-right: 12px;
	float: left;
	margin-top: 4px;
}

#left_home {
width: 190px;
height: 750px;
float: left;
}

#left_home a {
color: white;
font-weight: normal;
text-decoration: none;
}

#left_home a:hover {
color: #f63;
text-decoration:underline;
}

#right_home {
	margin-left: 70px;
	width: 375px;
	float: left;
}

#right_home i {
	font-size: 1.2em;
	font-weight: 400;
	line-spacing: 120%;
	font-family: "Palatino Linotype", "Times New Roman", serif;
	color: #fff;
	line-height: 1.4em;
}

#right_home p {
	font-family: "Trebuchet MS", sans-serif;
	line-height: 120%;
	margin-left: 10px;
	text-indent: -10px;
	margin-bottom: 24px;
}

.left_box {
border: 1px solid #ff6633;;
width: 120px;
height: 116px;
margin-top: 34px;
margin-left: 40px;
background: black;
}

.granada {
	font-size: 80%;
	line-height: 140%;
	text-indent: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: left;
	color: #E9E9E9;
}

#holder{
	background: #000000 url(../gfx/FpBack.jpg) no-repeat;
	width: 740px;
	height: 750px;
	margin-left: 10px;
	margin-right: 10px;
}

#footer {
	color: #666;
	clear: both;
	background: black;
	padding: 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	line-height: 140%;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
