/* andreas02 - a free xhtml/css website layout by Andreas Viklund - http://andreasviklund.com - Free to use for any purpose as long as the proper credits are given to the original author.

Version: 2.0 (Jan 29, 2007)

Screen layout: */

body {
padding:15px 0 0 0;
margin:0;
font:85% tahoma, verdana, sans-serif;
background:#e0e0e0;
color:#303030;
}

a {
color:#303030;
text-decoration:none;
border-bottom:1px dotted #505050;
}

a:hover {
color:#303030;
text-decoration:none;
border-bottom:1px solid #505050;
}

h1 {
margin:0 0 20px 0;
font-size:2.2em;
font-weight:normal;
}

h2 {
margin:0 0 12px 0;
font-size:1.7em;
font-weight:normal;
}

h3 {
margin:0 0 10px 0;
font-size:1.4em;
font-weight:normal;
}

p {
margin:0 0 15px 0;
line-height:1.5em;
text-align:left;
}

a img {
border:0;
}

/* Main container */

#container {
margin:0 auto 20px auto;
width:954px;
padding:5px 20px 20px 20px;
background:#ffffff;
}

/* Site title section */

#logo {
margin:10px 0 0 0;
float:left;
text-align:left;
}

#logo h1 a {
color:#505050;
border:none;
}

#logo h1 a:hover {
color:#303030;
text-decoration:none;
border:none;
}

#bannertop 
{
	margin:15px 0 0 0;
	position:static;
	float:right;
	border:solid 1px grey;
	text-align:right;
	}

/* Navitab menu */

#navitabs {
clear:both;
}

.navitab {
padding:4px 8px 4px 8px;
margin:0 0 4px 0;
text-decoration:none;
font-size:1.1em;
background:#1e66a8 url(../images/corner.gif) top right no-repeat;
border-bottom:1px solid #ffffff;
color:#ffffff;
border-left:1px solid #ffffff;
}

.navitab:hover {
text-decoration:none;
background:#000 url(../images/corner.gif) top right no-repeat;
border-bottom:1px solid #ffffff;
color:#ffffff;
}

.activenavitab {
padding:4px 8px 5px 8px;
color:#ffffff;
margin:0 0 5px 0;
font-size:1.1em;
text-decoration:none;
background:#000 url(../images/corner.gif) top right no-repeat;
}

.activenavitab:hover {
text-decoration:none;
color:#ffffff;
}

/* Header description */

#desc {
height:200px;
padding:0;
 background:#ffffff url(../images/front2.jpg) top left no-repeat; 
/* background:#ffffff top left no-repeat; */
clear:both;
margin:5px 0 15px 0;
}

#desc .boxleft {
width:290px;
font-size:1em;
line-height:1.3em;
padding:0 0 0 15px;
overflow:hidden;
max-height:190px;
float:left;
text-align:left;
color:#ffffff;
}

#desc .boxmain {
width:595px;
font-size:1em;
line-height:1.3em;
padding:0 0 0 30px;
overflow:hidden;
max-height:190px;
float:left;
text-align:left;
color:#000000;
}

#desc .boxmain	a {
color:blue;
text-decoration:none;
border-bottom:1px dotted blue;
}

#desc .boxmain a:hover {
color:blue;
text-decoration:none;
border-bottom:1px solid blue;
}

#desc .boxmain img {
padding:0 0 0 10px;
}



#desc .boxleft h2 {
padding:15px 15px 0 0px;
color:#ffffff;
}

#desc .boxmain h2 {
padding:15px 15px 0 0px;
color:#000000;
}

#desc a {
color:#ffffff;
text-decoration:none;
border-color:#ffffff;
}

/* Main content */

#main {
width:955px;
float:left;
padding:0 0px 0 0;
}

#main .breadcrumb 
{
	font-size:1em;
	background-color:#f7f7f7;
	display:block;
	border:solid 1px #cccccc;
	padding-left:5px;
	}
	
	#main .boxleft 
{
	font-size:1em;
	margin-bottom:5px;
	display:block;
	border:solid 1px #cccccc;
	padding:5px 5px 5px 5px;
	float:left;
	width:48%;
	}
	
	#main .boxright 
{
	font-size:1em;
 margin-bottom:5px;
	display:block;
	float:right;
	border:solid 1px #cccccc;
	padding:5px 5px 5px 5px;
	width:48%;
	}
	
#main	a {
color:blue;
text-decoration:none;
border-bottom:1px dotted blue;
}

#main a:hover {
color:blue;
text-decoration:none;
border-bottom:1px solid blue;
}


/* Footer */

#footer {
clear:both;
background:#fafafa;
padding:0;
margin:0;
border-top:1px solid #d8d8d8;
}

#footer a {
color:#808080;
}

#footer a:hover {
color:#303030;
}

#footer p {
color:#808080;
font-size:1.1em;
line-height:1.3em;
margin:15px 0 0 0;
padding:0;
}

/* Various classes */

.photo {
padding:2px;
margin:0 0 8px 0;
background-color:#f0f0f0;
border:1px solid #d8d8d8;
}

.right {
margin-top:-8px;
text-align:right;
}

.block {
background:#f0f0f0;
padding:10px;
}

.sidelink {
text-align:left;
display:block;
width:150px;
background:#f0f0f0 url(../images/corner.gif) top right no-repeat;
padding:3px 4px 3px 8px;
margin:5px 10px 5px 0;
border:none;
}

.sidelink:hover {
background:#e0e0e0 url(../images/corner.gif) top right no-repeat;
text-decoration:none;
border:none;
}

.hide {
display:none;
}

/*Listview style*/

.categoryContainer div
        {
            width: 31%;
            font-size:small;
            border: 1px solid #cccccc;
            float:left;
            text-align:center;
            padding:3px;
            margin:3px;
        }
        
        .categoryContainer a
        {
            text-decoration:none;
        }
        
        .categoryContainer div:hover
        {
            background-color:#eeeeee;
        }
        
        #selected
        {
            background-color:silver;
        }
        
        .mainform {
	
	background:#eee;
	
	padding:10px 20px;
	width:94%;	
	}
	
	.mainform ol {
		list-style:none;
		margin:0;
		padding:0;
		}
		
		mainform li {
			padding:6px;
			background:#e1e1e1;
			margin-bottom:1px;
			}
			
			 li 
	{
	padding:0;
	margin:20px;
	list-style-type:square;
	}
			
			.mainform li#send {
				background:none;
				margin-top:6px;
				}
		
		.mainform label {
			float:left;
			width:120px;
			text-align:right;	
			margin-right:7px;
			color:#0066CC;
			line-height:23px; /* This will make the labels vertically centered with the inputs */
			}
			
		.mainform input{
			padding:4px;
			font:12px tahoma, verdana, sans-serif;
			border:1px solid #999999;
			width:200px;
			}
		.mainform textarea {
			padding:4px;
			font:12px tahoma, verdana, sans-serif;
			border:1px solid #999999;
			width:500px;
			height:300px;
			}
			
			.mainform input:focus,
			.mainform textarea:focus {
				border:1px solid #666;
				background:#e3f1f1;
				}
			
		.mainform li#send button {
			background:#003366 url(images/css-form-send.gif) no-repeat 8px 50%;
			border:none;
			padding:4px 8px 4px 8px;
			border-radius:15%; /* Don't expect this to work on IE6 or 7 */
			-moz-border-radius:15%;
			-webkit-border-radius:15%;			
			color:#fff;
			margin-left:77px; /* Total width of the labels + their right margin */
			cursor:pointer;
			}
			
			.mainform li#send button:hover { 
				background-color:#006633;
				}
				
				.floatleft
		{
			float: left;
			width: 365px;
			height: 100px;
			margin-right:13px;
			margin-left:0px;
			background-color: #Ffffff;
			border: 1px solid #cccccc;
		}
		
		.floatleftheader 
		{
			width:359px;
			float: left;			
		 padding:2px 3px 0px 3px;			
		 background-color: #cccccc;
		}
		
		.floatleft p
		{
			padding:3px 3px 3px 3px;
			}
		
		.floatmain
		{
			float: left;
			width: 745px;
			height: 100px;
			margin-bottom:10px;
			background-color: #Ffffff;
			border: 1px solid #cccccc;
		}
		
		.floatmainheader 
		{
			width:739px;
			float: left;			
		 padding:2px 3px 0px 3px;			
		 background-color: #cccccc;
		}
		
		.floatmain p
		{
			padding:3px 3px 3px 3px;
			}
			
			
			.box1 
			{
				float: left;	
			height: 100px;
	background-color: #f0f0f0;
	width: 347px;
	height:auto;
	margin: 0px 10px 10px 0;
	padding: 10px;
	border: 1px solid #d7d7d7;

	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	behavior: url(border-radius.htc);
}

.box1 img 
{
 margin-left:10px;
 float:right;
	}

.box2 {
	float: left;	
			height: 100px;
	background-color: #f0f0f0;
	width: 725px;
	height:auto;
	margin: 0px 10px 10px 0;
	padding: 10px;
	border: 1px solid #d7d7d7;

	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	behavior: url(border-radius.htc);
}


.rel {
	margin: 0px 0 0 0px;
	padding: 0px;
	position: relative;
	z-index: inherit;
	zoom: 1; /* For IE6 */
}