body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #000;
	text-align: left;
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 15px 0;
}
img.thumbnail{
	margin:0;
	padding:0;
        display:block;
}
span {margin:0; display:block;}

b, strong, .blockquote {font-weight:bold;}

strong p{margin:0;} 

em, sup, sub, acronym, abbr, cite { color:#666666;}

a {text-decoration: underline;	color: #000;}
	
a:hover {
	color: #F25308;
}

/*a:visited {
	color: #F25308;
}*/


h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, Times, serif;
	color: #000;
	font-weight: normal;
	
}
h1.logo { margin:5px;}


h1 {
	font-size: 24px;
	line-height: 28px;
}



h2 {
	font-size: 16px;
	line-height: 22px;
}

h3 {
	font-size: 14px;
        line-height: 20px;
	font-weight: bold;
}

h4 {
	font-size: 11px;
        line-height: 15px;
	font-weight: bold;
        display:inline;
		
}

h5 {
	font-size: 10px;
        line-height: 15px;
	font-weight: normal;text-transform:uppercase;
        display:inline;
		
}

h6 {
	
	font-size: 8px;
        line-height: 15px;
	font-weight:lighter; text-transform:uppercase;
        display:inline;
		
}


/*********General lists**********/

ul, ol {margin: 0 0 15px 0; padding:0;
}

ol { list-style-type:decimal;}

ul { list-style-type:square; }

li {padding:0 ; margin:0 0 0 20px; list-style-position:outside;}



/*********Global Classes**********/
.pageContainerOuter {
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
	border: 1px solid #000;
}
.pageContainerInner {
	padding: 15px;
	background-color: #fff;
}
.headerContainer{
	height: 120px;
	border-bottom: 1px solid #000;
}
.logoContainer {
	text-align: left;
	border-bottom: 1px solid #000000;
	height:80px;
}
.leftContainer{
	float: left;
	width: 140px;
padding:5px;
}
.rightContainer{
	padding:10px 10px 10px 10px;
	width: 142px;
	float:right;
}
.bannerContainer{
	margin-left: 150px;
}

.bannerContainer_center{
	margin:0 auto; /*padding:5px;*/ border-bottom:1px solid #000000;
}

.bannerContainer_case{
	margin:0 auto; 
/*padding:5px;*/ 
border-bottom:1px solid #000000;
height:130px;
}



.contentArea{
	margin:0 auto; padding:0px; 
}

.contentArea_left{
	margin:0 ; padding:0 5px; float:left; width:575px; border-right:1px solid #000000; min-height:255px;
}

.contentArea_left_home{
margin:0 ; 
padding:0 5px; 
float:left; 
width:725px; 
border-right:1px solid #000000; 
min-height:255px;
}


.contentsContainer{
	padding-left: 150px;
	padding-top: 15px;
	padding-right: 175px;
	min-height: 250px;
}

.contentSection { float:right; border-left:1px solid #000000; width:749px;}


.divSpacer {
	height: 5px;
	clear: both;
}
.content_padding{
	padding:10px;
}
.div_clear{
	clear:both;
}
/*********Primary Naviation Menu**********/
.primaryMenuContainer { 
	
}
.mainMenuLinkContainer {
	position: relative;
	margin: 0;
	float: left;
}
.mainMenuLink {
	font-size: 11px;
	font-weight: bold;
	line-height: 40px;
	padding-right: 12px;
	padding-left: 12px;
	color: #000;
	text-decoration: none;
	border-right:#000 1px solid;
}
a.mainMenuLink:hover {
	color: #F25308;
}
.subMenuOuterContainer {
	position: absolute;
	top: 30px;
	left: 0px;
	overflow: hidden;
	height: 0px;
	padding-bottom: 6px;
	background-color: #eee;
	filter: alpha(opacity=0);
	opacity: 0.0;
	-moz-opacity: 0.0;
}
.subMenuInnerContainer {
	top: 0px;
	position: absolute;
}
.subMenuInnerContainer a.subMenuLink {
	color: #000;
	display: block;
	line-height: 18px;
	font-size: 11px;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	white-space: nowrap;
}
.subMenuInnerContainer a.subMenuLink:hover {
	background-color: #ccc;
}


/*********Footer CSS Classes**********/
.footerContainer {
	/*float: left;*/
	line-height: 30px;
	/*width: 900px;*/
	color: #000;
	height: 30px;
	margin:0 auto;
	border-top:1px solid #000000;
	padding: 0 5px;
}
.footerContainer a {
	text-decoration: underline;
	color: #000;
}
.footerContainer a:hover {
	color: #F25308;
}

.footerCopy { float:left; }
.footerLinks { float:right; }

.wireFooter { margin:0 auto; width:900px;}

/*-----images example -----*/
.image {
	/*border: 1px solid #000;*/
	padding: 15px;
	display: block;
	text-align: center;
	/*margin-bottom: 15px;*/
height:240px;
background-color:#CCCCCC;
	}

.image_big_banner {
	border:1px solid #000000;
display:block;
height:74px;
margin-bottom:15px;
padding:15px;
text-align:center;
	}

.imageSquare {
	border: 1px solid #000;
	padding: 15px;
	display: inline;
	float: left;
	text-align: center;
	margin: 0px 15px 15px 0;
	width: 74px;
	height: 74px;
	}


/*--------modules right column-------*/

.moduleHead {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	display: block;
	background-color: #000;
	padding: 3px 5px 2px 5px;
	position: relative;
	margin-top: 5px;
}

.moduleText {
	display: block;
	padding: 3px 5px 2px 5px;
	position: relative;
	border: 1px solid #000;
	margin-bottom: 15px;
}


/*--------sub nav left------*/
#subNav {
	margin: 0;
}

#subNav ul {
	margin: 0;
	padding: 0;
}

#subNavList ul {
	margin: 0;
	padding: 0;
}

#subNav li {
	list-style-type: none;
	color: #f00;
	border-left: 1px solid #ccc;
	padding: 0 0 0 5px; margin:0;
}

#subNav a {
	text-decoration: none;
	color: #000;
}

#subNav a:hover {
	color: #f00;
}

#subNav ul ul {
	margin-left: 5px;
}

/*----forms-----*/
fieldset { border:1px solid #CCCCCC; padding:10px; margin:0 0 15px 0;}
legend { text-transform:uppercase;}
label { display:block; margin:15px 0 5px 0; font-weight:bold;}
input, textarea, select, .file  { background:#FFFFFF; border:1px solid #000000; margin:0 0 5px 0; }
select { min-width:150px;}

option { font-size:10px; color:#666666;}

input[type=radio], input[type=checkbox] { border:none; width:auto;}
input[type=submit], input[type=reset], input[type=button] { margin:15px 0 0 5px; width:auto;}
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {color:#ffffff; border:1px solid #000000; background:#000000;}



/*----forms rightContainer-----*/
.moduleText fieldset { border:1px solid #CCCCCC; padding:5px; margin:5px 0 ;}
.moduleText label { display:block; margin:0; font-weight:normal;}
#left_text_field, #left_textarea, #left_select, #left_password { background:#FFFFFF; border:1px solid #000000; margin:0 0 5px 0; width:124px; min-width:124px; }

.moduleText input[type="submit"], .moduleText input[type="reset"] { float:right; margin:15px 0 0 5px; width:auto; font-size:10px;}
.moduleText input[type="submit"]:hover, .moduleText input[type="reset"]:hover {color:#ffffff; border:1px solid #000000; background:#000000;}

.admin_input {display:block;}

/*----------------table bottom--------------*/
.wireFooter {
	border-top: 1px dashed #000;
	width: 900px;
	margin: 0 auto;
	clear: both;
}

.leftcol {
	font-weight: bold;
	width: 100px;
	padding-top: 5px;
	vertical-align: top;
}

.data1 {
	padding-top: 5px;
	vertical-align: top;
	width: 150px;
}

.data2 {
	padding-top: 5px;
	vertical-align: top;
	width: 550px;
}

.wireLinks {
	padding-top: 5px;
	vertical-align: top;
}

/*-------bio table -------*/
.bioTable { border-bottom:1px dotted #000000; 
	    margin:10px 0; 
	    padding:0 0 10px;
}
.bioTable tbody tr td#imag { padding:0; 
			     margin:0; 
			     text-align:center; 
			     width:75px; 
			     height:75px; 
			   }
.bioTable tbody tr td a { margin:0; 
			  padding:0;  
			  line-height: 15px;}

/*-------client table -------*/
.clientTable { 
    border-bottom:1px dotted #000000; 
    margin:10px 0; 
    padding:0 0 10px;
}
.clientTable tbody tr td#imag { padding:0; 
				margin:0; 
				width:60px; 
				height:60px;}

.clientTable tbody tr td a {margin:0; 
			    padding:0;  
			    line-height: 15px;
}

.threeColumn {
    float:left;
    height:230px;
    margin:0 10px 0 0;
    width:286px;
}
/*--------home content area------------*/
.home_content{
	width:299px;
	float:left;
	height:275px;

}
#home_content_left{
	border-right:#000 1px solid;
}
#home_content_center{
	border-right:#000 1px solid;
}
#home_content_right{

}
.home_content_center_img{
	width:277px;
	border:#000000 1px solid;
	height:160px;
	background:#ccc;
	margin:10px 10px 0px 10px;
}
#home_content_right_img_wrapper{
	width:289px;
	height:170px;
	margin:5px 5px 0px 5px;
}
.home_right_img{
	width:130px;
	height:74px;
	background:#ccc;
	border:#000 1px solid;
	margin:5px;
	float:left;
}
/*--------------landing page content area-------------*/
#right_container_img{
	width:140px;
	height:80px;
	border:#000 1px solid;
	background:#ccc;
}
/*-------------design elements content-------------*/
.design_elements_img_wrapper{
	width:749px;
}
.design_elements_content{
	width:249px;
	float:left;
}
.design_element_img{
	width:227px;
	height:227px;
	background:#ccc;
	border:#000 1px solid;
	margin-left:10px;
	overflow:hidden;
}
/*---------------colors content-----------------*/
.colors_content{
	width:187px;
	float:left;
}
.colors_img{
	width:165px;
	height:165px;
	border:#000 1px solid;
	margin:10px;
	background:#ccc;
}
.color_info_wrapper{
	width:165px;
}
.color_info_column{
	width:41px;
	float:left;
	text-align:right;
}
/*----------------image spec------------------*/
.image_spec_left{
	width:280px;
	float:left;
	
}
.image_spec_right{
	width:429px;
	float:right;
	
}
.keywords_row{
	width:300px;
}
.keywords_column{
	width:140px;
	float:left;
	text-align:left;
}
.image_spec_img{
	width:427px;
	height:300px;
	border:#000 1px solid;
	background:#ccc;
}
.image_info_row{
	width:427px;
}
.image_info_column_left{
	width:100px;
	float:left;
}
.image_info_column_right{
	width:327px;
	float:right;
}
.row_wrapper{
	padding-bottom:15px;
}
.design_elements_content .content_padding{
	padding:5px 10px 10px 10px;
}
