/*--------------------------------------------------------------------------------------------------------
				HTML General classes
--------------------------------------------------------------------------------------------------------*/


body {
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color:#97c0e6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #505050;
}

h1 {
	font-size:24px;
	font-weight:500;
	color:#81a503;
	margin-bottom:8px;
	padding-bottom:3px;
	padding-top:10px;
	border-bottom:1px dotted #505050;
}

h2 {
	font-size:18px;
	font-weight:400;
	color:#4f91cd;
	margin-bottom:8px;
}
h3 {
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:300;
	color:#81a503;
}
h4 {
	margin-bottom:0px;
	margin:0px;
	font-size:13px;
	color:#7fa400;
}
h4.subHeader {
	margin-bottom:0px;
	margin:0px;
	font-size:13px;
	color:#505050;
}
img {
	border:0;
}

a {
	color:#528bc1;

}

p {
	margin:0px 0px 20px 0px;
}

/*--------------------------------------------------------------------------------------------------------
				Navigation styles
--------------------------------------------------------------------------------------------------------*/

ul#nav {
	width:1000px;
	height:30px;
	float:left;	
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: url(../images/nav_back.gif) no-repeat 0 0;
}

ul#nav li {
float: left;
margin: 0px; 
padding: 0px; 
}

ul#nav li a {
float: left; 
position: relative; 
display:block; 
overflow: hidden;
height: 30px;
color: #fff;
}

ul#nav li a span {
position: absolute; 
top: 0; 
left: 0; 
display: block; 
height: 30px; 
}

ul#nav li#nav1 a {width: 120px;}
ul#nav li#nav2 a {width: 136px;}
ul#nav li#nav3 a {width: 167px;}
ul#nav li#nav4 a {width: 163px;}
ul#nav li#nav5 a {width: 80px;}
ul#nav li#nav6 a {width: 120px;}

ul#nav li#nav1 a span {width: 120px; background: url(../images/navigation.gif) no-repeat 0 0;}
ul#nav li#nav2 a span {width: 136px; background: url(../images/navigation.gif) no-repeat -120px 0;}
ul#nav li#nav3 a span {width: 167px; background: url(../images/navigation.gif) no-repeat -256px 0;}
ul#nav li#nav4 a span {width: 163px; background: url(../images/navigation.gif) no-repeat -423px 0;}
ul#nav li#nav5 a span {width: 80px; background: url(../images/navigation.gif) no-repeat -586px 0;}
ul#nav li#nav6 a span {width: 120px; background: url(../images/navigation.gif) no-repeat -666px 0;}

ul#nav li#nav1 a:hover span, ul#nav li#nav1 a.selected span {background: url(../images/navigation.gif) no-repeat 0 -30px;}
ul#nav li#nav2 a:hover span, ul#nav li#nav2 a.selected span {background: url(../images/navigation.gif) no-repeat -120px -30px;}
ul#nav li#nav3 a:hover span, ul#nav li#nav3 a.selected span {background: url(../images/navigation.gif) no-repeat -256px -30px;}
ul#nav li#nav4 a:hover span, ul#nav li#nav4 a.selected span {background: url(../images/navigation.gif) no-repeat -423px -30px;}
ul#nav li#nav5 a:hover span, ul#nav li#nav5 a.selected span {background: url(../images/navigation.gif) no-repeat -586px -30px;}
ul#nav li#nav6 a:hover span, ul#nav li#nav6 a.selected span {background: url(../images/navigation.gif) no-repeat -666px -30px;}

/* ######### Styles for Drop Down Menus ######### */

/* container for the drop down menu */
.dropmenudiv {
	left: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 101;
	text-align:left;
	cursor:pointer;
	margin-top:-1px;
	height:21px;
	list-style:none;
	/*border-bottom: 1px solid #C2E1FF;*/
	filter: alpha(opacity=70); -moz-opacity: 0.70; opacity: 0.70;
	background:url(../images/menu_corner_left.png) no-repeat 0 0;
	padding-left: 14px;
	}
	
#dropmenu1.dropmenudiv {margin-left:25px;}
#dropmenu4.dropmenudiv {margin-left:7px;}

.dropmenudiv li {
	float: left; 
	position: relative; 
	background:url(../images/sub_menu_bg.gif) no-repeat bottom right;
	height: 22px;
}

.dropmenudiv li.last {	
background:url(../images/menu_corner_right.png) no-repeat top right; 
padding-right: 14px;
}

.dropmenudiv a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #ffffff;
	cursor: default;
	display: block;
	padding: 2px 10px 2px 10px;
	margin:0px 0px 0px 0px;
	text-decoration: none;
}

ul.dropmenudiv li a:hover {background-color:#4F91CD; cursor:pointer;}


#belownav {
	background-image:url(../images/header-bottom.gif);
	background-repeat:no-repeat;
	width:1000px;
	height:50px;
	clear:both;
}
.summaryThumb {
	margin:5px 5px 0 0;
}
#divider {
	height:2px;
	border-bottom:1px dotted #DAE8F5;
	clear:both;
}


/*--------------------------------------------------------------------------------------------------------
				Formatting classes
--------------------------------------------------------------------------------------------------------*/

#container {
	width:1000px;  
	margin: 0 auto; 
	text-align: left; 
}

#mainContent {
	background-image:url(../images/main-content.gif);
	background-repeat:repeat-y;
	width:1000px;
	background-color:#ffffff;
}

#behindcontent {
	background-image:url(../images/behind-content.gif);
	background-repeat:repeat-y;
	width:1000px;
	float:left;
}

#header {
	width:1000px;
	height:236px;
}

#headerLeft {
	background-image:url(../images/webo-logo.gif);
	background-repeat:no-repeat;
	width:256px;
	height:149px;
	float:left;
	cursor:pointer;
}

#headerCenter {
	background-image:url(../images/header-flash-holder.gif);
	background-repeat:no-repeat;
	width:410px;
	height:149px;
	float:left;
}

#headerRight {
	background-image:url(../images/header-right.gif);
	background-repeat:no-repeat;
	width:334px;
	height:149px;
	float:left;
}

#bodytop {
	background-image:url(../images/body-top.gif);
	background-repeat:no-repeat;
	width:1000px;
	height:7px;
	clear:both;
}

#flashheader {
	width:637px;
	height:150px;
	margin-left:18px;
	float:left;
}

#leftContentContainer {
	background-image:url(../images/body-content-top.gif);
	background-repeat:no-repeat;
	background-position:top;
	margin-left:2px;
	width:666px;
	padding-top:15px;
	float:left;
}

#rightContentContainer {
	width:312px;
	min-height:670px;
	margin-right:15px;
	background-image:url(../images/cta-top.gif);
	background-repeat:no-repeat;
	background-position:top;
	float:right;
}

#bodycopy {
	width:586px;
	min-height:670px;
	padding:0px 40px;
	background-image:url(../images/body-content-slice.gif);
	background-repeat:repeat-y;
}

#bodytext {
	width:620px;
	padding-top:22px;
	padding-left:20px;
}

#bodyimage {
	width:679px;
	height:189px;
	background-color:#e1e3ce;
	margin-top:20px;
	margin-bottom:20px;
	padding-top:10px;
	padding-left:19px;
}

#dotted {
	border-bottom:#4f91cd dotted 1px;
	padding-top:5px;
}

#dottedtw {
	border-bottom:#4f91cd dotted 1px;
	padding-top:5px;
	margin-bottom:5px;
	clear:both;
}

#searchFormContainer {
	margin-top:50px;
	margin-right:15px;
	text-align:right;
	float:right;
	height: 53px;
}


.searchFormTextbox {
	width:207px;
	height:18px;
	border:1px solid #a9a9a9;
	padding:2px;
	color:#a9a9a9;
}

#socialhead {
	width:334px;
	height:80px;
	float:right;
}

#bottomContainer {
	clear:both;
	padding-top:10px;
}
#bottomBlocks {
	margin:10px 0px 10px 0px;
	float:left;
}

.bottomheader {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding-left:20px;
	padding-top:6px;
}

#bottomLinks {
	clear:both;
	text-align:right;
	padding:5px;
	margin-right:15px;
}

.contentBox {
	background-image:url(../images/content-box.gif);
	background-repeat:no-repeat;
	margin-left:16px;
	width:312px;
	height:192px;
	float:left;
}

.ctaNumber {
	font-size:16px;
	font-weight:500;
	color:#ffffff;
}

.ctaButton {
	font-size:12px;	
	color:#ffffff;
	margin: 0 auto;
	width: 260px;
	height: 88px;
	text-align:center;
}

#ctabutton1 a {
	display: block;
	background: url(../images/CTA-project-consult-sprite.png) no-repeat 0 0;
	width:260px;
	height:39px;
	cursor:pointer;
	color: #fff;
	text-decoration: none;
	padding-top:49px;
}

#ctabutton1 a:visited {color: #fff;	text-decoration: none;}

#ctabutton1 a:hover {
	background:url(../images/CTA-project-consult-sprite.png) no-repeat -260px 0;
	cursor:pointer;
	color: #fff;
	text-decoration: none;
}

#ctabutton2 a {
	display: block;
	background:url(../images/CTA-marketing-eval-sprite.png) no-repeat 0 0;
	width:260px;
	height:39px;
	cursor:pointer;
	color: #fff;
	text-decoration: none;
	padding-top:49px;
}

#ctabutton2 a:visited {color: #fff;	text-decoration: none;}

#ctabutton2 a:hover {
	background:url(../images/CTA-marketing-eval-sprite.png) no-repeat -260px 0;
	cursor:pointer;
	color: #fff;
	text-decoration: none;
}

#ctabutton3 {
	display: block;
	background:url(../images/CTA-subscribe.png) no-repeat 0 0;
	width:268px;
	height:87px;
	cursor:pointer;
	margin-bottom:20px;
}

#ctabutton3 a{
	display: block;
	background:url(../images/CTA-subscribe.png) no-repeat 0 0;
	width:268px;
	height:87px;
	cursor:pointer;
	margin-bottom:20px;
}

#ctasubscribe {
	padding:20px 0px;
	color:#4f91cd;	
}
#ctasubscribe a {
	text-decoration:none;	
}

#ctasubscribe ul {
	padding:0px;
	margin:0px;	
}

#ctasubscribe li {
	list-style:none;
	font-size:14px;
	font-weight:bold;
	margin-bottom:3px;
	
}

#feedtop {
	background-image:url(../images/feed-top.gif);
	background-repeat:no-repeat;
	width:268px;
	height:5px;
}

#feedbtm {
	background-image:url(../images/feed-btm.gif);
	background-repeat:no-repeat;
	width:268px;
	height:4px;
}


#feed {
	background-image:url(../images/feed-bg.gif);
	background-repeat:repeat-y;
	padding:10px 15px 10px 15px;
}

.twittertitle {
	font-size:12px;
	margin-top:15px;
}

.twitterdate {
 font-size:10px;
 margin-bottom:10px;
 color:#999999;
}

.boxtext {
	padding:0px 15px 0px 20px;
	font-size:11px;
	font-weight:bold;
	color: #505050;
	text-align:left;
}

.boxtext ul {
	list-style:none;
	padding:0px;
	margin:0px;
	margin-bottom:0px;
	padding-top:10px;
}

.boxtext li {
	list-style:none;
	padding-bottom:12px;

}

.ctasmall {
	text-align:center;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	line-height:10px;
}

#ctaContainer {
	width:272px;
	height:175px;
	padding:30px 20px 20px 20px;
}
#ctaClientContainer {
	width:272px;
	padding:0px 20px;
	margin-bottom:20px;
}
.ctaBlockContainer {
	width:272px;
	padding:20px;
	clear:both;
}
.ctaBlockHeader {
	background-image:url(../images/cta-block-header.gif);
	background-repeat:no-repeat;
	width:268px;
	height:30px;
}
.ctaBlockContent {
	background-color:#F0F6FB;
	border-left:1px solid #87B4DD;
	border-right:1px solid #87B4DD;
	width:266px;
}
.ctaBlockBottom {
	background-image:url(../images/cta-block-bottom.gif);
	background-repeat:no-repeat;
	width:268px;
	height:7px;
}

#belowcta {
	background-image:url(../images/right-bg.gif);
	background-repeat:no-repeat;
	height:353px;
	margin-top:7px;
}

.belowctaheader {
	padding-top:40px;
	font-size:14px;
	font-weight:bold;
	color:#e2eae9;
	padding-left:20px;
	padding-right:20px;
	border-bottom:dotted 1px #e2eae9;
}

.belowctacopy {
	margin-top:15px;
	font-size:12px;
	color: #27403b;
	padding-left:20px;
	padding-right:20px;
}

#line {
	border-bottom:#ab924c solid 1px;
	width:280px;
	margin-top:6px;
	margin-bottom:6px;
}

#copyline {
	border-bottom:#cd9503 dotted 1px;
	margin-top:6px;
	margin-bottom:10px;
}

#emailSignupContainer {
	margin-top:20px;
	margin-left:20px;
	font-size:11px;
	font-weight:bold;
}

.ctaBlockContainer {
	width:272px;
	padding:5px 20px;
}

/*--------------------------------------------------------------------------------------------------------
				Search classes
--------------------------------------------------------------------------------------------------------*/
#searchResults {
	background-color:#F7FAFF;
	border:1px solid #a9a9a9;
	width:211px;
	position:absolute;
	margin-left:73px;
	top: 82px;
}
#indicator1 {
	margin-left:180px;
	margin-top:5px;
	z-index:1000;
	position:absolute;
}
.searchReturnResults {
	list-style-type:none;
	margin:0;
	padding:0;
	border-bottom:1px dashed #DDE9F5;
	cursor:pointer;
}
.searchReturnResults li {
	padding:5px;
	border-bottom:1px dashed #A4C7E6;
}
.searchReturnResults li:hover {
	padding:5px;
	border-bottom:1px dashed #A4C7E6;
	background-color:#DDE9F5;
}

/*--------------------------------------------------------------------------------------------------------
				Form Formatting classes
--------------------------------------------------------------------------------------------------------*/
.textField {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	border:1px solid #B2B2B2;
}
.textareaField {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	border:1px solid #B2B2B2;
	width:350px;
	height:80px;
}
.textFieldError {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	border:1px solid #FF0000;
	background-color:#FFCCCC;
}
.textareaFieldError {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	border:1px solid #FF0000;
	background-color:#FFCCCC;
	width:350px;
	height:80px;
}

.required {
	color:#FF0000;
	font-size:10px;
}

.actionButton {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#FFFFFF;
	color:#000000;
	border:2px solid #B2B2B2;
	font-weight:bold;
}

.loginFormLabel {
	font-size:9px;
	color:#9c8847;
}
.loginFormInput {
	font-size:9px;
	font-weight:bold;
	border:1px solid #feca52;
	margin:0px;
}
.loginFormButton {
	font-size:9px;
	color:#FFFFFF;
	background-color:#b2a36e;
	border:2px solid #feca52;
	font-weight:bold;
}
.addbutton {
	padding:0px 8px 4px 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	height:20px;
	background:#f0f0f0 url(/images/buttons/add.gif) no-repeat left center;
	border:1px solid #b4b4b4;
}
.addbutton:hover {
	border:1px solid #6d6d6d;
}
.cancelbutton {
	padding:0px 8px 4px 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	cursor:pointer;
	height:20px;
	font-weight:bold;
	background:#f0f0f0 url(/images/buttons/cancel.gif) no-repeat left center;
	border:1px solid #b4b4b4;
}
.cancelbutton:hover {
	border:1px solid #6d6d6d;
}
.deletebutton {
	padding:0px 8px 4px 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	height:20px;
	background:#f0f0f0 url(/images/buttons/delete.gif) no-repeat left center;
	border:1px solid #b4b4b4;
}
.deletebutton:hover {
	border:1px solid #6d6d6d;
}
.downloadButton {
	padding:0px 8px 4px 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	height:20px;
	background:#f0f0f0 url(/images/buttons/download.gif) no-repeat left center;
	border:1px solid #b4b4b4;
}
.downloadButton:hover {
	border:1px solid #6d6d6d;
}
.uploadButton {
	padding:0px 8px 4px 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	height:20px;
	background:#f0f0f0 url(/images/buttons/upload.gif) no-repeat left center;
	border:1px solid #b4b4b4;
}
.uploadButton:hover {
	border:1px solid #6d6d6d;
}
.printButton {
	padding:0px 8px 4px 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	height:20px;
	background:#f0f0f0 url(/images/buttons/print.gif) no-repeat left center;
	border:1px solid #b4b4b4;
}
.printButton:hover {
	border:1px solid #6d6d6d;
}
.editButton {
	padding:0px 8px 4px 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	height:20px;
	background:#f0f0f0 url(/images/buttons/edit.gif) no-repeat left center;
	border:1px solid #b4b4b4;
}
.editButton:hover {
	border:1px solid #6d6d6d;
}
.findbutton {
	padding:0px 8px 4px 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	height:20px;
	background:#f0f0f0 url(/images/buttons/find.gif) no-repeat left center;
	border:1px solid #b4b4b4;
}
.findbutton:hover {
	border:1px solid #6d6d6d;
}
.checkbutton {
	padding:0px 8px 4px 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	height:20px;
	background:#f0f0f0 url(/images/buttons/check.gif) no-repeat left center;
	border:1px solid #b4b4b4;
}
.checkbutton:hover {
	border:1px solid #6d6d6d;
}
.savebutton {
	padding:0px 8px 4px 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	height:20px;
	background:#f0f0f0 url(/images/buttons/save.gif) no-repeat left center;
	border:1px solid #b4b4b4;
}
.savebutton:hover {
	border:1px solid #6d6d6d;
}
.userbutton {
	padding:0px 8px 4px 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	height:20px;
	background:#f0f0f0 url(/images/buttons/user.gif) no-repeat left center;
	border:1px solid #b4b4b4;
	cursor:pointer;
}
.userbutton:hover {
	border:1px solid #6d6d6d;
}
.buttonbar {
	padding:5px 0px 20px 0px;
	margin:10px 0px 10px 0px;
	text-align:center;
	clear:both;
}
.buttonbar-save {
	width:600px;
	text-align:center;
}
.buttonbar-cancel {
	width:600px;
	text-align:center;
}
.signupbutton {
	width:60px;
	height:26px;
	background-image:url(/images/btn-sign-up.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	border:0;
}

.siteSearchButton {
	width:30px;
	height:22px;
	background-image:url(/images/btn-search.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	border:0;
}

img.management {
	padding:0px 5px 5px 0px;
}
.cellLabel {
	text-align:right;
	font-weight:600;
	color:#000000;
}
.formCellLabel {
	text-align:right;
	font-weight:600;
	color:#FFFFFF;
}
.tableForm {
	width:800px;
}
.interiorTableForm {
	width:760px;
}

.smallTableForm {
	width:500px;
}
.formField {
	border:2px solid #94C3E7;
	font-size:10px;
	font-weight:bold;
}
.adminFormField {
	border:1px solid #94C3E7;
	font-size:12px;
}
.adminFormFieldLarge {
	border:1px solid #94C3E7;
	font-size:16px;
	width:750px;
	font-weight:bold;
}
.textareaField {
	height:100px;
	width:400px;
	border:2px solid #94C3E7;
	font-size:12px;
	font-weight:bold;
}
.smallTextarea {
	height:100px;
	width:300px;
	border:1px solid #94C3E7;
	font-size:12px;
	font-weight:bold;
}
.mediumTextarea {
	width:500px;
	height:100px;
	border:1px solid #94C3E7;
	font-size:12px;
	font-weight:bold;
}
.largeTextarea {
	width:750px;
	height:100px;
	border:1px solid #94C3E7;
	font-size:12px;
	font-weight:bold;
}

/*--------------------------------------------------------------------------------------------------------
				Footer classes
--------------------------------------------------------------------------------------------------------*/

#footer {
	clear:both;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	width:1000px;
	height:96px;
}

#footerleft {
	background-image:url(../images/footer-left.gif);
	background-repeat:no-repeat;
	width:18px;
	height:96px;
	float:left;
}

#footermiddle {
	background-image:url(../images/footer-repeat.gif);
	background-repeat:repeat-x;
	float:left;
	width:965px;
	height:96px;
}

#footerright {
	background-image:url(../images/footer-right.gif);
	background-repeat:no-repeat;
	width:17px;
	height:96px;
	float:left;
}

.footerlinks {
	padding-top:3px;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	padding-left:20px;
	color:#ffffff;
	padding-top:20px;	
}

.footerlinks a {
	padding-top:3px;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#ffffff;	
}

.footerlinks a:hover {
	text-decoration:underline;	
}

.belowfooter {
	padding-left:20px;
	font-weight:bold;
	color:#ffffff;
	font-size:11px;
	text-align:left;
	margin-top:15px;	
}

.belowfooter a{
	color:#ffffff;
	
}

/*--------------------------------------------------------------------------------------------------------
				Controls for drop down menu
--------------------------------------------------------------------------------------------------------*/
/* main container for the menu bar 
div.menuBar {
	padding: 0px 0px 0px 0px;
	text-align: left;
}*/

/* Off state for the links in the main menu bar 
div.menuBar a.menuButton {
	color: #000000;
	cursor: default;
	left: 0px;
	margin: 1px;
	padding: 0px 0px 0px 0px;
	position: relative;
	text-decoration: none;
	top: 0px;
	z-index: 100;
	}*/
	
/* On state for the links in the main menu bar 
div.menuBar a.menuButtonActive, div.menuBar a.menuButtonActive:hover, div.menuBar a.menuButton:hover {
	text-decoration: underline;
	}*/
	
/* container for the drop down menu 
div.menu {
	filter: alpha(opacity=70); -moz-opacity: 0.70; opacity: 0.70;
	left: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 101;
	text-align:left;
	cursor:pointer;
	margin-top:-1px;
	margin-left:5px;
	background-image:url(../images/sub_menu_bg.gif);
	background-repeat:repeat-x;
	height:21px;
	}*/
	
/* menu items for the drop down menu 
div.menu a.menuItem {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #ffffff;
	cursor: default;
	display: block;
	padding: 2px 10px 2px 10px;
	margin:0px 0px 0px 0px;
	text-decoration: none;
	float:left;
	}*/
	
/* menu items for the drop down menu (hover state) 
div.menu a.menuItem:hover {
	background-color:#4F91CD;
	cursor:pointer;
	}
.firstMenuItem {
	background-image:url(../images/menu_corner_left.png);
	background-repeat:no-repeat;
	height:22px;
	width:14px;
	float:left;
	margin-left:-1px;
	}
.lastMenuItem {
	background-image:url(../images/menu_corner_right.png);
	background-repeat:no-repeat;
	height:22px;
	width:14px;
	float:left;
	margin-right:-1px;
	}
#menuSeparator {
	background-image:url(../images/sub_menu_separator.gif);
	background-repeat:no-repeat;
	height:21px;
	width:1px;
	float:left;
	}*/

/* menu item seperators 
div.menu div.menuItemSep {
	border-top: 1px solid #C2E1FF;
	margin: 0px 0px 0px 0px;
	}*/

/*--------------------------------------------------------------------------------------------------------
	ADMIN
--------------------------------------------------------------------------------------------------------*/

#aheader {
	width:1074px;
}

#adminHeader {
	width:1000px;
	height:149px;
	background-image:url(../images/Admin-header.jpg);
	background-repeat:no-repeat;
}

#navbar {
	background-image:url(../images/nav-repeat.gif);
	background-repeat:repeat-x;
	width:982px;
	height:30px;
	float:left;	
}

#navright {
	background-image:url(../images/nav-right.gif);
	background-repeat:no-repeat;
	width:18px;
	height:30px;
	float:right;
}

#adminContent {
	width:954px;
	background-color:#ffffff;
	padding:20px;
	margin:0 3px;
	min-height:450px;
	height:auto !important;
	height:450px;
}
#adminBody {
	width:930px;
}

#adminBodyText {
	width:930px;
	background-color:#f2e7c7;
	margin-left:34px;
	margin-top:8px;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	min-height:450px;
	height:auto !important;
	height:450px;
}
#adminnav {
	color:#FFFFFF;
	font-size:13px;
	text-align:left;
	font-weight:bold;
	float:left;	
	padding-left:25px;
	padding-top:7px;
}
#adminnav a {
	color:#F7FAFF;
	text-decoration:none;
	padding:8px;
}
#adminnav a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.menuLink {
	padding:0px 20px;
	background-image:url(/images/menu_separator.gif);
	background-repeat:no-repeat;
	background-position:right;
}
.formtitle {
	color:#004890;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16pt;
	font-weight:bolder;
	margin-top:20px;
	border-bottom:1px solid #95BFE5;
	text-align:left;
	clear:both;
}

/*--------------------------------------------------------------------------------------------------------
				Controls for Form
--------------------------------------------------------------------------------------------------------*/


.actionButton {
	padding:3px 8px;
	font-size:10px;
	font-weight:bold;
	border: #5d2204 1px solid;
	background-color:#893003;
	color:#FFFFFF;
}

/*--------------------------------------------------------------------------------------------------------
				Formatting for Portfolio pages
--------------------------------------------------------------------------------------------------------*/

.portLeft {float: left; width: 289px; padding-bottom: 20px;}
.portRight {float: right; width: 289px; padding-bottom: 20px;}
.portLeft img, .portRight img {margin-bottom: 8px;}
.clearing {clear:both;}


/*--------------------------------------------------------------------------------------------------------
				Formatting for Blog
--------------------------------------------------------------------------------------------------------*/

.blogBtm {margin-left:0px;}