/*Debugging border*/
/*
* {
   border: 1px solid red !important;
}
*/
/*
/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0; outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}
/* GLOBAL CLASSES */
/* ---------------------------------------------------------------------------------------------------*/
h1{
	color: #fcd73c;
	display: block;
	font-size: 27px;
	line-height: 2em;
}
h2{
	color: #fcd73c;
	display: block;
	font-size: 20px;
	line-height: 1.5em;
}
h3{
	color: #fcd73c;
	display: block;
	font-size: 18px;
}
h4{
	color: #fcd73c;
	display: block;
	font-size: 18px;
	line-height: 2em;
}
body {
	background: #000 url(../images/bg.jpg) no-repeat left top;
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	cursor:default;
}
p{
	color: #fff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.6em;
	text-transform: normal;
}
li{
	/*color: #fff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.6em;
	text-transform: normal;*/
}
.clearing{
	clear: both;
}
.mainContain{
	position: relative;
	width: 100%;
}
/* INNER CONTAIN */
/* ---------------------------------------------------------------------------------------------------*/
.innerContain{
	margin: 0 auto;
	position: relative;
	width: 960px;
}
/* NAVIGATION */
/* ---------------------------------------------------------------------------------------------------*/
.navigation{
	position: relative;
	width: 100%;
}
.navigation img{
	float: left;
	margin: 20px 0px 10px 0px;
	position: relative;
}
.navigation ul{
	float: right;
	margin: 40px 0px 10px 0px; 
	position: relative;
}
.navigation ul li{
	float: left;
	margin-left: 20px;
}
.navigation a{
	color: #fff;
	text-decoration: none;
}
.navigation a:hover{
	color: #fcd73c;
}
/* SUBNAVIGATION */
/* ---------------------------------------------------------------------------------------------------*/
#subNav{
	background-color: #000;
	float: left;
	min-height: 205px;
	padding: 20px 0px 20px 0px;
	position: relative;
	width: 250px;
}
#subNav a{
	color: #fff;
}
#subNav a:hover{
	color: #fcd73c;
}
#subNav li{
	background: transparent url(../images/iconArrowThick.png) no-repeat center left;
	border-bottom: 1px solid #302f32;
	margin: 10px 10px 0px 20px;
	padding: 0px 0px 10px 20px;
	vertical-align: middle;
	
}

li.featuredLink2
{
	background: transparent url(../images/iconArrowThick.png) no-repeat center left;
	border-bottom: 1px solid #302f32;
	margin: 10px 10px 0px 20px;
	padding: 0px 0px 10px 20px;
	vertical-align: middle;
}

#subNavContacts{
	background-color: #000;
	float: left;
	padding: 20px 10px 20px 10px;
	position: relative;
	width: 230px;
}
#subNavContacts li{
	background: transparent url(../images/buttonSubNav.png) no-repeat center center;
	height: 42px;
	margin: 0 auto;
	margin-bottom: 10px;
	width: 200px;
}
#subNavContacts li a{
	color: #fff;
	line-height: 42px;
	margin-left: 20px;
}
#subNavContacts li a:hover{
	color: #fcd73c;
}
.heroImage{
	float: left;
	margin-left: 10px;
}
#heroFlash{
	float: left;
	height: 244px;
	margin-left: 10px;
	position: relative;
	width: 699px;
}
/* HEADER */
/* ---------------------------------------------------------------------------------------------------*/
.header{
	height: 245px;
	position: relative;
	width: 960px;
}
#flashArea{
	float: left;
	height: 245px;
	margin-right: 20px;
	position: relative;
	width: 600px;
}
#newsArea{
	background: transparent url(../images/repeatNewsAreaBG.jpg) repeat-y top left;
	float: left;
	height: 225px;
	position: relative; 
	margin: 0px 10px 0px 10px;
	padding: 10px;
	/*width:300px;
	padding-right: 0px;  */
	margin-right: 0px;
	width: 310px;
}
/* CONTENT AREA */
/* ---------------------------------------------------------------------------------------------------*/
.contentContain{
	background-color: #101010;
	position: relative;
	width: 100%;
}
.contentArea{
	margin-top: 20px;
	position: relative;
	width: 100%;
}
.column1{
	float: left;
	margin: 0px 10px 0px 10px;
	padding: 10px;
	position: relative;
	width: 350px;
}
#homeIntro a {
	color: #fcd73c;
}
#homeIntro a:link {
	color: #fcd73c;
	text-decoration: underline;
}
#homeIntro a:visited {
	text-decoration: underline;
	color: #fcd73c;
}
#homeIntro a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
#homeIntro a:active {
	text-decoration: underline;
	color: #fcd73c;
}





.column2{
	float: left;
	margin: 0px 10px 0px 10px;
	position: relative;
	width: 300px;
}
.column2 li{
	background: transparent url(../images/buttonHomeServices.png) no-repeat center center;
	color: #000;
	height: 57px;
	margin-top: 10px;
	padding: 10px;
	position: relative;
	width: 301px;
}
.column2 p{
	font-size: 11px;
	position: absolute;
	left: 100px;
	top: 30px;
	width: 65%;
}
.column2 img{
	float: left;
	margin: 0px 10px 0px 10px;
	position: relative;
}
.column2 h3{
	position: absolute;
	left: 100px;
	top: 5px;
}
.column2 h3:hover{
	color: #fff;
}
.column3{
	float: left;
	margin: 10px 0px 0px 0px;
	position: relative;
	width: 200px;
}
.column3 h2:hover{
	color: #fff;
}
.contactsHome li{
	background: transparent url(../images/buttonHomeContacts.png) no-repeat center center;
	height: 57px;
	margin-bottom: 10px;
	padding: 10px;
	position: relative;
	text-align: center;
	width: 207px;
}
.networks{
	background: transparent url(../images/buttonHomeContacts.png) no-repeat center center;
	height: 57px;
	padding: 10px;
	position: relative;
	width: 207px;
}
.networks a{
	color: #fff;
	font-size: 13px;
}
.networks li{
	margin-left: 5px;
	margin-bottom: 11px;
	margin-right: 5px;
	height: 24px;
	float: left;
	position: relative;
	text-indent: -9999;
	width: 24px;
}
.networks img{
	position: relative;
	right: 0px;
	vertical-align: middle;
}
#copy{
	float: left;
	padding: 20px 20px 30px 20px;
	position: relative;
	width: 640px;
	
	color: #fff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.6em;
	text-transform: normal;
}

#copy ul {

margin:0px;padding:0px;
list-style-type:disc;
list-style-image:none;
list-style-position: outside;

  

	}
#copy li{
margin:0px;padding:0px;
list-style-position:outside;
margin-left: 1.75em;
}
#copy a {
	color: #fcd73c;
}
#copy a:link {
	color: #fcd73c;
	text-decoration: underline;
}
#copy a:visited {
	text-decoration: underline;
	color: #fcd73c;
}
#copy a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
#copy a:active {
	text-decoration: underline;
	color: #fcd73c;
}




.contentArea a{
	color: #fff;
	text-decoration: none;
}
.contentArea a:hover{
	color: #fcd73c;
}
.servicesMain{
	margin: 0 auto;
	position: relative;
	padding-top: 30px;
	width: 880px;
}
.servicesGroup{
	background: transparent url(../images/bgServicesMain.png) no-repeat center center;
	float: left;
	height: 329px;
	margin-right: 10px;
	position: relative;
	width: 211px;
}
.servicesGroup img{
	display: block;
	margin: 0 auto;
}
#servicesGroupLast img{
	display: block;
	margin: 0 auto;
}
#servicesGroupLast{
	background: transparent url(../images/bgServicesMain.png) no-repeat center center;
	float: left;
	height: 329px;
	margin: 0px;
	width: 211px;
}
.servicesGroup li{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.6em;
	list-style-type: disc;
	margin-left: 25px;
	text-transform: normal;
}
#servicesGroupLast li{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.6em;
	list-style-type: disc;
	margin-left: 25px;
	text-transform: normal;
}
.servicesGroup h2{
	border-bottom: 1px solid #302f32;
	line-height: 2em;
	padding: 10px 0px 10px 0px;
	text-align: center;
}
#servicesGroupLast h2{
	border-bottom: 1px solid #302f32;
	line-height: 2em;
	padding: 10px 0px 10px 0px;
	text-align: center;
}
.readMore{
	background: transparent url(../images/buttonReadMore.png) no-repeat top left;
	height: 39px;
	line-height: 35px;
	margin: 0 auto;
	margin-top: 20px;
	width: 193px;
}
.readMore a{
	color: #afa9a9;
	font-size: 18px;
	margin-left: 40px;
}
.readMore a:hover{
	color: #fcd73c;
	font-size: 18px;
	margin-left: 40px;
}
#newsSubArea{
	background-color: #000;
	float: right;
	padding: 20px 15px 20px 15px;
	position: relative;
	width: 230px;

}
.workContain{
	float: left;
	position: relative;
	width: 600px;
}
.workGroup{	
	border-bottom: 1px solid #494949;
	float: left;
	width: 600px;
	padding: 20px;
	position: relative;
}
.workGroup img{
	float: left;
	position: relative;
	/*width: 356px;*/
}
.workDescription{
	float: left;
	position: relative;
	padding:20px;
	width: 300px;
}
.linkGroup{
	margin-top: 10px;
}
.linkGroup li{
	margin-bottom: 10px;
}
.linkGroup a{
	color: #fff;
	background: transparent url(../images/iconArrowThick.png) no-repeat center left;
	margin: 10px 10px 0px 10px;
	padding: 0px 0px 10px 20px;
}
.workDescription a:hover{
	color: #fcd73c;
}
.portfolioGallery{
	background-color: #000;
	float: left;
	padding: 10px;
	position: relative;
	width: 370px;
}
.portfolioGallery li{
	float: left;
	margin: 10px;
}
.portfolioCopy{
	float: left;
	padding: 10px;
	position: relative;
	width: 520px;
}
.portfolioCopy li{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.6em;
	list-style: disc;
	margin-left: 20px;
	text-transform: normal;
}
#contact-area {
	width: 600px;
	margin-top: 25px;
	text-align:left;
}

#contact-area input, #contact-area textarea, #contact-area Select{
	background-color: #393939;
	color: #fff;
	padding: 5px;
	width: 422px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #969696;
	font-weight: normal;
	letter-spacing: normal;
}


#contact-area Select {
	width: 150px;
}


#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #fbb03b;
}

#contact-area input.submit-button {
	width: 100px;
	margin-left: 165px;
}

label {
	color: #fff;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: normal;
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 150px;
	padding-top: 1px;
	font-size: 12px;
}
.contactsGroup{
	float: left;
	position: relative;
	width: 210px;
}
#contactsMain{
	height: 200px;
}
.contactsGroup a{
	color: #fff;
}
.contactsGroup a:hover{
	color: #fbb03b;
}
.teamMain{
	float: left;
	margin-bottom: 10px;
	padding: 10px;
	position: relative;
}
.teamThumbs{
	float: left;
	position: relative;
	width: 200px;
}
.teamThumbs a{
	float: left;
	margin-left: 3px;
}
.teamImageMain{
	float: left;
	position: relative;
	width: 458px;
}
.vndTeam #subNavContacts{
	margin-top: -120px;
}
.vndTeam #copy{
	float: right;
	margin-top: -135px;
	width: 484px;
}
.affiliationsGroup{
	border-bottom: 1px solid #302f32;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 40px;
	position: relative;
	width: 670px;
}
.affiliationsGroup img{
	float: left;
	position: relative;
}
.affiliationsGroup p{
	float: left;
	margin-left: 20px;
	position: relative;
	width: 445px;
}
/* FOOTER */
/* ---------------------------------------------------------------------------------------------------*/
.footer{
	background-color: #000;
	border-top: solid 1px #262525;
	height: 76px;
	line-height: 76px;
	margin-top: 10px;
	padding: 10px;
	position: relative;
	text-align: center;
	width: 940px;
}
.footer ul li{
	display: inline;
	font-size: 15px;
	margin-left: 30px;
}
.footer a{
	color: #8b8787;
}
.footer a:hover{
	color: #fcd73c;
}


/* CSS for WordPress Blog 
/* CONTENT */
/* ---------------------------------------------------------------------------------------------------*/

#content_contain {
	width: 900px;
	height:100%;
	margin: 0px;	
}

#content{
	padding: 0px 5px 10px 5px;
}
#content_left{
	width:165px;
	float: left;
}
/* default main content (centered) */
#content_center{
	width:650px;
	float: left;
	padding: 10px 10px 10px 10px;
}
#content_center li{
	list-style-type: disc;
	margin-left: 20px;
}
#content_center a{color: #ba321a}
/* main content with sidebar removed (wider) */
#content_center_1{
	width:700px;
	float: left;
	padding: 10px 10px 10px 10px;
}
#content_center_1 h3{color:#ba321a; margin-bottom: 10px;}
#content_center_1 a{color: #ba321a}
#content_center_1 img{margin-bottom: 20px;}


#content_right{
	float: right;
	width: 167px;
	margin-right: 0px;
}
#content_right_2{
	width:165px;
	float: right;
}
.sidebar_center{
	background-color: #e4e3e4;
	border-bottom: 1px solid gray;
	float: left;
	padding: 5px 0px 5px 0px;
	width: 165px;
}
.sidebar_center a{padding: 10px 10px 0px 10px;}
.sidebar_center a:hover{
	color:gray;
}
.sidebar_center_title{
	background-color: #bdbdbd;
	border-bottom: 1px solid gray;
	color: white;
	float: left;
	padding: 5px 0px 5px 0px;
	width: 165px;
}
.sidebar_center_title p{
	padding-left: 10px;
}
#sidebar_top{
	background-image: url(../images/blog/sidebar_title.png);
    background-repeat: no-repeat;
    border-bottom: 1px solid gray;
    color: white;
	float: left;
	height: 37px;
	width: 165px;
}
#sidebar_top p{padding: 5px 0px 0px 10px;}
#sidebar_bottom{
	background-image: url(../images/blog/sidebar_bottom.png);
    background-repeat: no-repeat;
	float: left;
	height: 37px;
	width: 165px;
}
#sidebar_bottom a{padding: 5px 0px 0px 10px; float: left;}
#sidebar_bottom a:hover{
	color:gray;
}
#flashcontent{
	visibility:hidden;
	height: 0px;
	}
#flashcontent-bottom{
	visibility:hidden;
	height: 0px;
	}
	
/*------added by amh-------------*/

.captchaTable table
{
	width: 450px;
	
}

.captchaTable
{
	float: left;
	width: 600px;
	height: 77px;
	text-align: left;

}

/*-------------------------------*/
	

