body{
	margin:0px;
	padding:0px;	
	font-family: futuraLight;
	background-color:#223657;
	background-image:url(../images/a15_bkg.png);
}
div.clear{
	clear:both;
}
div.break{
    background-image:url(../images/dash.png);
    background-repeat:repeat-x;
    height:3px;
    width:885px;
    margin:5px 0px 10px;
}
.block{
	display:block;
	float:left;	
}
.cursor{
    cursor:pointer;
}
.round_tp{
	-moz-border-radius: 10px 10px 0px 0px ;
	-webkit-border-radius: 10px 10px 0px 0px ;
}
.round_bt{
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
}
@font-face{
	font-family: futuraLight;
	src: url(../fonts/FuturaStd-Light.otf);
}

@font-face{
	font-family: futuraExBold;
	src: url(../fonts/FuturaStd-ExtraBold.otf);
}
h1,h2{
    font-family:futuraExBold;
	color:#B5B5B5;
    width:330px;
    margin:0px;
    padding:0px 0px 30px 0px;
	text-transform:uppercase;
}
h3, h4, h5, h6{
	font-family:futuraExBold;
	color:#0A6C99;
    width:330px;
    margin:0px;
    padding:0px 0px 10px 0px;
    border:1px solid black;
	text-transform:lowercase;
}
p{
    font:18px helvetica,arial;
	color:#B5B5B5;
    margin:0px;
    padding:0px 0px 10px 0px;
}
p.postername{
    font-family:futuraExBold;
    font:20px;
	color:#223657;
    margin:0px;
    padding:10px 25px;
    width:800px;
}
.created{
    font:10px helvetica,arial;
	color:#0A6C99;
    margin:0px;
    padding:0px;
}
p.postcontent{
    font:14px helvetica,arial;
	color:#B5B5B5;
    margin:0px;
    padding:0px 25px 10px 25px;
}
div#maincontainer{
	width:1030px;
	min-height:300px;
	margin:0px auto 90px;
	background-color:white;
	background-image:url(../images/side.png);
	background-repeat:repeat-y;
}
div#banner{
	width:1030px;
	height:129px;
	background-image:url(../images/banner.png);
	background-repeat:repeat-x;
	float:left;
}
.shadow {
 -moz-box-shadow: 0px 0px 55px #000;
 -webkit-box-shadow: 0px 0px 55px #000;
  box-shadow: 0px 0px 55px #000;
}

#alright{
  float:left;
  width:139;
  min-height:20px;
}
#al{
  float:left;
  width:130px;
  height:78px;
  background-image:url(../images/name.png);
}

#drop{
  display:none;
	width:112px;
	min-height:20px;
	background-color:#012a55;
	position:relative;
	z-index:1;
	left:25px;
	top:-5px;
	padding:15px 0px;
	margin:0px;
}
div#drop a{
	display:block;
	position:relative;
	width:112px;
	text-align:center;
	z-index:1;
	padding:0px;
	margin:0px auto;
}
div.sidedisplay{
	width:90px;
	min-height:600px;
	padding:0px 0px 0px 18px;
	margin:0px 0px 80px 0px;
	float:left;
}
ul.mainnav{
	display:block;
	float:left;
	padding:0px 0px 0px 10px;
	min-width:712px;
}
a.navcolor{	
	font-size:16px;
	color: white;
	list-style-type: none;
	text-decoration: none;
    min-width:20px;
	padding:0px;
	margin:0px auto;
} 
ul.mainnav a li{
	display:block;
	float:left;
	margin:45px 10px 0px 0px;
	width:170px;
	height:30px;
	line-height:30px;
	text-align: center;
}
.one{
    color: white;
    background-position:top;
    background-image: url(../images/state.png);
}
.on {
  color:white;
  -moz-box-shadow: 0px 0px 10px #fff;
  -webkit-box-shadow: 0px 0px 10px #fff;
  box-shadow: 0px 0px 10px #fff;
  background-position-y:-36px;
  background-image: url(../images/state.png);
}
.on2{
  -moz-box-shadow: 0px 0px 10px #043f6b;
  -webkit-box-shadow: 0px 0px 10px #043f6b;
  box-shadow: 0px 0px 10px #043f6b;
  background-color:#043f6b;
}
.selected {
  color:#262223;
  background-position-y:36px;
  background-image: url(../images/state.png);
}

.name{
	margin:20px 0px 0px 15px;
}
.nameglow{
  display:none;
}

div#content{
	width:885px;
	min-height:500px;
	float:left;
    margin:0px 0px 10px 0px;
}
div#container{
    color:#378CC1;
    text-transform:lowercase;
	min-width:346px;
	min-height:500px;
	margin:0px auto;
	padding:0;
}
#name, #email, #subject{
    color:#777777;
    margin:5px 0px;
    padding:5px;
    width:385px;
    height:20px;
    border:1px solid #B5B5B5;    
}
textarea{
    color:#777777;
    margin:5px 0px;
    padding:5px;
    width:385px;
    height:150px;
    border:1px solid #B5B5B5;
    resize: none;
}
div.icon{
	width:70px;
	height:70px;
	margin:0px 0px 10px 0px;
	float:left;
}
div.icon .a1{
	background-image:url(../images/icon.png);
	background-position-y:0px;
}
div.icon .a2{
	background-image:url(../images/icon.png);
	background-position-y:70px;
}
div.icon .a3{
	background-image:url(../images/icon.png);
	background-position-y:140px;
}
div.icon .a4{
	background-image:url(../images/icon.png);
	background-position-y:210px;
}
div.icon .a5{
	background-image:url(../images/icon.png);
	background-position-y:280px;
}


.fade{
  display:none;
}

.sideimg{
  display:none;
  margin:0px 0px 0px 8px;
  padding:0px;
}
a.leavecomment{
    width:885px;
	min-height:20px;
    color:#B5B5B5;
    text-transform:lowercase;
    text-align:right;
    display:block;
    float:left;
    text-decoration:none;
    margin:10px 0px 30px 0px;
}
div.postcontent{
    width:885px;
	min-height:40px;
	float:left;
    padding:0px;
    margin:0px 0px 50px 0px;    
}
.button{
	width:172px;
	height:36px;
	display:block;
	margin:0px auto;
	padding:0px 0px 30px 0px;
	border:0px;
}
/*.post{
	background-image:url(../images/post.png);
	background-position:0px 0px;
	background-repeat:none;
}
.comment{
	background-image:url(../images/comment.png);
	background-position:0px 0px;
	background-repeat:none;
.submit{
	background-image:url(../images/submit.png);
	background-position:0px 0px;
	background-repeat:none;
}*/
