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, dd, dl, dt, li, ol, ul, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
}

a img, :link img, :visited img {
	border: 0px;
	margin: 0px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}



html {
	margin:0;
	padding:0;
}


body {
	background-color:#000000;
	background-image:url(/_img/background.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	margin:0px;
	padding:0px;
	height: 100%;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	color:#FFFFFF;
	text-decoration: none;
	padding-bottom:10px;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom:15px;
	padding-left:5px;
}

h3 {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	color:#2A3944;
	text-decoration: none;
	padding-bottom:5px;
}

h4 {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	color:#000000;
	text-align:center;
	font-weight:bold;
	text-decoration: none;
	padding-bottom:5px;
}

h5 {
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	color:#F68735;
	text-decoration: none;
	padding-bottom:10px;
	font-style: italic;
	font-weight: bold;
}

h6 {
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	color:#000000;
	text-align:center;
	font-weight:bold;
	padding-bottom:5px;
	font-style: italic;
	padding-top: 20px;
	line-height: 25px;
}

p {
	font-family:"Times New Roman", Times, serif;
	font-size: 13px;
	color:#999999;
	text-decoration: none;
	line-height: 20px;
	padding-bottom:15px;
	text-align: justify;
	font-weight: 100;
}


em{
	font-weight:bold;
}



#container{
	width:900px;
	margin: 0 auto;
	background-color:#000000;
	min-height:600px;
}


#container p{
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#999999;
}

#container a {
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#999999;
}

/**********************/
/* HEADER INFORMATION */
/**********************/

#header{
	width:100%;
	background-image:url(/_img/bg_header.jpg);
	background-repeat:repeat-x;
	height:200px;
}



/**********************/
/* PAGE CONTENT       */
/**********************/


#leftColumn{
	float:left;
	padding-top:45px;
	padding-left:50px;
	width:450px;

}

#leftColumn p{
	padding-left:5px;
	width:400px;
}


#rightColumn{
	float:right;
	padding-top:45px;
	width:300px;
}


/**********************/
/* SERVICES NAV       */
/**********************/

#serviceNav{
	

}

#serviceNav a{
	width:260px;
	height:70px;
}

.serviceHeader{
	padding-top:10px;
	padding-bottom:20px;
}




/**********************/
/* FOOTER             */
/**********************/


#footer{
	border-top-color:#666666;
	border-top-style:solid;
	border-top-width:1px;
	background-color:#212121;
	height:18px;
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	
}

#footer p{
	text-align:center;
	font-size:11px;
}

#footer a{
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover{
text-decoration:underline;
}
