* {
	padding : 0;
	margin : 0;
}

body {
	background-color:#212121;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	color : #585858;
}

h1, h2, h3, h4, h5, p {
	font-weight:bold;
	margin-left:20px;
	margin-right:10px;
	margin-top:2px;
	}				
h1 {
	font-size:1em;
	color:#4E9230;
	margin-top:20px;
	}
h2 {
	font-size:1.0em;
	color:#081B42;
	}
	
h3 {
	font-size:1.3em;
	color:#3975D8;
	}	
h4 {
	font-size:.8em;
	color:#5085B6;
	}	
h5 {
	font-size:.7em;
	font-weight:bold;
	color: #323232;
	}			
p   {
	font-size:.80em;
	color:#E6E6E6;
	font-weight:normal;
	line-height:1.5em;
	padding-left:0.8em;
	padding-right:0.8em;
	}
	
a   {
	color:#072CB9; 
	font-size:.80em;
	font-weight:bold;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}	
p a {
	font-size:inherit;
	font-size:0.9em;
	}

.active {
	float:right;
	padding:10px 10px 0 0;
}
/******************************************************************/

/*	dives starts here

/******************************************************************/
div#layer, div#top_nav, div#banner{
	width:800px;
}

div#layer {
	padding : 0;
	margin:0 auto;
	z-index:10;
	margin-top:5px;
}

div#top_nav{
	position:relative;
	width:800px;
	height:30px;
	background-image: url(images/back.gif);
	background-repeat:repeat-x;
	z-index:100;
	/*border:#ff0 1px solid;*/
}
/*
div#top_nav p{
	color:#CCCCCC;
	font-size:11px;
	line-height:30px;
	padding:0px 0 0 30px;
	font-weight:bold;
}
*/
#topleft, #bottomleft, #topright, #bottomright {  
	 position: relative;
	 width:19px;
	 padding: 0;
	 margin:0;
	 top:0;
	 left:0;
	 /*border:#ff0 1px solid;*/
} 

#topleft, #bottomleft { 
	float:left;
} 
  
#topright, #bottomright { 
	float:right;
}

#topleft, #topright {
	height:31px;
}

#topleft{
	background-image:url(images/nav_left.jpg);
	background-repeat:no-repeat;
}

#topright {
	background-image:url(images/nav_right.jpg);
	background-repeat:no-repeat;
}

#bottomleft, #bottomright { 
	height:70px;
}

#bottomleft { 
	background-image:url(images/footer_left.jpg);
	background-repeat:no-repeat;
}

#bottomright { 
	background-image:url(images/footer_right.jpg);
	background-repeat:no-repeat;
}

#bottom {
	position:relative;
	width:800px;
	height:70px;
	background:url(images/footer_back.jpg) repeat-x 0 0;
	margin-top:10px;
}

div#banner{
	z-index:100;
	margin:0;
	padding:0;
	/*border:#ff0 1px solid;*/
}

#middle_content {
	width : 800px;
	background : inherit;
	background-color:#303030;
	padding:10px 0 10px 0;
	text-align:justify;
	z-index:100;
	/*border:# 1px solid;*/
	}

/******************************************************************/

/*	Footer

/******************************************************************/
#footer {
	background:url(images/footer.jpg) repeat-x 0 0;
	width:800px;
	padding:10px 0 10px 0;
	/*border:1px solid #ff0000;*/
	text-align:right;
	}

#footer a{
	text-decoration:underline;
	color:#EAEAEA;
	padding:0 8px 0 0;
	float:inherit;
	}

#footer p a{
	text-decoration:underline;
	color:#EAEAEA;
	padding:0 8px 0 0;
	font-size:0.9em;
	}
	
#footer a:hover{
	text-decoration:none
	}

#tested{
	position:absolute;
	width:100%;
	bottom:0;
	border:#171717 solid 1px;
}

#footer .validateText{
	color:#656565;
	font-size:0.75em;
}

#footer .validateText p a{
        color:#656565;
	margin:0;
	padding:0;
}

#footer .validateText a{
        color:#656565;
	margin:0;
	padding:0;
}

/******************************************************************/

/*	clear div

/******************************************************************/

.cleardiv {
	clear:both;
	height:1%;
	}


/******************************************************************/

/*	Sortable Dives

/******************************************************************/
.contentColumn, .contentColumnPages{
	float: left;
	min-height:80px;
	text-align:justify;
	z-index:1;
}

.contentColumn {
	width: 48%;
	margin-left:1%;
	}
.contentColumnPages{
	width: 90%;
	margin-left:5%;
	}
.contentColumnPages li{
	font-size:0.75em;
	margin-left:50px;
}

ul.list {
	list-style-image: url(images/list.png);
	background-repeat: no-repeat;
	padding-left:25px;
	margin-top:15px;
	margin-left:20px;
	}
	
.contentBox {
	margin-bottom: 11px;
	z-index:10;
}

.contentBox .contentHeading {
	line-height: 28px;
	background-color: #1845AC;
	border:solid #0A3396;
	border-width:1px 1px 0 1px;
	color: #F6F8FE;
	padding: 0 10px;
	cursor: move;
	font-weight: bold;
	font-size: 0.9em;;
	height: 28px;
	position: relative;
	z-index:10;
	}

.contentColumn h4, contentColumnPages h4 {
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	}
.contentHeading {
	z-index:500;
	}
.contentBox .contentHeading a {
	position: absolute;
	right: 10px;
	top: 0px;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #1D69A2;
	padding-top:0;
	}

.contentText {
	text-align:justify;
	border:1px solid #0A3396;
	background-color:#D8E3FD;
	padding:5px 0 10px 0;
	min-height:150px;
	z-index:50;
	}

.contentColumnPages .contentText {
	min-height:0px;
}

.contentColumnPages .contentText a{
	float:right;
	padding-right:20px;
}

.contentText p{
	color:#343434;
	padding-left:0.1em;
	}
	
.contentBoxBack {
	background-color:#282828;
	border: 1px dashed #515151;
	width: auto !important;
	z-index:30;
	}

.pdf{
	background-image: url(images/pdf.png);
	background-repeat: no-repeat;
	padding-left:25px;
	padding-bottom:5px;
}
/******************************************************************/
/*	gallery divs
/******************************************************************/
#gallery_container {
	position:relative;
	width:315px;
	padding-left:0px;
	float:left;
	z-index:100;
	margin:10px 0 0 25px;
	/*border:1px solid #ff0000;*/
}

#thumbs {
	position:relative;
	display:block;
	width:315px;
	height:120px;
	overflow:auto;
	float:left;
	background-color:#CCDAFC;
	border:1px solid #98B7FE;
	border-width:1px 0 1px 1px;
	padding:5px 0 5px 5px;
	z-index:1000;
}

#thumbs a {
	display:block;
	float:left;
	margin:5px;
	background:#f8f8ff;
	width:50px;
	height:50px;
	border:1px solid #000;
	z-index:10000;
}

 #thumbs a img {
	 width:50px;
	 height:50px;
	 border:0;
 }
/*
 #thumbs a:hover {
	 opacity:0.5;
	 filter:alpha(opacity=40);
 }
 */
/******************************************************************/
/*	Contact Form
/******************************************************************/
.error p{
	color:#FF0000;

}
.contact{
	width:90%;
} 

input, textarea {
	border: 1px solid #00A8E6;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
	margin-left:20px;
	font-size:0.85em;
	font-weight:bold;
	border:#6CB4F8 1px solid;
}

fieldset legend{
	color:#0153A1;
}
label {
	font-weight: bold;
}

.form-row {
	clear: both;
	padding: 0.5em;
}

.button{
	background-color:#5BAEFD;
}