/* CSS Document */

/* Basics */

* {
	margin:0;
	padding:0;
}

p {
margin-bottom:10px;
}


p.videotext {
float:right;
padding-right:40px;
font-style:italic;
font-size:75%;
}

body {
	color:#000;
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	background: #222;
}

.clear {
	clear:both;
}

a:link,
a:visited,
a:active {
	color: #BE8A03;
	text-decoration:none;
}

a:hover {
	color: #000;
}

.offScreen {
	display: none;
}



/* Body Details */

body {
	margin: 30px 0;
}





/* Page details (ALL page content) */

#page {
	position: relative;
	margin: 0 auto;
	width:757px;
	border: 3px #BE8A03 solid;
	
	background:url(images/footer.gif) #FFF no-repeat bottom;
}


/* Site Holder Details (Site Content) & aligns all the content */

#siteHolder {
	width: 757px;
	margin: 0;
	background-position:91% 89%;
	padding-bottom:10px;
	
}

#siteHolderHome {
	width: 757px;
	margin: 0;
	background:url(images/proper-logo.gif) no-repeat;
	background-position:97% 92%;
	padding-bottom:10px;
	
}




/* Header Details */

#header {
	
}

/* logo */
#header img {
	float:left;
	margin-right:20px;
	
	display: block;
	
	border:none;
}	

#header h1 {
	float:left;
	font-size: 130%;
	
	width: 400px;
	
	margin: 20px 0 0px 5px;
	
	color: #000;
}


#headercont {
  margin: 0px;
  padding: 0px;
  float: left;
  clear: both;
  
}

#headercont .left {
  margin: 0px;
  padding: 0px;
  float: left;
  clear: left;
  
}


#headercont .right {
  margin: 0px;
  padding: 0px;
  float: right;
  clear: right;
  width:170px;
  position:absolute;
  top:0px;
  left:587px;
  
}

#headercont .right img {
float:right;
margin:0;
padding:0;
width:150px;
}


#header .right img {
  margin: 0px;
  padding: 0px;

  
}

/* Nav Details */
#nav_ctr {
width:560px;
	height: 60px;
	padding-left: 5px;
	float: left;	
	font-size: 1em;
	line-height: 1em;
}

#nav a:link,
#nav a:visited,
#nav a:active {
	color: #000;
	border-bottom: #FFF;
	text-decoration:none;	
	border: none;
}

#nav a:hover {
	border-bottom: 1px solid #BE8A03;
}

/* Top Navbar of snap in top menu bar layout*/

#nav ul {
    display: none;
    height: 25px;
    position: relative;
    z-index: 500;
}

#nav li {
    list-style: none;
    list-style-position: outside;
    background: #FFF;
    float: left;
    margin-right: 9px;
}

#nav li ul li a {
    margin-right: 9px;
}

#nav li a {
    color: #000;
    height: 15px;
    text-decoration: none;
    line-height: 15px;
    overflow: hidden;
    float: none !important;
    float: left;
    display: block;
}

#nav li ul li a {
    background: #fff;
    float: left;
}

#nav li ul li {
    display: inline;
}

#nav a:hover {
    color: #BE8A03;
}

#nav a:active {
   color: #BE8A03;
}

#nav li.active  {
	background: #fff;
}

#nav li.active a {
    color: #000;
    position: relative;
    z-index: 999999;
    border-bottom: 1px solid #BE8A03;
}

#nav li.active ul.subnav {
    display: block;
    position: absolute;
    top: 90px;
    left: 125px;
   
	width:710px;
}

#nav li.active ul.subnav a {
    color: #BE8A03;
    font-weight: normal;
    border: none;
	height:50px;
    
    cursor: pointer;

}

img.properlogo {
position:relative;
}


li#menu27 ul{
		padding-left:3.5em;
		margin-top: 0px;
		}
		
li#menu31 ul {
		padding-left:11em;
		}
		
div.commentform input, div.commentform textarea {
float:left;
margin:5px;
}

div.commentform p {
float:left;
width:300px;
}
		
		
		

#nav li.active ul.subnav li {
    margin: 0;
}

#nav li.active ul.subnav a:hover {
    color: #000; 
    background-color: #fff;
}

#nav li.active ul.subnav a:active {
    color: #fff;
}

/* Breadcrumbs */
#breadcrumbs {
	font-size: 0.8em;
}


/* Top Image || Flash */
#topImage {
	width: 757px;
	height: 162px;
	
	margin-bottom: 125px;
	}


.newsnav span, .newsnav a {
margin-right: 5px;
}


/* Content Wide Details */
#contentwide {
	width:807px;
	line-height: 1.5em;
	margin-bottom: 55px;
}

#contentwide h2 {
	font-size: 130%;
	margin-bottom: 5px;
}


/* Content Details */
#content {
	width:757px;
	background:url(images/bg_dash.gif) repeat-y 480px;
	line-height: 1.5em;
	margin-bottom: 105px;
}

#content h2 {
	font-size: 130%;
	margin-bottom: 5px;
}

.column {
	float: left;
}

.first {
	margin-left: 20px;
}

.last {
	float:right;
	width:
}

/* Column types */
	.column.type_1 {
		width: 425px;
	}
	
	.column.type_2 {
		width: 717px;
	}

/* News */

.ditto_summaryPost {
	margin-bottom: 20px;
}

#content .posted {
	font-size: 80%;
	color:#ccc;
	margin-bottom: 10px;
}

#content .summary {
	font-size: 120%;
	color:#000;
	margin-bottom: 10px;
	font-weight: bold;
}


/* Item Box */

.itemBox {
	background: #DDE6E9;
	padding: 15px;
	
	width: 215px;
	margin: 10px 0;
}

.itemBox h3 {
	margin-bottom: 0px;
}

.itemBox .date {
	color:#333;
}

.itemBox .linkOn {
	margin-top: 2px;
	margin-bottom: 14px;
}

.itemBox ul li {
	list-style-image:url(images/arrow.gif);
	margin-left: 20px;
	padding-left: 10px;     
	padding-bottom: 10px;
}


.imgBar
{
float:right;
text-align:center;
margin-right: 40px;
}
.imgBox
{
border: 1px solid #CCC;
padding: 10px;
margin: 20px 0px;
max-width:170px;
}

.imgBox img
{max-width:170px;
}


/* Content Footer */

/* crumbs pic */
#content_footer {
	clear:both;
	text-align:right;
	margin-top: 15px;
}



/* Footer */

/* Footer */
#footer {
	width: 700px;
	position: relative;
	margin: 0 auto;	
	text-align: center;
	margin-top: 10px;
}

#footer p {
	
	font-size: 11px;
	color:#fff;
}

#footer p a {	
	color:#BE8A03;
	cursor: pointer;
}

#footer p a:hover {
text-decoration:underline;
}

a.map {
display:block;
position:relative;
width:240px;
height:80px;
top:-245px;
left:503px;
}

#outerpage {
	position: relative;
	margin: 0 auto;
	width:757px;
}





























