html {

}

body {
	border: 0px;
	width:100%;
	height:100%;
	border: none;
	margin:0px;
	padding:0px;
	color:#414141;
	font-size:9pt;
	font-weight:normal;
	font-family: 	Helvetica, Tahoma, Verdana, Century Gothic, Arial;
	background: url(../img/bg-v1.html) top left repeat-x #414141;
}

div {
	margin:0px;
	padding:0px;
	clear:bottom;
}

div.clr {
	clear:both;
}

img {
	border:none;
}

/* ------  line   --------   */

div.line {
	border-top:1px dashed #d1d1d1;
	margin-bottom:0px;
	margin-top:5px;
	padding:0px 0px 5px 0px ;
	width:100%;
	height:1px;
}

div.divider {
	border-top:1px dashed #46a9df;
	margin:5 0 0 0;
	padding:0px 0px 3px 0px ;
	width:100%;
	height:1px;
}

/*   -----   Columns  -------- */

div.col {
    float:left;
    width:390px;
    height:auto;
}

div.col2 {
    float:left;
    width:375px;
    height:auto;
}

div.headerWrapper {
	float:left;
	vertical-align:middle;
	width:100%;
	min-width:1000px;
	height:117px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	background: url(../img/header-bg.png) top left repeat-x;
}

div.header {
	position:relative;
	width:1000px;
	height:117px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	margin:auto;
}

div.footer {
	width:1000px;
	height:auto;
	padding:0 0 0 0;
	margin:0 0 0 0;
	margin:auto;
}


div.contentWrapper {
	float:left;
	width:100%;
	min-width:1000px;
	height:100%;
	padding:0 0 0 0;
	margin:0 0 0 0;
	border-bottom:10px solid #e3e3e3;
	background: url(../img/bg-v1.jpg) top center repeat-x #fff;
}

div.blueBar {
	width:100%;
	min-width:1000px;
	height:30px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	margin:auto;
	background:#0a5785;
}

div.contentBody {
	width:1000px;
	height:auto;
	padding:0 0 0 0;
	margin:0 0 0 0;
	margin:auto;
}

div.content {
	position:relative;
	float:left;
	width:780px;
	min-height: 269px;
	height:100%;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

div.contentBg{
	position:relative;
	float:left;
	width:750px;
	min-height:250px;
	height:100%;
	padding:30px 15px 0 15px;
	margin:-10px 0 0 0;
	background: url(../img/contentbg-v1.png) top center no-repeat;
}

div.contactDetails {
	float:left;
	width:220px;
	height:auto;
	text-align:right;
	color:#fff;
}

/* -------------------------------   GRIDS    -------------------------- */

div.gridBlue {
	float:left;
	width:100%;
	height:30px;
	background: url(../img/grid-blue.gif) top left repeat-x;
}

div.gridWhite {
	float:left;
	width:100%;
	height:30px;
	background: url(../img/grid-white.gif) top left repeat-x;
}	

div.gridGrey {
	float:left;
	width:100%;
	height:30px;
	background: url(../img/grid-grey.gif) top left repeat-x;
}

div.gridLightgrey {
	float:left;
	width:100%;
	height:30px;
	background: url(../img/grid-lightgrey.gif) top left repeat-x;
}

img.logo {
	float:left;
	margin:10px 0 0 -50px;
}

img.maxsumLogo {
	margin:10px 25px 10px 20px;
	vertical-align:middle;
}

div.topNav {
	position:absolute;
	right:0;
	bottom:0;
	width:auto;
	height:auto;
}

a.topNav {
	float:left;
	display:block;
	text-align:center;
	color:#6c6c6c;
	font-size:9pt;
	height:35px;
	width:auto;
	padding:10px 15px 10px 15px;
	text-decoration:none;
	border-top:1px solid #e1e1e1;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	outline:none;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

a.topNav:hover {
	color:#fff;
	background:#ff4e00;
	border-top:1px solid #fff;
}

a.topNav-on {
	float:left;
	display:block;
	text-align:center;
	color:#fff;
	font-size:9pt;
	height:35px;
	width:auto;
	padding:10px 15px 10px 15px;
	text-decoration:none;
	background:#0a5785;
	border-top:1px solid #34a0c6;
		-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

a.navFoot {
	float:right;
	margin-top:10px;
	margin-right:20px;
	color:#9b9b9b;
	height:auto;
	text-decoration:none;
	padding-right:10px;
	margin-bottom:10px;
	border-right:1px solid #5e5e5e;
}

a.navFoot:hover {
	color:#fff;
	text-decoration:none;
}

a.navFoot-on {
	float:right;
	margin-top:10px;
	margin-right:20px;
	color:#ff4e00;
	height:auto;
	text-decoration:none;
	padding-right:10px;
	margin-bottom:10px;
	border-right:1px solid #5e5e5e;
}

a.email {
	width:auto;
	height:auto;
	color:#fff;
	text-decoration:none;
	border:0px solid #f57a08;
	padding:0 0 0 0;
	margin:0 0 0 0;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-transition: all 0.2s ease-in;
}

a.email:hover {
	color:#ff4e00;
}

a.link {
	width:auto;
	height:auto;
	color:#339cc3;
	text-decoration:none;
	border:0px solid #f57a08;
	padding:0 0 0 0;
	margin:0 0 0 0;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-transition: all 0.2s ease-in;
}

a.link:hover {
	color:#ff4e00;
}

a.panel {
	float:left;
	width:345px;
	height:auto;
	color:#fff;
	padding:0 15px 10px 20px;
	margin:5px 5px 10px 5px;
	background:#414141;
	text-decoration:none;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-transition: all 0.2s ease-in;
}

a.panel:hover {
	background:#ff4e00;
	text-shadow:0px 0px 7px #bb3900;
}

ul.list {
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
}

ul.list li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

table.projects {
	border-collapse:collapse;
	border-spacing:0;
}

table.projects td {
	padding:0 0 0 0;
	margin: 0 0 0 0;
}

table.projects td.txt {
	padding:5px 20px 5px 20px;
	margin: 0 0 0 0;
}

table.projects td.img {
	padding:5px 5px 5px 5px;
	margin: 0 0 0 0;
}

table tr {
	/*border-bottom:1px dashed #e1e1e1;*/
}

/*   -----   Text  -------- */

p {font-size:inherit;font-weight:normal;padding-top:5px;margin-left:20px;margin-right:20px;margin-top:0px;margin-bottom:7px;}
p.conDetails {font-size:inherit;font-weight:normal;padding:0 20px 5px 0;margin:0 0 0 0;}


h1.title {font-size:18pt;font-weight:normal;padding:0 0 0 0;margin:10px 0 10px 20px;color:#fff;text-shadow:0px 0px 10px #333;}
h1.large {font-size:18pt;font-weight:normal;padding:0 0 0 0;margin:0 0 0 20px;}
h1.medium {font-size:15pt;padding:0 0 0 0;margin:0 0 0 20px;color:#3098c1;}
h1.mediumSub {font-size:14pt;font-weight:normal;padding:0 0 0 0;margin:0 30px 0 20px;color:#a2d1ff;}
h1.heading2 {font-size:13pt;padding:0 0 0 0;margin:10px 0 5px 0;color:#fff;}
h1.shadowText {font-size:20pt;font-weight:normal;padding:0px;margin:0px;margin-top:2px;margin-bottom:5px;letter-spacing:-1px;	text-shadow:1px 0px 5px #333;}
h1.sub {font-size:13pt;margin:0 0 0 20px;padding:0 0 0 0;color:#0a5785;}
h1.sub2 {font-size:13pt;margin:0 0 0 20px;padding:0 0 0 0;}
h1.heading {font-size:13pt;font-weight:normal;padding:0 0 0 0;margin:0 0 0 20px;}

.white 		{color:#ffffff;}
.blue 		{color:#0a5785;}
.lightBlue {color:#468bd0;}
.red 			{color:#cc0000;}
.orange 	{color:#ff4e00;}
.green 		{color:#509414;}
.grey 		{color:#b2b2b2;}
.aqua 		{color:#00fcff;}
.light 		{color:#468bd0;}
.footer 	{color:#9a9a9a;font-size:8pt;}

/* ------------------   Slide Show  ------------------------    */

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

#container {
	width: 780px;
	height:300px;
	position: relative;
}

div#slideshow {
	width: 760px; height: 300px; padding: 0 0 0 0;
	overflow: scroll; /* Allows the slides to be viewed using scrollbar if Javascript isn't available */
	position: relative; z-index: 5;
	border:5px solid #e3e3e3;
}

div#slideshow ul#nav {
	background:#;
	display: none;
	list-style: none;
	width:760px;
	position: absolute; top: 110px; z-index: 9999;
}
	div#slideshow ul#nav li#prev {
		float: left; margin: 0 0 0 40px;
	}
	
	div#slideshow ul#nav li#next {
		float: right; margin: 0 50px 0 0;
	}
	
	div#slideshow ul#nav li a {
		display: block; width: 63px; height: 62px; text-indent: -9999px;
	}
	
	div#slideshow ul#nav li#prev a {
		background: url(../img/labelprev.png);
	}
	
	div#slideshow ul#nav li#prev a:hover {
		background: url(../img/labelprevhover.png);
	}
	
	div#slideshow ul#nav li#next a {
		background: url(../img/labelnext.png);
	}
	
	div#slideshow ul#nav li#next a:hover {
		background: url(../img/labelnexthover.png);
	}
	
	div#slideshow ul#nav li a:focus {
		display: block; width: 63px; height: 62px; text-indent: -9999px; outline:none;
	}

	div#slideshow ul#slides {
		list-style: none;
	}
		div#slideshow ul#slides li {
			margin: 0 0 0 0;
			height:auto;
		}

a.headnav {
	color:#fff;
	padding:5px 20px 5px 20px;
	cursor:pointer;
	font-size:11pt;
	background:#3098c1;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-transition: all 0.2s ease-in;
}

a.headnav:hover {
	color:#fff;
	background:#44b6e3;
}

a.headnav-on {
	color:#fff;
	background: #0a5785;
	padding:5px 20px 5px 20px;
	font-size:11pt;
		-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

div.tab {
	border-top:5px solid #0a5785;
	background: url(../img/tabBg.gif) top left repeat-x #fafafa;
	padding:5px 20px 20px 20px;
	color:#414141;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

div.tab p {
	color:#414141;
	padding:0 0 0 0;
	margin:10px 0 0 0;
}

div.navCon {
	padding:5px 20px 5px 0;
}


/* ------------  Gallery -----------------    */



div.txtBox {
	position:relative;
	float:left;
	width:244px;
	height:140px;
	background: url('../img/view.gif') top center no-repeat #fff;
	color:#0a5785;
	border:1px dashed #e3e3e3;
	text-align:center;
	margin:2px;
}

a.galImg, #vdp {
	position:absolute;
	display:block;
	width:244px;
	height:140px;
	top:0;
	left:0;
	background: url('../img/gallery/vdp/vdp.gif') top left no-repeat; 
	z-index:2;
}

a.galImg, #koorlong {
	position:absolute;
	display:block;
	width:244px;
	height:140px;
	top:0;
	left:0;
	background: url('../img/gallery/koorlong/koorlong.gif') top left no-repeat;
	z-index:2;
}

a.galImg, #robinvale {
	position:absolute;
	display:block;
	width:244px;
	height:140px;
	top:0;
	left:0;
	background: url('../img/gallery/robinvale/robinvale.gif') top left no-repeat;
	z-index:2;
}

a.galImg, #wandong {
	position:absolute;
	display:block;
	width:244px;
	height:140px;
	top:0;
	left:0;
	background: url('../img/gallery/wandong/wandong.gif') top left no-repeat;
	z-index:2;
}

a.galImg, #woodend {
	position:absolute;
	display:block;
	width:244px;
	height:140px;
	top:0;
	left:0;
	background: url('../img/gallery/woodend/woodend.gif') top left no-repeat;
	z-index:2;
}

a.galImg, #gundagai {
	position:absolute;
	display:block;
	width:244px;
	height:140px;
	top:0;
	left:0;
	background: url('../img/gallery/gundagai/gundagai.gif') top left no-repeat;
	z-index:2;
}

a.galImg, #fosterville {
	position:absolute;
	display:block;
	width:244px;
	height:140px;
	top:0;
	left:0;
	background: url('../img/gallery/fosterville/fosterville.gif') top left no-repeat;
	z-index:2;
}

a.galImg, #superpipe {
	position:absolute;
	display:block;
	width:244px;
	height:140px;
	top:0;
	left:0;
	background: url('../img/gallery/superpipe/superpipe.gif') top left no-repeat;
	z-index:2;
}

a.galImg, #colligen {
	position:absolute;
	display:block;
	width:244px;
	height:140px;
	top:0;
	left:0;
	background: url('../img/gallery/colligen/colligen.gif') top left no-repeat;
	z-index:2;
}

a.galImg, #ourpeople {
	position:absolute;
	display:block;
	width:244px;
	height:140px;
	top:0;
	left:0;
	background: url('../img/gallery/ourpeople/ourpeople.gif') top left no-repeat;
	z-index:2;
}

a.galImg, #treatmentplant {
	position:absolute;
	display:block;
	width:244px;
	height:140px;
	top:0;
	left:0;
	background: url('../img/gallery/treatmentplant/treatmentplant.gif') top left no-repeat;
	z-index:2;
}

a.galImg, #calderfreeway {
	position:absolute;
	display:block;
	width:244px;
	height:140px;
	top:0;
	left:0;
	background: url('../img/gallery/calderfreeway/calderfreeway.gif') top left no-repeat;
	z-index:2;
}

a.galImg, #eastgoulburn {
	position:absolute;
	display:block;
	width:244px;
	height:140px;
	top:0;
	left:0;
	background: url('../img/gallery/eastgoulburn/eastgoulburn.gif') top left no-repeat;
	z-index:2;
}

a.galImg, #goulburnriver {
	position:absolute;
	display:block;
	width:244px;
	height:140px;
	top:0;
	left:0;
	background: url('../img/gallery/goulburnriver/goulburnriver.gif') top left no-repeat;
	z-index:2;
}

a.galImg, #bm {
	position:absolute;
	display:block;
	width:244px;
	height:140px;
	top:0;
	left:0;
	background: url('../img/gallery/bacchusmarsh/cover.jpg') top left no-repeat;
	z-index:2;
}

a.galImg, #bts {
	position:absolute;
	display:block;
	width:244px;
	height:140px;
	top:0;
	left:0;
	background: url('../img/gallery/bendigoterminalstation/cover.jpg') top left no-repeat;
	z-index:2;
}

a.galImg, #koon {
	position:absolute;
	display:block;
	width:244px;
	height:140px;
	top:0;
	left:0;
	background: url('../img/gallery/koondrook/cover.jpg') top left no-repeat;
	z-index:2;
}

a.galImg, #latrobe {
	position:absolute;
	display:block;
	width:244px;
	height:140px;
	top:0;
	left:0;
	background: url('../img/gallery/latrobeuniversity/cover.jpg') top left no-repeat;
	z-index:2;
}

a.galImg, #carp {
	position:absolute;
	display:block;
	width:244px;
	height:140px;
	top:0;
	left:0;
	background: url('../img/gallery/carpark/cover.jpg') top left no-repeat;
	z-index:2;
}
a.galImg, #ranger {
	position:absolute;
	display:block;
	width:244px;
	height:140px;
	top:0;
	left:0;
	background: url('../img/gallery/ranger/cover.jpg') top left no-repeat;
	z-index:2;
}

a.galImg, #mmwf {
	position:absolute;
	display:block;
	width:244px;
	height:140px;
	top:0;
	left:0;
	background: url('../img/gallery/mountmercerwindfarm/cover.jpg') top left no-repeat;
	z-index:2;
}

a.galImg, #bh {
	position:absolute;
	display:block;
	width:244px;
	height:140px;
	top:0;
	left:0;
	background: url('../img/gallery/bendigo-hospital-hotel/cover.jpg') top left no-repeat;
	z-index:2;
}

a.galImg, #bwtp {
	position:absolute;
	display:block;
	width:244px;
	height:140px;
	top:0;
	left:0;
	background: url('../img/gallery/bendigo-water-treatment-plant/cover.jpg') top left no-repeat;
	z-index:2;
}

a.galImg, #cwf {
	position:absolute;
	display:block;
	width:244px;
	height:140px;
	top:0;
	left:0;
	background: url('../img/gallery/chepstowe-wind-farm/cover.jpg') top left no-repeat;
	z-index:2;
}

a.galImg, #ncwst {
	position:absolute;
	display:block;
	width:244px;
	height:140px;
	top:0;
	left:0;
	background: url('../img/gallery/nagambie-clear-water-storage-tank/cover.jpg') top left no-repeat;
	z-index:2;
}

a.galImg, #wtp {
	position:absolute;
	display:block;
	width:244px;
	height:140px;
	top:0;
	left:0;
	background: url('../img/gallery/numurkah-wtp/cover.jpg') top left no-repeat;
	z-index:2;
}

a.galImg, #twf {
	position:absolute;
	display:block;
	width:244px;
	height:140px;
	top:0;
	left:0;
	background: url('../img/gallery/taralga-wind-farm/cover.jpg') top left no-repeat;
	z-index:2;
}

a.galImg {
	outline:none;
}

a.galImg:hover, #vdp:hover, #koorlong:hover, #robinvale:hover, #wandong:hover, #woodend:hover, #gundagai:hover, #fosterville:hover, #superpipe:hover, #colligen:hover, #ourpeople:hover, #treatmentplant:hover, #calderfreeway:hover, #eastgoulburn:hover, #goulburnriver:hover, #bm:hover, #bts:hover, #koon:hover, #latrobe:hover, #carp:hover, #ranger:hover, #mmwf:hover, #bh:hover,#bwtp:hover, #cwf:hover, #ncwst:hover, #wtp:hover, #twf:hover  {
	background: url('../img/clear.gif') top left no-repeat;
}

div.lineLight {
	border-top:1px solid #565656;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:15px;
	padding:0px 0px 0px 0px ;
	width:240px;
	height:1px;
}

p.name {color:#0a5785;font-weight:normal;padding-top:5px;margin:5px 0 0 0;}

p.viewGal {position:absolute;bottom:0;left:0;disply:block;color:#6b6b6b;font-weight:normal;padding-top:5px;margin-left:70px;margin-right:20px;margin-top:0px;margin-bottom:7px;}


/* --------------------------------   Login   ----------------------------------------------  */

table.login {
	border-collapse:collapse;
	border-spacing:0px;
	background:#a7a7a7;
	float:right;
	margin:0 10px 0 0;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-transition: all 0.2s ease-in;
}

table.login:hover {
	background:#919293;
	background:#0a5785;
	-webkit-transition: all 0.2s ease-in;
}

input:focus {
	background:#e7eff7;
}

table.login .title {
	color:#fff;
	font-size:11px;
}

input.txtfield {
	font-size:10px;
}


a.upload {
	float:right;
	margin:10px 20px 20px 0;
	padding:15px 20px 10px 15px;
	display:block;
	background:#e3e3e3;
	color:#2678a8;
	text-decoration:none;
	  -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-transition: all 0.2s ease-in;
}


a.upload:hover {
	color:#fff;
	background:#2678a8;
}

a.upload-on {
	color:#fff;
	background:#2678a8;
	float:right;
	margin:10px 20px 20px 0;
	padding:15px 20px 10px 15px;
	display:block;
	text-decoration:none;
	  -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

.choiceBox {
	float:left;
	width:350px;
	color:#666;
	background:#f0f0f0;
	border:1px solid #fff;
	margin:20px 10px 20px 10px;
	-moz-box-shadow:0 0 10px #c1c1c1;
	-webkit-box-shadow: #c1c1c1 0px 0px 10px;
	   -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

h1.choiceTitle {font-size:18pt;font-weight:bold;padding:0 0 0 0;margin:10px 0 0px 20px;color:#2678a8;}

div.inner {
	float:left;
	width:230px;
	margin:0 0 20px 0;
}

a.clickhere {
	float:left;
	background:#0a5785;
	padding:5px 10px 5px 10px;
	margin:30px 0 0 0;
	color:#fff;
	font-size:17px;
	font-weight:bold;
	text-decoration:none;
	  -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border:2px solid #ccc;
	-webkit-transition: all 0.2s ease-in;
}


a.clickhere:hover {
	background:#5db107;
	color:#fff;
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	transform: scale(1.1);
	-moz-transform: scale(1.1);
		-moz-box-shadow:0 0 10px #c1c1c1;
	-webkit-box-shadow: #c1c1c1 0px 0px 10px;
	}

a.download {
	float:left;
	background:#0a5785;
	padding:10px 20px 10px 20px;
	margin:10px 0 0px 20px;
	color:#fff;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	  -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border:1px solid #52b2ea;
	-webkit-transition: all 0.2s ease-in;
}


a.download:hover {
	background:#ff4e00;
	color:#fff;
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-moz-box-shadow:0 0 10px #064368;
	-webkit-box-shadow: #064368 0px 0px 10px;
	}


/* -------------------- Twitter Feed ------------------------------ */

.twtr-hd {
	display:none;
}

.twtr-ft span a {
	display:none;
}

.twtr-doc {
	border-radius: 10px 10px 10px 10px !important;
	-moz-border-radius: 10px 10px 10px 10px !important;
	-webkit-border-radius: 10px 10px 10px 10px !important;
}

.twitter-timeline {
    width:780px;
}








