/* HTML Element styles specific to this project. */
* {	
	 margin: 0;
	 padding: 0;
}
html, body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-size: 80%;
	background: #102638;

}



input,
textarea,
select
{
	letter-spacing: normal;
	text-transform: none;
	color: #777777;
	background: #FFFFFF;
	font: normal 1em/1.5em;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #666666;
	padding: 1px;
}
body,
p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6
{
	color: #777777;
	font: normal 12px/120% Helvetica, Arial, sans-serif;
	text-align: left;
}
p
{
	margin-bottom: 8px;
}
h1, 
h2, 
h3, 
h4, 
h5,
h6 
{
	margin: 20px 0px 10px;
	padding: 0px;
	color: #4182B7;
	clear: both;
}
h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a
h6 a 
{
	padding: 0px;
	color: #669933;
}
h1 {
	margin-top: 0px;
}
h1 + h2 {
	margin-top: 0px;
}
h1 + h3 {
	margin-top: 0px;
}
h1 + h4 {
	margin-top: 0px;
}
h3 + h4 {
	margin-top: 0px;
}
h2 + h3 {
	margin-top: 0px;
}
h1
{
	font-size: 18px;
	line-height: 22px;
}
h2
{
	font-size: 16px;
	color: #44A8BE;
}
h3 {
	margin-top: 10px;
	font-size: 14px;
}

h4
{
	font-size: 13px;
	color: #45A7B7;
}
h5
{
	font-size: 12px;
}
h6
{
	font-size: 11px;
}

a,
a:link,
a:visited,
a:active
{
	font-style: normal;
	text-decoration: underline;
	color: #102638;
	padding-right: 2px;
	padding-left: 2px;
}

a:hover
{
	color: #308fc1;
}
a:selected {
	text-decoration: underline;
}
b,
strong {
	color: #333333;
}
ul, 
ol
{
	margin-bottom: 8px;
	list-style: none;
	padding-left: 1px;
}

ul li {
	margin-bottom: 2px;
	padding-left: 14px;
	background: url(../images/li.gif) no-repeat left 5px;
	color: #333333;
}
ul li .sub{
	color: #666666;
	text-transform: capitalize;
}
.greyBox ul li {
	background: url(../images/liGrey.gif) no-repeat left 5px;
}
ul ul li
{
	list-style: url(UserFiles/Image/Frame/lili.gif) no-repeat left center;
}

ol li
{
	list-style-type: decimal;
}

ol ol li
{
	list-style-type: lower-alpha;
}

ol ol ol li
{
	list-style-type: lower-roman;
}
img {
	display: block;
}
blockquote,
pre,
cit,
em
{	
	font-style: oblique;
}
hr
{
	color: #696969;
	width: 99%;
}
unknown
{
	display: block;
	font: 10pt Arial, Helvetica, sans-serif;
}

/* ----------------- start skin specific ------------------------ */
#container {
	margin: auto;
	padding-top: 20px;
	width: 863px;
	}
#leftContainer{
	float: left;
	width: 702px;
}
#header{
	width: 702px;
}
#titleBlock{
	float:left;
	margin-top: 88px;
	width: 376px;
	height: 67px;
	padding: 35px 35px 0 0;
	background-color: #FFFFFF;
	text-align: right;
}
#menu {
	float: left;
	width: 161px;
	margin-top: 88px;
	display: inline;
}
#menuSpacer{
	float: left;
	width: 8px;
	height: 419px;
	background-color: #FFFFFF;
}
#menu a {
	display: block;
	width: 23px;
	height: 419px;
	float: left;
	margin: 0;
	padding: 0;
	text-decoration: none;
	background: no-repeat;
	background-position: 0 0;
	outline: none;
}
#menu a:hover {
	color: #FFFFFF;
	background-position: -23px 0;
}
#menu img {
	float: left;
	margin: 0;
	padding: 0;
	display: block;
}
#sideButton{
	display: inline;
	float: left;
	width: 35px;
	height: 317px;
	margin-left: 10px;
	padding-right: 8px;
	background-color:#FFFFFF;
}
#sideButton a {
	display: block;
	width: 35px;
	height: 317px;
	float: left;
	margin: 0;
	padding: 0;
	text-decoration: none;
	background: url(../images/btnNewJob.gif) no-repeat;
	background-position: 0 0;
	outline: none;
}
#sideButton a:hover {
	color: #FFFFFF;
	background-position: -35px 0;
}
#contentContainer{
	width: 649px;
	float: left;
	height: 317px;
	background: url(../images/contentBg.gif) repeat-x top;
}
#content {
	width: 609px;
	padding: 20px 20px 0 20px;
	background-color: #FFFFFF;
	margin: 0;
	float: left;
}
#footer {
	float: left;
	width: 649px;
	height: 19px;
	padding: 0;
	margin: 0;
}
#designBy{
	float: right;
	width: 141px;
	height: 20px;
	text-align: left;
	font-size: 9px;
	color: #1f4a6d;
	padding-left: 20px;
	padding-top: 10px;
}
#designBy a{
	color: #283c4c;
	text-decoration: none;
}
#designBy a:hover{
	color: #FFF;
}
.ClearBoth {
	clear: both;
	line-height: 0px;
	height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}
#footer a {
	color: #999999;
}
#footer a:hover {
	color: #FFFFFF;
	background: #999999;
}


.greyBox{
	background: url(../images/greyTop.gif) top left no-repeat #f2f2f2;
	width: 238px;
	padding: 0;
	margin-bottom: 10px;
}
.greyCorners{
	width: 5px;
	height: 5px;
	background: no-repeat;
	background-position: 0 0;
	background-image:url(../images/cornerLeft.jpg);
	float: left;
}
.textfield{
	margin: 0 5px; 
	border: #dcdcdc 1px solid;
	padding: 5px;
	font-size: 12px;
}
textarea{
	font-size: 12px;
}
/*.greyBox li{
	padding-left: 15px;
	background: url(../images/greyDot.gif) no-repeat top left;
}*/
#photo td{
	text-align: center;
	
}

/* ----------------- end skin specific ------------------------ */
/* --- */
/* ----------------- start contact specific ------------------------ */
form {
	padding: 0px;
}
.marginRight {
	margin-right: 20px;
}
.submit {
	background-color:  #102638;
	color:  #FFF;
	display: inline;
}
.required {
	border: 1px solid #990000;
	background: #F3E9E6;
}
.trColourEven {

}
.trColourOdd {
}
