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

a {
	color:#003366;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#254d96;
}

#banner {
	height:110px;
	width:900px;
}

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	margin:10px;
}

#bottom {
	background-image:url(../assets/bg-bottom.jpg);
	height:30px;
	width:920px;
}

.box-bg {
	background-image:url(../assets/box-bg.jpg);
	color:#003366;
	padding:0px 20px 0px 20px;
	width:230px;
}

.box-bg ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

.box-bottom {
	background-image:url(../assets/box-bottom.jpg);
	height:30px;
	width:270px;
}

.box-top {
	background-image:url(../assets/box-top.jpg);
	height:30px;
	width:270px;
}

#clear {
	clear:both;
	height:1px;
	width:900px;
}

.clearleft{ clear:left;}

#container {
	text-align:center;
	width:100%;
}

.footer {
	font-size:10px;
	padding-right:20px;
	text-align:right;
}

.footer a {
	color:#000000;
}

.footer a:hover {
	color:#254d96;
}

.fr {
	float:right;
}

h1 {
	background-position:right;
	background-repeat:no-repeat;
}

h2 {
	color:#cc0000;
}

img {
	border:none;
}

#inner {
	background-image:url(../assets/bg-middle.jpg);
	padding:0px 10px 0px 10px;
	width:900px;
}

input, textarea {
	border-color:#254d96;
	border-style:solid;
	border-width:1px;
	color:#003366;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	padding:3px;
}

input.alert, textarea.alert {
	background-color:#ffff99;
	border-color:#cc0000;
	border-width:2px;
}

input.submit {
	background-color:#003366;
	background-image:url(../assets/menu-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	color:#ffffff;
	font-weight:bold;
}

#logo {
	margin:20px;
}

#main {
	color:#003366;
	padding-left:20px;
	width:590px;
}

#menu {
	background-image:url(../assets/menu-bg.jpg);
	height:30px;
	margin-bottom:20px;
	overflow:hidden;
	width:900px;
}

#menu a {
	color:#ffffff;
	display:block;
	font-weight:bold;
	padding:0px 15px 0px 15px;
	text-decoration:none;
}

#menu a:hover {
	background-image:url(../assets/menu-bg-over.jpg);
}

#menu li {
	float:left;
	line-height:30px;
}

#menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#outer {
	margin:auto;
	text-align:left;
	width:920px;
}

p.right {
	text-align:right;
}

.pic-box {
	color:#ffffff;
	cursor:pointer;
	font-weight:bold;
	height:130px;
	line-height:30px;
	margin:0px 10px 20px 0px;
	padding-left:10px;
	width:270px;
}

.pic-box-right {
	color:#ffffff;
	cursor:pointer;
	float:right;
	font-weight:bold;
	height:130px;
	line-height:30px;
	margin:0px 10px 20px 0px;
	padding-left:10px;
	width:270px;
}

#phone {
	background-image:url(../assets/phone.jpg);
	float:right;
	height:80px;
	margin:5px 20px 0px 0px;
	width:280px;
}

.red {
	color:#cc0000;
}

#right {
	float:right;
	width:280px;
}

#top {
	background-image:url(../assets/bg-top.jpg);
	height:30px;
	width:920px;
}

ul {
	list-style:none;
}

.projects{
	background-image: url(../assets/projects-back.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	
} 

.projects img{
	float:left;
	margin:20px;
	border: 1px solid #ffffff;
} 