@charset "UTF-8";
/* CSS Document */

/*Globals*/

body {
	background: #181818;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 23px;
	margin: 0;
	margin: 0;
	text-align: center;
	}
	
a {
	text-decoration: none;
	color: #9B1728;
	}
	
a:hover {
	text-decoration: none;
	color: #999;
	}
	
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	color: #333333;
	}
	
h2 {
	font: Helvetica, Geneva, Arial, sans-serif;
	font-size:  20px;
	color: #C13039;
	}
	
h3 {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 20px;
	font-weight: lighter;
	color: #333333;
	}
	
h4 {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 17px;
	color: #333333;
	font-weight: normal;
	margin: 5px 0px 15px 0px;
	}
	
h5 {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0px 15px 0px;
	}
	
p {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 14px;
	line-height: 25px;
	font-weight: normal;
	color: #333333;
	}
	
td.bar {
	background: none;
	border-bottom: 1px #333 solid;
	padding: 15px 0;
}

blockquote.quotation {
	margin: 10px 0px 10px 0px;
	padding: 10px 35px 10px 35px;
	border: none;
	background: url(images/blockquote_start.png) 0 0 no-repeat;
	text-align:justify;
}

blockquote.quotation p {
	margin: 0px -35px -10px 0px;
	padding: 0px 35px 10px 0px;
	background: url(images/blockquote_end.png) 100% 100% no-repeat;
}

	
/*ID's */
	
#header {
	background: #FFFFFF;
	height: 80px;
	position: relative;
	}
	
#header img {
	padding: 20px 0;
	}
	
#nav {
	background: #FFFFFF url(images/bg/nav.png) bottom repeat-x;
	height: 58px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1E1E1E;
	}
	
#subnav {
	
	width: 100%;
	text-align: left;
	
	}
	
#subnav p {
	padding: 0px 0px 35px 0px;
	}
	
#subnav p a {
	margin: 0px 35px 0px 0px;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	padding: 0;
	}
	
#subnav p a .selected {
	text-decoration: underline;
	font-size: 13px;
	}
	
#p_feature {
	text-align: left;
	position: relative;
	background: #A5B0BE url(images/bg/h_feature.png) repeat-x;
	height: 125px;
	margin: 0;
	padding: 20px 0;
	overflow: hidden;
	}
	
#p_feature h1 {
	color: #F8F8F8;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
#h_feature {
	background: #A5B0BE url(images/bg/h_feature.png) repeat-x;
	height: 345px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
	
#v_feature {
	background: #A5B0BE url(images/bg/h_feature.png) repeat-x;
	height: 365px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

#feature {
	background: #A5B0BE url(images/bg/h_feature.png) top repeat-x;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
	
#contact input {
	float: right;
}

#contact textarea {
	margin: 15px 0;
	width: 100%;
	height: 100px;
}


	
#feature_universal {
	background: #A5B0BE url(images/bg/h_feature.png) top repeat-x;
	padding: 15px 0;
	text-align: left;
	overflow: hidden;
	}
	
#feature_universal input {
	width: 280px; 
	display: block; 
	padding: 3px; 
	margin: 0 0 20px 0; 
	font-size: 18px;
	color: #3a3a3a; 
	font-family: Georgia, serif;
	}
	
#feature_universal form {
	background: url(images/bg/cplogin.png) top left no-repeat;
	width: 300px;
	padding: 50px;
	margin: 60px 0;
	}
	
#feature_universal .button { 
	background: #999999s; 
	border: 0px solid #999;
	-moz-border-radius: 14px; 
	padding: 5px; 
	color: black; 
	font-weight: bold;
	-webkit-border-radius: 14px; 
	font-size: 13px;  
	width: 70px; 
}

#feature_universal .button:hover { 
background: #999999; 
}
	
#h_feature img {
	padding: 10px 0;
	}
	
#content {
	background: #FFFFFF url(images/bg/content.png) repeat-x top;
	margin: 0;
	padding: 25px 0px 25px 0px;
	overflow: hidden;
	text-align: left;
	}
	
#content li {
	font-size: 13px;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	margin: 0px 0px 7px 35px;
	list-style: outside disc;
	line-height: 23px;
	}
	
#news {
	background: url(images/bg/news.png);
	height: 52px;
	text-align: left;
	}
	
	#news a {
		color: #333;
	}
	
#news h2 {
	padding: 12px 0;
	}
	
#news p {
	padding: 12px 0;
	font-size: 18px;
	}
	
#footer {
	padding: 12px 0;
	color: #FFFFFF;
	text-align: left;
	}
	
#footer p {
	color: #CCC;
	text-align: left;
	font-size: 13px;
	}
	
#footer h1 {
	color: #779BFF;
	font-size: 20px;
	font-weight: lighter;
	font-family:  Helvetica, Geneva, Arial, sans-serif;
	text-transform: uppercase;
	margin: 0;
	padding: 12px 0px 10px 0px;
	}
	
#footer h2 {
	color: #999999;
	font-size: 20px;
	font-family:  Helvetica, Geneva, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
	padding: 12px 0px 10px 0px;
	}
	
#footer .footer_text {
	color: #999999;
	font-size: 12px;
	font-family:  Helvetica, Geneva, Arial, sans-serif;
	}
	
#footer .footer_text a {
	color: #CECECE;
	font-size: 12px;
	font-family:  Helvetica, Geneva, Arial, sans-serif;
	}
	
#footer .bar {
	height: 1px;
	background: #333333;
	margin: 10px 0px 10px 0px;
	}
	
#footer input {
	width: 280px; 
	display: block; 
	padding: 3px; 
	margin: 0 0 20px 0; 
	font-size: 18px;
	color: #3a3a3a; 
	font-family: Georgia, serif;
	}
	
#footer .button { 
background: #999999; 
border: 0px solid #999;
-moz-border-radius: 14px; 
padding: 5px; 
color: black; 
font-weight: bold;
-webkit-border-radius: 14px; 
font-size: 13px;  
width: 70px; 
}


#footer .button:hover	{
	background: white; 
	color: black; 
	}
	
#cp {
		margin: 20px 0;
		overflow: hidden;
}

#cp .grid_12 {
		margin: 20px 0;
		border-top: 1px #CCC dashed;
}

#cp input {
	width: 100%;
	padding: 4px;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
#cp textarea {
	width: 100%;
	height: 200px;
	padding: 4px;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
	
#cp input.button {
	width: 150px; 
	
}
	
/* Classes */

.sbox {
	background: url(images/bg/sbox.png) no-repeat top left;
	width: 380px;
	height: 150px;
	text-align: center;
	margin: 20px 0px 20px 0px;
	}

.bar {
	height: 1px;
	background: #CCCCCC;
	margin: 25px 0px 25px 0px;
	}
	
.b300 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 5px 0;
	margin: 15px 0;
	text-align: center;
	background: url(images/bg/300.png) no-repeat; 
	border: 0px solid #999;
	color: #333333; 
	font-weight: bold;
	font-size: 14px;
	width: 300px;
	height: 37px;
}

.b300:hover {
	background: url(images/bg/300h.png) no-repeat;
	color: #779BFF;
}
	
.b150 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	text-align: center;
	background: url(images/bg/150b.png) no-repeat top left; 
	border: 0px solid #999;
	color: #333333; 
	font-weight: bold;
	font-size: 12px;
	width: 150px;
}

.b150:hover {
	background: url(images/bg/150bh.png) no-repeat;
	color: #CCCCCC;
}

.bluebox {
	background: #ecf8fa;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	color: #333333;
	padding: 15px 0px 15px 0px;
	text-align: center;
	-moz-border-radius: 8px;
border-radius: 8px;
	}
	
.testimonials {
	background: top left url(images/blockquote_start.png) no-repeat;
	font-size: 13px;
	padding: 20px 5px;
	line-height: 23px;
	color: #454545;
	text-indent: 35px;
	font-style: italic;
	}
	
.testimonials div {
	background: bottom right url(images/blockquote_end.png) no-repeat;
	}
	

/* Nav */	
	
.blue {
	color: #41558C;
	}

.bluetabs{
padding: 22px 0;
margin-left: auto;
	margin-right: auto;
}

.bluetabs ul{
	width: 100%;
	list-style-type: none;

}

.bluetabs li{
	color: #333;
	float: left;

}

.bluetabs li a {
	color: #333;
	margin: 0px 52px 0px 0px;
	text-decoration: none;
	font-size: 12px;	
}



.bluetabs li a .selected {
	padding: 8px 25px 6px 25px;
	background: #FFF;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	
}

.bluetabs li a:visited{
color: #2d2b2b;
}

.bluetabs li a:hover{
	color: #000;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
border-bottom-color: white;
}

.bluetabs li.selected a:hover{ /*selected main tab style */

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b {
text-align: center;
position: absolute;
top: 0;
line-height: 18px;
z-index: 100;
width: 260px;
visibility: hidden;
background: #333333;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
margin: 8px 0;
padding: 0px 0px 2px 0px;
}

.dropmenudiv_b ul {
	list-style: none;
}

.dropmenudiv_b ul li{
list-style: none;
list-style-type: none;
width: auto;
display: block;
text-decoration: none;
}

.dropmenudiv_b ul li a{
	color: #333;
}

.dropmenudiv_b ul li a:hover{
	color: #666;
}


.dropmenudiv_b ul li .nav {
	text-align: left;
	background: url(images/bg/ddbg.png) top left no-repeat;
	padding: 2px 0;
	margin: 5px 0px 0px 5px;
	height: 70px;
	width: 250px;
	text-indent: 0px;
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	}
	
.dropmenudiv_b ul li .nav p {
	font-size: 11px;
	text-transform: none;
	line-height: normal;
	text-indent: 0px;
	padding: 5px;
	}
	
.dropmenudiv_b ul li .nav img {
	float: left;
	padding: 2px 5px 2px 5px;
	vertical-align: middle;
	}

* html .dropmenudiv_b ul li{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a .search {
	height: 50px;
	padding: 20px 0px 0px 20px;
	border-bottom: 1px solid #666666;
	text-indent: 0px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	}
	
	
/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 20px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 20px;
	background: url(images/dock-bg.gif);
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}