/*BROWSER RESET*/

*{
  margin:0;
  padding:0;
}

html{
	min-height: 100%;
	height: auto;
}

table{
  border-collapse:collapse;
}

td{
  vertical-align:top;
}

/*COMMON STYLES*/

body{
    background:#1D1D41;
	height:100%;
  color:#fff;
  font:normal normal 80% arial,sans-serif;
  line-height:1.4em;
}

a,a:active,a:visited{
  color:#424293;
  text-decoration:underline;
}

a img{
  border:0px !important;
}

p{
  padding:10px 0 10px 0;
}

h3{
  font-weight:bold;
  font-size:1.6em;
  padding:10px 0 10px 0;
}

h4{
  font-weight:bold;
  font-size:1.3em;
  padding:10px 0 10px 0;
}

h5{
  font-weight:bold;
  font-size:1.1em;
  padding:10px 0 0 0;
}

ul{
  list-style-type:disc;
  margin:0 0 0 30px;
}

ol{
  margin:0 0 0 30px;
}

li{}

/*LAYOUT*/

#wrap{
  width:940px;
  padding:0px;
  background:url('images/grey-line.gif') 229px 0 repeat-y #000;
  border:1px solid #666;
  margin:20px auto 0 auto;
  overflow:auto;
  position:relative;
}

#wrapTop{
  width:938px;
  height:10px;
  background:#000;
  font-size:0em;
  position:absolute;
}

#wrapBottom{
  width:940px;
  overflow:auto;
  background:url('images/wrap-bottom.gif') bottom left repeat-x transparent;
}

/*footer*/

#footer{
  text-align:right;
  clear:both;
  width:940px;
  color:#fff;
  font-size:0.9em;
  margin:0 auto 0 auto;
}

#footer p{
  padding:3px 5px 5px 0;
  margin:0;
}

#footer a,#footer a:visited,#footer a:active{
  text-decoration:underline;
  color:#fff;
}

#footer a:hover{
  text-decoration:none;
}

/*SECTIONS*/

/*headings*/

h1{
  width:229px;
  height:210px;
  color:#000;
  font-size:1.1em;
  font-weight:bold;
}

h1 span{
  width:229px;
  height:210px;
  position:absolute;
  background:url('images/logo.jpg') top left no-repeat #000;
}


h2{
  width:675px;
  height:176px;
  color:#000;
  font-size:1.1em;
  font-weight:bold;
  margin-bottom:10px;
}

h2 span{
  width:675px;
  height:176px;
  position:absolute;
  background-repeat:no-repeat;
  background-color:#000;
  background-position:top left;
}


/*Navigation*/

#nav{
  width:229px;
  margin:10px 0 10px 0;
  float:left;
  padding-bottom:5px;
  border-right:0px solid #666;
}

#menu{
  list-style-type:none;
  margin:0 0 0 15px;
  font-weight:bold;
  color:#fff;
  font-size:1.1em;
}

#menu li{
  padding:0 0 10px 0;
}

#menu a,#menu a:active,#menu a:visited{
  color:#fff;
  text-decoration:none;
  display:block;
  padding:1px;
  width:197px;
}

#menu a:hover,li.on a{
  color:#000 !important;
  background:#999;
  padding:1px;
}

/*right column*/

#rightCol{
  width:675px;
  float:right;
  margin:17px 17px 17px 0;
  overflow:hidden;
  padding:0 0 15px 0;
  display:inline;
}

#rightCol img{
  margin:10px;
}

/*home featured*/

#homeFeatured{
  overflow:auto;
  width:680px;
}

#homeFeatured img{
  margin:0 5px 5px 0;
  width:165px;
  height:108px;
  float:left;
}

/*social links*/

#socialLinks{
  width:310px;
  height:32px;
  position:absolute;
  bottom:0px;
  right:0px;
}

#socialLinks img{
  float:left;
  margin:0 10px 0 0;
}

/*latest news*/

#newsWrap h3{
  width:100%;
  padding-bottom:5px;
  border-bottom:1px solid #666;
  margin:0 0 10px 0;
}

#newsWrap p{
  padding:0;
}

#newsLeft{
  float:left;
  width:330px;
}

#newsRight{
  float:right;
  width:330px;
}

/*contact page*/

.err{
  color:#e00;
  font-weight:bold;
}

#contactForm{
  float:left;
  width:330px;
  margin:10px 0 0 0;
}

#contactForm ul{
  list-style-type:none;
  margin:0;
  padding:0;
}

#contactForm li{
  clear:both;
  padding-bottom:10px;
  overflow:auto;
}

#contactForm fieldset{
  border:0;
  margin:0;
  padding:0;
}

#contactForm label{
  width:100px;
  float:left;
  clear:left;
  border:0;
}

label.checkbox{
  width:170px !important;
  float:left;
}

input.checkbox{
  float:left;
  width:20px;
  position:relative;
  top:3px;
}

#contactForm .submit{
  background:#999;
  color:#000;
  border:0px;
  float:right;
  padding:1px;
  font:normal bold 1em arial,sans-serif;
}

#contactForm .text{
  width:200px;
  float:right;
  clear:right;
  font:normal normal 1em arial,sans-serif;
  padding:1px;
}
/*
#contactForm .text:focus,#contactForm textarea:focus{
  background:#FDEBCF;
  border:1px solid #58595B;
}*/

#contactForm textarea{
  width:200px;
  float:right;
  clear:right;
  font:normal normal 1em arial,sans-serif;
  padding:1px;
  display:block;
  overflow:auto;
  height:130px;
}


#contactForm .err{
  color:#e00;
  float:right;
  clear:both;
  font-weight:bold;
  display:block;
  height:15px;
  width:230px;
  text-align:right;
}

#contactForm .toperr{
  color:#e00;
  padding:0px 0px 5px 0px;
  clear:both;
}

#address{
  width:200px;
  float:right;
}
