* {
    padding: 0;
    margin: 0;
    }

html {
	height: 100%;
	}

body {
	background: url("../img/background.png") #4780A9 repeat-x fixed;
	font-family:Calibri, Verdana, Sans-Serif;
	font-size: 11pt;
	margin: 0px;
	padding: 0px;
	min-height: 101%; 
	}

h1 {
	background: url("../img/logo2.png") no-repeat;
	margin: 20px auto;
	text-indent:-50em;
	overflow: hidden; 
	height: 112px;
	width: 541px;
	cursor: pointer;
	}

article, section, footer, nav { display: block; }

article {
    border: 3px solid #888;
	background: #D0E0F0;
	padding: 2px 10px;
    margin: 0 auto 25px auto;
	width: 630px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	}

article:hover {
    border-color: #999;
    background: #DFEAF1;
    }

article p {
	margin: 0px 0px 10px 0px;
	}
	
h2 {
	padding: 10px 0px;
	margin: 0px;
	font-size: 18pt;
	cursor: pointer;
	}

a, a:visited {
	color: #3d6583;
	}

h2 a, h2 a:visited{
    text-decoration: none;
	}

a:hover {
	color: #4780a9;
	text-decoration: none;
	}

article#contact a span {
	display: none;
	}

article#contact a:hover span, article#contact:hover span {
	display: block;
	float: right;
	font-weight: normal;
	}

footer {
	text-align: center;
	font-size: 0.75em;
	}

div#cboxLoadedContent img {
	margin: 10px 0px;
	border: 2px #000 solid;
	}

div#cboxLoadedContent p {
	margin: 10px 0;
	}

div.pop {
	width: 350px;
	height: 400px;
}

div.nav {
	text-align: right;
	font-size: 18pt;
	font-weight: bold;
	position: absolute;
	bottom: 0px;
	width: 100%;
	}

a#left {
	float: left;
	text-decoration: none;
	}

a#right {
	text-decoration: none;
	}

a#left span, a#right span {
	color: #dfeaf1;
	font-weight: normal;
	}

a#left:hover span, a#right:hover span {
	color: #4780a9;
	font-weight: normal;
	}

section#portfolio_contents {
	text-align: center;
	}

ul#clients {
	margin-bottom: 10px;
	}

ul#clients li {
	margin-right: 5px;
	line-height: 30px;
	display: inline;
	}

ul#clients img {
	border: 2px solid #000;
	height: 75px;
	width: 190px;
	}

ul#clients img:hover {
	border: 2px solid #4780a9;
	}
