@charset "utf-8";
/* CSS Document */

/* 

Created By Antony de Navarro 

Primary Colours

BG Silver
silver: #eeeeee

Content Gray
gray: #dddddd

Blue: #0B447B
green: #3F5C46
Yellow: #FCC814
Red: #990000

*/

html {

}

body {
	font-size: 90%;
	font-family: helvetica, georgia, verdana, sans-serif;
	line-height: 1.6em;
	text-align: center;
	color: #444444;
	background-color: #eeeeee;
	background-attachment: fixed;
	background-image: url(../images/layout/bg_tile.jpg);
	background-repeat: repeat-x;
}

ul, li, img, body, html {
margin: 0;
padding: 0;
}

a {text-decoration: none; color: #002299}
a:visited {text-decoration: none; color: #660066}
a:active {text-decoration: underline}
a:hover {text-decoration: underline}

a img {border: none}



.fr {
float: right;
margin-left:20px;

}
.frBorder {
float: right;
margin-left:20px;
border: 5px solid #ffffff;
}

.fl {
float: left;
}

.clearit{clear:both;
}

.nnPic{
float: right;
margin: 0 120px;
border: 5px solid #ffffff;}

#container {
text-align: left;
background-color: #ffffff;
width: 865px;
margin:auto;
/*border-left: 5px solid #990000;
border-right: 5px solid #990000;
border-bottom: 5px solid #990000;*/
/* add background */
}
#greyBG {
text-align: left;
background-color: #dddddd;
width: 855px;
margin:auto;
/* add background */
}

#container ul,
#container ul li

{
list-style-type: circle;
}

#header {
background: url(../images/layout/header.jpg);
height: 66px;
overflow: hidden;
position:relative;
}

#imgmap1 { position: absolute; top: 8px; left: 8px; width: 280px; height: 50px; background-color: none; /*border: 1px solid yellow;*/ }

#header h1,
#header h2,
#header h3{
display:none;
}

#pageHeading h2 {
display:none;	
}

#content {
padding:0;
margin:0;
}

#profileTier1, #portfolioTier1, #CVTier1, #contactTier1 {
font-size: 80%;
font-family: helvetica, georgia, verdana, sans-serif;
line-height: 1.6em;
font-weight: bold;
padding:0px 25px;
margin:0;
border-bottom: solid 5px #FFFFFF;
color:#FFFFFF;
}
#profileTier1 a, #portfolioTier1 a, #CVTier1 a, #contactTier1 a {
color:#FFFFFF;
font-weight: normal;
text-decoration:underline;
}

#profileTier1 a:hover, #portfolioTier1 a:hover, #CVTier1 a:hover, #contactTier1 a:hover {
color:#999999;
font-weight: normal;
text-decoration:none;
}


#profileTier1{
background-color: #0B447B;
}
#portfolioTier1{
background-color: #3F5C46;
}
#CVTier1{
background-color: #FCC814;
}
#contactTier1{
background-color: #990000;
}

#footer p{
padding: 5px 0;
margin: 5px 0 0 0;
text-align: center;
color: #FFFFFF;
font-size: 75%;
font-family: tahoma, helvetica, georgia, verdana, sans-serif;
border-top:5px solid #FFFFFF;
border-bottom: 5px solid #FFFFFF;
}

#footer a {color:#FFFFFF;}


#profileFooter {
background-color: #0B447B;
}

#portfolioFooter {
background-color: #3F5C46;
}

#CVFooter {
background-color: #FCC814;
}

#contactFooter {
background-color: #990000;
}

#tier2 {
padding: 0 0px;
}

#tier2 ul, #tier2 ol {
padding: 0 45px;
}

h3 {
color: #444444;
margin: 0;
padding: .2em .5em;
text-align: left;
text-transform: lowercase;
font-weight: normal;
}

h2 { 
font-family: Georgia, "Times New Roman", Times, serif;
}

h5 {
margin: 20px 0 5px 25px;
font-size: 110%;
font-family: helvetica, georgia, verdana, sans-serif;
line-height: 1.6em;
font-weight:bold;
line-height:normal;
color: #444444;
}

h6 {
font-size: 90%;
margin: 0px 0 10px 25px;
font-family: helvetica, georgia, verdana, sans-serif;
line-height: 1.6em;
color: #888888;
line-height:normal;
}

p {
margin: 15px 25px;
line-height: 1.6em;
color: #444444;
}

.break {

margin: -20px 25px 0 25px;
padding:0;
text-align:center;
width:805px;
border-bottom:1px solid #FFFFFF;
clear:both;

}
.grey {color:#999999; font-weight:normal}

.picBorder {border: 5px solid #FFFFFF;}

