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

html, body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	/* background */
	background-color: #fff;
	background-image:url(../img/bg1.png);
	background-position:left;
	background-repeat:repeat-y;
	height:100%;
}

h1 {font-size:20px; padding-top:0; margin-top:0;}
h4 {font-size:16px; padding:0; margin:0;}
img {border:none;}
strong {
	font-weight:500;
}

.page-title{
	font-size:20px;
	font-weight:bold;
	color:#036;
}

/* --- */

.container {
	width:780px;
}
/*
#contentContainer {
	height:248px;
}
*/



#nav {
	float: left;
	width: 220px;
	padding:0;
	margin:0;
}
#nav ul {padding:0; margin:0;}
#nav ul li {list-style:none; padding-top:15px; padding-bottom:15px;}
#nav ul li div {display:inline;}
#nav ul li a		{text-decoration:none; color:#060;}
#nav ul li a:hover	{text-decoration:underline; color:#000;}
/*#nav ul li a:hover div {text-decoration:underline;}*/

#nav .current {
	left:15px;
}
.bullet {
	/*margin-left:25px;*/
	margin-right:15px;
	position:relative;
}






#divContent {
	float: left;
	width: 500px;
	padding:0 0 15px 50px;
	/*
	background-image:url(img/bg2.jpg);
	background-position:left;
	background-repeat:no-repeat;
	*/
}
/*
#content div {
	text-align: left;
}

#content .txt {
	margin-top: 0px;
	color: #333333;
	text-align: justify;
	font-size: 11.4px;
	line-height: 18px;
	width: 480px;
	float: left;
	margin-right: 170px;
	padding-top: 0;
}
*/

#footer {
	clear:both;
	width:780px;
	height:20px;
	text-align:center;
	background-image:url(../img/footer.png);
	background-repeat:no-repeat;
	line-height:20px;
	font-size:12px;
}
#footer a {
	color:#333;
	text-decoration:none;
}
#footer a:hover {
	color:#000;
	text-decoration:underline;
}


#ourwork-table td {
	vertical-align:top;
	text-align:center;
	padding-bottom:1em;
}
#ourwork-table a {text-decoration:none;}
#ourwork-table a:hover {text-decoration:underline;}


.link {
	color:#00F;
	text-decoration:underline;
}
.confirm-message {font-weight:bold; color:#00F;}
.error-message	 {font-weight:bold; color:#F00;}
.clear {clear:both; height:0;}

