
/* CSS Document */
/* Top Elements */

* { margin: 0; padding: 0; outline: 0 }


body {
	background-image: url(../images/backg.jpg);
	background-repeat: repeat-x;
	font: 80%/165% "Arial", Helvetica, sans-serif, Geneva, Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}


#wrapper{
	margin: 0 auto;
	width:984px;
	
	
	
}

#topback{
	background-image:url(../images/topback.jpg);
	background-repeat:no-repeat;
	width:984px;
	height:17px;
	
	
}

#back{
	background-image:url(../images/back.png);
	background-repeat: repeat-y;
	width:984px;
	overflow:auto;
	
	
}

#bottomback{
	background-image:url(../images/bottomback.png);
    background-repeat:no-repeat;
	width:984px;
	height:27px;
	
}

#logo{
	float:left;
	margin-left:15px;
	margin-bottom:5px;

	
}

#tagline{
	float:left;
	margin-left:15px;
	margin-top:10px;	
}
#newsletter{
	float:right;
		margin-right:25px;
	
}

#contact{
	clear:right;
		float:right;
		margin-right:25px;
		color:#656CAE;
		font-size:150%;
	
		margin-top:0px;
		line-height:40x;
}
#contact a{
	text-decoration:none;
	color:#656CAE;
	line-height:30px;
	
}
#menu{
	clear:both;
	float:left;
	background-image:url(../images/menuback.jpg);
	background-repeat:repeat-x;
	background-color:#656DAF;
	width:960px;
	margin-left:08px;
	height:30px;
	
	}
	#header{
	clear:both;
	float:left;
	width:960px;
	margin-left:08px;
	border-bottom:5px solid #AADDF4;
	height:240px;
		}
	
	
#content{
	clear:both;
	float:left;
	width:705px;
	margin:15px;
	line-height:20px;
	border-right:1px dotted #AADDF4;
	padding-right:5px;
	
		
		}
		
		#gallerycontent{
				clear:both;
	float:left;
	width:950px;
	margin:15px;
	line-height:20px;
			
			
		}
		
#contentwrap{
	width:100%;
		clear:both;
	float:left;

	
	
	}		

#right{
	float:right;
	border: 0px solid #666;
	width: 215px;
	margin-top:10px;

margin-right:0px;
	
	}
		
		
#testtop{
	float:left;
	background-image:url(../images/testtop.jpg);
	background-repeat:no-repeat;
	width:235px;
	height:19px;
	margin-left:-40px;

	
}

#testmed{
	background-color:#C09462;
	width:214px;
	float:left;
	margin-left:-34px;
	color:#FFF;
	padding:0px 5px 0px 5px;
	font-family:"arial" ;
	font-size:125%;
	font-weight:bold;
	font-style:italic;
	
}
#testbottom{
		float:left;
	background-image:url(../images/testbottom.jpg);
	background-repeat:no-repeat;
	width:235px;
	height:19px;
	margin-left:-40px;
	
}

#sidepic{
	margin-top:20px;
	margin-left:-35px;
	
}

#content h1{
	font-size:130%;
	color:#6C78B6;
	
}

#content h2{
	font-size:120%;
	color:#56A2E0;
	
}

#content h3{
	font-size:110%;
	color:#56A2E0;
	
}


#content ul
{
list-style-type: none;
padding: 0;
margin: 0;
margin-left:10px;
}

#content li
{
background-image: url(../images/list.jpg) ;
background-repeat: no-repeat;
background-position: 0 .3em;
padding-left: 1.7em;
padding-top:2px;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

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


Links

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

#content a{
	color:#56A1E0;
	
}

#content a:hover{
	color:#C09462;}

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


Form Styles

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


/* General Forsm Styles */



label{ 

	font-weight: normal;}



fieldset { 

	padding:1.4em; 

	margin: 1em 0 1.5em 0; 

	border: 1px solid #E6E6E6;}

	

legend  { 

	font-size:1.5em;

	background:#fff;

	color:#777;

	border:1px solid #E6E6E6;

	padding:0.2em 1em}



/* Text fields */

.inputbox {

	width:250px;

	margin:0 0.25em 0 0;

	border: 1px solid #E6E6E6;

	color: #555;

	line-height:18px;

	padding:3px 5px;}

	.inputbox:hover,

	.inputbox:focus { background:#fff; border-color:#ccc;}

	.inputbox:focus	{color:#333;}

	

textarea {
	width: 90%;
	height: 200px;
	border: 1px solid #E6E6E6;
	color: #333;
	padding:5px 8px;
	margin:0.5em 0.5em 0.5em 0;
	overflow:hidden;
}

	textarea:hover,

	textarea:focus { background:#F9F9F9;}

	textarea:focus {color:#333}





select { 

	border:1px solid #E6E6E6;

	color: #999;

	padding:2px 2px 2px 4px!important;

	outline:none;}

	select:focus { 

		background:#fff}



/* Other */

form p img {

	float:none;

	margin:0;

	vertical-align:middle}





/* Success, Notice and Error Form Messages */

.success,

.notice,

.error { 

	padding:5px 10px 5px 40px;

	margin-bottom: 1.5em;}

	.success { 

		border:1px solid #C6D880;

		color: #264409;

		background:#E6EFC2 url(../images/typo_success.jpg) no-repeat 10px center}

	.notice { 

		border:1px solid #FFD324;

		color: #514721;

		background:#FFF6BF url(../images/typo_note.jpg) no-repeat 10px center }

	.error { 

		border:1px solid #FBC2C4;

		color: #8A1F11;

		background:#FBE3E4 url(../images/typo_error.jpg) no-repeat 10px center}



/* start - table */

table {

	border-collapse: collapse;

	margin: 10px;		

}

tr { background: #fff; }

tr.altrow { background: #F9F9F9;	}

th, td {

	text-align: left;			

	border-width: 1px;

  	border-style: solid;

}

th {
	color: #FFF;
	background: #6E7DB8;
	padding: .8em 1em;
	border-color: #6E7DB8;
}
tr {
	color: #333;
	background: #DFF1FD;
	padding: .8em 1em;
	border-color: #DFF4D5 #D3EFC3 #A7DF8A #D3EFC3;
}
td {

	border-color: #EFEFEF;	

	padding: .7em 1em;	

}	

/* end - table */


#footer{
	clear:both;
	float:left;
	margin-left:10px;
	background-color:none;
	
}
#footer a{
color:#56A1E0;

}

#footer a:hover{
	color:#C09462;}

