﻿/* CSS Document */
/* Pretty Stuff
================================== */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
}

body {
  font: 80%/1.4 Arial, Tahoma, Verdana, sans_serif;
  background-color: #485C89;
  color: #000079;
}

p {
	text-align: justify;
}

.imgpadding {
	padding: 6px 6px 6px 13px;
}

h1 {
	font-size: 120%
}

.resultstyle {
	font-size: 12px;
}

.mainfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#bullets {
	margin-top: 5px;
	margin-left: 15px;
}

.inputbox{
	width: 200px;
	font-size: 11px;
}



/* additional styling */
.topbg {
	background: #ffffff url(../images/top_bg.gif) repeat-x top right;
}

#mainbullet li {
	background: url(../images/bullet.gif) no-repeat top left;
	list-style: none;
	padding-left: 30px;
}

#picholder {
	width: 754px;
}

.style5  {
	font-size: 90%;
	color: #ffffff;
	}
.style6 {
	color: #FFFFFF;
	font-weight: bold;
}
.style7 {
	color: #993333;
	font-size: 12px;
	font-weight: bold;
}

.style8 {
	color: #993333;
	font-size: 12px;
	font-weight: bold;
}


/* Job styles */

.job_details {
	width: 90%;
	border-bottom: 1px solid #CDDB50;
	margin-bottom: 25px;
}

.job_title {
	border-bottom: 2px solid #CDDB50;
	padding-bottom: 5px;
}
.job_title h1 {
	font-size: 1.2em;
}

.job_title h1 a {
	color: #000079;
}

.job_bullets li {
	list-style-type: square;
	margin-right: 30px;
	display: inline;
	font-size: 0.9em;
}

.job_bullets {
	width: 100%;
	background-color: #F4F8D5;
	border-bottom: 1px solid #CDDB50;
	padding: 5px 0px 5px 0px;
}

.job_apply {
	float: left;
}

.job_friend {
	width: 150px;
}

.job_shortdesc {
	padding-bottom: 10px;
}