/************** Heading / page structure *************/

body {
	margin: 0px;
	padding: 10px;
	background-color: #CCCCCC;
	background-image: url(../images/bg-stripes.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #464646;
	text-align: center;
}

img {
	border: 0;
}
#layout_area {
	background-color: #FFFFFF;
	margin: 0 auto; 
	color: #777777;
	text-align: left;
	width: 800px;
}
#content_area {
	display: block;
	height: 100% !important;
	height: 430px;
	min-height: 430px;
	padding-top: 35px;
	padding-left: 25px;
	padding-right: 50px;
	padding-bottom: 25px;
}
.content {
	float: left;
	padding-bottom: 221px; /* added 221px padding on bottom to stop text overflowing bottom image */
	text-align: left;
	width: 350px;
}

.content_secondary {
	float: right;
	text-align: left;
	width: 325px;
}

.content_feature {
	float: right;
	font-size: 12px;
	text-align: left;
	width: 325px;
}

.content_notes {
	font-size: 12px;
	text-align: left;
}

.footer {
	background-color: #FFFFFF;
	font-size: 11px;
	line-height: 30px;
	height: 30px;
	border-top: 1px solid #000000;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: middle;
	clear:both;
}

.footer a {
	color: #777777;
}

/************ Navigation ************/

#nav {
	font-size: 11px;
	font-weight: bold;
	padding: 8px 20px 8px 0;
	text-align: right;
}

#nav a {
	border-top: 3px solid #FFFFFF;
	padding-top: 6px;
	color: #777777;
	margin-left: 18px;
	text-decoration: none;
}

#nav a:hover {
	border-top: 3px solid #DDDDDD;
	color:#000000;
}

.active {
	border-top: 3px solid #000000 !important;
}

.active a:hover {
	border-top: 3px solid #000000 !important;
	color:#000000;
}

.crumbtrail {
	float: right;
	text-align:right;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 25px;
}

.links {
	font-size:12px;
	font-weight:bold;
}

/************ All pages ************/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 8px 0 10px 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}

h1 {
	font-size: 18px;
	color: #000000;
}

h2, .content_feature h1 {
	font-size: 13px;
	color: #000000;
}

h3 {
	font-size: 12px;
	color: #000000;
}

a {
	color: #4F9BDB;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	height:1px;
	color:#BDBDBD;
	background-color:#BDBDBD;
	border:0;
}

.arrow {
	font-size:15px;
	font-weight:bold;
	color:#000000;
}

/************ Front page only ************/



/********** Press Release page only **********/

.abstract_title a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.date {
	font-size: 10px;
	color: #000000;
}

.highlight {
	color: #000000;
}



/********** Skills page only **********/

.skills_content {
	width: 720px;
}
.skills_sec {
	float: left;
	padding: 20px 20px 0 0;
	text-align: left;
	width: 220px;
}