body
{
	font-family: georgia, "Trebuchet MS", helvetica, verdana, sans-serif;
	font-style: italic;
	font-size: 15px;
	line-height: 24px;
	color: #1e1f26;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #f9f9f9; 
	background-position:top center;
}

*     /*zeros out all default margin/padding*/
{
	margin: 0;
	padding: 0;
}

a 
{
	color: #009cff;
}

ul
{
	padding: 0;
	margin-top: 0;
}

img { border: none; }

li
{
	padding-left: 5px;
	margin-left: 15px;
}

h1
{
	font-size: 40px;
	line-height: 40px;
	font-weight: normal;
	font-style: normal;
	padding: 5px 0 8px 0;
	margin: 0 0 8px 0;
	color: #009cff;
}

h2, h3
{
	font-size: 22px;
	padding: 5px 2px 2px 0px;
	margin: 0 0 0 0;
	color: #009cff;
	display: inline;
}

h3
{
	font-size: 15px;
}

/* Container Section */
#container
{
	width: 960px;
	min-height: 800px;
	margin: 0 auto;
	padding: 0 0 0 0;
	padding-bottom: 112px;
	text-align: left;
	background-color: transparent;
}


/* Header Section */
#header 
{
	width: 800px;
	height: 189px;
	float: left;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align: left;
	background-color: Transparent;
}

#logo {
	margin: 17px 0 0 0;
	padding: 0 0 5px 0;
	background-color: Transparent;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	width: 224px;
	height: 17px;
	float: left;
}

#logo span { display: none; }

/* Footer Section */
#footer 
{
	display: none;
}


/* Moo Display Section */
#display
{
	float: left;
}

#displayImage
{
	width: 460px;
	margin: 0 40px 0 0;
	padding: 0;
	overflow: hidden;
	z-index:-1;
}

#displayCopy
{
	width: 460px;
	margin: 0 0 0 0;
	overflow: hidden;
	z-index:-1;
}

.conversionBG
{
	background: #000000;
	padding: 5px 7px 5px 7px;
	margin-top: 25px;
	color: #ffffff;
	text-decoration: none;
	line-height: 40px;
}

#homeRight
{
	float: left;
	width: 430px;
}

#homeCopy
{}

#contactText
{
	text-align: center;
	font-style: italic;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	width: 280px;
	margin: 25px 10px 0 0;
	float: left;
	padding: 25px 75px 30px 75px;
	background-image: url(../images/contactBG.jpg);
}


.contactPhone
{
	font-size: 28px;
	line-height: 32px;
}

#SocialBookmarks img
{
	padding: 5px;
	margin-top: 15px;
}

/* Who We Are */
#interiorContent
{
	width: 700px;
	padding: 100px 120px 75px 120px;
	margin-top: 50px;
	background-image: url(../images/interiorBG.png);
	background-repeat: repeat-x;
	background-color: #323339;
	color: #ffffff;
	overflow: auto;
}

#interiorContentRight
{
	float: left;
	width: 225px;
	padding: 0px 0px 0px 25px;
}

.blue { color: #009cff; display: inline;}

.line1 { font-size: 28px; line-height: 36px; word-spacing: 0px; }
.line2 { font-size: 26px; line-height: 36px; word-spacing: 4px; }
.line3 { font-size: 24px; line-height: 34px; word-spacing: 2px; }
.line4 { font-size: 22px; line-height: 32px; word-spacing: 0px; }
.line5 { font-size: 20px; line-height: 30px; word-spacing: 0px; }
.line6 { font-size: 19px; line-height: 30px; word-spacing: 3px; }
.line7 { font-size: 17px; line-height: 26px; word-spacing: 0px; }
.line8 { font-size: 17px; line-height: 24px; word-spacing: 2px; }
.line9 { font-size: 16px; line-height: 24px; word-spacing: 2px; }

/* contact.aspx Code */
.submit
{
	background-color: transparent;
	border: solid 1px #023565;
	color: #023565;
	margin: 5px 0 0 0;
}

.textArea
{
	border: solid 1px #023565;
	margin: 0 0 3px 0;
	width: 350px;
}

.message
{
	border: solid 1px #023565;
	margin: 3px 0 0 0;
	width: 430px;
}

#contactLeft { float: left; width: 440px; }
#contactRight
{
	float: right;
	width: 175px;
	padding: 30px 25px 36px 25px;
	text-align: center;
	font-size: 16px;
	font-style: italic;
	background-color: #ffffff;
	color: #000000;
}
/* End conact.aspx Code. */


/* Portfolio specific */

.portfolioLeft
{
	width: 468px;
	float: left;
}

.portfolioRight
{
	float: right;
	padding: 0 0 0 25px;
	
	width: 447px;
}
