/***********************************************/
/* HTML tag styles                             */
/***********************************************/

* {
	margin: 0;
	padding:0;
	border:0;
}

body {
	background-color:#0093D0;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	text-align: center;
	margin: 38px 0 20px 0;
}

body, td, th, p, pre, input, textarea, select, option, button {
	color:#646E7C;
	font-family:Arial,sans-serif;
	font-size:12px;
	line-height:18px;
}

a {
	color: #FF9900;
	text-decoration: none;
}

a:hover {
	color: #0281AB;
	text-decoration: none;
}

p {
	text-indent: 0;
	margin: 16px 0;
}

pre {white-space: normal;}

td, th {vertical-align:top}


ol, ul { margin: 8px 0 8px 20px }
ol ul, ul ol, ul ul, ol ol { margin-top: 0; margin-bottom: 0 }


input, textarea, select, button, option {
	border: 1px solid #ACACAC;
	background-color:#F8F8F8;
	padding:4px 3px;
	line-height:17px;
}

input, select, textarea {	width:170px;}

input:focus, textarea:focus, select:focus, button:focus  {
	border-color: #ffc000;
	border-bottom-color: #ffc000;
	background-color:#ffffff;
}

select { padding:1px 0;}

option {
	border:0;
	padding-top:2px;
	padding-bottom:2px;
}


hr {
  -ms-extension: expression(this.replaceNode(document.createElement("iehr")));
}

hr, iehr {
	display: block;
	height: 1px;
	overflow:hidden;
	background-color:#cde5df;
	margin: 6px 0;
}


h1 {
	color:#FF9900;
	font-size:18px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	letter-spacing:0pt;
	line-height:20px;
	margin-bottom:12px;
	margin-top:0px;
}

h2 {
	font-size: 13px;
	color: #0281AB;
	letter-spacing:0;
	line-height: 13px;
	margin-bottom:10px;
	margin-top:0px;
}

h3 {
	font-size: 13px;
	color: #FFFFFF;
	letter-spacing:0;
	line-height: 13px;
	margin-bottom:10px;
	margin-top:0px;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#tabs_new {
	width: 800px;
	margin: 0 auto;
	padding: 0 6px;
	height:18px;
	text-align:right;
}


#tabs {
	width: 800px;
	margin: 0 auto;
	padding: 0 6px;
	height:20px;
	text-align:right;
}


#container {
	width: 800px;
	margin: 0 auto;
	padding: 0 6px;
	text-align: left;
	background-image:url(../images/shadow-sides.png);
	background-repeat:repeat-y;
}


#header {
	background-image:url(../images/dp_home_right.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:86px;
}

#menuTop {
	height:33px;
	padding:0 0 0 0;
	width:800px;
	border-width: 1px 0;
	border-color: #d7d7d7;
	border-style: solid;
}

#wraper {
	width:100%;
	border-collapse: collapse; 
}


#leftPanel {
	width: 194px;
	background-color:#ECECEC;
	background-image:url(../images/nav_buffer_menu_bottom.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom: 25px;
	text-transform:uppercase;
}

#myContent {}

#footer {
	padding:0 0 0 30px;
	background-color:#F4F4F4;
	font-size:10px;
	line-height:36px;
	height:36px;
}

#shadow-bottom {
	margin: 0 auto;
	height:5px;
	overflow:hidden;
	width:810px;
	background-image:url(../images/border_footer.gif);
	background-repeat:no-repeat;
}


/***********************************************/
/* Components                                  */
/***********************************************/



.blue {
	color:#0054A6;
}


.orange {
	color:#FF9900;
}


/*   TOP MENU (menulist) ***********************/

ul.menulist {
	margin: 0;
	padding: 0 0 0 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#FFF;
	background-color:#008fd4;
}


.menulist li {
	padding: 11px 0 0 0;
	list-style: none;
	float: left;
	height:22px;
	position: relative;

	background-image:url(../images/menu-item-back.gif);
	background-repeat: repeat-y;
	background-position:left;
}

/* Links inside the menu */
.menulist a {
	padding: 0 14px 0 17px;
	color: #008FD4;
	font-weight:bold;
	text-decoration: none;
	text-transform:uppercase;
	font-family:Tahoma;
}

.menulist a:hover {
	color: #FF9900;
}

.menulist a span {
	background-repeat:no-repeat;
}

.menulist img {
	visibility:visible;
}

.menulist a:hover img {
	visibility:hidden;
}

.selectedmenu {
	padding: 0 14px 0 17px;
	color: #FF9900;
	font-weight:bold;
	text-decoration: none;
	text-transform:uppercase;
	font-family:Tahoma;
}

/*   *************************************************/

/*   PRICING MENU (pmenulist) ***********************/


/* Links inside the menu */
.pmenulist a {
	padding: 0 14px 0 17px;
	color: #008FD4;
	font-weight:bold;
	text-decoration: none;
	text-transform:uppercase;
	font-family:Tahoma;
}

.pmenulist a:hover {
	color: #FF9900;
}

.pmenulist a span {
	background-repeat:no-repeat;
}

.pmenulist img {
	visibility:visible;
}

.pmenulist a:hover img {
	visibility:hidden;
}

/*   *************************************************/

#footer a {
	color:#999999;
}

#footer a:hover {
	color:#00529B;
}

#returnToTop {
	background-image:url(../images/nav_to_top.gif);
	background-repeat:no-repeat;
	width:18px;
	height:15px;
	position:absolute;
	z-index:100;
	margin:-15px 0 0 762px;
}

#leftPanel .menuTitle {
	font-weight:bold;
	padding:3px 10px 1px 14px;
	margin-top:10px;
	color:#FF9900;
}

#leftPanel .menuTitle:hover {
	background-color:#DDDDDD;
}

#menuLeft {
	margin:0;
	padding:0;
	font-family:Arial,sans-serif;
	font-size:10px;
	line-height:13px;
}

#menuLeft ul {
	margin:0;
	padding:0;
}

#menuLeft li {
	list-style-type:none;
	margin:0;
	padding:0;
	display:inline;
}

#menuLeft a {
	padding:3px 8px 2px 28px;
	display:block;
	color:#00529B;
	background-image:url(../images/nav_drop_arrow.gif);
	background-repeat:no-repeat;
	background-position: 12px 5px;
}

#menuLeft a.selected {
	background-color:#F5F5F5;
}

#menuLeft a:hover {
	background-color:#FFFFFF;
	color:#FF9900;
}


#menuLeft li li a {
	padding-left:48px;
	background-position: 32px 5px
}


#menuLeft li li li a {
	padding-left:68px;
	background-position: 52px 5px
}




#myContent .text {
	padding: 45px 50px;
}

#copyright {
	width: 780px;
	margin: 0 auto;
	padding: 6px 32px 0 0;
	text-align:right;
	color:#FFFFFF;
	font-family:Arial,sans-serif;
	font-size:9px;
	line-height:12px;
}

#copyright a {
	color:#ffffff;
}

.descrip {

	font-size:9px;

}

.newsList {
	margin: 0;
}

.newsList li {
	padding:4px 0pt 6px 16px;
	list-style-type:none;
	background-image:url(../images/nav_drop_arrow.gif);
	background-repeat:no-repeat;
	background-position: 0px 22px;
}

.newsList li .date, .news .date {
	color:#999999;
	font-size:10px;
	line-height:15px;
}

.newsList li a {
	color:#00529B;
}

.newsList li a:hover {
	color:#FF9900;
}


.news h2.title {
	margin: 3px 0 12px 0;
}

.news .return {
	display:block;
	margin: 12px 0 0 0;
	font-size:11px;
}


.small_heading {
	color:#005798;
	font-size:12px;
	font-weight:bold;
}


.service-box {
	float:left;
	height:231px;
	margin:0pt 8px 8px 0pt;
	width:231px;
	padding: 6px;
	border: 1px solid #AFD7FF;
	display:inline;
}


/* ----- form edit -------------------------------- */

.formEdit {
	border: 0px solid #e8e8e8;
	width: 100%;
	margin: 3px 0 6px 0;
}

.formEdit th, .adminEdit td {
	padding:0px;
	line-height: 16px;
}

.formEdit th {
	text-align:right;
	width:6%;
	white-space:nowrap;
	font-weight:normal;
	padding: 5px 0 0 0;
}

.formEdit td {
	white-space:normal;
}

div.formEdit {
	padding:6px;
	width:auto;
}

/* ----- form edit -------------------------------- */

.checkbox, .checkbox:focus {
	border:0;
	width:20px;
	background-color:transparent;
}


.servicesSections {
	margin: -25px;
}

.servicesSections td {
	width: 200px;
        height: 240px;
	padding: 0 20px;
	background: url(../images/services-back.gif) no-repeat top;
}

.servicesSections td div {
    margin: 20px 0;
}

table.direcTable {
    border-collapse: collapse;
}

table.direcTable td, table.direcTable th {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}

table.direcTable th {
	background-color: #eee;
}

div.faq p {
	margin-top: 0;
	flaot: left;
}

input.Radio {
    width: auto;
    margin-right: 5px;
    margin-top: 5px;
    border: none;
    background: transparent
}