/* Overall */
html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E5E5E5;
	text-align: center;
	background-color: #212121;
}

input, select, textarea {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: #CC1912;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, pre {
	margin: 0;
}

p {
	padding: 0;
	margin: 0 0 1em 0;
	line-height: 22px;
}

ul {
	margin: 0 0 1.5em 0;
	padding-left: 3em;
}
ul li {
	margin-bottom: 4px;
}

ol {
	margin: 0 0 1.5em 0;
	padding-left: 3em;
}
ol li {
	margin-bottom: 8px;
}

* :focus {
	outline: 0;
}


/* Headings */
.Heading1 {
	color: #992421;
	font-size: 14px;
}

.Heading2 {
	font-size: 12px;
}

.Heading3 {
	color: #7F7F7F;
	font-weight: bold;	
	font-size: 11px;
}


/* Highlights */
.Highlight1 {
	color: #992421;
}

.Highlight2 {
	color: #C00;
}

.Highlight3 {
	color: #090;
}

.Background1 {
	background-color: #404040;
	padding-left: 5px;
	font-weight: bold;
	color: #C2C2C2;
}


/* Images */
.ImageLink {
	background-color: #666666;
	border: 1px solid #B2B2B2;
	padding: 5px;
	margin: 6px 0 0 6px;
}
a .ImageLink {
	border: 1px solid #B2B2B2;
}
a:hover .ImageLink {
	background-color: #7F7F7F;
	border: 1px solid #CECECE;
}


/* Buttons */
.Btn1,
.Btn2,
.Btn3 {
	background: url(/images/Btn_BG.png) repeat-x top;
	border-bottom: 0;
	border: 1px solid;
	padding: 3px 11px;
	margin: 0 3px 0 0;
	cursor: pointer;
	font: bold 12px Arial, Tahoma, Verdana, sans-serif;
	text-decoration: none;
	border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 3px;	
}
.Btn1:hover,
.Btn2:hover,
.Btn3:hover {
	text-decoration: none;
}

.Btn1 {
	background-color: #A22020;
	border-color: #691515;
	color: #FDEEEE;
}
.Btn1:hover {
	background-color: #D32929;
	color: #FFF;
}

.Btn2 {
	background-color: #7E7E7E;
	border-color: #6E6E6E;
	color: #E6E6E6;
}
.Btn2:hover {
	background-color: #989898;
	color: #FFF;
}

.Btn3 {
	background-color: #C9992C;
	border-color: #966F12;
	color: #FAEED1;
}
.Btn3:hover {
	background-color: #E4B242;
	color: #FFF;
}


/* Navigation */
#nav {
	position: absolute;
	top: 47px;
	left: 18px;
	margin: 0;
	padding: 0;
}
#nav a {
	display: block;
	height: 64px;
	text-indent: -9999px;
}
#nav a:hover { 
	background-position: 0 -64px !important;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li { 
	margin: 0;
	padding: 0;
	list-style: none; 
	float: left; 
}

#nav a.selected {
	background-position: 0 -64px !important;
}

#nav a.home { 
	background: url(../images/Nav_Home.gif) no-repeat; 
	width: 147px;
}

#nav a.about { 
	background: url(../images/Nav_About.gif) no-repeat; 
	width: 139px;
}

#nav a.clients { 
	background: url(../images/Nav_Clients.gif) no-repeat; 
	width: 153px;
}

#nav a.services { 
	background: url(../images/Nav_Services.gif) no-repeat; 
	width: 159px;
}

#nav a.news { 
	background: url(../images/Nav_News.gif) no-repeat; 
	width: 187px;
}

#nav a.contact { 
	background: url(../images/Nav_Contact.gif) no-repeat; 
	width: 177px;
}


/* Navigation Overlays */
#nav ul li {
	position: relative;
}

#nav ul li ul {
	position: absolute;
	z-index: 2000;
	top: 64px;
	left: 0px;
	width: 232px;
	padding-bottom: 2px;
	float: left;
	background-color: #3A3A3A;
	border-bottom: 7px solid #242424;
	font-style: normal;
	display: none;
	filter: alpha(opacity=95);
	-moz-opacity: .95; 
	opacity: .95;
}

#nav ul li ul li {
	border-top: 1px #494949 solid;
	width: 90%;
	margin: 0px 12px;
}

#nav ul li ul li a {
	height: auto;
	text-indent: 0px;
	display: block;
	padding: 8px;
	font-size: 13px;
	color: #C1C1C1;
	text-decoration: none;
}
#nav ul li ul li a:hover {
	color: #FFF;
	background-color: #303030;
}


/* Navigation (Footer) */
#navf {
	position: absolute;
	top: 44px;
	left: 26px;
	width: 70%;
	font-size: 14px;
	color: #B2B2B2;
}
#navf ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
#navf ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#navf ul li a {
	color: #FFF;
	text-decoration: none;
	margin: 0 8px 0 4px;
}
#navf ul li a:hover {
	color: #B2B2B2;
	text-decoration: none;
}


/* Layout */
#header,
#header_container,
#footer,
#footer_container,
#center,
#body {
	margin: 0 auto;
}

#header_container,
#footer_container,
#body {
	position: relative;
	width: 997px;
	text-align: left;
}

#header {
	position: relative;
	background: url(../images/Layout_Header.jpg) no-repeat center top;
	height: 370px;
}

#footer {
	background: url(../images/Layout_Footer.jpg) no-repeat center top;
	height: 162px;
	clear: both;
}

#header_container {

}

#footer_container {
	
}

#center {
	
}

#body {
	min-height: 300px;
}

#body_left {
	float: left;
	width: 287px;
	margin: 0 0 20px 17px;
	background: url(../images/Layout_PanelContactUs.jpg) #1E1E1E no-repeat;
}

#body_right {
	float: right;
	width: 630px;
	padding-top: 30px;
	margin: 0 20px 20px 0;
}

#logo {
	position: absolute;
	top: 128px;
	left: 18px;
}

#flash {
	position: absolute;
	top: 128px;
	left: 18px;
}

#copyright {
	position: absolute;
	top: 80px;
	left: 30px;
	font-size: 12px;
	color: #6E6E6E;
	line-height: 19px;
}
#copyright a {
	color: #6E6E6E;
	text-decoration: none;
}
#copyright a:hover {
	color: #585858;
}

#panel {
	margin: 110px 17px 17px 17px;
}

.hdivider {
	margin: 10px 0;
	padding: 0;
	background: url(../images/Layout_PanelDivider.gif) no-repeat top center;
	height: 2px;
	width: 100%;
}

.newspanel p {
	line-height: 18px;
}
.newspanel a {
	font-size: 12px;
}

.servicespanel ul {
	margin: 0;
	padding-left: 1em;
	color: #7F7F7F;
}
.servicespanel ul li {
	margin-bottom: 0.8em;
}
.servicespanel ul a {
	color: #E5E5E5;
	text-decoration: none;
}


/* Cufon */
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	margin: 0 0 25px -20px;
	padding: 0 0 1px 0;
	background: url(../images/Heading_Underline.gif) no-repeat 20px bottom;
}
