/* @start */

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	950px CONTENT CONTAINER - TWO COLUMN
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.container950 {
    /* CONTENT CONTAINTER HAS 714px USABLE */
    border-left: 1px solid #1B1A16;
    border-right: 1px solid #1B1A16;
    /* border-bottom: 1px solid #ffffff; */
    /* border-top: 1px solid #ffffff; */
    background: #FFFFFF;
    width: 950px;
    height: auto;
    position: relative;
    margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
    }

#container950-two-column {
	width: auto;
	background: #FFFFFF;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 8px;
	width: 950px;
    /* background:url(../../images/bg-blank.gif) repeat-y; */
	position:relative;
	overflow: auto;
    }

#content950-two-column-left {
	width: auto;
	margin-right: 185px;
	padding-left: 10px;
    }

#container950-two-column-right {
	float: right;
	width: 160px;
	padding-right: 10px;
    }
    
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	HTML TAGS 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body {
	margin:0px;
	background-image: url(../../images/background_fader_grey.jpg);
    background-attachment: fixed;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
    }

p {
	margin:10px 0;
	}

p.no-padding-no-margin {
	padding:0;
	margin:0;
	}
	
hr{
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border:0;
	margin:15px 0;
}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	HEADINGS 
    h1: pagetitle, h2: pagesubtitle, h3: menucategories, h4: pagesections, h5: footer h6: featureareas
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
	
h1, h2, h3, h4, h5, h6 {
    color: #000088;
    }

h2, h3, h4, h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:5px 0;
    }

h1 {
	padding-top: 10px;
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 16px;
	border-bottom: dotted 1px #6186b3;
	padding-bottom: 8px;
    }

h1, h2 {
	margin-top:0;
    }

h2 {
	font-size: 13px;
    }

h3 {
    font-size: 11px;
	font-weight:bold;
	margin:0px;
    }

h3.small {
	font-size:1.2em;
    }

h4 {
	font-size: 13px;
	font-weight:bold;
	text-decoration:none;
	margin:30px 0 3px 0;
	/* border-bottom:solid 1px #6186b3; */
    padding-bottom:5px;
    }

h5 {
	font-size:.8em;
    }

h6 {
	font-size: 13px;
	line-height:1.0em;
	font-weight:bold;
	text-decoration:none;
	margin:5px 0 3px 0;
	/*border-bottom:solid 1px #6186b3;*/
    padding-bottom:5px;
    }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	LINKS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a:link {
	color:#6186b3;
	text-decoration:none;
    }

a:visited {
	color:#6186b3;
	text-decoration:none;
    }

a:hover {
	color:#555555;
	text-decoration:underline;
    }

a:active {
	color:#6186b3;
    }

#top-information a:link,
#top-information a:visited {
    color: #FFFFFF;
    }

#content-side-two-column a:link,
#content-side2-three-column a:link,
#content-side1-three-column a:link,
#content-side-two-column a:visited,
#content-side2-three-column a:visited,
#content-side1-three-column a:visited,
#top-information a:link,
#top-information a:visited {
	text-decoration:none;
    }

#content-side-two-column a:hover,
#content-side2-three-column a:hover,
#content-side1-three-column a:hover,
#top-information a:hover {
	text-decoration:underline;
    }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	TOP INFORMATION
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#top-information {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	position: relative;
	width: auto;
	background: #1B1A16;
	text-align:right;
    }
    
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	MAIN NAV 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#nav-header {
	background:#1B1A16;
	height: 30px;
	padding-left: 20px;
	position: relative;
	font-weight: normal;
	z-index: 10;
	font-size: 12px;
    }

#nav-main {
	background-image: url(../../images/background-nav-main.jpg);
	height: 30px;
	width: 760px;
	padding-left: 10px;
	position: relative;
	font-weight: normal;
	z-index: 10;
	font-size: 12px;
    }
    
.menu-main {
    vertical-align: middle;
    height: 30px;
    }

.nav-childmenuitem {
   background: #555555;
   padding: 3px 4px 4px 3px;
   color: #000000;
   font-size: 11px;
   }

.nav-childmenu {
   border: solid 1px #000000;
   border-spacing: 0px;
   }

#nav-main ul {
	margin: 0;
	padding: 20px 0 0;
    }
	
#nav-main li {
	display: inline;
	list-style: none;
	padding: 0 1em 0 0;
    }

#nav-main a:link,
#nav-main a:visited,
#nav-header a:link,
#nav-header a:visited,
.ha-bar-text a:link,
.ha-bar-text a:visited {
	color:#FFFFFF;
	text-decoration:none;
    }

#nav-main a:hover,
#nav-header a:hover,
.ha-bar-text a:hover {
	color:#dddddd;
	text-decoration:underline;
    }

#nav-main a:active,
#nav-header a:active {
	color:#FFFFFF;
    }

#nav-main li.current a:link,
#nav-main li.current a:visited {
	text-decoration:underline;
    }

#nav-main li.current a:hover {
	color:#dddddd;
	text-decoration:underline;
    }

#nav-main li.current a:active {
	color:#FFFFFF;
    }

/* ACTIVE PAGES */
#nav-main a.StaticSelectedStyle:link,
#nav-main a.StaticSelectedStyle:visited {
	color:#FFFFFF;
	text-decoration:underline;
    }

.rightbox {
	background: #F5F8FA;
    color: #555555;
    border: 1px solid #CCCCCC;
    margin: 0px;
    margin-bottom:20px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 15px;
    height: auto;
    font-size: 12px;
    line-height: 18px;
    }

.rightbox a:link,
.rightbox a:visited {
	color:#555555;
	text-decoration:none;
    }

.rightbox a:hover {
	color:#555555;
	text-decoration:underline;
    }
    
.rightboxheader {
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	margin:0px 0 5px 0;
	border-bottom:solid 1px #000088;
    padding-bottom:3px;
    }
    
.rightbox p {
    margin-left:8px;
    }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	POSTER PHOTO
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#poster-photo-container {
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	width:760px;
	background:#608fc8;
	position:relative;
    top: 0px;
    left: 0px;
    }
	
.poster-photo-image {
	border-right:3px solid #FFF;
	display:block;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	pagetitle / breadcrumb  (pagetitle to be replaced by breadcrumb)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#breadcrumb {
	width: auto;
	background: #1B1A16;
	position: relative;
	color: #FFFFFF;
	font-size: 11px;
	padding: 2px 20px 4px 20px;
	border-top: dashed 1px #6186b3;
	border-bottom: dashed 1px #6186b3;
    }

#breadcrumb a:link,
#breadcrumb a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

#breadcrumb a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	TREE VIEW CONTROL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.TreeView {
    border-bottom:1px dotted #B2B2B2 !important;
    }

.TreeView div {
    margin-left:5px;
    }

.TreeView table {
    border-top:1px dotted #B2B2B2 !important;
    }

.TreeView div table {
    border-bottom:none !important;
    border-top:none !important;
    }

.TreeView table td {
    padding:2px 0;
    }

.LeafNodesStyle {
    }


.RootNodeStyle {
    }

/* ALL ELEMENTS */
.NodeStyle {
    }

.ParentNodeStyle {
    background:yellow;
    }
 

a.SelectedNodeStyle {
    background:#E5E5E5;
    display:block;
    padding:2px 0 2px 3px;
    }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	LISTS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul {
	margin:0;
	padding:0;
	}

li {
	list-style:none;
	background:url(../../images/greenticksmall.gif) no-repeat 0 .8em;
	padding:5px 0 1px 18px;
	margin-left:10px;
	}

.ulmenu {
	margin-left:10em;
	padding:0;
	}

ul.list-of-links {
	border-bottom:1px dotted #B2B2B2;
    }

#content-side1-three-column ul.list-of-links,
#content-side2-three-column ul.list-of-links {
	margin: 0 0 30px 0px;
    }

ul.list-of-links li{
	
	background-image:url(../../images/list-bullet-01-link.gif);
    }

ul.list-of-links li.current {
	background-color:#E5E5E5;
    }

ul.no-lines {
    border:none;
    }

ul.no-lines li {
	border:none;
	background:url(../../images/list-bullet-02-link.gif) no-repeat 0 .8em;
	margin-left:10px;
    }

ul-indent {
    margin-left:20px;
    }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	IMAGES & PHOTOS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img {
	border:none;
	}

.photo-border {
	border:1px solid #cecece;
	padding:2px;
	background:#d9d9d9 url(../../images/bg-photo.jpg) top repeat-x;
	margin-bottom:5px;
	display:block;
    }

.photo-float-left {
	float:left;
	margin-right:10px;
	margin-bottom:100px
	}

.image-services-header {
	float:left;
	margin-top:-14px;
	margin-left:-9px;
	}

.image-border-none {
	border:none;
    }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	FOOTER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer {
	background: #1B1A16;
	margin-left:auto;
	margin-right:auto;
	width:auto;
	padding:.2em 0 0.5em 20px;
	position:relative;
	color:#FFFFFF;
	font-size:.8em;
    }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	TABS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#ddcolortabs{
    margin-left: 2px;
    margin-top: -10px;
    margin-bottom: 10px;
    padding: 0;
    width: 748px;
    background: transparent;
    voice-family: "\"}\"";
    voice-family: inherit;
    padding-left: 5px;
    border-bottom: solid 1px #6186b3;
    height:22px;
    }

#ddcolortabs ul{
    font: bold 11px Arial, Verdana, sans-serif;
    margin:0;
    padding:0;
    list-style:none;
    }

#ddcolortabs li{
    display:inline;
    margin:0 2px 0 0;
    padding:0;
    text-transform:uppercase;
    }

#ddcolortabs a{
    float:left;
    color: white;
    background: #555555 url(../../images/tabs_left.gif) no-repeat left top;
    margin:0 2px 0 0;
    padding:0 0 1px 1px;
    text-decoration:none;
    letter-spacing: 1px;
    }

#ddcolortabs a span{
    float:left;
    display:block;
    background: transparent url(../../images/tabs_right.gif) no-repeat right top;
    padding:4px 5px 2px 5px;
    }

#ddcolortabs a span{
    float:none;
    }

#ddcolortabs a:hover{
    background-color: #6186b3;
    }

#ddcolortabs a:hover span{
    background-color: #6186b3;
    }

#ddcolortabs #current a, #ddcolortabs #current span{ /*currently selected tab*/
    background-color: #6186b3;
    }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	MISC CLASSES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.arrow {
	vertical-align:middle;
	}

input.button-big {
	font-weight:bold;
	padding:.7em 1.5em;
	font-size:1.1em;
	vertical-align:bottom;
	}

input.button-small {
	font-weight:normal;
	padding:.4em 1em;
	font-size:.8em;
	vertical-align:bottom;
	}

.clear {
	clear:both;
	}

.none {
    display:none;
    }

.featurearea {
    background-color:#eeeeee;
    border:1px dashed #cccccc;
    margin:20px;
    padding:3px;
    }

.announcementarea {
	background-color:#eeeeee;
    color: #ffffff;
    border:1px solid #6186b3;
    margin:0px;
    padding:3px;
    }

.productarea {
	width: 99%;
    margin:0px;
    padding:0px;
    }

.productarea a:link,
.productarea a:visited {
	text-decoration:none;
    }

.productarea a:hover {
	text-decoration:underline;
    }

.costarea {
    position:relative;
    font-style:italic;
	color:#6186b3;
	font-size:2.5em;
    font-weight:bold;
    padding-top:10px;
    padding-left:50px;
    padding-bottom:10px;
    }

.signuptext {
	background:#608fc8 url(../../images/bg-nav-wide-square.jpg) bottom left no-repeat;
	border:1px solid #000000;
	margin-left:10px;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:20px;
	width:160px;
	padding: 5px 5px 6px 5px;
	font-weight:Bold;
	text-align:center;
    color:White;
    }

.bodyindent {
	margin-left:2em;
    }
    
.html-marquee {
    height:25px;
    width:715px;
    background-color:ffffff;
    font-size:11px;
    color:#6186b3;
    vertical-align:middle;
}

.specstable {
    text-align:left;
    width: auto;
    margin-bottom:30px;
}

.specstable-header {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 30px 0 3px 0;
	/*border-bottom: solid 1px #6186b3;*/
    padding-bottom: 5px;
    color: #000088;
    }

.specstable-left {
    width: 160px;
    background-color: #6186b3;
    color: #fffffe;
    font-weight: bold;
    padding-left: 8px;
}

.specstable-left-tall {
    width: 160px;
    background: url(../../images/table-header.gif);
    color: #fffffe;
    font-weight: bold;
    padding-left: 8px;
    height: 25px;
}

.specstable-left-features {
    width: 345px;
    background-color: #000088;
    color: #fffffe;
    font-weight: bold;
    height: 20px;
    padding-left: 8px;
}

.specstable-right{
    padding-left: 8px;
}

.specstable-right-bg{
    padding-left: 8px;
    padding-bottom: 6px;
    background: url(../../images/table-footer.gif) bottom left no-repeat;
}

.specstable-right-image{
    background: #888888;
}

.specstable-right-bottomline{
    padding-left: 0px;
    border-bottom: solid 1px #cccccc;
    height: 20px;
    padding-left: 8px;
}

.specstable-left a:link,
.specstable-left a:visited,
.specstable-left-tall a:link,
.specstable-left-tall a:visited {
    color: #ffffff;
}

#sdc-features-box {
    width: 720px;
    height: 150px;
    vertical-align: middle;
    border-left: solid 20px #FFFFFF;
}

#left3000 {
    position: absolute;
    color: #999999;
    left: -3000px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	CCP Specific
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.menu-main-ccp /*copy from menu-main*/ {
    vertical-align: middle;
    height: 30px;
}

.menu-main-ccp td {
     padding-right:35px;
}

.heading2 /*copy from h4*/ {
	font-size: 13px;
	font-weight:bold;
	text-decoration:none;
	margin:30px 0 3px 0;
	border-bottom:solid 1px #6186b3;
    padding-bottom:5px;
    }

.clientareatable {
	width: 100%;
	background-color: #cccccc;
}

tr.clientareatableheading {
	background-color: #efefef;
	font-weight: bold;
	text-align: center;
}

tr.clientareatableactive {
	background-color: #ffffff;
	text-align: center;
}

tr.clientareatablepending {
	background-color: #FFFFE2;
	text-align: center;
}

tr.clientareatablesuspended {
	background-color: #E9FFD2;
	text-align: center;
}

tr.clientareatableterminated {
	background-color: #FFE1E1;
	text-align: center;
}

.errorbox {
	border: 1px dashed #cc0000;
	font-weight: bold;
	background-color: #FBEEEB;
	text-align: center;
	width: 90%;
	padding: 10px;
	color: #cc0000;
	margin-left: auto; 
	margin-right: auto;
}

/* @end */