

* { border: 0; margin: 0; padding: 0; }

body {
	font-size: 62.5%;
	color: #b5b5b5;
	background-color: #000;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

ul {
	list-style-type: none;
}

a {
	color: #FFFFFF;
	text-decoration: none;
	
}

a:hover { color: #358bfc; }

#container {
	background-color: #000;
}

#header {
	width: 875px;
	margin: 0 auto;
}

#header #logo {
	width: 560px;
	float: left;
	height: 100px;
	overflow: hidden;
}

#header #call {
	float: left;
	margin: 5px 0 0;
}

#header #menu {
	clear: both;
	height: 75px;
	padding: 13px 0 0 0;
	width: 875px;
}


#content {
	width: 875px;
	margin: 0 auto;
	clear: both;
}

#content #splash {
	height: 190px;
	margin-bottom: 55px;
	width: 875px;
}

#splash #title {
	width: 260px;
	padding: 80px 0 0 0;
	text-align: right;
}

#splash #image {
	width: 575px;
	height: 190px;
	float: right;
}
#content #plug-show {

	margin-bottom: 30px;
}


#content .plug {
	height: 190px;
	margin-bottom: 55px;
	width: 875px;
}

#content .plugtitle1 {
	width: 260px;
	padding: 60px 0 0 0;
	text-align: right;
	float: left;
}

#content .plugtitle2 {
	width: 260px;
	padding: 50px 0 0 0;
	text-align: right;
	float: left;
}

#content .plugtitle3 {
	width: 260px;
	padding: 60px 0 0 0;
	text-align: right;
	float: left;
}


#content #body {
	clear: both;
	padding-bottom: 20px;
}

#body #left {
	width: 620px;
	margin-right: 20px;
}

#body #middle {
	width: 195px;
	margin-left: 20px;
	margin-right: 20px;
}

#body #right {
	margin-left: 20px;
	width: 180px;
}

#footer {
	clear: both;
	padding-top: 65px;
}
#footer #copyright {
	width: 875px;
	margin: 0 auto;
	margin-bottom: 50px;
}
#footer #logos {
	text-align: right;
	height: 60px;
	margin-bottom: 20px;
}

#footer #copy {
	text-align: right;
	clear: both;
}



#footer ul {
	font-size: 1.1em;
	color: #7B7D84;
}
#left .home1 a {
	color: #FFFFFF;
}


#footer li {
	float: right;
}

#footer li a {
	display: block;
	padding-top: 2px;
	color: #2C364E;
	padding-bottom: 2px;
	padding-left: 20px;
	
}

#footer li a:hover {
	color: #384563;
}


p {
	margin-bottom: 20px;
	line-height: 1.8em;
	font-size: 1.1em;
	text-align: left;
}

#middle p, #right p {
	color: #667087;
	line-height: 1.6em;
	text-align: left;
}

#middle a, #right a {
	color: #667087;
}

#middle a:hover, #right a:hover{
	color: #358bfc;
}


#middle p a {
	color: #D59C19;
}
#middle p a:hover {
	color: #667BAF;
}


h3 {
	margin-bottom: 8px;
	padding-bottom: 8px;
}

h4 { font-size: 1.1em; color: #358bfc; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; margin-bottom: 5px; padding-bottom: 5px; }

#left h4 { font-size: 1.9em; color: #358bfc; font-family: Georgia, "Times New Roman", Times, serif; border-bottom: 1px dashed #242d40; }

#middle h4, #right h4 {
	
}
#left p a img {
	border: 5px solid #242737;
}


#middle ul, #right ul {
	margin-bottom: 20px;
	line-height: 1.7em;
	font-size: 1.1em;
}

#middle li, #right li { padding-top: 5px; padding-bottom: 6px; padding-left: 0px; color: #667087; border-bottom: 1px solid #1f2636; display: block; }

#middle li {
	background-position: 5px 13px;
	background-repeat: no-repeat;
}

#right li {
	background-position: 5px 13px;
	background-repeat: no-repeat;
	color: #50576b;
}


.clear { 
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

.textcenter {
	text-align: center;
}

.textjustified {
	text-align: justify;
}
