.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

html, body{
	margin:0;
	padding:0;
	background-color:#020029;
	color:#ffffff;
	font-family: "Myriad Pro", "Geneva", Helvetica, Arial, sans-serif;
	text-decoration:none;
	position:relative;
	font-size:14px;
	line-height:1.4;
}

.green{
	color:#53d719;
}

.blue{
	color:#91c7f2;
}

a{
	text-decoration:none;
}

a:hover.green{
	background-color:#53d719;
	color:#020029;
}

div#ground{
	width:100%;
	position:relative;
	text-align:center;
	background:transparent url(/globals/images/band.gif) 0 0 repeat-x;
	height:390px;
	margin-top:100px;
}

div#wrapper{
	position:relative;
	width:1000px;
	height:335px;
	top:35px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background:transparent url(/globals/images/arrows.gif) 50px 0 no-repeat;
}

div#content{
	position:relative;
	top:50px;
}

div#content div#left{
	float:left;
	width:380px;
	margin-top:20px;
}

div#content div#newsfeedWrapper{
	position:relative;
	margin-top:0px;
	font-size:18px;
}

div#content div#newsfeedUp{
	position:absolute;
	top:0px;
	left:100px;
}

div#content div#newsfeedUp a{
	display:block;
	height:0;
	padding-top:20px;
	overflow:hidden;
	width:270px;
	background:transparent url(/globals/images/newsfeedUp.gif) 10px -20px no-repeat;
}

div#content div#newsfeedUp a:hover{
	background-position:10px 0;
}

div#content div#newsfeedTitle{
	position:absolute;
	top:20px;
	left:0;
	height:30px;
	line-height:32px;
	width:100px;
}

div#content div#newsfeed{
	position:absolute;
	top:20px;
	left:100px;
	height:30px;
	line-height:32px;
	padding-left:10px;
	width:270px;
	background:transparent url(/globals/images/newsfeedGround.gif) 0 0 no-repeat;
}

div#content div#newsfeedDown{
	position:absolute;
	top:50px;
	left:100px;
}

div#content div#newsfeedDown a{
	display:block;
	height:0;
	padding-top:20px;
	overflow:hidden;
	width:270px;
	background:transparent url(/globals/images/newsfeedDown.gif) 10px -20px no-repeat;
}

div#content div#newsfeedDown a:hover{
	background-position:10px 0;
}

div#content div#right{
	float:right;
	width:540px;
	background:transparent url(/globals/images/formGround.gif) 0 10px no-repeat;
	height:280px;
}

div.formline{
	margin-top:10px;
	height:20px;
	line-height:23px;
	padding-left:5px;
}

div.formleft{
	float:left;
	width:250px;
}

div.formright{
	float:left;
	width:250px;
}

label{

}

input{
	margin-left:5px;
	border:0;
	background-color:transparent;
	height:16px;
	padding:2px 2px 2px 2px ;
	color:#ffffff;
	font-family: "Myriad Pro", "Geneva", Helvetica, Arial, sans-serif;
	text-decoration:none;
	position:relative;
	font-size:14px;
	line-height:1.4;
}

input.half{
	width:160px;
}

input.full{
	width:440px;
}

textarea{
	display:block;
	border:0;
	margin:0;
	padding:0 5px 0 5px;
	background-color:transparent;
	color:#ffffff;
	font-family: "Myriad Pro", "Geneva", Helvetica, Arial, sans-serif;
	text-decoration:none;
	position:relative;
	font-size:14px;
	line-height:1.4;
	width:510px;
	height:60px;
}

a.submit{
	position:absolute;
	top:215px;
	left:840px;
}

div#details{
	position:relative;
	clear:both;
	padding-left:230px;
}


div#webGround{
	clear:both;
	position:relative;
	top:50px;
	height:200px;
	background:#53d719 url(/globals/images/greenBottom.gif) 0 100% repeat-x;
}

div#web{
	background:transparent url(/globals/images/greenTop.gif) 0 0 repeat-x;
	min-height:100px;
}

div#blog a{
	text-transform:uppercase;
	text-decoration:none;
	color:#ffffff;
	background-color:#020029;
	padding-left:10px;
}

div#blog a:hover{
	background-color:#91c7f2;
}



div#blog div.blogBottom{
	background:#ffffff url(/globals/images/tearBottom.gif) 50% 100% repeat-x;
	padding-bottom:50px;
}

div#blog div.blogTop{
	background:transparent url(/globals/images/tearTop.gif) 50% 0 repeat-x;
	padding-top:50px;
	text-align:center;
}

div#blog div.blogWrapper{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	color:#020029;
}

div#blog div#blogColumn{
	position:relative;
	width:580px;
	float:left;
}

div#blog div#blogColumn h2{
	color:#91c7f2;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:0;
	line-height:12px;
}

div#blog div#blogColumn h2 span{
	font-weight:normal;
	color:#020029;
}

div#blog div#blogColumn h3{
	font-size:16px;
	text-transform:uppercase;
	margin-top:0;
	line-height:14px;
}

div#blog div#blogColumn h4{
	margin:.5em 0 0 0;
}

div#blog div#blogColumn p.imageBlock {
	line-height:auto;
}

div#blog div#blogColumn p.imageBlock a{
	padding:0;

}

div#blog div#blogColumn p.imageBlock a img{
	border-style:solid;
	border-color:#020029;
	border-width:1px 1px 5px 1px;
	margin:0 0 5px 0;
	padding:0 0 0 0;
	vertical-align:bottom;

/*	border-color:#020029;
	border-width:1px;
	margin-bottom:10px;
	padding:0;*/
}

div#blog div#blogColumn p.imageBlock a:hover img{
	border-color:#91c7f2;
}

div#blog div#blogColumn p{
	margin-top:0;
}

div#blog div#blogColumn a.anchor{
	padding:0;
}

div#blog div#blogColumn blockquote{
	font-style:italic;
	margin:.5em 0 0 0;
	padding:.5em 0 .5em 1em;
	border-left:5px solid #020029;
}

div#blog div#blogWeeksColumn{
	position:relative;
	width:160px;
	float:left;
	text-align:right;
}

div#blog div#blogWeeksColumn ul, div#blog div#blogChoiceColumn  ul{
	list-style:none;
	padding:0;
	margin:0;
}


div#blog div#blogChoiceColumn{
	position:relative;
	width:220px;
	float:left;
	text-align:right;
}


div#blog h1{
	font-size:36px;
	font-weight:normal;
}

div#blog span#imagesize{
	font-size:14px;
	font-weight:normal;
}

/* div#blog h2{
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:bold;
}

div#blog h2 span{
	font-size:14px;
	font-weight:normal;
	color:#91c7f2;
}

div#blog ul{
	list-style:none;
	padding:0;
	margin:0;
}

div#blog li{
	position:relative;
	display:block;
	float:left;
	width:310px;
}

div#blog li div.left{
	position:relative;
	width:69px;
	float:left;
}

div#blog li div.right{
	margin-left:70px;
}
*/