/* CSS Document */

html {
	height:100%;
}

body {
	background: white url(new-images/bg-blue.jpg) repeat top left;
	font-size: 62.5%;
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	padding:0px; 
	margin:0px;		/* Add padding/margin 0px declaration, rather than setting -ve position for container div */
	height:100%;
	}

img {padding:0px; margin:0px;}

a{color: #0066CC;}

a:hover{color:#000066;}

h1 {
	font-size: 20px;
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	color:#FFFFFF;
	background-color:#C4C4C4;
	margin: 0px;
	padding: 10px;
	font-weight:normal;
}
h2 {
	font-size: 12px;
	font-weight:bold;
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	color:#021739;
	background-color:#E0ECFE;
	margin: 0px;
	padding: 3px;
}
#main {
	background: url(new-images/bg-stripes.jpg) top right repeat-y fixed;
	position: relative;
	height:100%;
	min-height: 100%;
	margin-top:0;
	padding-top:0;
	}
#header {
		position: absolute;
		top: 10px;
		right: 18px;
		font-family: 'Trebuchet MS', Verdana, Sans-Serif;
		color: #021739;
		font-size: 12px;
		text-align:right;
		font-weight:bold;
		width: 424px;
		}
#header a {
		font-family: 'Trebuchet MS', Verdana, Sans-Serif;
		color: #021739;
		font-size: 12px;
		text-align:right;
		text-decoration: none;
		}
#header a:hover {
		text-decoration:underline;
		}
#bigbox {
		background-color:#FFFFFF;
		border: 1px solid #92BDD1;
		width: 424px;
		height:330px;
		position:absolute;
		top: 120px;
		right: 18px;
		padding: 0px;
		}
#nav{
		background-color:#FFFFFF;
		border: 1px solid #92BDD1;
		width:145px;
		height: 180px;
		position: absolute;
		top: 120px;
		right: 463px;
		padding: 5px;
		margin-top:0px;
	}
ul {list-style-type:none;padding:0 0 0 5px;margin:0; }
ul li a{
		color:#6F7B8E;
		font-family: 'Trebuchet MS', Verdana, Sans-Serif;
		font-weight:bold;
		text-indent:0;
		text-decoration:none;
		font-size: 12px;
		list-style:none;
		margin: 0;
		padding: 0;
		}
ul li a:hover{
		color: #3399FF;
		}
.selected{
		color: #0066CC;
}
#contact{
		background-color:#FFFFFF;
		border: 1px solid #92BDD1;
		width:145px;
		padding: 5px;
		margin:0px;
		height: 18px;
		position: absolute;
		top: 321px;
		right: 463px;
}
#links{
		background-color:#FFFFFF;
		border: 1px solid #92BDD1;
		width:145px;
		height: 100px;
		position: absolute;
		top: 360px;
		right: 463px;
		padding: 5px;
}
#content{
		width:330px;
		border: 1px solid #333333;
		position:relative;
		top: 45px;
		right: -16px;
		height:182px;
		overflow: auto;
  		padding-left: 30px;
  		padding-right: 30px;
  		padding-top: 10px;
  		padding-bottom: 10px;
		color:#333333;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
}
#dots{
		position: absolute;
		top: 110px;
		right: 140px;
		background-image:url(new-images/dots.png);
		background-repeat:no-repeat;
		height:91px;
		width:116px;
}
#footer{
		width: 100%;
		height:18px;
		position:absolute;
		bottom: 0;
		right:0;
		background-color:#8A8A8A;
		color:#CCCCCC;
		font-size:12px;
		font-family: 'Trebuchet MS', Verdana, Sans-Serif;
		text-indent:2em;
		padding:0px;
		margin: 0px;
		border-top:1px solid #595959;
		z-index:1;
}
#resume {
width: 600px;
background-color:#FFFFFF;
padding-left: 30px;
padding-right: 30px;
padding-top: 30px;
		font-family: 'Trebuchet MS', Verdana, Sans-Serif;
font-size:12px;
color:#333333;
}
.header{
		font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	font-weight: bold;
	font-size:14px;
}
.subheader
{
		font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	font-weight: bold;
	font-size:12px;
	padding-left: 10px;
}
#resume p {
		font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	font-weight:bold;
	font-size:16px;
}

#resume ul li a {
	text-decoration: underline;
		font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	font-size:12px;
	color: #0066CC;}
#resume ul li a:hover{color:#000066;}
