/*** STANDARD SELECTORS ***/
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #CCC;
}
p {
	margin-bottom: 10px;
}
ul {
	margin: 5px 10px 5px 10px;;
	padding: 5px 10px 5px 10px;
}

/*** IDs ***/
#page {
	width: 1024px;
	margin: 0px auto;
	background-color: #FFF;
}
#masthead {
	background-color: #ADB2B5;
}
#masthead img {
	float: left;
}
#menu {
	float: left;
	height: 30px;
	width: 930px;
	background-image: url(../images/mainmenu.gif);
	background-repeat: repeat-y;
	text-align: center;
}
#jobposting {
	background-color: #FFF;
	padding: 0px;
	width: auto;
	}
#content {
	clear: both;
	background-repeat: no-repeat;
	padding: 10px;
}
#footer {
	clear: both;
	height: 50px;
	background-color: #ADB2B5;
	text-align: center;
}
#footermenu {
	margin: 0px auto;
	text-align: center;
}
#footermenu span.menuitem {
	
}
#footertext {
	padding-top: 5px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bolder;
	text-align: center;
}
#footertext a {
	color: #000;
	text-decoration: none;
}
#footertext a:hover {
	color: #00F;
}
#showExamples, #showExamples2 {
	/*float: left;*/
	clear: both;
	margin: 10px;
	padding: auto;
}
#ymap, #gmap {
	height: 400px;
	width: 400px;
	border: 1px solid #003;
}
#storefront {
	height: 480px;
	width: 640px;
	margin: 10px auto;
	background-image: url(../images/storefront.jpg);
	background-repeat: no-repeat;
}

/*** CLASSES ***/
.technologysub {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #CC0000;
	font-size: 18px;
	font-weight: bold;
	font-variant: normal;
}
.nobullet {
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
	margin-bottom: 10px;
}
.psuedolink {
	width: 300px;
	color: #00F;
	text-decoration: underline;
	cursor: pointer;
}
.psuedohover {
	background-color: #00F;
	color: #FFF;
}
li.pseudolink, li.psuedohover {
	list-style: disc;
	list-style-type: disc;
	list-style-image: inherit;
}
.imgLeft {
	float: left;
	margin: 0px 10px 10px 0px;
}
.imgRight {
	float: right;
	margin: 0px 0px 10px 10px;
}
.hr {
	clear: both;
	margin: 10px 0px 10px 0px;
}
.centerer {
	margin: 5px auto 5px auto;
	text-align: center;
}
.clearer {
	clear: both;
}
.boxedin {
	width: 600px;
	padding: 10px;
	margin: 10px auto;
}
.imgCaption {
	clear: both;
	float: right;
	font-size: small;
	font-style: italic;
}
li.horizontal {
	float: left;
	width: 350px;
}
/*** PSUEDO TABLE CLASSES ***/
.psuedoTable {
	width: 900px;
	margin: 10px auto;
}
.row {
	clear: both;
	margin: 5px auto;
	text-align: center;
}
.cell {
	float: left;
	width: 200px;
	padding: 5px;
	text-align: center;
}
.announcement {
	margin-top: 450px;
	color: #FFF;
	font-size: 36px;
	font-weight: bold;
}

/*** MENU CLASSES ***/
.mainmenu {
	color: 004D91;
	padding: 0px 25px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-transform: capitalize;
	font-style: normal;
	font-size: medium;
	font-variant: normal;
}
.mainmenu a {
	text-decoration: none;
}
.footermenu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.footermenu a {
	text-decoration: none;
}
.submenu {
	float: left;
	height: 25px;
	width: 1025px;
	margin: 0px;
	padding: 5px 90px 0px;
	background: url(../images/submenu.gif) repeat-y;
	color: #005;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	text-transform: capitalize;
	text-decoration: none;
}
.submenu a {
	text-decoration: none;
}
.menuitem {
	margin: 0px 10px;
}
.menuitem a {
	color: #004D91;
	text-decoration: none;
}
.menuitem a:hover {
	color: #FFF;
}
.current {
	color: #FFF;
}