/*-----------------------------------------------------------------------------
Main Style Sheet

version:   1.0
author:    Folly Publishing
email:     sales@follypublishing.com
website:   http://www.follypublishing.com/
-----------------------------------------------------------------------------*/


/* =General Layout
-----------------------------------------------------------------------------*/

body {
	background-color: #0056a1;
	font: 1em Arial, Helvetica, sans-serif;
	color: #0056A1;
}

hr {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
}

img.floatLeft { 
    float: left; 
    margin: 5px 5px 5px 0px; 
}
img.floatRight { 
    float: right; 
    margin: 5px 0px 5px 5px; 
}




/* =Typography
-----------------------------------------------------------------------------*/
p {
	padding-bottom: 1em;
}

.pink {
	color:#CE3A78;
}

.schedule {
	color:#000000;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1em;
}

.schedheader {
	font-size: 1.2em;
}


/* =Headings
-----------------------------------------------------------------------------*/
H1 {font-size:2em; line-height: 1}
H2 {font-size:1.75em; line-height: 1}
H3 {font-size:1.5em; line-height: 1}
H4 {font-size:1.2em; line-height: 1.1}


/* =Links
-----------------------------------------------------------------------------*/
a:link {
	color:#0056A1;
	font-weight: bold;
	text-decoration: none;
}
	
a:visited {
	color:#0056A1;
	font-weight: bold;
	text-decoration: none;
}
	
a:hover {
	color:#CE3A78;
	font-weight: bold;
	text-decoration: underline;
}
	
a:active {
	color:#CE3A78;
	font-weight: bold;
	text-decoration: underline;
}

#exhiblinks a:link, #exhiblinks a:visited {text-decoration:underline}

/*********** #QuickLinks styles ***********/

#QuickLinks{
	color: #FFFFFF;
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: .9em;
}

#QuickLinks h3{
	padding: 0px 0px .5em;
}

#QuickLinks a:link{
	color: #FFFFFF;
	padding: 2px 10px 2px 0px;
}

#QuickLinks a:visited{
	color: #FFFFFF;
	padding: 2px 10px 2px 0px;
}

#QuickLinks a:hover{
	color: #0056A1;
	background-color: #FFFFFF;
	padding: 2px 10px 2px 0px;
}

#QuickLinks a:active{
	color: #0056A1;
	background-color: #FFFFFF;
	padding: 2px 10px 2px 0px;
}

#QuickLinks ul {
	list-style: disc inside;
}



/* =Lists
-----------------------------------------------------------------------------*/
ul {
	list-style-type: square;
	list-style-position: outside;
	padding-bottom: 1em;
	margin-left: 30px;
}

#LogoList { }

#LogoList ul {
	list-style-image: url(../common/images/bullet.gif);
	list-style-position: outside;
	margin-left: 30px;
}



/* =Top Nav Bar
-----------------------------------------------------------------------------*/
.TopNav {
	color: #0056A1;
	font-size:1.2em;
	font-weight: bold;
}

a.TopNav:link {
	color: #0056A1;
	text-decoration: none;
}
a.TopNav:visited  {
	color: #0056A1;
	text-decoration: none;
}
a.TopNav:hover {
	text-decoration: underline;
	color: #CE3A78;
}
a.TopNav:active {
	text-decoration: underline;
	color: #CE3A78;
}



/* =Bottom Nav Bar
-----------------------------------------------------------------------------*/
.BotNav {
	color: #0056A1;
	font-size:1em;
	font-weight: bold;
}

a.BotNav:link {
	color: #0056A1;
	text-decoration: none;
}
a.BotNav:visited  {
	color: #0056A1;
	text-decoration: none;
}
a.BotNav:hover {
	text-decoration: underline;
	color: #CE3A78;
}
a.BotNav:active {
	text-decoration: underline;
	color: #CE3A78;
}



/* =Side Nav Bar White BG
-----------------------------------------------------------------------------*/
.WhiteNav {
	color: #0056A1;
	font-weight: bold;
}

a.WhiteNav:link {
	color: #0056A1;
	text-decoration: none;
}
a.WhiteNav:visited  {
	color: #0056A1;
	text-decoration: none;
}
a.WhiteNav:hover {
	text-decoration: underline;
	color: #CE3A78;
}
a.WhiteNav:active {
	text-decoration: underline;
	color: #CE3A78;
}



/* =Side Nav Bar Blue BG
-----------------------------------------------------------------------------*/
.BlueNav {
	color: #FFFFFF;
	font-weight: bold;
}

a.BlueNav:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.BlueNav:visited  {
	color: #FFFFFF;
	text-decoration: none;
}
a.BlueNav:hover {
	text-decoration: underline;
	color: #CE3A78;
}
a.BlueNav:active {
	text-decoration: underline;
	color: #CE3A78;
}



/* =Featured Boxes
-----------------------------------------------------------------------------*/
.featureBlue {
	background: #EBEBF6;
	padding: 10px;
	width: 600px;
	border: 3px solid #000090;
	font-weight: bold;
	color: #000090;
}

.featureGreen {
	background: #E4EED5;
	padding: 10px;
	width: 600px;
	border: 3px solid #76933F;
	font-weight: bold;
	color: #76933F;
}

.featureMaroon {
	background: #DFBBBB;
	padding: 10px;
	width: 600px;
	border: 3px solid #800000;
	font-weight: bold;
	color: #800000;
}

.featureOrange {
	background: #FFCD9B;
	padding: 10px;
	width: 600px;
	border: 3px solid #FF6600;
	font-weight: bold;
	color: #FF6600;
}

.highlight_box {
	padding: 10px;
	border: 10px dotted #0056A1;
}


/* =Footer
-----------------------------------------------------------------------------*/

.footer {
	font-size:0.8em;
	color: #CCCCCC;
}

.footerLink { }

a.footerLink:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a.footerLink:visited  {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a.footerLink:hover {
	text-decoration: underline;
	color: #CE3A78;
	font-weight: normal;
}
a.footerLink:active {
	text-decoration: underline;
	color: #CE3A78;
	font-weight: normal;
}


/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}

input, select {font-size:1em}


/* =Tables
-----------------------------------------------------------------------------*/



/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/


