/* Site Colors:
	#272727 - very dark grey navigation
	#292929 - dark grey banner
	#ffffff - mainContent color
	#a1bd44 - green hover a color
	#6b6b6b - text color
/*



/* RESET */
html, body, div, span, object, 
h1, h2, h3, h4, ul, li,
a,  font, fieldset, form, label,
table, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	font-size: 80%;
	font-family: myriad pro, arial, sans-serif;
	line-height: 1.4em;
	padding: 0;
}

ul, li {
	list-style-type: none;
}

a {
	text-decoration: none;
	letter-spacing: 1px;
	font-family: helvetica;
	color: white;
}

a:hover {
	color: #a1bd44;
}

.selected {
	font-style: italic;
	color: #7f7f7f;
}

#top_content{ background: url(../images/background-top.png) top center repeat-x; height:376px; position: relative; overflow: hidden;}

.center { 
	width:942px; 
	height:100%;
	margin:0 auto; 
	padding:0;
}


ul#nav {
	padding-top: 2em;
	position: relative;
	left: -30px;
}

ul#nav li {
	float: left;
	padding-left: 0em;
	font-size: 15px;
	border-right: 1px dashed white;
}

ul#nav li a {
	padding-right: 5px;
	margin-left: 30px;
}

#top_dark1 h2 {
	background: transparent;
	background: url(../images/banner_04.png) no-repeat;
	width: 919px;
	height: 305px;
	text-indent: -9999px;
	display: block;
	margin-top: 4.9%;
}

.hireus {
	overflow: hidden;
	position: relative;
	margin-top: -7.8%;
	margin-left: 33%;
	display:block; 
	width:141px; 
	height:36px; 
	background: url(../images/hire-me.png) no-repeat; 
	text-indent:-9999px; 
}

.hireus:hover {
	background: url(../images/hire-me-hover.png) no-repeat;
	width:141px; 
	height:36px; 
	text-indent:-9999px;
	display:block;
}
	

#logo {
	margin-top: 2%;
	margin-bottom: 0;
}

#subContent  {
	margin-top: 6%;
	margin-bottom: 2%;
}

/* ITEM */



.center2 {
	width: 1000px;
	margin: 0 auto;
}

#subContent .item {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	overflow: hidden;
	width:242px;
	height:330px;	
	margin-top: 35px;
	margin-bottom: 30px;
	margin-right: 66px;
	margin-left: 25px;
	display: block;
	border: 0;
	
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position: relative;
	
	/* display div in line */
	float:left;
}


img {
	border: 0;
	
	/* allow javascript moves the img position*/
	position: absolute;
}

.clear {
	clear:both;	
}

.caption {
	overflow: hidden;
	position: relative;
	margin-top: 210px;
	border: 0;
}

.caption h2 {
	font-size: 17px;
	letter-spacing: 1px;
	padding-top: 7px;
	font-weight: normal;
	padding-left: 5px;
	color: #626262;
}

.caption p {
	color: #777777;
	width:238px;
	margin-left: 5px;
	line-height: 1.7em;
}


/* END ITEM */

#shortContent {
	margin-top: 6%;
	margin-bottom: 4%;
	font-size: 14px;
	line-height: 1.4em;
	font-family: arial;
	color: #6b6b6b;
}

#rightContent {
	float: right;
	margin-right: 70px;
}

#rightContent h2 {
	font-size: 17px;
	font-weight: normal;
}

#rightContent h3 {
	color: #a1bd44;
	margin-top: 30px;
	font-weight: normal;
	font-size: 18px;
}

#rightContent ul {
	margin-top: 10px;
	margin-left: 17px;
	font-style: italic;
}	

#rightContent ul li {
	list-style-type: disc;
}

#shortContent img {
	float: left;
	margin-bottom: -7px;
	margin-top: 2px;
	margin-right: 5px;
}

#shortContent span {
	font-size: 17px;
	line-height: 1.5em;
}
	
#shortContent p {
	width: 480px;
	padding-top: 5px;
	padding-left: 5px;
}


#footer { 
	background: url(../images/footer_background.png) repeat-x;
	background-position: bottom center;
	height: 319px;
	padding: 0;
	overflow: hidden;
	position: relative;
}

#footer_content {
	overflow: hidden;	
	margin-top: 50px;
}

#footer_content h3 {
	color: white;
	padding-top: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-family: arial, sans-serif;
}

#footer_content p {
	color: white;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	width: 235px;
	font-weight: normal;
	font-family: arial, sans-serif;
}

#footer_content #left {
	float: left;
	border: 2px dashed white;
	margin-left: 30px;
}

#footer_content #center {
	float: left;
	border: 2px dashed white;
	padding-right: 2px;
	margin-left: 8%;
}

#footer_content #right {
	float: right;
	position: relative;
	left: -60px;
	border: 2px dashed white;
	width: 242px;
}


#footer_content #right ul {
	padding-top: 20px;
	padding-bottom: 14px;
	padding-left: 10px;
}

#footer_content #right ul li a {
	padding-left: 15px;
}


#footer_content #right ul li#twitter a {
	float: left;
	background: url(../images/twitter-icon.png) no-repeat;
	width: 58px;
	height: 58px;
	text-indent: -9999px;
	display: block;
}

#footer_content #right ul li#twitter a:hover {
	float: left;
	background: url(../images/twitter-icon-hover.png) no-repeat;
	width: 58px;
	height: 58px;
	text-indent: -9999px;
	display: block;
}


#footer_content #right ul li#delicious a {
	float: left;
	background: url(../images/delicious.png) no-repeat;
	width: 58px;
	height: 58px;
	text-indent: -9999px;
	display: block;
}

#footer_content #right ul li#delicious a:hover {
	float: left;
	background: url(../images/delicious-hover.png) no-repeat;
	width: 58px;
	height: 58px;
	text-indent: -9999px;
	display: block;
}

#footer_content #right ul li#facebook a {
	float: left;
	background: url(../images/facebook.png) no-repeat;
	width: 58px;
	height: 52px;
	text-indent: -9999px;
	display: block;
}

#footer_content #right ul li#facebook a:hover {
	float: left;
	background: url(../images/facebook-hover.png) no-repeat;
	width: 58px;
	height: 52px;
	text-indent: -9999px;
	display: block;
}


#footer_content img {
	margin-top: -7px;
	position: absolute;
	padding-left: 53px;
}

#footer_nav {
	overflow: hidden;
	position: relative;
	margin-top: 10%;
}

#footer_nav h2 {
	color: white;
	float: left;
	font-size: 17px;
	font-weight: normal;
	font-family: arial, sans-serif;
	margin-left: 30px;
}

#footer_nav ul {
	float:right;
	position: relative;
	left: -50px;
}

#footer_nav ul li{ 
	float: left; 
	padding-left: 15px;	
}

#footer_nav ul li a {
	color: white;
	border-right: 1px dashed white;
	padding-right: 5px;
	margin-left: 5px;
}

#footer_nav ul li a:hover {
	color: #a1bd44;
}

#footer_nav ul li a.selected {
	font-style: italic;
	color: #7f7f7f;
}
