@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../assets/site/images/container_back.jpg);
	background-repeat: repeat;
}
#outershell {
	float: left;
	height: 100%;
	width: 100%;
}
#header {
	height: 165px;
	width: 100%;
	clear: both;
	background-color: #FFF;
}
#header_inner {
	height: 165px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	height: 165px;
	width: 375px;
	margin-right: auto;
	margin-left: auto;
}
#nav {
	height: 50px;
	width: 100%;
	clear: both;
	background-color: #1187ff;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #4AA5FF;
	border-bottom-color: #4AA5FF;
	background-image: url(../assets/site/images/nav_back.png);
	background-repeat: repeat-x;
}
#nav_table {
	margin-right: auto;
	margin-left: auto;
	display: table;
	width: auto;
}
#nav_row {
	display: table-row;
}
.nav_cell{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: table-cell;
	list-style-position: outside;
	list-style-image: none;
	white-space:nowrap;
}
.nav_cell li {
	margin: 0px;
	padding: 0px;
	display: block;
}
.nav_cell li a{
	color: #fff;
	height: 35px;
	padding-right: 12px;
	padding-left: 12px;
	display: block;
	width: auto;
	margin: 0px;
	font-size: 15px;
	float: left;
	padding-top: 15px;
}
.nav_cell li a:hover {
	text-decoration: none;
	color:#ffc600;
}
.nav_cell li .current_page{
	background-image: url(../assets/site/images/pointer.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#container {
	clear: both;
	float: left;
	height: auto;
	width: 100%;
	padding-bottom: 20px;
}
#content {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#portfolio_box, #content_box{
	background-color: #fff;
	float: left;
	clear: both;
	border-right-width: 4px;
	border-bottom-width: 2px;
	border-left-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 20px;
}
#portfolio_box {
	background-color: #fff;
	height: 590px;
	width: 792px;
}
#content_box {
	height: auto;
	width: 762px;
	padding: 15px;
	background-image: url(../assets/site/images/about_back.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#footer {
	background-color: #1187FF;
	clear: both;
	float: left;
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4AA5FF;
	background-image: url(../assets/site/images/footer_back.png);
	background-repeat: repeat-x;
	padding-bottom: 15px;
	padding-top:15px;
}
#footer_inner {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#footer p, #footer a, #footer td{
	font-size: 11px;
}
#footer p, #footer td {
	color:#333;
}
#footer_left, #footer_centre, #footer_right{
	width:235px;
	height:190px;
	float:left;
	padding-right: 15px;
	padding-left: 15px;
}
#footer_left, #footer_centre{
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #4AA5FF;
}
.contact{
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color:#0080FF;
	padding:10px;
	border: 1px solid #4AA5FF;
}
.contact p{
	color:#333;
}
.contact h1{
	color:#FFF;
}
.left_column {
	clear: left;
	float: left;
	height: auto;
	width: 495px;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCC;
}
.right_column {
	clear: right;
	float: right;
	height: auto;
	padding-left: 15px;
	width: 235px;
}
