body, div, h1, h2, h3, h4, p ul, img {margin:0px; padding:0px; 
}

body { 
	font-family: TitilliumText22LRegular; arial; sans-serif;
	background-color: #fff;
}

.wf-loading h1, 
.wf-loading h2, 
.wf-loading h3, 
.wf-loading p, 
.wf-loading li {
    opacity: 0;
}

.ie.wf-loading h1, 
.ie.wf-loading h2, 
.ie.wf-loading h3, 
.ie.wf-loading p, 
.ie.wf-loading li {
    visibility: hidden; /* Old IE */
}

h1, h2, h3, p, li {
    opacity: 1;
    visibility: visible; /* Old IE */
    -webkit-transition: opacity 0.24s ease-in-out;
       -moz-transition: opacity 0.24s ease-in-out;
            transition: opacity 0.24s ease-in-out;
}
a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.container {
	width: 1000px;
	margin: 0 auto;
}

.leftcontainer {
	float: left;
	width: 500px;
}

.rightcontainer {
	float: right;
	width: 500px;
}

#header {
	background-color: #39a6de;
    width: 100%;
    height: 105px;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

#headerlogo {
	float: left;
	padding-top: 18px;
	margin-left: 50px;
}

#menu {
	float: right;
	list-style: none;
	font-family: Open Sans;
	font-size: 18px;
	right: 0;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 30px;
	z-index: 1000;
}

#menu li {
	float: left;
	padding-left: 25px;
	position: relative;
}

#menu a {
	display: block;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	border-radius: 10px;
}

#menu a:hover {
	background-color: #fff;
	color: #39a6de;
	text-decoration: none;
	border-radius: 10px;
}

#menudivide {
	float: right;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	background-color: #fff;
	height: 65px;
	width: 1px;
}

.headerbutton {
	float: right;
	margin-top: 35px;
	margin-right: 20px;
}

.headerbutton a {
	text-decoration: none;
}

.greenbuttonsmall {
	background-color: #007c17;
	color: #fff;
	border-radius: 12px;
	text-transform: uppercase;
	font-family: Sansation;
	font-weight: bold;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

.greenbuttonlarge {
	background-color: #007c17;
	color: #fff;
	border-radius: 12px;
	text-transform: uppercase;
	font-family: Sansation;
	font-weight: bold;
	font-size: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

.whitebuttonsmall {
	background-color: #fff;
	color: #39a6de;
	border-radius: 12px;
	text-transform: uppercase;
	font-family: Sansation;
	font-weight: bold;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

.whitebuttonlarge {
	background-color: #fff;
	color: #39a6de;
	border-radius: 12px;
	text-transform: uppercase;
	font-family: Sansation;
	font-weight: bold;
	font-size: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

.whitebuttonsmall:hover {
	background-color: #007c17;
	color: #fff;
}

.greenbuttonsmall:hover {
	background-color: #fff;
	color: #007c17;
}

.whitebuttonlarge:hover {
	background-color: #007c17;
	color: #fff;
}

.greenbuttonlarge:hover {
	background-color: #fff;
	color: #007c17;
}

.backgroundlarge {
	background-image: url(images/dailytendersbackground.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 487px;
	display: block;
}

.backgroundsmall {
	background-image: url(images/dailytenderssmallbackground.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 276px;
	display: block;
}

ul, li {
	margin:0;
	padding:0;
}

#menu ul {
	list-style: none;
	position: absolute;
	left: -9999px;
}

#menu ul li {
	float: none;
	padding-bottom: 6px;
	font-size: 16px;
	background-color: #fff;
	border-left: 2px solid #092659;
	border-right: 2px solid #092659;
}

#menu ul li a:hover {
	color: #898309;
	text-decoration: none;
}

#menu ul a {
	white-space: nowrap;
}

#menu li:hover ul {
	left: 0;
}

#menu li:hover a {
	text-decoration: none;
}

#menu li:hover ul a {
	text-decoration: none;
}


#menu ul {
	list-style: none;
	position: absolute;
	left: -9999px;
	background-color: none;
}

#menu ul li {
	float: none;
}

#menu ul a {
	white-space:nowrap;
}

#menu li:hover ul {
	left: 0;
}

#menu li:hover a {
	text-decoration: none;
}

#menu li:hover a {
	text-decoration: none;
}

#menu li:hover ul a {
	text-decoration: none;
}

a.headerlinkstyle:link {
	text-decoration: none;
	color: #1B75BA;
}

a.headerlinkstyle:visited {
	text-decoration: none;
	color: #ffffff;
}

a.headerlinkstyle:hover {
	text-decoration: none;
	color: #1B75BA;
}

a.headerlinkstyle:active {
	text-decoration: none;
	color: #1B75BA;
}

a.serviceheaderstyle:link {
	text-decoration: none;
	color: #000000;
}

a.serviceheaderstyle:visited {
	text-decoration: none;
	color: #000000;
}

a.serviceheaderstyle:hover {
	text-decoration: none;
	color: #000000;
}

a.serviceheaderstyle:active {
	text-decoration: none;
	color: #000000;
}
	
img {
    border: 0
}

#content h1 {
	font-size: 36px;
	font-family: Oxygen;
	font-weight: 200;
	color: #fff;
}

#content h2 {
	font-size: 36px;
	font-family: Oxygen;
	margin-top: 50px;
	margin-bottom: 50px;
	font-weight: 200;
	color: #39a6de;
	text-align: center;
}

#content h3 {
	font-size: 30px;
	font-weight: bold;
	color: #1B75BA;
}

#content h4 {
	font-size: 24px;
	font-family: Oxygen;
	font-weight: 200;
	color: #fff;
}

#content h5 {
	font-size: 20px;
	font-weight:bold;
	color: #1B75BA;
}

#content p {
	font-size: 18px;
	color: #4c4c4c;
	font-family: Lato;	
	text-align: center;
}

#content td {
	font-size: 14px;
	color: #474747;
}

#content th {
	font-size: 25px;
	font-weight:bold;
	color: #474747;
}

#footer {
	width: 100%;
	height: 60px;
}

.footercontainer {
	width: 1000px;
	margin: 0 auto;
}

.copyright {
	color: #4c4c4c;
	font-family: Lato;
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	margin-top: 40px;
}

.openingheader {
	padding-top: 80px;
}

.standardheader {
	padding-top: 100px;
}

#openingimage {
	float: right;
	width: 500px;
	margin-top: 60px;
}

#openingcontent {
	float: left;
	width: 500px;
	margin-top: 70px;
	text-align: center;
}

#openingbuttonleft a {
	text-decoration: none;
}

#openingbuttonright a {
	text-decoration: none;
}

#openingbuttonleft {
	float: left;
	width: 180px;
	height: 55px;
	margin-left: 40px;
	margin-top: 70px;
}

#openingbuttonright {
	float: left;
	width: 180px;
	height: 55px;
	margin-left: 40px;
	margin-top: 70px;
}

.farleftbullet {
	float: left;
	width: 171px;
	height: 171px;
	margin-left: 20px;
	margin-bottom: 50px;
}

.farleftbulletcontent {
	float: left;
	margin-left: 50px;
	margin-top: 20px;
	width: 225px;
	height: 171px;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	color: #4c4c4c;
	font-family: Lato;
	margin-bottom: 50px;
}

.leftbullet {
	float: left;
	width: 171px;
	height: 171px;
	margin-left: 200px;
}

.tick {
	float: left;
	width: 61px;
	height: 61px;
	margin-left: 200px;
}

.tickcontent {
	float: left;
	margin-left: 50px;
	width: 550px;
	margin-top: 5px;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	color: #4c4c4c;
	font-family: Lato;
	margin-bottom: 50px;
}

.rightbullet {
	float: right;
	width: 171px;
	height: 171px;
	margin-right: 200px;
}

.leftbulletcontent {
	float: right;
	width: 250px;
	height: 171px;
	margin-right: 200px;
	margin-top: 40px;
	font-size: 20px;
	font-weight: 600;
	text-align: right;
	color: #4c4c4c;
	font-family: Lato;
}

.rightbulletcontent {
	float: left;
	width: 250px;
	height: 171px;
	margin-left: 200px;
	margin-top: 40px;
	font-size: 20px;
	font-weight: 600;
	text-align: left;
	color: #4c4c4c;
	font-family: Lato;
}

.quotebackground {
	background-color: rgba(0,0,0,0.3);
	margin-top: 100px;
	margin-left: 100px;
	width: 800px;
	height: 180px; 
	margin-bottom: 100px;
	display: inline-block;
}

.quotebackground a {
	text-decoration: none;
}

.quote {
	font-size: 36px;
	font-family: Oxygen;
	font-weight: 200;
	opacity: 1;
	color: #fff;
	text-align: center;
	padding-top: 45px;
}

.quotebutton {
	margin-left: 300px;
	width: 180px;
	height: 55px;
	margin-top: 120px;
	margin-bottom: 100px;
}

.contactsection {
	background-color: #007c17;
	height: 225px;
	width: 100%;
}

.contactsectioncontent {
	color: #fff;
	font-size: 36px;
	padding-top: 40px;
	float: left;
	width: 600px;
	font-family: Oxygen;
}

.contactsectionbutton {
	float: right;
	margin-right: 100px;
	width: 180px;
	height: 55px;
	margin-top: 40px;
}

.contactsectionbutton a {
text-decoration: none;
}

.contactbuttonlarge {
	background-color: #fff;
	color: #007c17;
	border-radius: 12px;
	text-transform: uppercase;
	font-family: Sansation;
	font-weight: bold;
	font-size: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}


#contactform {
	padding-top: 30px;
	margin-left: 225px;
	width: 500px;
	height: 750px;
}

label {
	font-size: 20px;
	font-weight: 600;
	text-align: left;
	color: #4c4c4c;
	font-family: Lato;
}

fieldset { 
	border: none; 
	font-size: 20px;
	font-weight: 600;
	text-align: left;
	color: #4c4c4c;
	font-family: Lato;
	text-align: center;
}

.button {
	width: 100px;
	height: 40px;
    background: #39a6de;
    font-family: Lato;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}

#contactdetails { 
    float: left;
}
 
textarea {
    width: 500px;
    height: 120px; 		 		
}

form { 
    float: left;
    border: none;
    width: 500px;
}

input, textarea { 		
    padding: 8px; 
    margin: 10px 0 30px 0;
    background: #fff; 
    width: 500px; 
    font-size: 14px; 
    color: #555; 
    border: 3px #39a6de solid;
    border-radius: 10px;
}

input:hover, textarea:hover { 
    background: #fff; 
    color: #39a6de;
    border: 3px #39a6de solid;
}

#contactthankyoulink a {
	text-decoration: none;
	color: #02225B;
	font-size: 14px;
}

#thankyoucontent {
	float: left;
	padding-left: 100px;
	padding-top: 100px;
}