@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #7E8E9C;
	font-family: "myriad pro", Helvetica, Arial, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	line-height: 18px;
	letter-spacing: 0.1em;
}
.emad  #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.emad #content {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.emad  #header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0D4E6;
	height: 100px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.emad #navigation {
	height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0D4E6;
}
.emad #feature-box {
	background-color: #E4F1FF;
	height: 280px;
	margin-top: 20px;
	border: 1px solid #C0D4E6;
}
.emad   h1   {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 22px;
	font-weight: lighter;
}
.emad h2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 15px;
	font-weight: lighter;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	letter-spacing: 0em;
}
.emad  #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 420px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.emad  #mainContent {
	width: 400px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 500px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: right;
} 
.emad #workContent {
	width: 900px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	clear: right;
	padding: 0px;
}
.emad #portfolio-item {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0D4E6;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.emad #portfolio-blurb {
	float: right;
	width: 400px;
}
.emad #portfolio-item img {
	border: 1px solid #C0D4E6;
	margin: 0px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.emad  #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C0D4E6;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 20px;
} 
.emad #social-media {
	float: right;
	height: 28px;
	width: 160px;
	margin-top: 5px;
	margin-right: 5px;
}
.emad  #footer  p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.emad #quote {
	padding-left: 40px;
	background-image: url(../images/quote-mark.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	margin-bottom: 20px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.underlinemenu{
	font-weight: bold;
	width: 100%;
	color: #7D8D9B;
	height: 27px;
}

.underlinemenu ul{
	margin: 0;
	text-align: left;
//set value to "left", "center", or "right"*/
; 			padding-top: 6px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
	color: #7E8D9A;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 20px; /*spacing between each menu link*/
	text-decoration: none; /*bottom border is 3px*/
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
	border-bottom-color: #C0D4E6;
}
input {
	background-color: #DCE7F0;
	width: 250px;
	height: 28px;
	color: #55606A;
}
textarea {
	background-color: #DCE7F0;
	width: 250px;
	color: #55606A;
}
#Submit
{
	color: #003E7E;
	height: 25px;
	font-size: 13px;
	width: 130px;
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ECF2FA;
	border-right-color: #C7CED3;
	border-bottom-color: #C7CED3;
	border-left-color: #ECF2FA;
} 

