/*
	Author			: Sonja Jeter
	Date Created	: 19 May 2008
	Time			   : 1:56am
	Edited         : 9 May 2010 @ 5:10pm for CQFA
	Copyright Sonja Jeter, &copy; 2008, 2009
*/

* {
   margin            :  0;
   padding           :  0;
   font-size         :  100%;
}
      
p{
   line-height: 1.5em;
   margin-top: 2em;
}


body {
/*    margin            :  2%; */
   color             :  #333;
   background-color  :  #333;
   font-family       :  Verdana, Tahoma, Helvetica, Arial, sans-serif;
   font-size         :  0.8em;
   line-height       :  1.5em;
}

      
h1, h2, h3, h4 {
   margin : 0;
   padding : 0;
   margin-top : 2em;
   line-height : 1em;
   font-family: Georgia, Times, serif;
}

h1 {
   font-size: 1.8em;
}

      
h2 {
   font-size  : 1.4em;
   text-align        :  left;
   line-height       :  1em;
   margin-top        :  1.2em;
   margin-bottom     :  0.8em;
}

      
h3 {
   color: #25397e;
}

a {
   color : #333;
   text-decoration : none;
   border-bottom : 1px solid #333;
}
      
a:hover {
   color : #789;
   border-bottom-color : #789;
}
      
/*
----- CURRENT PAGE MENU ITEM
*/

#currpage {
	color				: #0033cc;
}

#currpage a:hover {
	color				: #0033cc;
}

      
address {
   margin-top: 1.2em;
   margin-left: 3em;
}

#allcontent {
   width             :  800px;
   margin            :  10px auto;
   background-color  :  #fff;
}

#wrapper {
   width             :  710px;
   padding           :  10px;
   margin            :  0 auto;
}


#main {
   width             : 710px;
   margin-left       : auto;
   margin-right      : auto;
   padding           : 10px;
   overflow          : auto;
}



/*
      HEADER
*/

div#header {
	background-image     : url(../media/logo_wh_100.png);
	background-repeat    : no-repeat;
	height               : 100px;
   padding-bottom       : 2em;
}

div#header img {
}

#header h1 {
   margin-left       :  100px;
   text-align        :  left;
   font-size         :  1.8em; 
   line-height       :  2em;
   margin-bottom     :  0.1em;
   padding-top        :  1em;
}



/*
   MENU
*/

div#topmenu {
   margin: 0;
   padding:0;
}

div#topmenu ul {
   background        :  #ccc;
   padding           :  0;
   margin            :  0;
   width             :  auto;   
/*    margin-top        :  30px; */
   text-align        :  center; 
   font-weight: 700;  
}

div#topmenu ul li {
   text-transform    :  uppercase;
   width             :  auto;
   display           :  inline;
   padding-left      :  0.4em;
   padding-right     :  0.4em;
   color             :  #777;
   font-size         :  0.8em;
}

div#topmenu ul li a {
   color             : #333;
   text-decoration   : none;
   border-bottom : none;
}

div#topmenu ul li a:hover {
   color             :  #637bda;
}


/*
   ENUMERATED LISTS
*/

ol {
   margin-top        : 1.5em;
   margin-left       :  60px;
   line-height: 1.2em;
}

ol li {
   margin-bottom     :  15px;
}


/*
   UNORDERED LISTS
*/

ul {
   margin-top        :  1.5em;
   margin-left       :  60px;
   line-height       :  1.2em;
}

ul li {
   margin-bottom     :  15px;
}



/*
   OTHER
*/

div#footer {
   margin-top: 5em;
}

p.copyright{
   font-size:       :   10px;
   text-align: center;
}


.clearLeft {
   clear             :  left;
}

.clearAll {
   clear:left;
   display:block;
}
