body{
margin:0px;
padding:0px;
background:url(../images/main-back.jpg) center top;
}

@font-face {
    font-family: 'BrandonGrotesqueRegularItalic';
    src: url('../fonts/brandon_reg_it-webfont.eot');
    src: url('../fonts/brandon_reg_it-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/brandon_reg_it-webfont.woff') format('woff'),
         url('../fonts/brandon_reg_it-webfont.ttf') format('truetype'),
         url('../fonts/brandon_reg_it-webfont.svg#BrandonGrotesqueRegularItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BrandonGrotesqueRegular';
    src: url('../fonts/brandon_reg-webfont.eot');
    src: url('../fonts/brandon_reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/brandon_reg-webfont.woff') format('woff'),
         url('../fonts/brandon_reg-webfont.ttf') format('truetype'),
         url('../fonts/brandon_reg-webfont.svg#BrandonGrotesqueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CalibriRegular';
    src: url('../fonts/calibri-webfont.eot');
    src: url('../fonts/calibri-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/calibri-webfont.woff') format('woff'),
         url('../fonts/calibri-webfont.ttf') format('truetype'),
         url('../fonts/calibri-webfont.svg#CalibriRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


#main-wrapper{
width:960px;
margin:auto;
}

#left-panel-top{
width:700px;
float:left;
margin-top:20px;
}

#right-panel{
width:75px;
float:right;
margin-top:20px;
}

.menu-top{
width:150px;
float:left;
text-align:center;
font-family: 'BrandonGrotesqueRegular';
font-size:15px;
color:#FFFFFF;
text-transform:uppercase;
line-height:30px;
text-decoration:none;
}

.menu-top:hover{
width:150px;
background:url(../images/menu-hover.png);
-moz-border-radius:5px;
border-radius: 5px 5px 5px 5px;
float:left;
text-align:center;
font-family: 'BrandonGrotesqueRegular';
font-size:15px;
color:#FFFFFF;
text-transform:uppercase;
line-height:30px;
}


.menu-top-selected{
background: url(../images/menu-hover.png);
	color: #fff;
	border-top: solid 1px #f8f8f8;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);
border-radius: 2em;
	font-family: 'BrandonGrotesqueRegular';
font-size:15px
}
	

.clear{
clear:both;
}

.logo{
margin-top:45px;
}

#box-panel{
width:577px;
margin:auto;
margin-top:25px;
}

.green-text{
font-family: 'BrandonGrotesqueRegular';
font-size:24px;
color:#81ba08;
line-height:30px;
}

.light-blue-text{
font-family: 'BrandonGrotesqueRegular';
font-size:24px;
color:#69d9fb;
line-height:30px;
}

.main-content-text{
color:#b3ebfc;
font-size:14px;
font-family: 'CalibriRegular';
line-height:18px;
}

.input-home {
    background: url("../images/input-back.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #BEBEBE;
    border-radius: 5px 5px 5px 5px;
    float: left;
    padding: 15px;
    width: 360px;
	margin-top:10px;
	margin-bottom:10px;
}

.download-button{
float:right;
width:136px;
margin-top:10px;
	margin-bottom:10px;
}

.green-text-small{
color:#99dd08;
font-size:14px;
font-family: 'CalibriRegular';
line-height:18px;
}

.line-back{
background:url(../images/line-box.png) repeat-x;
height:1px;
}

.top-blue-heading{
font-size:18px;
color:#69d9fb;
line-height:30px;
border-bottom:solid 1px #00212b;
}

h1{
font-family: 'BrandonGrotesqueRegular';
font-size:36px;
color:#baeafd;
margin:0px;
padding:0px;
font-weight:normal;
margin-bottom:20px;
}

.internal-round-box{
 background-color:#037194; 
  width:960px;
  border:solid 1px #035976;
-moz-border-radius:5px;
border-radius: 5px 5px 5px 5px;
}

h2{
font-family: 'BrandonGrotesqueRegular';
color:#83bd07;
font-size:22px;
margin:0px;
font-weight:normal;
padding:0px;
margin-top:10px;
margin-bottom:10px;
}
.internal-content{
font-size:14px;
font-family: 'CalibriRegular';
color:#FFFFFF;
line-height:20px;
}



.box-back-main{
background:url(../images/main-back-two.png) repeat-y;
width:577px;
float:left;
}


  
  /*menu-css*/


#nav {
	margin: 0;
	padding: 4px 0px 0;
	line-height: 100%;
	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	font-family: 'BrandonGrotesqueRegular';
font-size:15px;
color:#FFFFFF;

}
#nav li {
	margin: 0 5px;
	padding: 0 0 0px;
	float: left;
	position: relative;
	list-style: none;
font-family: 'BrandonGrotesqueRegular';
font-size:15px;
color:#FFFFFF;
}


/* main level link */
#nav a {
	font-family: 'arial';
font-size:15px;
color:#FFFFFF;
text-transform:uppercase;
	text-decoration: none;
	display: block;
	padding:  8px 8px;
	margin: 0;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	
}
#nav a:hover {
	background: #4068a8;
	color: #fff;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
background: url(../images/menu-hover.png);
	color: #fff;


	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);

	
}

a{
font-family: 'CalibriRegular';
font:14px;
color:#FFFFFF;
text-decoration:none;
line-height:18px;
}

a:hover{
font-family: 'CalibriRegular';
font:14px;
color:#FFFFFF;
text-decoration:none;
line-height:20px;
}

.ad{
margin-top:10px;

}
.m2{
margin-top:10px;
font-family: 'CalibriRegular';
color:#b3ebfc;
font-size:16px;
}
