*
{
	margin: 0px;
	padding: 0px;
}

html, body
{
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #fff;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: bottom;
}

#container
{
	width: 930px;
	margin: 0px auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

#logo
{
	margin-bottom: 10px;
}


#menu
{
	margin: 0px;
	padding: 0px;
	cursor: default;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	width: 930px;
	height: 36px;
	margin-bottom: 6px;
}


#COMmenu
{
	float: left;	
}

#COMmenu li
{
	float: left;
	list-style: none;
	height: 36px;
	width: auto;
	background-image: url(../images/border-right.jpg);
	background-repeat: no-repeat;
	background-position: right;	
	/** border-right: 2px solid #c0c0c0; **/
}


#COMmenu li:hover
{
	background-image: url(../images/menu_bg_active.jpg);
	background-position: right;
}

#COMmenu li a
{
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	white-space: nowrap;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 9px;
	width: auto;
}

#COMmenu li ul
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	visibility: hidden;
	margin-top: 11px;
	font-size: 12px;
	background-image: url(../images/menu_dropdown_bg.png);
	background-repeat: repeat;

}

#COMmenu li ul li
{
	float: none;
	display: inline;
	margin: 0px;
}

#COMmenu li ul li a
{
	text-decoration: none;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#COMmenu li ul li a:hover
{
}

#search
{
	float: right;
	padding-top: 8px;
}

.searchField
{
	height: 15px;
	width: 130px;
	padding: 2px;
	padding-top: 1px;
	border: 1px solid #cdcdcd;
	outline: none;
}

#content
{
	width: 930px;	
}

#left
{
	width: 462px;	
	margin-right: 6px;
	float: left;
}

#right
{
	width: 462px;	
	float: left;
}

#introText
{
	width: 432px;
	height: 255px;
	background-image: url(../images/txt_bg_darkblue.jpg);
	background-repeat: no-repeat;
	padding: 15px;
	color: #fff;
	line-height: 21px;
	text-align: justify;
	margin-bottom: 6px;
}

.divBorder
{
	width: auto;
	border-top: 2px dotted #abb1c2;
	margin-bottom: 3px;
	margin-top: 3px;
}

#homeImage
{
	width: 462px;
	height: 285px;
	background-image: url(../images/office.jpg);
	background-repeat: no-repeat;
}

.smallLeft
{
	background-image: url(../images/small_txt_gray.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	float: left;
	height: 154px;
	width: 206px;
	border: 1px solid #808080;
	color: #404040;
}

.smallBlue
{
	background-image: url(../images/txt_blue_bg_small.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	float: left;
	height: 154px;
	width: 206px;
}


#homeSubtext
{
	width: 432px;
	height: 229px;
	background-image: url(../images/txt_bg_lightblue.jpg);
	background-repeat: no-repeat;
	padding: 15px;
	color: #262626;
	line-height: 21px;
	text-align: justify;
	margin-bottom: 6px;
	margin-top: 6px;
}

#homeNewWork
{
	width: 432px;
	height: 229px;
	background-image: url(../images/large_txt_gray.jpg);
	background-repeat: no-repeat;
	padding: 15px;
	color: #404040;
	line-height: 21px;
	text-align: justify;
	margin-bottom: 6px;
	margin-top: 6px;
}

#footer
{
	text-align: right;
	padding-right: 10px;
	color: #878795;
	font-size: 11px;
	padding-top: 6px;
}

#footer a 
{
	color: #717171;
	text-decoration: none;
}

#footer a:hover
{
	color: #575757;
	text-decoration: none;
}

.inputField
{
	border: 1px solid #404040;
	border-bottom: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	width: 191px;
	height: 15px;
	padding: 2px;
	padding-top: 0px;
	font-size: 12px;
	outline: none;
}

.pollButton
{
	height: 15px;
	width: 82px;
	border: none;
	outline: none;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/poll_vote.jpg);
	background-repeat: no-repeat;
}

.clear
{
	clear: both;	
}

