/* COLORS 
#4f421A - Dark Brown - used for text
#E9126F - Hot Pink - used for titles, links, callouts
#304E25 - Darkest Green - used for visited links
#CFDE4E - Medium Green - used for hovers
#E1E6A9 - Lightest Green - used for footnotes / privacy policy 
*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4f421a;
	background-color:#5D843A;
	background-image:url(img/bkgblocker.gif);
	background-repeat:repeat-x;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #E9126F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CFDE4E;
}
a:hover {
	text-decoration: none;
	color: #304E25;
}
a:active {
	text-decoration: none;
	color: #E1E6A9;
}
h1 {
	font-size: 24px;
	color:#E9126F;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
}
h2 {
	font-size: 18px;
	color:#4f421A;
	border-top:1px solid #4f421A;
	padding-top:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
}
h3 {
	font-size: 18px;
	color:#4f421A;
	padding-top:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
}
img {
	border:none;
}
/*---------------------------------
     HEADER STYLES
---------------------------------*/
#headerbkg {
	background-image:url(img/header_bkg.jpg);
	height:145px;
	width:100%;
}
#header {
	width:960px;
	margin:0 auto;
}
#logo{
	float:left;
	width:330px;
}
#header_mailing{
	color:#CFDE4E;
	text-align:right;
	font-size:18px;
	padding-top:40px;
}
#header_mailing input{
	width:193px;
	height:22px;
	background-image:url(img/mailing_bkg.png);
	background-repeat:no-repeat;
	border:0;
	background-color:transparent;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color: #E9126F;
	font-size:16px;
	padding:10px 15px 10px 15px;
}
.privacypolicy {
	position:relative;
	right:103px;
	top:5px;
	color:#E1E6A9;
	font-size:10px;
	}
.privacypolicy a:link, .privacypolicy a:visited  {
	color:#E1E6A9;
	}
.privacypolicy a:hover  {
	color:#CFDE4E;
	}
/*---------------------------------
     MAIN BODY STYLES
---------------------------------*/
#maincontentbkg {
	background-image:url(img/maincont_bkg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	width:100%;
	background-color:#FFF;
}
#maincontent {
	width:960px;
	margin:0 auto;
	min-height:465px;
}
#iphonepict {
	z-index:10;
	position:absolute;
	top:118px;
	width:350px;
	float:left;
}
#maintext {
	width:600px;
	margin-left:370px;
	padding-bottom:20px;
}
.imgoutline {
	border:1px solid #E1E6A9;
	padding:20px;
	margin:20px;
}

/*---------------------------------
     FOOTER & NAV STYLES
---------------------------------*/
#footerbkg {
	background-image:url(img/footer_bkg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	width:100%;
	height:312px;
}
#footer {
	width:960px;
	margin:0 auto;

}
#navigation {
	background-image:url(img/nav_bkg.jpg);
	width:282px;
	height:312px;
	float:left;
}
#navigation ul {
	margin:0;
	padding:0;
	list-style:none;
}
#navigation li {
	font-size:18px;
	padding-bottom:0px;
}
#navigation a:link, #navigation a:visited {
	color: #8CAC41;
	border-left: 1px solid #8CAC41;
	border-right: 1px solid #8CAC41;
	border-bottom: 1px solid #8CAC41;
	display:block;
	height:19px;
	width:240px;
	padding:20px;
	background-image:url(img/btn_off.jpg);
}
#navigation a:hover {
	color: #FBFBFB;
	border: 1px solid #FFF;
	display:block;
	height:18px;
	width:240px;
	padding:20px;
	background-image:url(img/btn_on.jpg);
}
#menu {
	text-align:right;
	font-size:12px;
	padding-right:20px;
	}
	
#credits {
	padding:0 10px;
	color:#E1E6A9;
	font-size:10px;
	position:relative;
	}
#credits a:link, #credits a:visited  {
	color:#E1E6A9;
	height:10px;
	border:none;
	display:inline;
	padding:0;
	}
#credits a:hover  {
	color:#FBFBFB;
	text-decoration:underline;
	background-image:none;	
	}
/*---------------------------------
     POPUP STYLES
---------------------------------*/
.privacyhead {
	background:#304E25;
	color: #E1E6A9;
	border:1px solid #304E25;
	padding:5px;
	width:300px;
	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
}

.privacybody {
	background-image:url(img/trans_bkg.png);
	font-size:14px;
	border-left:1px solid #304E25;
	border-right:1px solid #304E25;
	border-bottom:1px solid #304E25;
	padding:5px;
	width:300px;
}

.privacytext {
	margin-top:20px;
}

 .popuphead {
	background:#304E25;
	color: #FFF;
	border:1px solid #304E25;
	padding:5px;
	width:160px;
	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
 }
 .popupbody {
	background-image:url(img/trans_bkg_white.png);
	font-size:12px;
	border-left:1px solid #304E25;
	border-right:1px solid #304E25;
	border-bottom:1px solid #304E25;
	padding:10px;
	width:150px;
 }
.terms_defined {
	color: #4f421A;
	text-decoration:none;
	border-bottom:1px dotted #4f421A;
}
.terms_defined:hover {
	color: #4f421A;
	background-color:#E1E6A9;
	text-decoration:none;
	border-bottom:none;
}
/*---------------------------------
     GRANULAR STYLES
---------------------------------*/
.img_developers {
	width:244px;
	float:left;
	margin-left:70px;
	margin-top:40px;
}
.img_getin {
	width:286px;
	float:left;
	margin-left:70px;
	margin-top:40px;
}
.jobdescriptions ul {
	margin:0;
	list-style:none;
}
.jobdescriptions li {
	font-size:18px;
	color:#4f421A;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;

}
.pullquote {
	clear:both;
	width:520px;
	padding:20px;
	margin:20px;
	font-size:18px;
	line-height:30px;
	border-top: 1px dotted #E9126F;
	border-bottom: 1px dotted #E9126F;
	color: #E9126F;
	background-color: #ffdae3;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	display:block;

}
.callout {
	margin:10px;
	padding:5px;
	background-color: #e9ebc4;
	border:1px dotted #CFDE4E;
	font:14px;
}
.callout li {
	margin:10px;
	padding:5px;
	background-color: #e9ebc4;
	border:1px dotted #CFDE4E;
	font:14px;
}

#twitter_div h1 {
	font-size: 16px;
	color:#4f421A;
	border-top:1px dotted #4f421A;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	padding-top:5px;
	}
#twitter_update_list {
	margin:0;
	padding:0;
}
#twitter_update_list li {
	list-style:none;
	margin-bottom:10px;
	padding:5px;
	background-color: #e9ebc4;
	border:1px dotted #CFDE4E;
	font:14px;
}
#twitter-link {
	font-size:12px;
	text-align:right;
	}
.longlist li {
	padding-bottom:5px;
}

