﻿body {
	text-align:center;
	margin: 0;
	padding: 0;
	background: #033976 url(http://imageserver.webpropartners.com/templates/graphics/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

#logo {
    position: absolute;
    float: left;
    border: 0px solid;
    border-color: #fff;

}


h1, h2, h3 {
	margin-top: 0;
	color: #6E6C00;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: url(http://imageserver.webpropartners.com/templates/graphics/img07.gif);
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

#header {
	width: 980px;
	height: 398px;
	margin: 0 auto;
	background: url(http://imageserver.webpropartners.com/templates/graphics/img03.jpg) no-repeat right top;
}



#topleft {
	float: left;
	width: 490px;
	height: 150px;
	margin: 0 auto;
	background: url(http://imageserver.webpropartners.com/templates/graphics/img02.jpg) no-repeat left top;
}

#topleft h1, #topleft p {
	float: left;
	margin: 0;
	color: #fff;
}

#topleft h1 {
	padding: 50px 0 0 0;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
}

#topleft p {
	text-transform: uppercase;
	padding: 72px 0 0 3px;
	font-size: 10px;
	color: #FFF;
}

#topleft a {
	border: none;
	text-decoration: none;
	color: #033976;
}


#splash {
  	width: 980px;
        height: 248px;
	background: url(http://imageserver.webpropartners.com/templates/graphics/splash-willow.jpg) no-repeat;

}

#legal {

	width: 800px;
	margin: 0 auto;
}


/* Menu */

#menu {
	float: right;
	width: 490px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 90px 0 0 25px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin: 0 3px 0 0;
	padding: 10px 15px 10px 15px;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}

#menu a:hover {
	margin: 0 3px 0 0;
	padding: 10px 15px 10px 15px;
	color: #B2B2B2;
}

#menu .current_page_item a {
	background: none;
	margin: 0 3px 0 0;
	padding: 10px 15px 10px 0px;
	color: #FFFFFF;
}

#navigation {

	width: 900px;
	margin: 0 auto;

	
}

/* Wrapper */

#wrapper {
	text-align:center;
}

/* Page */

#page {
	text-align:left;
	width: 980px;
	margin: 0 auto;
	padding: 30px 0;
	background-image: url(http://imageserver.webpropartners.com/templates/graphics/img05.jpg);
	background-repeat: repeat-y;
}

#page-bg {
	padding: 11px 24px;
	
}

/* Content */

.content {
	font-size: 12px;
	color: #FFF;
	
}

#content {
	float:left;
	width: 700px;
	padding:10px;
	font-size: 12px;
	color: #FFF;

}


.title {
	margin: 0;
	padding: 15px 15px 0px 15px;
	background: url(http://imageserver.webpropartners.com/templates/graphics/img08.jpg) no-repeat left top;
	font-weight: normal;
}

.title a {
	border-bottom: none;
}

.title a:hover {
}

.links {
	font-size: 11px;
}

.links a {
	display: block;
	border: none;
	color: #FFFFFF;
}

.links a:hover {
}

.links .more {
	float: right;
	text-transform: uppercase;
}

.links .comments {
	float: left;
	padding-left: 20px;
}


/* Footer */

#footer {
	background-image: url(http://imageserver.webpropartners.com/templates/graphics/img06.jpg);
	background-position: bottom;
    background-repeat: no-repeat;
	width: 980px;
	margin: 0 auto;
	padding: 30px 0;


}

#footer p {
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
	background-position: bottom;
}

#footer a {
	color: #569DF5;
	background-position: bottom;
}

#mission {
	vertical-align:top;
	float: right;
	width: 200px;
	margin-right:15px;
	font-size: small;
	color: #CCC;
}

.mission {
	font-size:small;

}


/******* Navigation ***************************************/


/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 z-index: 10000;
list-style: none;
  FONT: 13px Verdana, Arial, Helvetica, sans-serif;


}


/* main menu */
.menulist ul li {
 text-align: center; 


}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 1.5em; /* I'm using ems rather than px to allow people to zoom their font */
 left: 0px;
 width: 150px;
height: 33px;
list-style: none;

}


/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 position: relative;
 border-right: 0px solid #cccccc;
 margin-right: 4px;
 margin-left: 4px;

}


/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: 5px;
 left: 155px;
 width: 150px;
 border: 0px solid #c7c9c9;
 
}


/* Items in submenus - override float/border/margin from above, restoring default vertical style */


.menulist ul li {
 float: none;
 margin-right: 0;
 margin-bottom: -1px;
 BACKGROUND: #3d5a7e;

 BACKGROUND-IMAGE: url(http://imageserver.webpropartners.com/templates/graphics/clearpix.gif); 
 BACKGROUND-REPEAT: repeat-y;
 border: 0px solid #c7c9c9;
 margin-bottom: 0px;



}

.menulist ul>li:last-child {
 margin-bottom: 1px;
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 4px;
 color: #FFF;
 text-decoration:  none;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #CCC;
 

 BACKGROUND-COLOR: #54759e;
 BACKGROUND-IMAGE: url(http://imageserver.webpropartners.com/templates/graphics/clearpix.gif); 
 BACKGROUND-REPEAT: REPEAT-Y; 


}


.menulist  a.highlighted {
 color: #CCC;
}

.icon_on{
   
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/


/* main menu */
.menulist li {
 
 padding-right: 2px;
 padding-left: 2px;
}


/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display:  none;
}
.menulist ul a .subind {
 display:  block;
 float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li {
 float: left;
 height: 1%;
}
* html .menulist  ul a {
 height: 1%;
}
/* End Hack */


/******* Navigation ***************************************/


/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 1;
 padding: 1;
 list-style: none;
 z-index: 1000;
}


/* main menu */
.menulist ul li {
 text-align: left; 

}


.scrollContainer {
  overflow:hidden;

}



