/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font: 100% Calibri, Tahoma, Arial, "Trebuchet MS";
	color: #333333;
	line-height: 1.15em;
	margin: 0em 0 1.5em 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #CCCCCC;
	background-image: url(images/background-texture.jpg);
}
.thrColFixHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 1.5em auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	font: 80% Calibri, Tahoma, Verdana, Arial;
	background: ffffff;
	margin: 0;
	padding: 5px 0 0px 0;
	margin-bottom: 0px;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 1px;
	color: #CCCCCC;
	border-bottom: 1px solid #cccccc;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding-top: 10px;
	line-height: 1.55;
	margin-bottom: 1em;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0 0 0; /* padding keeps the content of the div away from the edges */
	font: 75% Calibri, Tahoma, Arial, "Trebuchet MS";
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	line-height: 1.55;
	margin-bottom: 1em;
}
.thrColFixHdr #mainContent {
	margin: 0 187px 50px 177px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font: 88% Calibri, Tahoma, arial, "trebuchet MS";
	line-height: 1.65;
} 
.thrColFixHdr #footer {
	padding: 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	font: 75% Calibri, Tahoma, Arial, "Trebuchet MS";
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	float: none;
	clear: both;
	margin-top: 1em;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.dropcap {
	float:left;
	color:#016660;
	padding-top:0px;
	font-family: Calibri, Tahoma, Arial;
	font-size: 600%;
	margin-right: 0.03em;
	margin-bottom:0.03em;
	line-height: 65px;
	padding-right: 7px;
	padding-bottom: 5px;
} 


a{
	color: #01538F;
	text-decoration: none;
}

a:link{
	color: #01538F;
	text-decoration: none;
}

a:visited{
	color: #01538F;
	text-decoration: none;
}

a:hover{
	color: #FF9900;
	text-decoration: underline;
}

h1{
	font-family: Calibri, Tahoma, Arial;
	font-size: 180%;
	color: #006A63;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-variant: normal;
	border-bottom: 1px solid #cccccc;
}

h2{
	font-family: "Agency FB", Arial, Eurostile;
	font-size: 150%;
	color: #01538F;
	margin: 0px;
	padding: 0px;
	font-weight: 400;
	letter-spacing: 1px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	color: #333333;
	margin: 0px;
	padding: 1px 0px 1px 0px;
	font-weight: bold;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #006A60;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #666666;
 margin: 0px;
 padding: 0px;
}

h6 {
	font-family: Arial,sans-serif;
	font-size: 75%;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-weight: normal;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

ol ol{
 list-style-type: disc;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

#navBar{
	float: left;
	width: 175px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#headlines{
	float:right;
	width: 175px;
	background-color: #eeeeee;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
	border-right: 1px solid #cccccc;
}

#content{
	float: left;
	width: 420px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 5px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;

}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 70%;
	padding: 0 4px 0 0;
	font-style: inherit
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px 185px 0px 175px;
	padding: 2px 0px 5px 5px;
	border-bottom: 1px solid #cccccc;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 5px 5px 5px 5px;
	font-size: 80%;
	width: 420px;
	height: inherit;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: left;
}

.feature img{
	float: none;
	padding: 5px 0px 5px 0px;
	margin-bottom: 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 5px 5px 5px 5px;
	font-size: 80%;
	text-align: left;
	width: 420px;
}

.story p{
	padding: 0px 0px 0px 0px;
	line-height: 1.5;
}

.story img {
	float: right;
	padding: 5px 5px 5px 5px;
}

/************** .storyCopy styles *****************/
.storyCopy {
	clear: none;
	padding: 5px 5px 5px 5px;
	font-size: 75%;
	text-align: left;
	width: 420px;
}
.storyCopy img {
	float: none;
	padding: 5px 0px 5px 0px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}
#footer  img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 0px 5px 0 5px;








	border bottom: 1px solid #cccccc;
	font-size: 68%;
}


/*********** #navBar link styles ***********/

#sidebar1 ul a:link, #navBar ul a:visited {display: block;}
#sidebar1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sidebar1 li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #sidebar1 li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 75%;
}

#sectionLinks h3{
	padding: 5px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #ffffff;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 10px 10px;
	font-size: 70%;
	background-color: #FFFFFF;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	font-size: 100%;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 10px 5px 10px 5px;
	font-size: 85%;
	background-color: #FFFFFF;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 0px 0px 0px 0px;
}
header   img {
	float: left;
	padding: 5px 5px 5px 5px;
}
.dac {
	font-family: "Benguiat Bk BT", Calibri, Tahoma, Arial;
}
.press {

	clear: both;
	padding: 5px 5px 5px 5px;
	font-size: 80%;
	text-align: left;
	width: 600px;
}
.press img {

	float: right;
	padding: 5px 5px 5px 5px;
}
DrakeCo {
	font-family: "Benguiat Bk BT", Tahoma;
	font-size: 100%;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-weight: normal;
	font-variant: small-caps;
}
#dreams {
	padding: 0px 10px 0px 10px;
}
