body{
 margin:0px;
 padding:0px;
 font-family:Arial;
 color:#444444;
 font-size:12px;
 height:991px;
 background: #ababab url('background.jpg');
 background-repeat:repeat-x;
}
/******************************************/
/**********styles for top header**********/
/****************************************/


#topHeader
{
	height:68px;
	background-image:url('header.jpg');
	background-repeat:repeat-x;
}

#headerAndForm
{
	width:975px;
	margin:0px;
	padding:0px;
}

#topHeaderWrapper
{
	position:absolute;
	left:50%; 
	margin-left:-487.5px; 
	width:975px;	
}

.logo
{
	height:52px;
	width:715px;
	float:left;
	margin-top:10px;
}

.search1
{
	width:260px;
	float:right;
	margin-top:20px;
}

.space
{
	padding-left:10px;
}

/******************************************/
/*************styles for menu*************/
/****************************************/

#wrapper
{
	position:absolute;
	left:50%; 
	margin-left:-487.5px; 
	width:975px;
	background-color:#ffffff;
	margin-top:5px;
}

.menubar
{
	float:left;
}

#menuBarLeft
{
	height:38px;
	width:14px;
	background-image:url('menuBarLeft.jpg');
	background-repeat:no-repeat;
	float:left;
}

#menuBarMiddle
{
	height:38px;
	width:947px;
	background-image:url('menuBarMiddle.jpg');
	background-repeat:repeat-x;
	float:left;
	padding-top:4px;
}

#menuBarRight
{
	height:38px;
	width:14px;	
	background-image:url('menuBarRight.jpg');
	background-repeat:no-repeat;
	float:right;	
}

#grayMenuBarLeft
{
	height:38px;
	width:14px;
	background-image:url('grayMenuBarLeft.jpg');
	background-repeat:no-repeat;
	float:left;
}

#grayMenuBarMiddle
{
	height:38px;
	width:947px;
	background-image:url('grayMenuBarMiddle.jpg');
	background-repeat:repeat-x;
	float:left;
}

#grayMenuBarRight
{
	height:38px;
	width:14px;	
	background-image:url('grayMenuBarRight.jpg');
	background-repeat:no-repeat;
	float:right;	
}

.mainLink
{
	float:left;
}

.icon
{
	float:right;
	padding-top:6px;
}

.menuHorizontalSeperator
{
	background-image:url('topHorizontalSep.jpg');
	background-repeat:repeat-x;
	height:2px;
	width:975px;
	clear:both;
}

/******************************************/
/*************styles for body*************/
/****************************************/



#bodySection
{
}

#bodySectionNoCol
{
	width:975px;
}

/******************************************/
/******styles for left body section*******/
/****************************************/

#leftBodyBox
{
	width:739px;
	float:left;
	border-right-style:solid;
	border-right-color:#dcdcdc;
	border-right-width:1px;
}

#headerImage
{
	height:144px;
	background-image:url('headerImage.jpg');
	background-repeat:no-repeat;
}

#headerImageNoCol
{
	height:144px;
	background-image:url('headerImage.jpg');
	background-repeat:no-repeat;
	float:left;
	width:739px;
}

.blueBar
{
	height:29px;
	width:738px;
	background-image:url('blueBar.jpg');
	background-repeat:repeat-x;
	margin-left:0px;
}

.blueBarNoCol
{
	height:30px;
	width:975px;
	background-image:url('formBar.jpg');
	background-repeat:repeat-x;
	margin-left:0px;
}

.eventsSection
{
	float:left;
	margin-left:10px;
	width:173px;
	border-right-style:solid;
	border-right-color:#dcdcdc;
	border-right-width:1px;
	margin-top:-29px;
}

.bodyRightSection
{
	float:right;
	width:555px;	
	padding-top:10px;
	padding-bottom:10px;
	
}

.eventsBar
{
	height:29px;	
	background-image:url('rightBlueBar.jpg');
	background-repeat:repeat-x;
	margin-left:-10px;
}

/******************************************/
/******styles for right body section******/
/****************************************/

#rightBodyBox
{
	width:235px;
	float:right;
}

#rightPanel
{
	width:235px;
	float:right;
	margin-top:-40px;
}

.rightBoxText
{
	padding-left:10px;
	padding-right:5px;
}

.rightBlueBar
{
	height:27px;	
	background-image:url('rightBlueBar.jpg');
	background-repeat:repeat-x;	
}

.buttonText
{
	width:198px;
	float:none;
	font-family:Arial;
	color:#ffffff;
	font-size:12px;
	padding-right:18.5px;
	text-align:center;
	padding-top:5px;
}

.form
{
	height:30px;	
	width:739px;
	background-image:url('formBar.jpg');
	background-repeat:repeat-x;
}

.regform
{
	height:30px;	
	background-image:url('formBar.jpg');
	background-repeat:repeat-x;
	margin-left:2px;
	margin-right:2px;
}

.formContent
{
	border-right-style:solid;
	border-right-color:#dcdcdc;
	border-right-width:1px;
	border-left-style:solid;
	border-left-color:#dcdcdc;
	border-left-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#dcdcdc;
	border-bottom-width:1px;
	margin-left:2px;
	margin-right:2px;
}

.frmReg
{
	
}

.formLabel
{
	font-family:Arial;
	color:#5c5c5c;
	font-size:12px;
	font-weight:bold;
	padding-left:10px;
	padding-top:8px;
	width:90px;
	float:left;
	
}

.fields
{
	width:130px;
	float:left;
	padding-top:4px;
	padding-left:4px;
}

.regFields
{
	width:230px;
	float:left;
	padding-top:4px;
	padding-left:8px;
}

.regFields input[type=text]
{
	width:200px;
	margin-left:10px;
	border: solid #4796BD 1px;
	height:20px;
}

.regFields input[type=password]
{
	width:200px;
	margin-left:10px;
	border: solid #4796BD 1px;
	height:20px;
}

.formButton
{
	padding-left:52px;
	padding-top:5px;
	padding-bottom:5px;
}

/******************************************/
/************styles for footer************/
/****************************************/

#footer
{
	width:975px;
	height:150px;
	background-image: url('footerBg.jpg');
	background-repeat:repeat-x;
	clear:both;
}

#footerLink1
{
	width:179px;
	float:left;
	padding-top:10px;
	padding-left:10px;
}
#footerLink2
{
	width:219px;
	float:left;
	padding-top:10px;
}
#footerLink3
{
	width:179px;
	float:left;
	padding-top:10px;
}
#footerLink4
{
	width:169px;
	float:left;
	padding-top:10px;
}
#footerLink5
{
	width:149px;
	float:left;
	padding-top:10px;
}

.horizontalSeperator
{
	background-image:url('horizontalSep.jpg');
	background-repeat:repeat-x;
	height:2px;
	width:975px;
	clear:both;
}

/******************************************/
/*************styles for text*************/
/****************************************/

.heading1
{
	font-family:Trebuchet MS;
	font-size:16px;
	color:#ffffff;
	font-weight:bold;
}

.heading2
{
	font-family:Trebuchet MS;
	font-size:16px;
	color:#6d4300;
	font-weight:bold;
}

.heading3
{
	font-family:Trebuchet MS;
	font-size:14px;
	color:#6d4300;
	font-weight:bold;
}

.formBarHeading
{
	font-family:Trebuchet MS;
	font-size:13px;
	color:#ffffff;
	font-weight:bold;
	padding-left:10px;
	padding-top:6px;
}

.bodyRightSection p
{
	font-family:Arial;
	color:#444444;
	font-size:12px;
}

.eventsSection p
{
	font-family:Arial;
	color:#444444;
	font-size:12px;
	padding-right:10px;
}

.bodyRightSection p,h1,h2
{
	padding-left:10px;
	padding-right:10px;
}

h3
{
	padding:0px;
	margin:0px;
	font-size:14px;
}

.bigLink
{
	font-family:Arial;
	color:#074b8a;
	font-size:16px;
	font-weight:normal;
	text-decoration:none;
}

.bigLink:hover
{
	font-family:Arial;
	color:#074b8a;
	font-size:16px;
	font-weight:normal;
	text-decoration:underline;
}

.normalLink
{
	font-family:Arial;
	color:#074b8a;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}

.normalLink:hover
{
	font-family:Arial;
	color:#074b8a;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
}

.smallLink
{
	font-family:Arial;
	color:#074b8a;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
}

.smallLink:hover
{
	font-family:Arial;
	color:#074b8a;
	font-size:10px;
	font-weight:normal;
	text-decoration:underline;
}

.footerLink
{
	font-family:Arial;
	color:#444444;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}

.footerLink:hover
{
	font-family:Arial;
	color:#444444;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
}

#footer p
{
	font-family:Arial;
	color:#000000;
	font-size:11px;
	padding:0px;
	margin:0px;
	margin-right:10px;
	padding-top:5px;
}

img
{
	border:0px;
}

.blueBarHeading
{
	font-family:Trebuchet MS;
	font-size:16px;
	color:#006280;
	font-weight:900;
	padding-top:2px;
}

.eventsHeading
{
	float:left;
	width:190px;
	font-family:Trebuchet MS;
	font-size:16px;
	color:#ffffff;
	font-weight:900;
	text-indent:10px;
	padding-top:5px;
}

.topBlueBarHeading
{
	font-family:Trebuchet MS;
	font-size:16px;
	color:#ffffff;
	text-indent:10px;
	padding-top:5px;
	font-weight:900;
}

.italic
{
	font-family:Arial;
	font-size:9px;
	color:#5c5c5c;
	font-style:italic;
}

.menuLink
{
	padding-left:34px;
	padding-right:34px;
	font-family:Arial;
	color:#d2a816;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}

.menuLink:hover
{
	padding-left:34px;
	padding-right:34px;
	font-family:Arial;
	color:#ffffff;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}

.grayMenuLink
{
	padding-left:34px;
	padding-right:34px;
	font-family:Arial;
	color:#52380f;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}

.grayMenuLink:hover
{
	padding-left:34px;
	padding-right:34px;
	font-family:Arial;
	color:#ffffff;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}

.topLink
{
	font-family:Arial;
	color:#d2a816;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}

.topLink:hover
{
	font-family:Arial;
	color:#000000;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}

.post1
{
	font-family:Arial;
	color:#444444;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.post1:hover
{
	font-family:Arial;
	color:#444444;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}

.calander
{
	padding-left:0px;
	float:left;
}

.calanderText
{
	font-family:Arial;
	color:#444444;
	font-size:11px;
	padding-right:10px;
	float:right;
	width:110px;
}

.bold
{
	font-weight:bold;
}

.textbox
{
	height:14px;
}

#screenShots img
{
	padding-left: 2px;
	padding-right: 2px;
}

.dirLink
{
	color:#000000;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}

.dirLink:hover
{
	color:#000099;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}

.fileLink
{
	font-weight:bold;
	text-decoration:none;
}

.clear
{
	clear:both;
}

.signInText
{
	clear:both;
	text-align:center;
	padding-top:5px;	
}

.cusTable th
{
	background-color:#F1F1F1;
}

.row
{
	background-color:#3386B0;
	color:#FFFFFF;
}

#jobSites .gap
{
	margin:20px 100px 0px 0px;
	padding:0px;
}

#jobSites .gap1
{
	margin:20px 40px 0px 0px;
	padding:0px;
}

#partners p
{
	margin:10px 0px 10px 0px;
	padding:0px;
}

.blueBarHeading a
{

	color:#006280;
	text-decoration:none;
}

.imgBorder img
{
	border:solid 1px #EEEEEE;
	padding:4px;
	margin-right:4px;
}

.dcal .ajax__calendar_container {
    border:1px solid #646464;
    background-color: #DADADA;
    color: #000;
}

.dcal td
{
padding:0px,0px,0px,0px;
border-spacing:0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px; 
}

.dcal
.ajax__calendar_today {
border:1px solid #ffffff;
background-color:Highlight;
} 

.dcal
.ajax__calendar_active
{
	border:1px solid #ffffff;
}

.rss_title
{
    padding-bottom:0px;
    margin-bottom:0px;
}
.rss_title a
{
	color:#58A2C7;
    font-size:14px;
    padding-bottom:0px;
    margin-bottom:0px;
    text-decoration:none;
}
.rss_title a:hover
{
    text-decoration:underline;
}

.bgGrey
{
	background-color:#f2f2f2;
	padding-right:20px;
}

.bgBlue
{
	background-color:#fff2be;
	padding-right:20px;
}

.hr
{
	color:#E1E1E1;
}


.month
{
	color:White;
	margin-bottom:1px;
}


.day
{
	font-size:14px;
	font-weight:bold; 
	font-family:Arial Black;
}

.calander
{
	float:left;
	background-image:url('Calander.png');
	background-repeat:no-repeat;
	height:40px;
	width:40px;
	text-align:center;
}

.calanderText
{
	font-family:Arial;
	color:#444444;
	font-size:11px;
	padding-right:10px;
	float:right;
	width:110px;
}


/*********************************************
----------------------------------------------
Styles For RSS START
----------------------------------------------
*********************************************/

.rss_feed
{
	font-family:arial;
	padding-left:5px;
	padding-right:5px;
}
.rss_pubDate
{
    color:#B8B8B8;
    font-size:10px;
}
.rss_creator
{
	color:#58A2C7;
    font-size:10px;
}
.rss_title
{
    padding-bottom:0px;
    margin-bottom:0px;
}
.rss_title a
{
	color:#58A2C7;
    font-size:14px;
    padding-bottom:0px;
    margin-bottom:0px;
    text-decoration:none;
}
.rss_title a:hover
{
    text-decoration:underline;
}
.rss_description
{
	color:#000000;
    font-size:12px;
}

.rss_description a
{
	color:#D18522;
    font-size:12px;
    text-decoration:none;
}
.rss_description a:hover
{
    text-decoration:none;
}

/*********************************************
----------------------------------------------
Styles For RSS END
----------------------------------------------
*********************************************/