@charset "UTF-8";
/* CSS Document */

/*body {
	background: url(../images/bg_green.png) repeat-x #40c3ec;
	margin: 0; 
	padding: 0; 
	height: 100%; 
}*/

#home #nav_home a,
#experience #nav_experience a,
#services #nav_services a,
#process #nav_process a, 
#work #nav_work a,
#contact #nav_contact a {
	color: #FF0000;
	text-decoration: none;
}

p {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: 400;
	color: #666;
	line-height: 15px;
	padding: 6px 0px 6px 0px;
}

h1 {
	font-family: Georgia;
	font-size: 32px;
	font-weight: 400;
	line-height: 36px;
	color: #3366CC;
}

h2 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	margin: 12px 0px 8px 0px;
	line-height: 16px;
}

a {
	color: #3366CC;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#outer_container {
	height: 90%;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 150px;
	margin-top: 0px;
}

#masthead {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0px;
	position: relative;
	z-index: 1;
}

#logo {
	float: left;
	margin: 0px 0px 0px -50px;
	width: 485px;
	height: 190px;
}

#navbar {
	float: right;
	height: 30px;
	width: 550px;
	background-color: none;
	margin: 60px 10px 0px 0px;
}

#navbar ul li {
	display: inline;
	font-family: Georgia, Verdana, Arial, Helvetica;
	font-size: 13px;
	color: #3366CC;
	padding: 4px;
}

#navbar ul li a {
	text-decoration: none;
}

#navbar ul li a:hover {
	text-decoration: underline;
	color: #FF2A31;
}

#inside_container {
	margin: 10px 40px 80px 40px;
}

#left_column {
	width: 550px;
	float: left;
}

#right_sidebar {
	margin-top: 20px;
	width: 300px;
	float: right;
	background-color: none
}

.sidebaritem {
	background-color: #dee1e2;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 20px;
	border-style: dotted;
	border-color: #FFF;
	border-width: 2px;
}

#listy {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #333;
	line-height: 20px;
	list-style-type: square;
	list-style-position: inside;
	margin: 10px 0px 10px 0px;
}

ul {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #666;
	line-height: 14px;
}

.sample {
	width: 283px;
	height: 180px;
	background-color: #dee1e2;
	float: left;
	margin: 20px 9px 55px 0px;
	text-align: center;
	color: #FFF;
	border-style: dotted;
	border-color: #FFF;
	border-width: 2px;
}

.sample img {
	width: 250px;
	height: 150px;
	margin: 14px;
	border-style: solid;
	border-color: #CCC;
	border-width: 1px;
}

.sample2 img {
	width: 250px;
	height: 150px;
	margin: 14px;
	border-style: solid;
	border-color: #CCC;
	border-width: 1px;
}

.sample2 {
	width: 283px;
	height: 180px;
	background-color: #dee1e2;
	float: left;
	margin: 20px 0px 55px 0px;
	text-align: center;
	color: #FFF;
	border-style: dotted;
	border-color: #FFF;
	border-width: 2px;
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}