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



body {
	font-family:Helvetica,Verdana,Sans-Serif;
	background-color:#d5d5d5;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	text-align:center;
}

h1 {font-size:20px; color:#333333;}
h2 {font-size:21px; color:#333333;}
h3 {font-size:19px; color:#333333;}
h4 {font-size:17px; color:#333333;}
li {color:#444444;}
a, visited {color:#428ce7;text-decoration:none;}

#nav a:hover, a:focus {color:#fff;}

p {color:#444444; margin-bottom:12px;font-size:15px;font-family:Helvetica,Verdana,Sans-Serif;line-height:19px;}



#clear {
	clear:both;
}

img, a img {
	border: none;
}

#container {
	width:950px;
	margin-top:30px;
	margin-left: auto;
	margin-right: auto;
}

#inner{
	text-align:left;
	-moz-border-radius: 30px 30px 30px 30px;
	-khtml-border-radius: 30px 30px 30px 30px;
	-webkit-border-radius: 30px 30px 30px 30px;
	border-radius: 30px 30px 30px 30px;
	width:950px;
	background-color:#fff;
	float:left;
	margin-top:0px;
}


#banner {
	-moz-border-radius: 30px 30px 0 0;
	-khtml-border-radius: 30px 30px 0 0;
	-webkit-border-radius: 30px 30px 0 0;
	border-radius: 30px 30px 0 0;
	width:950px;
	height:150px;
	background-color:#4b4b4b;
	margin-top:0;
}

#box {
	width:520px;
	float:right;
	margin-right:70px;
	margin-top:35px;
	vertical-align:top;
}
#title {color:#fff;font-size:60px;float:right;text-align:right;line-height:66px;}
#subtitle {color:#fff;font-size:15px;float:right;text-align:right}
#logo {
	float:left;
	padding-top:50px;
	padding-left:40px;
	vertical-align:top;
	width:250px;
	height:auto;
}

#nav {
	float:left;
	width:950px;
/*	background-color:#000; */
	border-top-color:#fff;
	border-top-style:solid;
	border-top-width:1px;
	overflow:hidden;
	background-image:url(images/menugrad.jpg);
	background-repeat:x;
	height:50px;
}


/*#nav {
	float:left;
	width:950px;
	background-color:#000;
	border-top-color:#fff;
	border-top-style:solid;
	border-top-width:1px;
	overflow:hidden;
}*/



#nav li {
	list-style-type:none;
	display:inline;
	padding-right:4px;
	padding-left:0px;
	border-right-color:#fff;
	border-right-style:solid;
	border-right-width:1px;
}

#nav li a {
	padding: 17px 8px;
	z-index:10;
	
}

#nav li a:hover{
	background-color:#428ce7;
	color:#fff;
	-moz-border-radius: 30px 30px 30px 30px;
	-khtml-border-radius: 30px 30px 30px 30px;
	-webkit-border-radius: 30px 30px 30px 30px;
	border-radius: 30px 30px 30px 30px;
}

.home .nav-home a, .services .nav-services a, .about .nav-about a, .contact .nav-contact a {
	color:#fff;
	background-color:#444444;
	-moz-border-radius: 30px 30px 30px 30px;
	-khtml-border-radius: 30px 30px 30px 30px;
	-webkit-border-radius: 30px 30px 30px 30px;
	border-radius: 30px 30px 30px 30px;
}
	


#content {
	float:left;
	margin-top:30px;
	padding-left:25px;
	width:425px;
}

#sidebar {
	float:right;
	width:425px;
	padding-right:25px;
	margin-top:30px;
	margin-left:50px;
}
#footer {
	width:950px;
	margin-bottom:20px;
	margin-top:30px;
	border-top-color:#000;
	border-top-style:solid;
	border-top-width:1px;
	padding: 10px 0px 0 0px;
	font-size:12px;
	line-height:15px;
	text-align:center;
}

#footer li {
	list-style-type: none;
	display: inline;
	padding: 0 30px 0 0;
}
