/* ===============================  
   created by Customer Connect      
   http://www.customer-connect.com  
   =============================== */

/* ===================================================  
   all elements are shown in order they appear on page  
   =================================================== */

/* ==================== 
   master skin controls 
   ==================== */

/* overall font family and font size */ 
body, tr, td, table 
{
    margin: 0;
    padding: 0;
    line-height: 1.1;
    font: small Georgia, "Times New Roman", Times, serif; /* all other fonts are based on this size*/
    color: #666;
    background-color: #FFF;
}

/* controls <div id="wrap"> the entire skin </div> */
#wrap
{
    min-width: 600px;
    padding: 10px 0 0 0;
    background-color: #FFF;
}


/* =============== 
   header elements 
   =============== */

/* topmost element read by search engines 
.tagline 
{
	float: left;
	width: 65%;
	padding-left: 25px;
}*/

#topline
{
    position:absolute;
	width:100%;
	top:0px;
	height:2px;
	border-top:1px solid #0083a8;
}

/* controls position of the logo skin object */
#logo
{
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left:-450px;
    width: 418px;
	z-index:4;
}

#bluetab
{
	position:absolute;
	top:1px;
	left:50%;
	margin-left:280px;
	height:52px;
	width:171px;
	background-image: url(BlueTab.jpg);
	background-repeat:no-repeat;
	z-index:1;
}

#loginlinks
{
    position: absolute;
    top: 5px;
    width:165px;
    left: 50%;
    margin-left:281.5px;
    text-align: center;
	z-index:2;
	line-height:1.5em;
}

#dotline
{
	position:absolute;
	left:50%;
	margin-left:-450px;	
	width:900px;
	top:70px;
	height:2px;
	border-top:1px dashed #000000;
}

/* fhmenu container */	
#fhmenucontainer
{
    position: absolute;
    top: 5.6em;
    left: 50%;
    margin-left:-450px;
    background-color: #FFFFFF;
    width:940px;
    height: 25px;
    z-index:4;
}

/* adminmenu wrapper div */	
#admincontainer
{
	position: absolute;
    top: 1.9em;
    left: 50%;
	margin-left:0px;
    width: 150px;
    height: 23px;
    z-index:5;
}

#menu h3
{
    margin: 0;
    font-size: 80%;
    position: relative;
    top: 0;
    left: -1000px;
}

#banner 
{
	position: absolute;
    top: 8em;
    left:50%;
	margin-left:-477px;
	width:944px;
	height:288px; 
	background-image: url(Banner.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

/* ===================== 
   peripheral containers 
   ===================== */

.sticky
{
    position: absolute;
    top: 12.5em;
    left: 50%;
	margin-left:-420px;
    text-align: left;
    width: 171px;
	height:163px;
	z-index:3;
}

/* =========== 
   main layout 
   =========== */

#contentholder
{
	position:relative;
    left:50%;
    margin-left:-450px;
    width:900px;
	background-color: #FFFFFF;
	margin-top: 29.5em;
}

#mainbody
{
	padding: 0;
}

#contentcontainer
{
	padding: 0;
}

#dnn_contentpane
{
    padding: 10px;
    background-color: #FFF;
}

#leftbar
{
    float: left;
    width: 38.88%;
}

#dnn_leftpane
{
    padding: 0 5px;;
    background-color: #FFF;
   
}

#center
{
    float: left;
    width: 22.22%;
}

#dnn_centerpane
{
    padding: 2px;
    background-color: #FFF;
	border-left: 1px dashed #ccc;
    border-right: 1px dashed #ccc;  
}

#rightbar
{
    float: left;
    width: 22.22%;
}

#dnn_rightpane
{
    padding: 10px;
    background-color: #FFF;
    
}

#rightbar2
{
    float: right;
    width: 16.66%;
}

#dnn_rightpane2
{
    padding: 2px;
    background-color: #FFF;
   
}

#footercontent
{
    clear: both;
    padding: 0;

}

#dnn_footerpane
{
    padding: 10px;
    background-color: #FFF;
    
}

/* =============== 
   footer elements 
   =============== */

#whitespace
{
	background-color:#FFFFFF;
	height: 10px;
	width:100%;
}

#footerbox
{
	width:100%;
	background-color:#166085;
	height:45px;
	border-top: 1px dashed #FFF ;
}
#footer
{
	position:relative;
	bottom:40px;
	left:50%;
	margin-left:-448px;
	width:944px;
	height:0px;
}
#bottomround
{
	background-image:url(BottomTab.jpg);
	height:16px;
	width:361px;
	position:relative;
	margin-left:50%;
	left:-450px;
	z-index:1;
}

/* =========================================== 
   default module font (overrides default.css) 
   =========================================== */

.Normal, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox 
{
	margin:0;
	padding:0;
	line-height:1.3;
	font-family: inherit;
}

/* =======================
   style for module titles
   ======================= */

.Head
{
	font-size:115%;
}

.Head2 
{
	font-family: inherit;
	font-size: 160%; /* 170% larger than "small" specified in body class */
	font-weight: bold;
	color: #666;
	line-height:1.8;
	text-decoration:none;
	cursor:default !important;
}

/* style of item titles on edit and admin pages */
.SubHead 
{
	font-size: 85%; /* 85% of "small" specified in body class */
}

/* module title style used instead of Head for compact rendering by Quicklinks and Signin */
.SubSubHead 
{
	font-size: 85%;
}

/* ===================================================
   Text/HTML module dropdown styles (added to fck.xml)
   =================================================== */

.imageleftside img
{
	border: 1px solid #CCC;
	margin: 0 15px 20px 0;
	float:left;
}

.imagerightside img
{
	border: 1px solid #CCC;
	margin: 0 0 20px 15px;
	float: right;
}

.imageleftsidecaption
{
	font-size:85%;
	font-style:italic;
	float:left;
	margin-bottom: 15px; 
	margin-right: 15px;
}

.imageleftsidecaption img
{
	border: 1px solid #CCC;
	margin-bottom:5px; /* added to caption margin equals bottom margin for imageleftside img  */
}

.imagerightsidecaption
{
	font-size:85%;
	font-style:italic;
	float:right;
	margin-bottom: 15px; 
	margin-left: 15px;
}

.imagerightsidecaption img
{
	border: 1px solid #CCC;
	margin-bottom:5px; 
}

.clear
{
	clear: both;
}

.quoteleft
{
	font:italic 105% inherit;
	padding: 0 10px 0 0;
	margin:10px 10px 10px 0;
	width: 220px;
	float:left;
	text-align:right;
	border-right:10px solid #C8CDC0;
}

.quoteright
{
	font:italic 105% inherit;
	padding: 0 10px 0 0;
	margin:10px 0 10px 10px;
	width: 220px;
	float:right;
	text-align:left;
	border-left:10px solid #C8CDC0;
}

/* =============================== 
   style for standard HTML buttons 
   =============================== */

.StandardButton 
{
	font-size: 90%;
}

/* =================================== 
   HTML tag styles (FCKeditor Formats) 
   =================================== */

H1, H2, H3, H4, H5, DT, H6 
{
	font-family: inherit;
}

H1 
{
	font-size: 150%;
	font-weight: bold;
	color: inherit;
	line-height:1.2;

}

H2 
{
	font-size: 150%;
	color: inherit;
	line-height:1.2;

}

H3 
{
	font-size: 110%;
	font-weight: normal;
	color: #inherit;
	line-height:inherit;
    background-image:url(check.gif);
    background-repeat:no-repeat;
    padding-left:20px;
	margin-left:30px;
}

H4 
{
	font-size: 100%;
	font-weight: normal;
	margin:0;
	color:#23526e;
	font-style: normal;
	line-height:inherit;
}

H5, DT 
{
	font-size: 96%;
	font-weight: normal;
	margin:0;
	color: inherit;
	line-height:inherit;

}

H6 
{
	font-size: 80%;
	font-weight: normal;
	margin:0;
	color: inherit;
	line-height:inherit;
}

/* ========================== 
   flat horizontal menu style 
   ========================== */

/* menu wrapper div */	
/* menu wrapper div */	
#fhmenu 
{
	margin-left:-3.7em;
	font-family: bold Georgia, "Times New Roman", Times, serif;
	letter-spacing:.7px;
}

/* all unordered lists */
#fhmenu ul 
{
	border: 0;
	margin: 0;
	list-style:none;
	float:left;
}

/* all list items */
#fhmenu li 
{
	list-style:none;
	float: left;
	padding: 2px 2px 0 0;
	font-weight:bold;
}

/* all list links */
#fhmenu li a:link, #fhmenu li a:visited, #fhmenu li a:active  
{
	display: block; /* forces each item to occupy space */
	padding: 4px .6em;
	background-color: #ffffff;
	color: #666;
	text-decoration:none;
	font-size: 105%; /* added for opera */
	/* IE5.01 hack to remove large white gaps in menu*/
	height: 1px;
	voice-family: "\"}\"";
	voice-family:inherit;
	/* for all other browsers */
	height: 100%; 
	outline:none;
}

/* hover propery for all links in menu */
#fhmenu li a:hover 
{
	background-color: #FFF;
	color:#000;
}

/* current menu tab */
#fhmenu li.SelectedTab a, #fhmenu li.SelectedTab a:link, #fhmenu li.SelectedTab a:visited, #fhmenu li.SelectedTab a:active
{
color: #000;
background-color: #FFF;
}

#fhmenu li.SelectedTab a:hover
{
color: #000;
background-color:#FFF;
}

/* ============================================  
   links format added for opera/safari browsers  
   ============================================ */

.Normal A:link, .Normal A:visited, .Normal A:active 
{
	text-decoration:underline;
	font-weight:bold;
	color:#003366; /* same as SkinItem */
}

.Normal A:hover 
{
	text-decoration:underline;
	color:#0084a9; /* same as SkinItem */
}

A.focus
{
	outline:none;
}

/* ======================================================= 
   non-link skin items (classes given to tokens, elements)  
   ======================================================= */

.SkinItem 
{
	text-decoration:none;
	color:#FFFFFF;
	font-size:90%;
}

.ControlPanel
{
height:23px;
}

/* ==============================================  
   skin items (classes given to tokens, elements)  
   ============================================== */

A.SkinItem:link, A.SkinItem:visited, A.SkinItem:active 
{
	text-decoration:none;
	font-weight:normal;
	color:#E3AE86;
	font-size:90%;
}

A.SkinItem:hover 
{
	text-decoration:none;
	color:#FFFFFF;
}

.number 
{
	color:#FFFFFF;
	font-size: 170%;
}

#siteby
{
	
	position:relative;
	margin-left:50%;
	left:-375px;
	color:#4387B0;
	font-size:85%;
	text-decoration:none;
    height:0px;
	z-index:3;
	bottom:4px;
}

#siteby a:link, #siteby a:visited, #siteby a:active 
{
	color: #4387B0;
	text-decoration: none;
}

#siteby a:hover 
{
	color:#FFFFFF;
	text-decoration:none;
}  

.Login, a.Login:link, a.Login:visited, a.Login:active 
{
	color:#ffffff;
	font-size:85%;
	text-decoration:none;
}

a.Login:hover
{
	color: #000000;
}  

.articleTextCell
{
background-color:#63b5ce;
}

.articleTextCell
{
background-color:#63b5ce;
}

.articleTopCell
{
background-color:#166085;
}

