@import url(baseline.css);

body {
	background:#aeb7bf;
	color: #7b7979;
	font: 62.5%/1.6 Arial, Helvetica, Verdana, sans-serif; /*set base font size to 10px*/
	text-align:center;
}

/* Headings */
h2 {
	color: #313030;
	font: 2.1429em Tahoma, Verdana, sans-serif;
	margin-top: 0em;
}

h3 {
	color: #333333;
	font: 1.3em Tahoma, Arial, Verdana, sans-serif;
	margin-top: 1.8em;
}

h4, h5, h6 {
	color: #313030;
	font: 700 1em Arial, Helvetica, verdana, sans-serif;
}

/* Other Block level elements */
blockquote, p, ul, ol {
	margin-top: 1em;
	line-height: 1.5;
}

blockquote {
	font-style: italic;
	margin-left: 2em;
	margin-right: 2em;
}

li {
	line-height: 1.5;
}

/* Inline Elements */
a {
	color: #9C1B1E;
	text-decoration: none;
}
	
a:hover{
	color: #D10D0D;
	text-decoration: underline;
}

/* form controls */
fieldset {
	margin: 2em 0;
	padding: 1em;
	border: 1px solid #000;
}

fieldset.first {
	margin: -2em 0 1em 0;
}

legend {
	background-color:#fff;
	font-size:1.6em;
	margin: 1em 0;
	padding: 3px;
}

form p {
	position:relative;
	width:100%;
}

LABEL {
	float: left;
	width: 8em;
}

LABEL.checkboxlabel {
	/*float: none;*/
}

SELECT {
	background-color:#fff;
	border:1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 2px;
	vertical-align: top;
	width:13.5em;
}

INPUT.textbox, TEXTAREA {
	background-color:#ffffff;
	border:1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 2px;
	vertical-align: top;
}

INPUT.textbox {
	width: 30em;
}

TEXTAREA {
	height: 10em;
	width: 30em;
}

/* Layout 
========================*/
/* main container for site's content */
#siteWrapper {
	background: #fff;
	margin:1em auto;
	text-align:left;
	width:960px;
}

/* site banner
========================*/
#branding {
	background: url(../images/headerBg.gif) no-repeat;
	height: 137px;
	overflow: hidden;
	position: relative;
}

#logo {
	background: url(../images/logoTop.gif) no-repeat;
	height: 137px;
	width: 348px;
}
	
#logo span {
	display: block;
	height: 0;
	overflow: hidden;
	width: 0;
}

#logo a{
	cursor: pointer;
	height: 137px;
	position: absolute;
	width: 348px;
}

/* Nav 
========================*/
ul#nav {
	background: #9c1b1e url(../images/navBg.gif) no-repeat;
	font: 1.2em tahoma, verdana, sans-serif;
	float:left;
	list-style:none;
	margin: 0;
	padding:0;
	text-align:left;
	width: 960px;
}

ul#nav li {
	float:left;
}

ul#nav li.first {
	padding-left:182px;
}

ul#nav a {
	border:0;
	color:#fff;
	display:block;
	float:left;
	padding:18px 16px 14px 16px;
	text-decoration:none;
}

ul#nav a:hover {
	border:0;
	color:#fff;
	text-decoration: underline;
}

UL#nav .on {
	font-weight: bold;
}

/* Main image area 
========================*/
#mainImg, #mainInternal {
	clear:both;
}

/* home page */
.home #mainImg {
	/*background: url(../images/mainImgBg_home.jpg) no-repeat;*/
	height:335px;
	/*padding: 33px 0 0 282px;*/
}

.home #mainImg img, .home #mainImg object, .home #mainImg embed{
	display:block;
}

.home #mainInternal {
	background: url(../images/main-short.jpg) no-repeat;
	height:173px;
}

/* Content wrapper - surrounds 
all columns of content 
========================*/
#contentWrapper {
	background:url(../images/contentWrapperBg_home.gif) repeat-x;
	float: left;
	width: 960px;
}

/* Main Content Area
========================*/
#mainContent {
	float:left;
	font: 1.4em/1.2856 Arial, Helvetica, sans-serif;
	padding: 2em 0 2em 4em;
	width: 616px;
}

#mainContent ul{
	list-style-type: disc;
	margin-top: 1em;
}

#mainContent ol {
	margin-top: 1em;
}

#mainContent ul li{
	margin-left: 2em;
}

#mainContent ol li{
	margin-left: 2em;
}

.clear {
	clear: both;
}

.interests {
	margin-left: 8em;
	margin-top: -1.5em;
}

.interests LABEL, .interests INPUT  {
	float: none;
}

.logo-left {
	float: left;
	margin-right: 3em;
	width: 250px;
}

.logo-right {
	float: left;
	width: 250px;
}

.message {
	color: #cc0000;
}

.services-left {
	float: left;
	margin-right: 1.5em;
	width: 150px;
}

.services-left IMG {
	margin-top: 2.6em;
}

.services-right {
	float: left;
	width: 420px;
}

/* Secondary Content Area 
========================*/
/* supplemental content and images*/
#secondaryContent {
	background: url(../images/sidebarHeaderBg.gif) no-repeat;
	float:right;
	font: 1.2em Arial, Helvetica, sans-serif;
	min-height: 171px;
	height: auto !important; /* IE fix */
	height: 171px;
	margin: 2.333em 0;
	padding: 0 12px;
	width: 210px;
}

h3#sidebarTitle {
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: .25em;
	margin: 10px 0 20px 0;
	text-transform: uppercase;
}

/* icon for read more link in sidebar */
.readMore {
	margin: 0.5em 0 0.5em 0;
}

.readMore A {
	background: url(../images/readMoreIcon.jpg) no-repeat;
	padding-left: 18px;
}

/*footer
========================*/
#footer {
	background: #303130 url(../images/footerBg.gif) no-repeat 0 100%;
	color: #fff;
	clear:both;
	height: 73px;
	padding: 1em;
}

#footer p {
	float:right;
	font-size: 1.2em;
}

/*copyright
========================*/
#copyright {
	clear: both;
}
#copyright P {
	margin-top: 0em;
	padding-bottom: 0.5em;
	text-align: center;
}

#copyright A {
	color: #333333;
}

/* Portfolio
========================*/
#portfolio {
	margin: 10px;
	width: 518px;
}