
/*-------------------------------------------------------------/
ADMIN PANEL
/-------------------------------------------------------------*/

#admin_navpanel
{
	width:100%;
	height:100%;
	border-right: #808000 0.01em solid;
	border-top: #808000 0.01em solid;
	display: block;
	float: none;
	border: #808000 0.01em solid;
	background-color: #E3EAEB;
	
}



/*-------------------------------------------------------------/
Medium Rail headers, panels under header and text 
/-------------------------------------------------------------*/
.med_rail_header
{
	background: url(images/med-box.gif) repeat-x left bottom; 
	height: 30px;
	border: none;
	margin-top: 10px;
	width:325px;
	}
/*text for the header class above.*/
.med_rail_header_text 
{
	padding:6px 0px 0px 5px;
	color:#fff;
	font-size:12pt;
	font-weight:bold;
	font-family: Trebuchet MS, Arial, @Arial Unicode MS, MS Sans Serif;
}

.med_panels
{  
	padding-right: 3px;
	padding-left: 6px;
	border: #004276 0.01em solid;
	padding-bottom: 3px;
	padding-top: 2px;
	background-color: #ffffff;
	width:auto;
}
.med_panels a:link 
{
	color: #333333;
}	
.med_panels a:hover 
{
	color: #333333;
}
.med_panels a:visited 
{
	color: #333333;
}

.med_panels a:active 
{
	color: #333333;
} 

/*-------------------------------------------------------------/
Rail headers, panels under header and text 
/-------------------------------------------------------------*/
.rail_header
{
	background: url(images/header-rail-small.gif) repeat-x left bottom; 
	height: 30px;
	border: none;
	margin-top: 10px;
}
	
/*text for the header class above.*/
.rail_header_text 
{
	padding:6px 1px 0px 5px;
	color:#fff;
	font-size:12pt;
	font-weight:bold;
	font-family: Trebuchet MS, Arial, @Arial Unicode MS, MS Sans Serif;
}
.nav_panels
{
	border: #004276 0.01em solid;
	padding-right: 3px;
	padding-left: 6px;
	padding-bottom: 3px;
	padding-top: 2px;
	background-color: #ffffff;
}
.nav_panels a:link 
{
	color: #333333;
}	
.nav_panels a:hover 
{
	color: #333333;
}
.nav_panels a:visited 
{
	color: #333333;
}

.nav_panels a:active 
{
	color: #333333;
} 
.nav_panels div 
{
	width:200px;
	text-align:left;
	white-space:pre-wrap;
	}
.image_and_links
{
	display:inline;
	height:18px;
	vertical-align:text-top;
}

/*-------------------------------------------------------------/
Article Specific
/-------------------------------------------------------------*/
.artcle_text_format
{
	font-size: 10pt;
	color: black;
	background-color: #ffffff;
	border: darkgray 0.01em dotted;
	padding: 3px 5px 5px 10px;
	font-family: 'Trebuchet MS' , 'Microsoft Sans Serif' , Arial;
	text-align: left;
}
.single_comment
{
	margin-top:10px;
	background:url(images/bg-quote.png) no-repeat;
	padding:8pt;
	cursor: text;
	color: #000000;
	font-style: italic;
	background-color: #F9F9FB;
}

.article_comments 
{
	margin-top:12px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	tabular header rows

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.row_header 
{
	height:20px;
	background-color:#4f0f13;
	color:#FFF;
	font-weight:bold;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Z-Layers

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.floater 
{
	z-index:1;
	padding-left:0px;
	margin-left:10px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content-layout-noside
{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	width: 928px; /* 728px */
	border: 1px solid #004276;
	position: relative;
	background-color: #FFFFFF;
}
#content-layout-noside div 
{
	background-color: #FFFFFF;
}	
#content_layout {
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	width:928px; /* 728px */
	border:0.01em solid #818181;
	background:url(images/nav_right.png) repeat-y right; 
	background-color: #FFFFFF;
	position:relative;
	}


#content_left {
	width:690px;
	float:left;
	background-color: #FFFFFF;
	}

#nav_right {
	float:right;
	padding-left:10px;
	width:210px;
	color:#000;
	background-color: #FFFFFF;
	}

.user_options 
{
	padding-top:5px;
	border-top:solid 0.01em #cccccc;
	border-bottom:solid 0.01em #cccccc;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body
{
	margin: 0px;
	background-color: #f4d68d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	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;
}
	
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;	
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

	
h1, h2, h3, h4, h5, h6 {
	font-size:1.8em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin:5px 5px;
}

h1 {
	margin-bottom:0;
}

h1, h2 {
	margin-top:0px;
}

h2 {
	font-size:1.3em;
}

h3 {
	font-size:1.1em;
}

h3.small {
	font-size:1.2em;
}

h4 {
	font-size:1.1em;
}

h5 {
	font-size:1em;
}

h6 {
	font-size:1em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	pricing aesthetics

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.listprice {text-decoration:line-through; color:#cc0000; }


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a:link {
	color:#000055;
	text-decoration:none;
	
}

a:visited {
	color:#000055;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

a:active {
	color:#000055;
	}

#nav_right a:link,
#nav_right a:visited {
	text-decoration:none;
	
}

#nav_right a:hover
 {
	text-decoration:underline;
	
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TOP INFORMATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#message-center {
	height:4.5em;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:3px;
	color:#999999;
	font-size:.85em;
	position:relative;
	width:940px;
	}
	
#site_identity {
	position:absolute;
	top:.5em;
	left:15px;
	font-size:2.6em;
	font-family:Georgia, "Times New Roman", Times, serif;
	height:2.8em;
	padding:.1em 0 .2em 0;
	font-variant:small-caps;
	color:#000;
	}

#site_identity a {
	color:#000;
	text-decoration:none;
	}

#top-information-home {
	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-link {
	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%;
	}

#heading{
	text-align: left;
	font-size:1.4em;
	font-weight:bold;
	}


#subheading{
	font-size:1.1em;
	font-weight:bold;
	}
	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	pagetitle

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#pagetitle {
	margin-top:2px;
	margin-left:auto;
	margin-right:auto;
	width:940px;
	background:#608fc8;
	position:relative;
	color:#d5e8ff;
	font-size: large;
	padding:.5em 20px .7em 20px;
	}

#pagetitle a:link,
#pagetitle a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

#pagetitle a:hover
{
	color: #cc3333;
	text-decoration: none;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MAIN NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#nav-main {
	/* background:#608fc8 url(../../images/bg-nav.png) no-repeat; */
	background:#f4d68d url(images/Header_Footer.gif) no-repeat;
	margin-left:auto;
	margin-right:auto;
	width:940px;
	padding:.8em 0 1em 20px;
	position:relative;
	font-weight:bold;
	z-index:1000;
}

#nav-main #topcorner {
		/*background:#4b6cb5 url(../../images/footer_right.png) top right no-repeat; */
   background:#f4d68d url(images/Header_Footer.gif) top right no-repeat;
	width:38%;
	position:absolute;
	top:0;
	right:0;
	padding:.5em 0 .5em 0;
	color:#ffffff;
	font-size:xx-small; 
}

/* For the divs that drop down for each main item (sub items) */
#nav-main  #mnucontainer div
{
	margin-top:10px;
	border:dashed 0.03em #EBEBEB;
	border-top:none;
	background-color:#4f0f13;
	border-top:none;
	padding:2px 3px 2px 3px;
		
}
#nav-main #mnucontainer div a:link 
{
	color:#ffffff;
	text-decoration:none;
	padding:0px 3px 0px 3px;
	
}

#nav-main #mnucontainer div a:visited 
{
	color:#ffffff;
	text-decoration:none;
	padding:0px 3px 0px 3px;
}

#nav-main #mnucontainer div a:hover
 {
   text-decoration:underline;
   color:#6da6dd;
   padding:0px 3px 0px 3px;
 }

/* END Drop Downs */




#nav-main ul {
	margin:0;
	padding:0 20% 0 0;
	}
	
#nav-main li {
	display:inline;
	list-style:none;
	padding:0 1em 0 0;
	background:none;
	}
	
#nav-main a:link,
#nav-main a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#nav-main a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

#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:#004276;
	text-decoration:underline;
}

#nav-main li.current a:active {
	color:#000;
}

/* ACTIVE PAGES */
#nav-main a.StaticSelectedStyle:link,
#nav-main a.StaticSelectedStyle:visited {
	color:#cccccc;
	text-decoration:underline;
}	



.imgborder {border: solid 2px #4f0f13} 


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
LOGO
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#logo-container
{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background-color:#f4d68d;
	position: relative;
	z-index:1;
}
	
.logo-image {
	display:block;
	}

#user-message
{
	height:38px;
	position: absolute;
	top: 0;
	right: 0;
	width:35%;
	text-align: right;
	padding: 0px;
	color: #FFFFFF;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 130%;
	/* background-image:url(images/CTA_Navswirl.gif);
	background-repeat:no-repeat; */
	
}
#cta_breadcrumb 
{
	height:40px;
	position: absolute;
	bottom: 0;
	right: 10;
	width:35%;
	text-align: left;
	padding: 0px;
	color: #FFFFFF;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 130%;
}
#user-message input
{
	height:12px;
	font-size:xx-small; 
}
#user-message a:link,
#user-message a:visited {
	color:#dcf2f7;
	text-decoration:underline;
	}
	
#user-message a:hover {
	text-decoration:none;
	}
	
	

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE FEATURE AREA

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.feature-area {
	background-color:#6799D1;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img {
	border:none;
	}

.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;
	}

.image-border-none {
	border:none;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul {
	margin:0;
	padding:0;
	}

li {
	list-style:none;
	background:url(../../images/list-bullet-02.gif) no-repeat 0 .8em;
	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;
	background-image:url(../../images/list-bullet-01-link.gif);
}

ul.list-of-links li.current {
	background-color:#E5E5E5;
}


ul.no-lines,
ul.no-lines li {
	border:none;
	}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer {
	background:#f4d68d url(images/bottom-footer.gif) bottom left no-repeat;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	width:940px;
	padding:.8em 0 1em 20px;
	position:relative;
	color:#FFFFFF;
	font-size:.8em;
	
 
}

#footer div 
{
	/* background:#4b6cb5 url(../../images/footer_right_black.png) bottom right no-repeat; */
	background:#f4d68d url(images/bottom-footer.gif) bottom right no-repeat;
	width:25%;
	position:absolute;
	top:0;
	right:0;
	padding:.8em 0 1em 0;
}

#footer a:link,
#footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	color:#ffffff;
	text-decoration:none;
}

#footer a:active {
	color:#FFFFFF;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER-SUB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer-sub {
	margin-top:1em;
	margin-left:auto;
	margin-right:auto;
	width:940px;
	text-align:center;
	padding:.1em 0 2em 0;
	position:relative;
	font-size:.8em;
	color:#4f0f13;
	}

#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:#4f0f13;
}

#footer-sub a:hover {
	color:#4f0f13;
	text-decoration:none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
img.PicToRight { 
    float: right; 
    margin: 3px; 
}
img.PicToLeft { 
    float: left; 
    margin: 3px; 
}


.blog_title
{
	font-weight: bold;
	font-size: 1.2em;
	color: #333363;
	font-variant: small-caps;
	padding:5px 0px 2px 0px;
}
.news-date {
	font-size:0.9em;
	font-style:italic;
	color:#A4A4A4;
}

.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;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Form CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.form_buttons 
{
	padding-right:10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	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;
}
/*image boxes
to restrict height, but not scale/distort images
*/ 
.img200 {width:225px; overflow:hidden; }
.img190 {width:190px; overflow:hidden;}
.img110 {width:110px; overflow:hidden;}
.img75 {width:75px; overflow:hidden;}
