﻿/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body, div, p, hr, h1, h2, h3, h4, h5, h6, ul, ol, li{margin:0; padding:0;} 

body {
	margin:0px;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height:1.4em;
	color:#555;
}

p {
	margin:10px 0;
	font-size:1.2em;
}

p.no-padding-no-margin {
	padding:0;
	margin:0;
}

ol
{
	padding-left:16px;
	font-size:14px;
	margin:20px 0;
	color:#666666;	
}

ol li
{
	font-weight:bold;
}
	
hr{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	color: #E5E5E5;
		background-color: #E5E5E5;
		height: 1px;
		_margin:10px 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 15px;
}
	
blockquote {
	padding:0 0 0 12px;
	margin:12px 0 0 0;
	background:url(../../images/bg-quote.png) no-repeat;
}

blockquote p {
	margin:2px 0;
}
	
cite {
	font-size:.85em;
	margin:0;
	padding:0 0 0 6px;
}

fieldset {
	padding:15px;
}
	
legend {
	color:#333333;
	padding:5px 3px 10px 3px;	
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	END-HTML-TAGS
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	START-MISC-CLASSES-DIVS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.clear {
	clear:both;
}

.none {
    display:none;
}

#btnEmail{
	text-align:right;
	padding-right:20px;
	font-size:16px;
}

.HostingLink
{
	text-transform:uppercase;	
	font-size:12px;
	font-family:font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top:20px;
	text-decoration:none;
}

.HostingLink:hover
{
	text-decoration:underline;
}

.inner-list li
{
	list-style-type:lower-alpha;
	margin-top:5px;
	font-weight:normal;
}

.inner-list
{
	margin:5px 0;
}

.Contact
{
	font-size:14px;
	height:25px;
	width:146px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	START-MISC-CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

	
h1 {
	font-size:1.8em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin:5px 0;
	color:#333;
}

h2 {
	font-size:1.6em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin:5px 0;
	color:#444;
}

h3 {
	font-size:1.4em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin:5px 0;
}

h4 {
	font-size:1.2em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin:10px 0;
}

h5 {
	font-size:.6em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin:5px 0;
}

h6 {
	font-size:.3em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin:5px 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    
    START-MASTERPAGE-STYLES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	START-TOP-INFORMATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#top-information {
	height:4.8em;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:3px;
	color:#999999;
	font-size:.85em;
	position:relative;
	width:760px;
	}

#top-information-home 
	{
	/*This is the Home Link*/
	text-align:right;
	border-bottom:1px dashed #CACACA;
	position:absolute;
	top:0;
	right:25.5%;
	height:2em;
	width:15%;
	padding:0 1.5% 0 0;
	}
	
#top-information-phone 
	{	
	height:50px;
	width: 680px;
	text-align:right;
	}

#top-information-link 
	{
	/*I don't know yet*/
	text-align: center;
	border-left:1px dashed #CACACA;
	position:absolute;
	top:0;
	right:0;
	height:2em;
	width:8.5%;
	padding:0 0 0 1.5%;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	END-TOP-INFORMATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	START-LOGO

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
	
#logo 
	{
	/*This is the company name Logo*/
	position:absolute;
	top:.3em;
	left:50px;
	font-size:3.6em;
	font-family:Georgia, "Times New Roman", Times, serif;
	height:2.31em;
	padding:.17em 0 .8em 0;
	font-variant:small-caps;
	}

#logo a 
	{
	/*This is the company name Logo*/
	color:#2F3C59;
	text-decoration:none;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	END-LOGO

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	START-HEADING

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#heading{
	text-align: left;
	font-size:1.4em;
	font-weight:bold;
	}
	
#subheading{
	font-size:1.2em;
	font-weight:bold;
	}

#subheading1{
	font-size:1.2em;
	font-weight:bold;
	}
	
#subheading2{
	font-size:1.2em;
	font-weight:bold;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	END-HEADING

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	START-MAIN-NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#nav-main {
	background:#fff url(../../images/bg_top_border.png) no-repeat;
	margin-left:auto;
	margin-right:auto;
	width:740px;
	padding:.8em 0 1em 20px;
	position:relative;
	font-weight:bold;
}

#nav-main div {
	background:#fff url(../../images/bg_top_border.png) top right no-repeat;
	width:25%;
	_width:25.5%;
	position:absolute;
	top:0;
	right:0;
	padding-top:.7em;
	text-align:center;
	border-left:1px dashed #CACACA;
	font-size:14px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#fff;
	height:25px;
}

#nav-main ul {
	margin:0;
	padding:0 20% 0 0;
	}
	
#nav-main li {
	display:inline;
	list-style:none;
	padding:0 4em 0 0;
	background:none;
	}

#nav-main a:link,
#nav-main a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#nav-main a:hover {
	color:#D4E7F8;
	text-decoration:underline;
}

#nav-main 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:#D4E7F8;
	text-decoration:underline;
}

#nav-main li.current a:active {
	color:#FFFFFF;
}

/* ACTIVE PAGES */
#nav-main a.StaticSelectedStyle:link,
#nav-main a.StaticSelectedStyle:visited {
	color:#D4E7F8;
	text-decoration:underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	END-MAIN-NAV

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - TWO COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-two-column-left {
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding:15px 15px 0px 15px;
	width:728px;
	border:1px solid #818181;
	background:url(../../images/bg-content-left-side.png) repeat-y left;	
	position:relative;
}

#content-container-two-column-right {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	padding:15px 15px 0px 15px;
	width:728px;
	border:1px solid #818181;
	background:url(../../images/bg-content-right-side.png) repeat-y right;	
	position:relative;
}

#content-main-two-left-column {
	width:540px;
	float:left;
}

#content-main-two-right-column {
	width:540px;
	float:right;
}

#content-side-two-left-column{
	float:left;
	width:160px;
}

#content-side-two-right-column{
	float:right;
	width:160px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	START-LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


a:link {
	color:#d61719;
	text-decoration:none;
}

a:visited {
	color:#980000;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

a:active {
	color:#980000;
}

#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 {
	text-decoration:none;
}

#content-side-two-column a:hover,
#content-side2-three-column a:hover,
#content-side1-three-column a:hover {
	text-decoration:underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	END-LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	POSTER PHOTO

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#poster-photo-container {
	margin-top:2px;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	width:758px;
	position:relative;
	border:1px solid #818181;
	}
	
.poster-photo-image {	
	display:block;
	}
	
.poster-photo-image-extension {	
	display:block;
	width:100%;
	height:128px;
}

#feature-area-home {
	position:absolute;
	top:0;
	right:0;
	width:159px;
	text-align:center;
	padding:1.5% 2% 0 2%;
	color:#465579;
	font-size:1.5em;
	font-weight:bold;
	line-height:160%;
	background-color:#F9F9FB;
	border-left:1px dashed #CACACA;
	height: 122px
}
	
#feature-area-home-extension {
	position:absolute;
	top:0;
	left:15.7em;
	width:51.7%;
	height:128px;
	border-right:dashed 1px #FFF;
	}

#feature-area-home a:link,
#feature-area-home a:visited {
	color:#dcf2f7;
	text-decoration:underline;
	}
	
#feature-area-home a:hover {
	text-decoration:none;
	}
	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	pagetitle

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#pagetitle {
	margin-top:2px;
	margin-left:auto;
	margin-right:auto;
	width:720px;
	background:#828EAB;
	position:relative;
	color:#ffffff;
	font-size: large;
	padding:.5em 20px .7em 20px;
	}
	
#pagetitleline {
	border-right:dashed 1px #FFF;
	right:100px;
	float:right;
	width:1px;
	}

#pagetitle a:link,
#pagetitle a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

#pagetitle a:hover{
	color:#D4E7F8;
	text-decoration:none;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE - THREE COLUMN SECTION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#three-column-container {
	background:url(../../images/bg-three-column-home.png) repeat;
	padding:0;
	margin:20px 0 0 0;
	}	
	
#three-column-side1 
{
	float:left;
	width:100%;
	margin-bottom:5px;	
	border-bottom:1px dashed #CACACA;
	}
	
#three-column-side1 img 
{
	float:left;
	margin-right:7px;
}

#three-column-side2 {
	float:right;
	width:30%;
}

#three-column-middle {
	width:65%;
	border-right:1px dashed #CACACA;
	padding-right:13px;
	margin-bottom:5px;
	background-color:#FFF;
	float:left;
}
	
#three-column-middle img 
{
	float:right;
	margin-left:7px;
}		

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TREE VIEW CONTROL

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.TreeView  
{
	border-bottom:1px dashed #B2B2B2;
	border-top:1px dashed #B2B2B2;
	padding-bottom:5px;
	margin-bottom:10px;
}

.TreeView div
{
    margin-left:5px;
}

.TreeView table
{
    
}

.TreeView div table
{
    
}

.TreeView table td
{
    padding:2px 0;
}

.LeafNodesStyle 
{
	
}


.RootNodeStyle 
{

}

/* ALL ELEMENTS */
.NodeStyle 
{
	
}

.ParentNodeStyle 
{
    
}
 

a.SelectedNodeStyle 
{
    background:#E5E5E5;
    display:block;
    padding:2px 0 2px 3px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE FEATURE AREA

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.feature-area {
	background-color:#6799D1;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img {
	border:none;
	}

.photo-border {
	border:5px solid #cecece;
	padding:0px;
	background:#d9d9d9 url(../../images/bg-photo.png) top repeat-x;
	margin-bottom:5px;
	display:block;
}

.photo-float-left {
	float:left;
	margin-right:10px;
	}

.image-border-none {
	border:none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul {
	margin:0;
	padding:0;
	list-style:none;
	}
	
ul.services
{
	list-style-type:disc;
	padding-left:20px;
}

li {	
	padding:.2em 0 .2em 1em;
	margin-left:0.4em;	
}

ul.list-of-links {
	border-bottom:1px dotted #B2B2B2;
}

ul.list-of-links li{
	border-top:1px dotted #B2B2B2;
}

ul.list-of-links li.current {
	background-color:#E5E5E5;
}

ul.no-lines,
ul.no-lines li {
	border:none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer {
	background:#fff url(../../images/bg_top_border.png) bottom left no-repeat;
	margin-top:2px;
	margin-left:auto;
	margin-right:auto;
	height:22px;
	width:740px;
	padding:.8em 0 1em 20px;
	position:relative;
	color:#a9c0db;
	font-size:.8em;
}

#footer div {
	background:#fff url(../../images/bg_top_border.png) bottom right no-repeat;
	width:25%;
	_width:25.5%;
	position:absolute;
	height:22px;
	top:0;
	right:0;
	padding:.8em 0 1em 0;
}

#footer a:link,
#footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	color:#D4E7F8;
	text-decoration:none;
}

#footer a:active {
	color:#FFFFFF;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER-SUB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer-sub {
	margin-top:1em;
	margin-left:auto;
	margin-right:auto;
	width:740px;
	text-align:center;
	padding:.1em 0 2em 0;
	position:relative;
	font-size:.8em;
	color:#999999;
	}

#footer-sub ul {
	margin:0;
	padding:0;
	}
	
#footer-sub li {
	display:inline;
	list-style:none;
	padding:0 1em 0 0;
	background:none;
	}

#footer-sub a:link,
#footer-sub a:visited {
	text-decoration:underline;
	color:#999999;
}

#footer-sub a:hover {
	color:#666666;
	text-decoration:none;
}

