/*************************/
/* Main Text Definitions */
/*************************/

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 margin: 0;
 background: #fff;
 color: #333;
 font-size: 12pt;
}

h1 {
 font-weight: bold;
}

h1, h2, h3, h4, h5 {font-family: Arial, Helvetica, sans-serif; color: #00AAE9;}

h1 {font-size: 1.6em; margin-top: 0;}
h2 {font-size: 1.3em;}
h3 {font-size: 1.2em;}
#contactInfo h3{font-size: 1.3em; margin: 0; color: #333;}
h4 {font-size: 1.1em;}
h5 {font-size: 1.0em;}

body.about h1, body.about h2, body.about h3, body.about h4, body.about h5 {color: #EE3E96;}
body.info h1, body.info h2, body.info h3, body.info h4, body.info h5 {color: #A6C010;}
body.tools h1, body.tools h2, body.tools h3, body.tools h4, body.tools h5 {color: #4B196E;}

a img {border: 0;}

a {color: #e02363;}
a:hover {color: #333;}

.lightblue {color: #b8e7f9;}
.pink {color: #e02363;}
.darkblue {color: #0b202b;}
.grey {color: #666;}

/******************************/
/* Generic Layout Definitions */
/******************************/

#container {width: 100%}
#top {display: none;}
#search {display: none;}
#head {display: none;}
#logos {display: none;}
#testimonials {display: none;}

#main {float: none; background-image:  none;}
body.about #main {float: none; background-image:  none;}
body.info #main {float: none; background-image:  none;}
body.tools #main {float: none; background-image:  none;}

#panelsBase {display: none;}
body.about #panelsBase {display: none;}
body.info #panelsBase{display: none;}
body.tools #panelsBase {display: none;}

#sideNav {display: none;}
#content {float: none;}
body.about #content {float: none; border-top: 0;}
body.info #content {float: none; border-top: 0;}
body.tools #content {float: none; border-top: 0;}

#content ul li {margin-bottom: 1.0em;}

#footer {display: none;}

#logos .websiteURL {margin-top: 15px;}

/**************************/
/* Navigation Definitions */
/**************************/

ul#topNav  {
 display: none;
} 
ul#navTabs {
 display: none;
}
#sideNav ul {
 display: none;
}