/***********************************************/
/* GIANT Adapted 3col_leftNav.css              */
/* Use with template 3col_leftNav.html         */
/***********************************************/

/***********************************************/
/*              HTML tag styles                */
/***********************************************/ 

body {
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

a {
	color: #006699;
	text-decoration: none;
}

a:link {
	color: #006699;
	text-decoration: none;
}

a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #006699;
	text-decoration: underline;
}

h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 120%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 120%;
	color: #FFD384;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

h5 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-type: square;
}

ul ul {
	list-style-type: disc;
}

ul ul ul {
	list-style-type: none;
}

label {
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #334d55;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead {
	width: 100%;
}

#navBar {
	float: left;
	width: 215px;
	border-right: 1px solid #FBAA34;
	border-bottom: 1px solid #FBAA34;
	color: #ACBAC5;
	padding: 0px;
	margin: 0px;
	background-image: url(images/leftmenubg.jpg);
}

#navBar a {
	padding: 0 4px 0 0;
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;
}

#navBar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#content {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 210px;
	margin-bottom: 0px;
	margin-left: 220px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content a {
	color: #006699;
	text-decoration: none;
}

#content a:link {
	color: #006699;
	text-decoration: underline;
}

#content a:visited {
	color: #006699;
	text-decoration: underline;
}

#content a:hover {
	color: #006699;
	text-decoration: underline;
}

/***********************************************/
/* Right Bar Divs                              */
/***********************************************/

#rightbar {
	float:right;
	width: 200px;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#rightbarads {
	width: 191px;
	padding-left: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 2px;
	text-align:center;
	font-size: 9px;
	border: 2px solid #FBAA34;
}

#rightbarevents {
	width: 191px;
	padding-left: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 2px;
	text-align:center;
	font-size: 9px;
	border-color: #E89700;
	border-style: double;
	border-width: 3px;
	background-image: url(images/eventsbg.jpg);
}

/***********************************************/
/* Left Bar Divs                               */
/***********************************************/

#leftbar {
	float:left;
	width: 205px;
	padding-right: 5px;
	padding-left: 5px;
 color:#000000 text-align:center;
	font-size: 9px;
	background-image: url(images/menubg.jpg);
}

#leftbar a {
	font-family: Verdana, Arial, sans-serif;
	color: #006699;
}

#leftbar a:hover {
	color: #006699;
	text-decoration: underline;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName {
	margin: 0;
	padding: 0 0 0 0;
	text-align: right;
}

/***********************************************/
/*             #globalNav styles               */
/***********************************************/

#globalNav {
	text-align: center;
	background-color: #FFBC41;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-color: #FBAA34;
	border-bottom-color: #FBAA34;
	border-top-style: solid;
	border-bottom-style: solid;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	text-decoration: none;
	font-weight: bold;
}

#globalNav a {
	padding: 0 4px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3C5DAA;
	text-decoration: none;
	font-weight: bold;
}

#globalNav a:hover {
	color: #294074;
	text-decoration: underline;
	font-weight: bold;
}

/***********************************************/
/*               #pageName styles              */
/***********************************************/

#pageName {
	margin: 0px;
	padding: 10px 0px 10px 10px;
	border-top: 1px solid #FBAA34;
	border-bottom: 1px solid #FBAA34;
	background-image: url(images/pagenamebg.jpg);
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
}

/***********************************************/
/*              #breadCrumb styles             */
/***********************************************/


#breadCrumb {
	font-size: 70%;
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #000000;
}

#breadCrumb a {
	color: #FFFFFF;
	text-decoration: none;
}

#breadCrumb a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

/***********************************************/
/*               .story styles                 */
/***********************************************/

.story {
	font-size: 100%;
	line-height: normal;
	font: small Verdana, sans-serif;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.story p {
}

/***********************************************/
/*              #siteInfo styles               */
/***********************************************/

#siteInfo {
	clear: both;
	border-top: 1px solid #FBAA34;
	border-bottom: 1px solid #FBAA34;
	background-image: url(images/pagenamebg.jpg);
	font-size: 70%;
	font-weight: bold;
	color: #FFE6B7;
	padding: 2px 10px 2px 10px;
	font-family: Verdana, Arial, sans-serif;
}

#siteInfo a {
	padding: 0 4px 0 0;
	font-family: Verdana, Arial, sans-serif;
	color: #FFD384;
}

#siteInfo a:hover {
	color: #FFD384;
	text-decoration: underline;
}

/***********************************************/
/*             #navBar link styles             */
/***********************************************/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
}

#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;
}

/***********************************************/
/*            #sectionLinks styles             */
/***********************************************/

#sectionLinks {
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #FBAA34;
	font-size: 70%;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}

#sectionLinks h3 {
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	padding: 2px 0px 2px 10px;
	color: #FFE1AA;
}

#sectionLinks a:hover {
	background-color: #7C98D1;
	text-decoration: underline;
	color: #FFD384;
}

/***********************************************/
/*           .relatedLinks styles              */
/***********************************************/

.relatedLinks {
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	background-color: #e3f4fb;
	font-size: 65%;
	font-family: Verdana, Arial, sans-serif;
}

.relatedLinks h3 {
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link, .relatedLinks a:visited {
	display: block;
}

/***********************************************/
/*               #advert styles                */
/***********************************************/

#advert {
	padding: 30px 0px 10px;
}

#advert img {
	display: block;
}

.rightadbar {
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.adverttableleft {
	float: left;
	margin: 5px 5px 5px 0px;
	font-size: x-small;
	text-align: center;
	color: #003399;
	border: thin solid #CCCCCC;
}

.adverttableright {
	float: right;
	margin: 5px 0px 5px 5px;
	font-size: x-small;
	text-align: center;
	color: #003399;
	border: thin solid #CCCCCC;
}

/***********************************************/
/*             #headlines styles               */
/***********************************************/

#advertright {
	float:right;
	width: 300px;
	margin: 5px 0px 5px 5px;
}

#tableright {
	float:right
}

#tableleft {
	float:left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

/************************************************/
/* Special Tables to allow text under a picture */
/************************************************/

.picturetableleft {
	float: left;
	font-size: x-small;
	text-align: center;
	color: #003399;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.picturetableright {
	float: right;
	font-size: x-small;
	text-align: center;
	color: #003399;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.picturetablenormal {
	margin: 5px;
	font-size: x-small;
	text-align: center;
	color: #003399;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: bottom;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/***********************************************/
/*            Assorted text styles             */
/***********************************************/

.credits {
	font-size: 80%
}

.bluestrong {
	color: #005FA9;
	font-weight: bold
}

.blueregular {
	color: #005FA9;
}

.adblacktext {
	color: #000000
}

.smallopening {
	height: 5px;
	border-bottom: 1px solid #FBAA34;
	background-color:#000
}

.homepageheaders {
	color: #375DAE;
	font-weight: bold;
}

.adyellow {
	padding: 10px;
	margin: 5px;
	border: 1px;
	border-style: solid;
	border-color: #000066;
	background-color: #FFFFCC;
}

.welcomingmessage {
	color: #CC0000
}

.welcomeblue {
	color: #375DAE;
	font-weight: bolder;
	font-size: 110%;
}

.welcomered {
	color: #CC0000;
	font-weight: bolder;
	font-size: 110%;
}

.redstrong {
	color: #FF0000;
	font-weight: bold;
}

.tableheaders {
	color: #54567C;
	font-weight: bold;
}

.bluelarge {
	font-size: large;
	font-weight: bold;
	color: #006699;
}

.homepagecellheaders {
	color: #000;
	font-weight: bold;
	background-image: url(images/cellcolor.gif);
}

.friendconnecttext {
	color: #5B6589;
	font-size: 80%;
	font-style: italic;
}

.giantlogobgleft {
	background-image: url(images/giantlogobgleft.jpg);
	background-repeat: repeat;
}

.giantlogobgright {
	background-image: url(images/giantlogobgright.jpg);
	background-repeat: repeat;
}

.tablebordersbottom {
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

.tablebordersall {
	text-align: center;
	border-right-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-top-color: #000;
	border-left-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

.tablebordersoutline {
	border-right-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-top-color: #000;
	border-left-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-color: #FFB83A;
}

.tablecenter {
	text-align: center;
}
