@charset "utf-8";

body {
	margin: 0px;
	background: url(../images/bg.gif) repeat-x fixed;
	background-color: #CCC;
}

#clear {
	clear: both;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 2px;
}

p {
	margin: 0px;
}

img {
	border: 0px;
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

#wrapper {
	background-color: #333;
	width: 960px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	border: #000 1px solid;
	overflow: hidden;
}

#head_wrapper {
	width: 960px;
	height: 157px;
}

.bannerextra {
	background-image:url(../images/banner_02.png);
	margin-top: 125px;
	position: absolute;
	z-index: 500;
}

#head {
	height: 125px;
	width: 960px;
	position: absolute;
	background-image: url(../images/banner_01.jpg);
	z-index: 500;
}

.banner {
	position: absolute;
	right: 0px;
	width: 450px;
	height: 39px;
	margin-top: 52px;
}

#navigation {
	height: 32px;
	width: 960px;
	margin-top: 125px;
	background-image: url(../images/nav_bar.gif);
	position: absolute;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFF;
	z-index: 5;
}

.nav_line {
	width: 2px;
	height: 30px;
	margin-top: 1px;
	float: left;
	display: table-row;
	background-repeat: no-repeat;
	background-image: url(../images/nav_divide.gif);
	z-index: 10;
}

.nav_link {
	color: #FFF;
	text-decoration: none;
}

.nav_link:hover {
	text-decoration: underline;
}

.nav_1 {
	display: table-row;
	float: left;
	height: 25px;
	width: 153px;
	text-align: center;
	padding-top: 5px;
	cursor: pointer;
	z-index: 10;
}

.nav_2 {
	display: table-row;
	float: left;
	height: 25px;
	width: 125px;
	text-align: center;
	padding-top: 7px;
	cursor: pointer;
	z-index: 10;
}

.nav_3 {
	display: table-row;
	float: left;
	height: 25px;
	width: 125px;
	text-align: center;
	padding-top: 7px;
	cursor: pointer;
	z-index: 10;
}
.nav_4 {
	display: table-row;
	float: left;
	height: 25px;
	width: 125px;
	text-align: center;
	padding-top: 7px;
	cursor: pointer;
	z-index: 10;
}
.nav_5 {
	display: table-row;
	float: left;
	height: 25px;
	width: 155px;
	text-align: center;
	padding-top: 7px;
	cursor: pointer;
	z-index: 10;
}
.nav_6 {
	display: table-row;
	float: left;
	height: 25px;
	width: 139px;
	text-align: center;
	padding-top: 7px;
	cursor: pointer;
	z-index: 10;
}
.nav_7 {
	display: table-row;
	float: left;
	height: 25px;
	width: 126px;
	text-align: center;
	padding-top: 7px;
	cursor: pointer;
	z-index: 10;
}

#content {
	overflow: hidden;
	width: 100%;
}

.side {
	display: table-row;
	float: right;
	width: 310px;
	min-height: 100%;
	padding-top: 10px;
	padding-right: 5px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #FFF;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color:#999;
	padding-bottom: 10px;
}

.side_image {
	margin-top: 15px;
}

#footer {
	background-image:url(../images/footer.jpg);
	height: 125px;
	width: 960px;
	background-repeat: no-repeat;
}

.dsa_logo {
	width: 120px;
	height: 89px;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	display: table-row;
}
.dsa_info {
	height: 90px;
	width: 200px;
	float: left;
	display: table-row;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	margin-top: 20px;
	margin-left: 5px;
}
.main {
	display: table-row;
	float: left;
	width: 629px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.testimo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	background-color: #333;
	width: 298px;
	border: 1px solid #FFF;
	margin-top: 15px;
	padding: 5px;
}
.page_info {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	width: 630px;
	margin-top: 10px;
}
.page_info_s {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	width: 630px;
}
#copyright_info {
	width: 920px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

.copy_link {
	color: #000;
	text-decoration: none;
}

.main_pages {
	width: 950px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	overflow: hidden;
}

.main_pages_link:link {
	color: #FFF;
	text-decoration: none;
}
.main_pages_link:visited {
	text-decoration: none;
	color: #FFF;
}
.main_pages_link:hover {
	text-decoration: underline;
	color: #FFF;
}
.main_pages_link:active {
	text-decoration: none;
	color: #FFF;
}

.footer_link:link {
	color: #000;
	text-decoration: underline;
}
.footer_link:visited {
	text-decoration: underline;
	color: #000;
}
.footer_link:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000;
}
.footer_link:active {
	text-decoration: none;
	color: #000;
}

.jsclass body .randomcontent{ /*Do NOT remove! CSS to hide random contents in JS enabled browsers*/
display: none;
}

.testimonials {
	margin-top: 20px;
	margin-left: 20px;
	display: table-row;
	float: left;
	height: 90px;
	width: 227px;
	padding-left: 30px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #000;
	padding-right: 40px;
}

.job {
	margin-top: 15px;
	margin-left: 21px;
}
#shade {
	background-image: url(../images/shade.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 10px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
