/*

Color Palette:

Light-Blue: #2ea1b4
Olive     : #adb54e
Off-White : #f1f2e0
Black     : #040402
Orange    : #fb9318

Page-BG   : #eff2bf

Located: /%DocRoot%/Seal_of_Love.png

*/

body    {

	background-color: #edf29a;
	background-image: url(images/bg.png);
	background-attachment: scroll;
	background-position: top left;
	background-repeat: repeat-x;

	}

#header {

	background: url(images/logo.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 100px;
	float:left;
        }

#header img {
	    position:relative;
	    left:200px;
	    top:33px;
	    }

#nav {
     width: 100%;
     height: 30px;
     }

#nav ul { 
    margin: 0; 
    padding: 5px;
    list-style-type: none;
    background: url(images/nav_bg.png);
    background-repeat: repeat-x;
    } 

#nav ul li {  
    display: inline; 
    } 

#nav ul li a { 
    text-decoration: none; 
    padding: .2em 1em;
    color: #fff; 
    } 

#nav ul li a:hover { 
    color: #fff;
    background: url(images/nav_bg2.png);
    background-repeat: repeat-x;
    }

#nav ul font {
              color: #fff;
             }

#nav ul a.selected {
		   background: url(images/nav_bg2.png);
                   background-repeat: repeat-x;
                   }

#nav span {
          float: right;
          color: #fff;
          padding: 0em 1em;
}

#nav span ul font {
               padding: 0em 1em 0em 0em;
               }

#nav span ul li a.last {
                  padding: 0em 0em 0em 1em;
                  }

#nav span ul li a { 
    text-decoration: none; 
    padding: .3em 1em;
    color: #fff; 
    }

#nav span ul li a:hover { 
    color: #fff;
    background: url(images/nav_bg2.png);
    background-repeat: repeat-x;
    }

#left {
      height:100%;
      width:65%;
      float:left;
      }

#left #section {
               background-color: #FFFFFF;
               margin: 10px;
               }

#left #section #top {
                    background-color: #fb9318;
                    padding-bottom: 3px;
                    padding-top: 1px;
                    }

#left #section h4 {
                   padding: 0px;
                   margin: 5px;
		   color: #040402;
		   font-size: 18px;
		   font-family: verdana;
		   }

#left #section p {
		 font-family: verdana;
		 margin-left: 15px;
		 width: 95%;
                 padding-bottom: 10px;
		 }

#right {
       float: right;
       width: 34%;
       height:100%;
       }

#right #section {
               background-color: #FFFFFF;
               margin: 10px;
		}

#right #section #top {
                    background-color: #fb9318;
                    padding-bottom: 3px;
                    padding-top: 1px;
                    }

#right #section h4 {
                   padding: 0px;
                   margin: 5px;
		   color: #040402;
		   font-size: 18px;
		   font-family: verdana;
		   }

#right #section p {
		 font-family: verdana;
		 margin-left: 15px;
		 width: 95%;
                 padding-bottom: 10px;
		 }

#right #section form {
		     margin-left: 5px;
		     }

#right #section #top span.blog1 {
                                float:left;
                                }

#right #section #top span.blog2 {
                                float:right;
                                }

#right #section #top span.blog2 img {
                                    margin: 5px;
                                    }

#clear {
       clear: both;
       }

#banner {
	width: 468px;
	height: 60px;
	float: right;
	position:absolute;
	right:100px;
	top:25px;
	text-align: right;
	}

#banner img {
            border: 0px;
	    width: 468px;
	    height: 60px;
	    }

#banner font {
	     color: #000;
	     font-size: 10px;
	     }

#banner a {
	  color: #000;
	  font-size: 10px;
	  text-decoration: none;
	  }

#banner a:hover {
		color: #000;
		font-size: 10px;
		text-decoration: underline;
		}

#nav ul li a.rights {
	padding: 0px;
	}

.an_input {
	  color:#FB9318;
	  }

p.floatleft {
           float: left;
           }

p.floatright {
            float: right;
            }