/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: "Arial Rounded MT Bold", Arial;
	font-size:12px;
	color: #333333;
	background-color:#333333;
	margin: 0;
	padding: 0;
}

#logo {
	background-image:url(/dev/design-images/logo-small.jpg); background-repeat:no-repeat; width: 200px; height: 60px; margin-bottom: 5px;

}

#header-container {
	height: 70px; width: 960px; margin-left:auto; margin-right:auto; padding-top: 10px;
}
.input-text {
	font-size: 14px;
	padding: 3px;
	width: 250px;	
}
a:link, a:visited, a:hover {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: "Arial Rounded MT Bold", Arial;
	margin: 0px;
	padding: 0px;
}

h1{
  font-family: "Arial Rounded MT Bold", Arial;
font-size: 120%;
 color: #8080A8;
 border-bottom: 1px solid #c1c1d5;
 background-color: #f4f4f4;
 
}

h2{
 font-size: 16px;
 font-family: "Arial Rounded MT Bold", Arial;
 font-weight:normal;
 color: #333333;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #8080A8;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: 100% "Arial Rounded MT Bold", Arial;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px;
	/*border-bottom: 1px solid #cccccc;*/
	width: 100%;
	height: 82px;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
}

#content{
 background-color:#FFFFFF;
	margin: 0;
	padding: 0 0 0 0;
}
#content-container {
	width: 860px;
	min-height: 400px;
	padding-top: 10px;
	margin-left:auto;
	margin-right:auto;
	}
	
#home-content-container {
	background-image:url(/dev/design-images/layout-donnie-only_15.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	min-height: 600px;
	width: 920px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 20px;
	}
	
#content-container a{
	color: #8866cc;
	}


#content-container-donnie-right {
	min-height: 400px;
	margin-left:auto;
	margin-right:auto;
	width: 950px; 
	padding: 30px 20px 30px 20px; 
	background-image:url(../../design-images/donnie-left_01.jpg); 
	background-position:bottom right; 
	background-repeat:no-repeat;
	}


.divider{
 border-bottom: 1px solid #c1c1d5;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 2px 0px 10px 2px;
}


/************* #globalNav styles **************/


/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */
   


#globalNav{
color: #666;
padding: 3px 0px 4px 10px;
font-family: "Arial Rounded MT Bold", Arial;
font-size: 16px;
}

#globalNav img{
 display: block;
}

#globalNav a {
	padding: 2px 12px 2px 12px; 
	margin: 0px 0px 0;
	text-decoration:none;
}


#globalNav a:hover {
	padding: 2px 12px 2px 12px;
	margin: 0px 0px 0;
	text-decoration:none;
}
/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 0px;
	font-size: 12px;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	width: 950px;
	height: 200px;
	margin-left:auto;
	margin-right:auto;
	clear: both;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 10px 0px 5px 10px;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block; color: #765992; padding: 2px 0 2px 2px; margin: 0 10px 3px 0; text-decoration:none;}
#navBar ul a:hover {display: block; padding: 2px 0 2px 2px; margin-right: 10px; text-decoration:none; color: #333;}

#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	/*background-color: #dddddd;*/
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/******Design Images ************/
#masthead .logo{
position:absolute;
top: 0px;
right: 0px;
}

#masthead .leftimage{
position: absolute;
top: 0px;
left: 0px;
}
.tableheader {
	 font-family: Arial Rounded MT Bold; font-weight:normal; FONT-SIZE: 14px; PADDING-BOTTOM: 10px; PADDING-TOP: 4px; color: #8866cc;
}
#frm-button a{
	color: #333333; font-size:14px; font-family: Arial Rounded MT Bold; text-transform:lowercase;
}
#frm-button { padding: 0 10px 10px 0;}

#tickle-content p { margin: 0px 0 8px 0; text-align:center;}
#tickle-detail p { margin: 0px 0 8px 0;}
#tickle-frm-button-rgt a{
	color: #333333; font-size:13px; font-family: Arial Rounded MT Bold;
}
#tickle-frm-button-lft a{
	color: #333333; font-size:13px; font-family: Arial Rounded MT Bold;
}
#tickle-frm-button-lft { padding: 10px 0px 0px 70px; text-align:center;}
#tickle-frm-button-rgt { padding: 10px 0px 0px 0px; text-align:center;}

/*****Tickles*****/

#tickle-left-col {float:left; width:450px; padding-top: 20px; font-size:11px;}
#tickle-left-col a{color:#8866cc; width: 130px; cursor:pointer;}
#tickle-right-col {float:right; width:450px; padding-top: 20px; font-size:11px;}
#tickle-right-col a{color:#8866cc; width: 130px; cursor:pointer;}

.tickle-content-left {background-image:url(../../design-images/tickle-block_22.png); background-repeat:repeat-y;margin-left: 0px; padding: 0 65px 10px 0px ;position:relative; top: -23px;}
.tickle-content-left p{width:175px; text-align:center; margin-top: 10px;}
.tickle-content-left img{width: 160px; margin: 0 0 0 45px; border: solid 3px #f2f2f2}

.tickle-content-right {background-image:url(../../design-images/tickle-block_23.png); background-repeat:repeat-y; margin-left: 2px; padding: 0 55px 10px 15px ;position:relative; top: -23px;}
.tickle-content-right p{width:170px; text-align:center; margin-top: 10px;}
.tickle-content-right img{width: 160px; margin: 0 65px 0 0px; border: solid 3px #f2f2f2}

#tickle10-container {height: 59px; width: 230px; margin-left: 210px; padding: 32px 0px 0 0px; background-image:url(../../design-images/tickles_15.jpg); background-repeat:no-repeat;}
#tickle10 { display:none; position: relative; left: 0px; width:230px; }

#tickle9-container {height: 59px; width: 230px; margin-left: 100px; padding: 36px 15px 0 0px; background-image:url(../../design-images/tickles_20.jpg); background-repeat:no-repeat;}
#tickle9 { display:none; position: relative; left: 0px; top: 0px; width:230px; }

#tickle8-container {height: 59px; width: 230px; margin-left: 10px; margin-top: 35px; padding: 31px 40px 0 0px; background-image:url(../../design-images/tickles_30.png); background-repeat:no-repeat;}
#tickle8 { display:none; position: relative; left: 1px; top: -1px; width:230px; }

#tickle7-container {height: 59px; width: 230px; margin-left: 100px; margin-top: 45px; padding: 31px 15px 0 0px; background-image:url(../../design-images/tickles_38.png); background-repeat:no-repeat;}
#tickle7 { display:none; position: relative; left: 2px; top: 1px; width:230px; }

#tickle6-container {height: 59px; width: 230px; margin-left: 200px; padding: 31px 15px 0 0px; background-image:url(../../design-images/tickles_44.jpg); background-repeat:no-repeat;}
#tickle6 { display:none; position: relative; left: 1px; top: 0px; width:230px; }

#tickle5-container {height: 59px; width: 140px; margin-left: 0px; margin-top: 0px; text-align:right; padding: 31px 150px 0 0px; background-image:url(../../design-images/tickles_46.jpg); background-repeat:no-repeat;}
#tickle5 { display: none; position: relative; left: -1px; top: -1px; width:230px; }

#tickle4-container {height: 59px; width: 140px;  margin-left: 150px; margin-top: 44px;  padding: 32px 150px 0 0px; text-align:right; background-image:url(../../design-images/tickles_41.png); background-repeat:no-repeat; }
#tickle4 { display:none; position: relative; left: -1px; top: -1px; width:230px; }

#tickle3-container {height: 59px; width: 140px; margin-left: 220px; margin-top: 33px;  padding: 32px 150px 0 0px; text-align:right; background-image:url(../../design-images/tickles_33.jpg); background-repeat:no-repeat; }
#tickle3 {display:none; position: relative; left: -1px; top: -1px; width:230px; } 

#tickle2-container {height: 59px; width: 140px;  margin-left: 130px; padding: 37px 150px 0 0px; text-align:right; background-image:url(../../design-images/tickles_24.png); background-repeat:no-repeat;}
#tickle2 {display:none; position: relative; left: -1px; top: -1px; width:230px;}

#tickle1-container {height: 59px; width: 140px; margin-left: 30px; margin-right: 200px; text-align:right; padding: 32px 150px 0 0px; background-image:url(../../design-images/tickles_17.jpg); background-repeat:no-repeat;}
#tickle1 {display: none; position: relative; left: -1px; top: -1px; width:230px;}




#left-col-lrg { width:575px; float:left; padding: 20px 40px 30px 0; font-family:Arial, Helvetica, sans-serif;}
#left-col-lrg a{ color: #333333;}
#right-col-lrg { width:300px; float:right; padding: 38px 0 0 0;}


#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../../design-images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../../design-images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../design-images/overlay.png", sizingMethod="scale");
	}
	