
/**********     GENERIC CLASSES    **********/

.alignLeft { text-align: left; }
.alignCenter { text-align: center; }
.alignRight { text-align: right; }

.valignTop { vertical-align: top; }
.valignMiddle { vertical-align: middle; }
.valignBottom { vertical-align: bottom; }

.floatLeft { float: left; }
.floatRight { float: right; }

.clearLeft { clear: left; }
.clearRight { clear: right; }
.clearBoth { clear: both; }

.hidden { display: none; }
.displayBlock { display: block; }
.displayInline { display: inline; }
.visibilityHidden { visibility: hidden; }
.visibilityVisible { visibility: visible; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/**********     GENERIC HTML ELEMENTS   **********/
* {
	padding:0;
	margin:0;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}

html, body {
	/*background: #ffffff url( "../images/noise_sliver.jpg" ) no-repeat scroll center top;*/
	background-color: #ffffff;
	background-image:url(../images/noise_sliver.jpg);
	background-repeat: repeat;/* scroll center top;*/
	 margin: 0 auto;
	 padding: 0px;


    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    line-height: 18px;
    text-align: center;
	
    /* In order to Center the Web Page, Text Align Center (aligns anything in IE & Div elements sent to auto in FF) on the Body Tag and Margin = Auto on the ID Supporting the Page Div*/
    /* IE uses Text Align Center & FF uses Margin Auto (maybe in conj. w. Text Align Center */
}

a, a:visited {
    color: #414484;
    text-decoration: none;
}

a:hover {
    color: #FF6600;
}

iframe {
    margin-bottom: 10px;
}

img {
    border: 0;
}

img#zoom {
    cursor: pointer;
}

li {
    margin: 5px 0;
}

ol, ul {
    padding: 0;
}

ul.simple {
    list-style: none;
    margin: 0;
    padding-left: 10px;
    padding-right: 0;
}

p {
    margin: 0 0 12px 0;
}


table {
    width: 100%;
}

table, td, th, tr {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 18px;
}

th {
    height: 14px;
    color: #009900;
    font-weight: bold;
    line-height: 14px;
    text-align: center;
    border-top: 4px solid #93C684;
    border-bottom: 4px solid #FFCC33;
    padding: 2px 0 3px 0;
}

th * {
    color: #009900;
    font-weight: bold;
    line-height: 14px;
    text-align: center;
}

tr {
    height: 25px;
    line-height: 25px;
}

tr.altRow {
    background: #E0F0C6;
}

/**********     LAYOUT COMPONENTS    **********/

#page {
	position: relative;
    width: 780px;
	height:100%;
    background: #FFFFFF;
    text-align: left;
    margin: 0 auto; 
    padding: 0px;
	display:block;
}
#page_home {
	position: relative;
    width: 780px;
	height:100%;
    background: #FFF;
    text-align: left;
    margin: 0 auto; 
    padding: 0px;
	display:block;
}
/* border: red solid 1px; */
/**********     HEADER    **********/

#header {
   clear: both;
	position: relative;
    width: 780px;
    height: 112px;
}

.titleHeader	{
	height:86px;
	width:750px;
	margin: 0px 0px 20px 30px;
}


/**********     NAVIGATION/    **********/
#menu_container {
	overflow: hidden;
	background-color:#ffffff;
	width:780px;

}
#menu {
	overflow: hidden;
	position: relative;
	left:60px;
	width:650px;
	margin: 5px 0 0 0;
	padding:0 10px 20px 10px;
	/*font-size:12px;*/
	/*border: black solid 1px;*/

}

	#menu li {
		/*background: url(../images/menu-divider.gif) no-repeat 0% 0%;*/
		background:none;
		float: left;
		margin: 0 0 0 0px;
		font-weight: bold;
		color: #222;
		list-style:none;
	}
	
		#menu li a {
			display: block;
			height: 30px;
			padding: 0 20px 0 15px;
			float: left;
			line-height: 30px;
			text-decoration: none;
			color: #222;
			font-size:16px;
		}
		
		#menu li.act a {
			color: #F47935;

		}
			
		#menu li a:hover {
			color: #F47935;

		}
/**********     CONTENT    **********/

#content {
    clear: both;
    width: inherit;
    text-align: left;
	border: green solid 0px;
	display:block;
    background: #FFF;
	padding: 0;
}
#content_home {
    clear: both;
    width: inherit;
    text-align: left;
	border: green solid 0px;
	display:block;
    background: #FFF;
	padding: 20px 0 20px 0;
}
#intro_text {
	position:relative;
	top:0px;
	background-color:#fff;
}
	#intro_text p {
		color:#32CD32;
		width:580px;
		margin-left:100px;
		margin-right:100px;
		text-align:left;
		line-height:20px;
		color:#000;
		font-size:13px;
	}
	#intro_text p span {
		color: #32CD32;
		font-style:italic;
		font-weight:bold;
		padding-right:15px;
	}
	#intro_text h1 {
		color:#fff;
		font-size:14px;
		margin-top:20px;
		margin-left:60px;
		margin-bottom:10px;
	}
	
	#intro_text .intro_quote {
		color:#000;
		width:350px;
		margin-right:100px;
		text-align:right;
		float:right;
		padding:0;
		margin-bottom:0;
	}
		#intro_text .credit {
		color:#32CD32;
		width:350px;
		text-align:right;
		float:right;
		padding:0;
		padding-bottom:0;
	}
#content p {
	clear:none;
	margin-left:275px;
	margin-right:70px;
	position:relative;
	width:auto;
}
#content ul {
	width:auto;
	margin-top:10px;
	margin-left:295px;
	margin-right:50px;
	line-height:18px;
}

#content h1	{
	color:#F47935;
	font-weight:bold;
    /*font-size: 11px;*/
	font-size:16px;
    line-height: 18px;
	margin: 0px 0px 0px 275px;
    
}
	#content h1 a, #content h1 a:visited {
    	color: #414484;
    	text-decoration: none;
	}
	#content h1 a:hover {
		color: #FF6600;
	}
	
#content h2	{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
    line-height: 18px;
	margin: 0px 0px 10px 275px;
    
}
#content h3	{
	color:#F47935;
	font-weight:bold;
    /*font-size: 11px;*/
	font-size:16px;
    line-height: 18px;
	margin: 0px 0px 0px 275px;
    
}
	#content h3 a, #content h3 a:visited {
    	color: #414484;
    	text-decoration: none;
	}
	#content h3 a:hover {
		color: #FF6600;
	}
	
#content span.backToTop	{
	font-size: 10px;
	float:right;
	display:inline;
	border: green solid 0px;
	margin: 0px 30px 20px 0px;
	width:500px;
	text-align:right;
}
.bold_italic {
	font-weight:bold;
	font-style:italic;
}
#portfolio_entry {
	padding:0px;
	margin-bottom:0;
	border: yellow solid 0px;
}
#portfolio_entry a img {
	padding-right:15px;
	padding-top:10px;
	padding-bottom:0px;
	margin-bottom:0px;
	border: black solid 0px;
}
.line-hor {
	background: #e6e6e6;
	width: 100%;
	height: 1px;
	overflow: hidden;
}
.swoosh {
	margin-left:460px;
	padding-top:5px;
	padding-bottom:5px;
}
/**********     SIDEBAR    **********/
.sidebarPhoto1	{
	height:150px;
	width:150px;
	float:left;
	margin-top:0px;
	margin-bottom:20px;
	margin-left:21px;
	border: green solid 0px;
	clear:left;
}
/**********     SIDEBAR    **********/
.sidebarText	{
	height:150px;
	width:185px;
	float:left;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:40px;
	border: green solid 0px;
	clear:left;
	text-align:justify;
}
/**********      MAIN    **********/

#main {
    width: 509px;
    text-align: left;
}


/**********      FOOTER    **********/
#footer	{
    border-bottom: solid 1px #628292;
    border-top: solid 1px #628292;
    width: 780px;
    clear: both;
    margin: 0 auto;
    height: 20px;
	padding: 5px 0 5px 0;
	color:#777777;
    background: #fff;/*#F47935;*/
}

#footer *	{
    font-family: Verdana;
    font-size: 9px;
    font-weight: normal;
    /*color: #7091A8;*/
	color:#000;
    line-height: 18px;
    clear: left;
}
	/* clear fix */
#footer ul:after	{
	content: "."; 
}
#footer span#footerWebsite	{
	text-align: left;
    margin-left: 60px;
}
#footer span#footerDownload	{
	text-align: left;
    margin-left: 160px;
}
#footer span#footerPrivacy	{
	text-align: left;
    margin-left: 163px;
}
#footer span#footerAddress	{
	display: none;
}


/**********     CONTACT US FORM ****************************/
#contact-form {
	/*margin-left:20px;*/
	width: 440px;
	margin-left:275px;
	margin-top:15px;
	margin-bottom:0px;
	border: black dashed 0px;
	padding: 0;
	/*float:right;*/
}

	#contact-form strong {
		display: block;
		width: 170px;
		margin:0px 50px 0 0;
		float: right;
		font-weight: normal;
		border: purple solid 0px;
	}
	
	#contact-form span {
		display: block;
		line-height: 1.167em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.1em;
		color:#F47935;
		width:180px;
		border:blue solid 0px;
		padding-bottom:3px;
	}
	
	#contact-form textarea {
		background: none;
		width: 210px;
		height: 217px;
		padding: 3px;
		border: 2px solid #F47935;
		/*float: left;*/
		overflow: auto;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #000;
	}
	
	#contact-form input {
		background: none;
		width: 180px;
		height: 15px;
		padding: 3px;
		border: 2px solid #F47935;
		/*float: left;*/
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;;
		color: #000;
	}
	#contact-form label {
		display: block;
		height: 50px;
		width:200px;
		overflow: hidden;
		border: yellow solid 0px;
	}
	
	#contact-form a {
		background: url(../images/arrow-link.gif) no-repeat 0% 8px;
		margin: 10px 0 0 29px;
		padding: 0 0 0 15px;
		float: right;
		line-height: 1.2em;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 1.5em;
		color: #464646;
	}
	
		#contact-form a:hover {
			color: #797979;
		}	
		
#submitbutton input {
	/*background: url(../images/arrow-link.gif) no-repeat 0px 8px;*/
	background: #32CD32;
	background:#F47935;
	color:#000;
	float:right;
	border: none;
	padding: 2px;
	margin:10px 0 10px 0;
	line-height: normal;
	height: auto;
	width: auto;
	font-size:1.5em;
	font-weight:bold;
	border: 1px solid #f00;
}

/**********     FORMATTING CLASSES    **********/
/* alert class used to capture attention on forms, etc.*/
.alert {
	color:#294489;
	font-weight:bold;
	font-size:13px;
	padding: 0;
	/*padding-top:.1em;
	padding-bottom:.1em;*/
	border: 0px dashed #f00;
	font-style:italic;
}
.alert-sans {
	color:#F00;
	font-weight:bold;
	font-size:13px;
	padding: .5em;
	border: none;
}
.highlight {
	color:#F47935;
	color:#294489;
	font-style:italic;
	font-size:larger;
	font-weight:normal;
}


/**********     PAGE SPECIFIC: Home Page ( 0 )    **********/
#mainStage	{
	width:780px;
	height:340px;
	z-index:1000;
}

/**********     PAGE SPECIFIC: Company Description ( 1 )    **********/
.introCompanyDescription	{
	margin:15px 0 30px 0px;
	background-image: url(../images/bg_orange.gif);
	padding: 35px 0 0px 0 ;
	height:325px;
}

.introCompanyDescription p	{
	font-size: 13px;
    line-height: 18px;
	color:#FFF;
	margin-top:0px;
	margin-right:25px;
	margin-left:275px;
}

.introCompanyDescriptionLeft	{
	height:49px;
	width:116px;
	float:left;
	margin-left:35px;
}

.introCompanyPhotoLeft	{
	float:left;
	margin-left:12px;

}
.introCompanyDescriptionLeft strong	{
	display:none;
}
.introCompanyDescriptionRight	{
	float:right;
}


