/* Start of CMSMS style sheet 'workstyle_left' */
/* andreas03.css */

body{
margin:0;
font:80% verdana,tahoma,sans-serif;
/*background:url(uploads/andeas03Lft/bodybg2.png) repeat;*/
background:#f5f2b7;
color:#222;
}

#thetop{
margin:0;
}

#container{
width:720px;
margin:10px auto 0 auto;
color:#222;
padding:40px 20px 0 20px;
background:#FFFFFF url(uploads/andeas03Lft/contbg1.png) no-repeat;
}

a{
text-decoration:none;
background-color:inherit;
color:#443d2d;
}

a:hover{
text-decoration:underline;
}

a img{
border:0;
}

p{
margin:0 0 15px 0;
line-height:1.5em;
background-color:#FFFFFF;
}

#main p,#sidebar p{
padding:10px 0 0 10px;
}


#logo{
float:right;
width:200px;
margin:0 0 0 20px;
padding:0 0 25px 0;
background:#fff;
text-align:center;
color:#555;
overflow:auto;
}
 * html body #logo{
float:right;
width:240px;
margin:0 0 0 10px;
padding:0 0 25px 0;
background:#eee;
border:4px solid #dde;
text-align:center;
color:#555;
overflow:auto;
}


#logo h1{
margin:10px 5px 1px 5px;
letter-spacing:-3px;
}

#logo a{
background-color:inherit;
color:#26a;
text-decoration:none;
}

#logo a:hover{
background-color:inherit;
color:#69e;
}

#tagline{
text-align:center;
font-size:1.2em;
}

#intro p{
line-height:1.5em;
}

#main{
background-color:#FFF;
float:right;
width:530px;
margin-left:20px;
padding:0;
}


.headerstyle{
display:block;
margin:30px 0 10px 0;
padding:5px 0 5px 8px;
background:#eee url(uploads/andeas03Lft/gradient2.png) repeat-x;
color:#222;
border-top:1px solid #ddd;
border-right:1px solid #bbb;
border-bottom:1px solid #bbb;
border-left:1px solid #ddd;
text-decoration:none;
}
.headerstyle1{
width:250px;
display:block;
margin:30px 0 10px 0;
padding:5px 0 5px 8px;
background:#eee url(uploads/andeas03Lft/gradient2.png) repeat-x;
color:#222;
border-top:1px solid #ddd;
border-right:1px solid #bbb;
border-bottom:1px solid #bbb;
border-left:1px solid #ddd;
text-decoration:none;
}

#sidebar{
width:155px;
float:left;
margin-top:120px;
margin-bottom:20px;
margin-left:5px;
font-size:1em;
line-height:1.3em;
}

#sidebar p{
font-size:0.9em;
}

#news{width:150px;}


.menuheader{width:140px;}
#.see{background-color:#FFF}

#footer{
margin:0 auto 20px auto;
width:760px;
background:#fff url(uploads/andeas03Lft/footerbg.png) bottom left no-repeat;
padding:0 0 5px 0;
font-size:0.9em;
color:#888;
text-align:center;
}

h1,h3,h4{
margin:0 0 5px 0;
font-weight:normal;
}

h1{
font-size:2.4em;
font-family:Georgia, "Times New Roman", Times, serif;
color:#800082;
font-weight:bold;
}

h2{
margin:0 0 4px 8px;
font-size:1.8em;
font-weight:bold;
}

h3{
margin:20px 0 8px 0;
font-size:1.4em;
font-weight:bold;
}

h4{
margin:10px 0 5px 0;
font-size:1.2em;
}

.clear{
clear:both;
margin:0;
}

.right{
text-align:right;
}

.internallink{
font-size:0.9em;
text-align:center;
}

.block{
padding:20px;
background:#eee;
color:#222;
border:2px solid #ddd;
}

.credit{
color:#888;
background-color:inherit;
}

.hide{
display:none;
}

/* Original open source design by Andreas Viklund - http://andreasviklund.com
Released through OSWD.org */

img.photo {
	padding:8px;
	background:#f5f2b7;
	}
	
img.photoLeft {
	margin: 10px 20px 0 0;
	float:left;
	padding:8px;
	background:#f5f2b7;
	}
img.photoRight {
	margin: 10px 0 0 20px;
	float:right;
	padding:8px;
	background:#f5f2b7;
	}


img.photoCenter{
   display:block; /*images must be set to block in order use auto margins*/
   margin:0 auto; /*centers images in most browsers*/
   text-align:center; /*centers images in older browsers*/
padding:8px;
	background:#f5f2b7;
}

div.caption{
  float: right;
width:230px;
}
div.caption p {
  text-align: center;
  font-style: italic;
  text-indent: 0;
  font-size:12px;
  color:#000;
font-weight:normal;
clear:all;
}

div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0 0.5em;
}


/* News Bubbles */
dl {
		width: 512px;
		margin: 0 0 20px 20px;
		padding: 0;
		background: #ccc url(images/cms/box_bottom.gif) no-repeat bottom left;
		}

	dt {
		margin: 0 0 10px 0;
		padding: 10px;
		font-size: 130%;
		color: #fff;
		border-bottom: 1px solid #fff;
		background: #999 url(images/cms/box_top.gif) no-repeat top left;
		}
	dt a, dt a:link, dt a:active, dt a:visited{
		color: #fff;
		text-decoration:none;
	}
dt a:hover{
text-decoration:underline;
}
	dd {
		margin: 0 0 0 10px;
		padding: 0 10px 10px 10px;
		color: #666;
		font-family: Verdana, sans-serif;
		font-size: 90%;
		background: url(images/cms/arrow2.gif) no-repeat 0 3px;
		}
		
	#blue dt {
		background-color: #25bcde;
		}
	
	#blue {
		background-color: #87e0f5;
		}
	
        #orange dt {
		background-color: #ff9b19;
		}
	
	#orange {
		background-color: #fdca46;
		}

	#red dt {
		background-color: #fe2b00;
		}
	
	#red {
		background-color: #c99;
		}
	
	#green dt {
		background-color: #9c6;
		}
	
	#green {
		background-color: #cf9;
		}

        #yellow dt {
		background-color: #ffcc00;
		}
	
	#yellow {
		background-color: #f5f2b7;
		}


.contactform fieldset {padding: 1em; background-color: #f9ecff;} 
.contactform fieldset legend {font-weight: bold;} 
.contactform div {width: 100%; padding: 0.25em 0 0.25em 0;} 
.contactform div label {display: block; width: 10em; } 
.contactform div.required {color: #f00;} 
.complimentry_message input{width:250px; height:100px} 
/* End of 'workstyle_left' */

