* { margin:0; padding:0;}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.5em;
	color:#8c8c8c;
	text-transform:none;
	background: url(images/body-bg.gif) center top #1b1b1b;
	font-weight: normal;
}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper, block { width:100%; overflow:hidden;}
.container { width:100%;}

p {
	margin-bottom:14px;
	line-height: 1.3em;
}

/*==================forms====================*/
input, select { vertical-align:middle; font-weight:normal;}
img {border:0; vertical-align:top; text-align:left;}

#search-form {
	float:right;
	padding:30px 56px 0 0;
	width: 330px;
}
#search-form input.text { width:166px; background:#131313; border:1px solid #131313; border-left:1px solid #050505; border-top:1px solid #050505; color:#555; text-transform:uppercase; padding:3px 0 4px 3px; margin-right:2px;}
#search-form input.submit { width:31px; height:22px; background:url(images/go-button.jpg) no-repeat left top; border:0; color:#fff; text-transform:uppercase;}

.form { height:26px;}
.form input {width:273px; height:18px; background:#1b1714; border:1px solid #555038;}
textarea { width:403px; height:128px; background:#1b1714; overflow:auto; border:1px solid #555038;}

/*==================list====================*/
ul { list-style:none;}
#menu {
	height: 57px;
	width: 870px;
}

.list1 li { background:url(images/bull.gif) no-repeat left 5px; padding:0 0 4px 17px;}
.list1 li a {
	color:#8c8c8c;
	text-decoration:none;
	font-size: 12px;
	line-height: 1.3em;
}
.list1 li a:hover { color:#fc6806;}
.list1 li a.alt {color:#fc6806;}
.list1 li a.alt:hover { color:#fff;}

.list2 li { float:left; padding:0 23px 26px 0;}
.list2 li.alt { padding-right:0;}

.list3 dt { padding-bottom:7px;}
.list3 dd { padding-bottom:11px;}

.page-nav li { display:inline;}
.page-nav li a { color:#fa5403; text-decoration:none;}
.page-nav li a:hover { text-decoration:underline;}
.page-nav .pages { padding:0 40px;}
.page-nav .pages a { color:#8c8c8c; text-decoration:none;}
.page-nav .pages a:hover { color:#fa5403;}
.page-nav .pages b a {color:#fa5403; text-decoration:underline;}
.page-nav .pages b a:hover { text-decoration:none;}

/*==================other====================*/
.img-indent { margin:0 20px 0 0; float:left;}
.img-box { width:100%; overflow:hidden; padding-bottom:26px;}
.img-box img { float:left; margin:0 23px 0 0;}


/*==================txt, links, lines, titles====================*/
a {color:#8c8c8c;}
a:hover{text-decoration:none;}

h2 {
	color:#fff;
	font-size:1.8em;
	line-height:1.1em;
	font-weight:normal;
	margin-bottom:9px;
}
h3 {
	color:#fff;
	font-size:15px;
	line-height:1.1em;
	font-weight:normal;
	margin-bottom:36px;
}
h4 {
	font-size:12px;
	font-weight:normal;
	color:#f95403;
	padding:6px 0 10px 0;
}

.txt1 {
	font-size:12px;
	line-height:1.46em;
	color:#5f5f5f;
}

.link1 {
	display:block;
	background:url(images/link1-bg.gif) left top repeat-x;
	color:#fff;
	text-decoration:none;
	font-size:13px;
	text-transform:none;
	line-height:1.1em;
}
.link1 em { display:block; background:url(images/link1-left.gif) no-repeat left top;}
.link1 b { display:block; background:url(images/link1-right.gif) no-repeat right top; padding:3px 15px 4px 15px; font-weight:normal; font-style:normal;}
.link1:hover { text-decoration:underline;}

.button {
	display:block;
	width:106px;
	height:35px;
	line-height:35px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	background:url(images/button.jpg) no-repeat left top;
	font-size:16px;
	font-weight:normal;
	text-transform:none;
	margin:0 auto;
}
.button:hover { text-decoration:underline;}

/*==================boxes====================*/
.box { background:url(images/box-bg.gif) left top repeat-x #000; width:100%;}
.box .left-top-corner {background:url(images/left-top-corner.gif) no-repeat left top;}
.box .right-top-corner {background:url(images/right-top-corner.gif) no-repeat right top;}
.box .left-bot-corner {background:url(images/left-bot-corner.gif) no-repeat left bottom; width:100%;}
.box .right-bot-corner {background:url(images/right-bot-corner.gif) no-repeat right bottom; }
.box .inner { padding:17px 20px 25px 22px;}

.box1 { background:url(images/box1-bg.gif) left top; width:100%;}
.box1 .top { background:url(images/box1-top.gif) no-repeat left top;}
.box1 .bottom1 { background:url(images/box1-bottom1.gif) no-repeat left bottom; width:100%;}
.box1 .bottom2 { background:url(images/box1-bottom2.gif) no-repeat left bottom; width:100%;}
.box1 .bottom3 { background:url(images/box1-bottom3.gif) no-repeat left bottom; width:100%;}
.box1 .inner { padding:29px 40px 29px 22px;}
.box1 p { margin-bottom:18px;}

.cont-box { padding:0 20px 0 0; margin:0;}
.cont-box span { float:right;}

/*header*/
#header .row-1 { height:250px;}
#header .row-1 .fleft {
	padding:40px 0 0 61px;
}
#header .row-2 { padding-left:56px;}

/*content*/
#content { padding:0 55px 0 56px;}
#content .row-1 { padding-bottom:39px;}

/*footer*/
#footer { color:#fff;}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
	color: #fa5403;
}
.buttonform {
	display:block;
	width:200px;
	height:28px;
	line-height:25px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	background:url(images/button2.png) left top;
	font-size:1.3em;
	font-weight:normal;
	text-transform:none;
	font-family: "Century Gothic";
	background-repeat: no-repeat;
	margin-top: 5px;
}
.buttonform:hover {
	text-decoration:underline;
}
#newfooter {
	float: right;
	width: 490px;
	margin-left: 20px;
	padding-right: 20px;
}
.newfootertext {
	padding-right: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}
.newfootertext a:link {
	color: #FFFFFF;
}
.newfootertext a:visited {
	color: #FFFFFF;
}
.newfootertext a:hover {
	color: #fa5403;
	text-decoration: underline;
}
.newfootertext a:active {
	color: #FFFFFF;
}
.button2 {
	display:block;
	width:106px;
	height:28px;
	line-height:20px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-size:1.6em;
	font-weight:normal;
	text-transform:none;
	font-family: "Century Gothic";
	background-color: #FC5201;
}
.dashed_line {
	width: 100%;
	border-top: 1px dashed #CCCCCC;
	margin-bottom: 5px;
}
.button2:hover {
	text-decoration:underline;
}
.image_right {
	float: right;
	font-size: 12px;
}
.icon a:link {
	color: #FC6806;
}
.icon a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.icon a:active {
}
#top_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 980px;
	margin: 0 auto;
}
.row-2services {
	width: 1000px;
}
.innerservices {
	margin: 0px;
	padding: 0px;
}
.innerservicesheading {
	padding-left: 22px;
	padding-top: 19px;
}
.icon {
	float: left;
	width: 510px;
	margin-bottom: 20px;
	background-image: url(images/icon_bg.png);
	color: #CCCCCC;
	line-height: 1.5em;
	padding-right: 20px;
}
.icon_image {
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}
.icon_text {
	padding-top: 10px;
	font-style: normal;
	text-transform: none;
	color: #FFFFFF;
	line-height: 1.5em;
}
H5 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	padding-bottom: 10px;
}
#middle_promo {
	float: left;
	width: 320px;
	margin-left: 30px;
	margin-top: 60px;
}
.orangetext {
	color: #FA5C0F;
}
h6 {
	font-size: 14px;
	font-weight: bold;
	color: #FC4CA7;
}
h6  a:link {
	font-size: 14px;
	font-weight: bold;
	color: #FC4CA7;
}
h6  a:active {
	font-size: 14px;
	font-weight: bold;
	color: #FC4CA7;
}
h6  a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #FC4CA7;
}
h6  a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #FC4CA7;
}
#proposal_text {
	float: left;
	width: 350px;
	padding-top: 5px;
	padding-bottom: 5px;
}
