/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	HTML TAGS 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body {
	margin: 5px 0 5px 0 ;
	background-color: #ccc ;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 0.7em ;
	line-height: 1.4em ;
	color: #444 ;
	}
img {
	border: 0 ;
	}
h1, h2, h3, h4, h5, h6 {
    font-family: Verdana ;
    color: #444 ;
    line-height:1.1em;
	margin:5px 0;
    }
h2 {
    font-size: 1.4em ;
    color: #003366 ;
    }
h3 {
    font-size: 1.2em ;    
    }
blockquote {
	padding:0 0 0 12px;
	margin:12px 0 0 0;
	background:url(../images/bg-quote.png) no-repeat;
	}
cite {
	font-size: .85em ;
	margin: 0 ;
	padding: 0 ;
	}
a {
    color: #000080 ;
    }
a:hover {
    color: #999 ;
    }
hr {
    color: #999 ;
    height: 1px ;
    }
input, textarea, select {
    font-size: 1.1em ;
    }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	General Layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#wrapper {
	width:770px;
	margin:0px auto;
	border:2px solid #fff ;
	padding:0px;
	background-color: #fff ;
	}
.clear {
	clear:both;
	}
.required {
    color: #f00 ;
    }
.contact-us-link {
    font-size: 11px ;
    padding: 4px ;
    text-decoration: underline ;
    border: dashed #999 1px ;
    }
.contact-us-link:hover {
    color: #000080 ;
    background-color: #ccc ;
    }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Header Layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#header {
	border-bottom: 0 ;
	}
#header img {
	display: block;
	}
#navigation {
	border-top: solid 2px #ffffff ;
	border-bottom: solid 2px #ffffff ;
	background-image: url('../images/navback.jpg') ;
	height: 26px ;
	}
#tbl-navigation {
	float: right ;
	border: 0 ;
	}
#tbl-navigation td {
	margin: 0 ;
	text-align: center ;
	padding: 5px 0 5px 0 ;
	border-left: solid 2px #ffffff ;
	}
#tbl-navigation td a {
	font-family: tahoma ;
	font-size: 1.1em ;
	color: #ffffff ;
	text-decoration: none ;
	font-weight: 900 ;
	padding: 6px 15px 6px 15px ;
	background-color: transparent ;
	font-variant: small-caps ;
	}
#tbl-navigation td a:hover {
	background-color: #999 ;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Subsequent Page Layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#page-title {
    background-color: #999 ;
    border-bottom: solid 1px #ccc ;
    font-variant: normal ;
    padding: 10px 0 10px 15px ;
    font-family: Verdana ;
    font-size: 1.5em ;
    font-weight: 900 ;
    color: #fff ;
    }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Three Column Subsequent Page Layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content-container-three-col {
    background-image: url('../images/three-col-bg.gif') ;
    border: solid 1px #999 ;
    margin-top: 2px ;
	position: relative ;
	margin-left: auto ;
	margin-right: auto ;
    }
#left-col {
    padding: 10px 10px 10px 8px ;
    }
#right-col, #middle-col {
    padding: 10px ;
    }
#left-col, #right-col {
    width: 172px ;
    }
#middle-col {
    width: 365px ;
    float: left ;
    }
#left-col {
    float: left ;
    }
#right-col {
    float: right ;
    }


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Two Column Subsequent Page Layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content-container-two-col {
    background-image: url('../images/two-col-bg.gif') ;
    border: solid 1px #999 ;
    margin-top: 2px ;
    }
#two-col-left, #two-col-right {
    padding: 10px ;
    }
#two-col-left {
    float: left ;
    width: 171px ;
    padding-left: 8px ;
    }
#two-col-right {
    float: right ;
    width: 558px ;
    }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	One Column Subsequent Page Layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content-container-one-col {
    border: solid 1px #999 ;
    margin-top: 2px ;
    padding: 10px ;
    }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Footer Layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#footer {
	background-image: url('../images/main_bg.jpg') ;
	text-align: center ;
	padding: 10px ;
	color: #ccc ;
	float: left ;
	width: 750px ;
	margin-top: 2px ;
	}
#footer a {
	color: #ccc ;
	}
#footer a:hover {
	color: #fff ;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Home Page Layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content-video {
	width: 408px ;
	height: 281px ;
	background-color: #000 ;
	float: left ;
	padding: 2px ;
	}
#content-home {
	color: #fff ;
	width: 336px ;
	height: 265px ;
	background-color: #000 ;
	padding: 10px ;
	float: right ;
	}
#content-three-box {
	background: #fff ;
	float: left ;
	width: 770px ;
	height: 202px ;
	padding: 0 ;
	margin: 0 ;
	}
#content-three-box a {
    color: #fff ;
    text-decoration: none ;
}
#content-box1, #content-box2, #content-box3 {
	margin: 2px 2px 2px 0 ;
	padding: 0 ;
    height: 200px;
	background-image: url('../images/box_bg.gif') ;
	float: left ;
	width: 255px ;
	color: #fff ;
	}
#content-box3 {
	margin-right: 0 ;
	width: 256px ;
	}
.three-box-title {
	padding: 4px 10px 4px 10px ;
	margin: 0 ;
	font-size: 1.2em ;
	font-weight: 900 ;
	border-bottom: solid 1px #fff ;
	background-color: #000 ;
	color: #fff ;
	font-variant: small-caps ;
	}
p.homebox {
	margin: 0 ;
	padding: 10px ;
	}
#content-three-box ul {
    
    list-style-position: inside ;
    list-style-type: square ;
    padding: 0 ;
    margin: 0 0 0 25px ;
}

#content-three-box ul a {
    text-decoration: underline ;
}

#content-three-box ul a:hover {
    color: #999 ;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	TREE VIEW CONTROL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.TreeView table td:first-child {
    display: none ;
    }
.TreeView>div>div {
    border-bottom: dashed 1px #999 ;
    padding-bottom: 5px ;
    margin-bottom: 10px ;
}
.TreeView {
    border-top: dashed 1px #999 ;
    padding-top: 5px ;
    width: 100% ;
    }
.LeafNodesStyle {
    }
.NodeStyle {
    }
.NodeStyle a {
    background-color: #fff ;
    padding: 1px 2px 2px 0px ;
    }
.NodeStyle a:hover {
    background-color: #999 ;
    color: #fff ;
    }
.ParentNodeStyle {
    font-weight: bold ;
    margin-bottom: 5px ;
    }
.RootNodeStyle {
    display: none ;
    }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Images
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.photo-border {
	border:1px solid #cecece;
	padding:4px;
	background:#d9d9d9 url(../images/bg-photo.png) top repeat-x;
	margin-bottom:5px;
	display:block;
}
.photo-float-left {
	float:left;
	margin-right:10px;
	}
.photo-float-right {
	float:right;
	margin-left:10px;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Web Story Portfolio
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#video {
    border: solid 1px #999 ;
    width: 330px ;
    height: 280px ;
    float: left ;
    padding-top: 10px ;
    }
#video-menu {
    border: solid 1px #999 ;
    width: 220px ;
    height: 290px ;
    float: right ;
    }
#video-menu>table {
    border-bottom: solid 1px #999 ;
    margin-bottom: 5px ;
    width: 100% ;
    }
#video-menu img {
    border: solid 1px #999 ;
    }