
body {
margin: 0 0 20px 0;
padding: 0;
text-align: center;
background-color: #333;
color: #666;
font-family: Verdana, Arial, Helvetica,sans-serif;
font-size: 12px;
}

a:link, a:visited {
color: #555;
font-weight: bold;
}

a:hover, a:active {
color: #f30;
}

h1, h2, h3, h4, h5, p, ul, img {
margin: 0;
padding: 0;
}

/*Divs*/

#main {
position: relative;
width: 760px;
margin: 0 auto;
text-align: left;
background: #fff url(images/bg.gif) top center repeat-y;
}

#header {
width: 760px;
height: 120px;
position: relative;
background: url(images/header_bg.gif) top center no-repeat;
}

#banner {
width: 760px;
height: 225px;
background: url(images/banner_bg.gif) top center no-repeat;
color: #333;

}
#flashcontent {
position: relative;
padding: 20px 0 0 60px;
width: 640px;
height: 180px;
}

#flashcontent p {
position: absolute;
z-index: 2;
bottom: 0px;
left: 70px;
font-size: 11px;
line-height: 16px;
width: 400px;
color: #000;
font-style: italic;
}

#flashcontent img {
position: absolute;
z-index: 1;
top: 20px;
left: 60px;
}

#content1 {
float: left;
position: relative;
z-index: 100;
width: 180px;
padding: 10px 15px 30px 50px;
}

#content2 {
float: left;
position: relative;
z-index: 110;
width: 440px;
padding: 10px 50px 20px 15px;
}

#footer {
clear: both;
width: 760px;
height: 150px;
margin: 0 auto;
text-align: center;
background: url(images/footer_bg.gif) bottom center no-repeat;
}

/*
#coffee_stain {
width: 118px;
height: 208px;
background: url(images/coffee_stain.gif) bottom center no-repeat;
position: absolute;
z-index: 30;
top: 500px;
right: 0;
}
*/

/*Headings, paragraphs*/

#header h1 {
position: absolute;
z-index: 10;
top: 75px;
left: 50px;
font-family: arial, helvetica, verdana, sans-serif;
font-size: 22px;
font-weight: normal; 
}

#header h2 {
text-align: right;
position: absolute;
z-index: 20;
top: 88px;
right: 50px;
font-family: arial, helvetica, verdana, sans-serif;
font-size: 16px;
font-weight: normal;
}

h3 {
height: 41px;
font-family: arial, helvetica, verdana, sans-serif;
font-size: 22px;
font-weight: normal;
color: #f30;
}

h3 span {
color: #444;
}

p {
line-height: 22px;
padding-bottom: 16px;
text-align: left;
}

#content1 p {
	line-height: 19px;
}

/*Portfolio spotlight  - left hand column under navigation*/
#content1 h4 {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 14px;
color: #f30;
}

#content1 .port_text {
padding: 0 0 3px 4px;
font-size: 11px;
color: #333;
line-height: 16px;
}

#content1 .port_text a:link, #content1 .port_text a:visited {
color: #333;
font-size: 12px;
}

#content1 .port_text a:hover, #content1 .port_text a:active {
color: #f30;
font-size: 12px;
}

#content1 .port_img {
border-bottom: 2px solid #ccc;
padding-bottom: 15px;
}
/*end portfolio spotlight*/

/*content2*/
#content2 h4 {
color: #f30;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px;
border-top: 1px dotted #ccc;
padding: 3px 0 8px 0;
margin-top: 8px;
clear: both;
}

#content2 h4.left {
text-align: left;
}

ul.subjects {
padding-bottom: 10px;
}
ul.subjects li {
list-style-type: none;
padding: 0 0 5px 0;
font-style: italic;
}

.hilight {
font-weight: bold;
}
/*end content 2*/

/*portfolio section*/

.port_item {
background: #EDF4F7 url(images/port_item_top.gif) no-repeat 0 0;
margin: 5px 0 1em 0;
padding: 1em 5px;
}

ul.port_list {
margin: 5px 0 5px 0;
list-style: none;
}
ul.port_list li {
width: 430px;
clear: left;
float: left;
background: transparent url(images/port_item_bottom.gif) no-repeat left bottom;
margin: 0 0 2em;
}
		
ul.port_list li img {
float: left;
margin: 6px 10px 10px 10px;
}	

h5 {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-weight: normal;
color: #f30;
font-size: 16px;
margin: 5px 0 0.75em 175px; 

}

p.port_p1 {
color: #333;
font-size: 11px;
margin: 0 0 0.75em 175px; 
padding: 0 20px 0 0;
line-height: 16px;
text-align: left;
}

p.port_p1 span {
font-weight: bold;
}

.port_item a:link, .port_item a:visited {
color: #f30;
font-weight: bold;
text-decoration: none;
}

.port_item a:hover, .port_item a:active {
color: #f30;
text-decoration: underline;
}

/*end portfolio section*/


#footer p {
text-align: center;
font-size: 12px;
font-weight: bold; 
border-top: 1px dotted #ccc;
margin-left: 50px;
margin-right: 50px;
padding: 10px 0 0 0;
}

#footer p.w3c {
border: 0;
padding-top: 5px;
}

/*Images*/

img {
border: 0;
}

.img1 {
float: left;
margin: 0 10px 10px 0;
}

/*
.port_th {
margin: 0 15px 0 0;
}
*/

/*Nav list*/

#navlist {
margin-top: 8px;
border-top: 1px solid #ccc;
margin-bottom: 20px;
}

#navlist li {
list-style-type: none;
border-bottom: 1px dotted #ccc;
padding: 8px 0 8px 10px;
}

#navlist .last_nav_item {
border-bottom: 1px solid #ccc;
}

#navlist a:link, #navlist a:visited {
font-size: 14px;
color: #666;
text-decoration: none;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-weight: bold;
text-transform: lowercase;
}

#navlist a:hover, #navlist a:active {
color: #f30;
}

#navlist a.active {
color: #333;
font-style: italic;
}

form input.textfield {
	border: 1px solid #b3bdc3;
	padding: 5px 5px;
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
