/* andreas01 - a free xhtml/css website template by Andreas Viklund - http://andreasviklund.com/ - that may be used for any purpose as long as the proper credits are given to the original designer.

Version: 2.5 (Jan 11, 2007)

Screen layout: */

/***** Body and main container *****/



body {
	margin:0 auto;
	padding:0;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	
	background-repeat: repeat-y;
	background-position: center top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #701F3C;
	border-right-color: #701F3C;
	border-bottom-color: #701F3C;
	border-left-color: #701F3C;
}

#wrap {
	color: #FFFFFF;
display: block;

margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;

}

/***** Various tags *****/

a {
text-decoration:none;
font-weight:bold;
color:#286ea0;
background-color:inherit;
}

a:hover {
text-decoration:underline;
color:#286ea0;
background-color:inherit;
}

a img {
border:0;
}

p {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 1.4em;
	margin-left: 1em;
}

/***** Header *****/

#header {
	padding:0;
	height:100px;
	outline-color: #000000;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: "Times New Roman", Times, serif;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #701F3C;
	border-right-color: #701F3C;
	border-bottom-color: #701F3C;
	border-left-color: #701F3C;
	background-color: #701F3C;
	width: 100%;
}

#header h1 {
	color:#505050;
	background-color:inherit;
	width:800px;
	font-size:10pt;
	float:left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	border-color: #000000;
	border-width: 2em;
	font-family: "Times New Roman", Times, serif;
}

#header h1 a {
	color:#505050;
	background-color:inherit;
	text-decoration:none;
	font-size: 12px;
}

#header p {
	width:400px;
	float:right;
	text-align:center;
	margin:8px 0 0;
	font-weight:bold;
	line-height:1.3em;
	font-size: 12px;
}

#frontphoto {
	border:0;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background-position: center;
	padding: 0px;
}

/***** Left sidebar *****/

#leftside {
	
	background-color: white;
border-right-color: #CBDBCD;
border-right-style: solid;
border-right-width: 1px;
display: block;
float: left;

width: 169px;
	
}

#leftside h2,#leftside h3 {
color:#505050;
background-color:inherit;
font-size:1.3em;
margin:0 0 5px;
padding:0;
}

#leftside div.announce {
clear:left;
margin:10px 0 15px;
padding:7px 5px;
width:126px;
font-size:0.9em;
background-color:#f4f4f4;
color:#505050;
border-left:4px solid #cccccc;
line-height:1.5em;
}

#leftside div.announce p {
margin:10px 0 0;
padding:0;
}

/***** Main menu *****/

ul.avmenu {
	width:140px;
	margin:0 0 18px;
	padding:0;
	list-style:none;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
}

ul.avmenu li {
width:160px;
padding:0;
line-height:1.4em;
display:inline;
}

ul.avmenu li a {
	background-color:#f4f4f4;
	color:#505050;
	font-weight:normal;
	width:150px;
	float:left;
	margin-bottom:5px;
	border-left:4px solid #cccccc;
	text-decoration:none;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 1em;
}

ul.avmenu li a:hover,ul.avmenu li a.current {
background-color:#eaeaea;
border-left:4px solid #286ea0;
color:#505050;
}

ul.avmenu ul {
margin:0 0 0 15px;
padding:0 0 5px 0;
font-size:12px;
width:125px;
}

ul.avmenu ul a {
padding:3px 1px 3px 5px;
font-weight:normal;
width:115px;
}

ul.avmenu ul ul {
width:113px;
}

ul.avmenu ul ul a {
width:100px;
}

/***** Right sidebar *****/

#extras {
	float:right;
	width:130px;
	padding:0;
	line-height:1.4em;
	background-color: #FFFFFF;
	margin: 5px;
}

#extras p, #extras ul {
margin:0 0 16px;
padding:0;
}

#extras p {
font-size:0.9em;
line-height:1.4em;
}

#extras li {
list-style:none;
line-height:1.2em;
margin:0 0 6px 0;
padding:0;
}

#extras ul ul {
margin:6px 0 0 10px;
padding:0;
}

#extras ul ul li {
margin: 0 0 4px 0;
}

#extras ul ul li a {
font-size:1.1em;
font-weight:normal;
}

#extras h2, #extras h3 {
color:#505050;
background-color:inherit;
font-size:1.2em;
margin:0 0 8px;
padding:0;
}

/***** Main content *****/

#content {
	color:#333333;
	background-color: white;
	display: block;
	float: left;
	margin-left: 10px;
	padding: 10px;
	width: 70%;
	font-size: 12px;
	text-align: left;
}

#contentwide {
	margin:0 0 5px 150px;
	border-left:1px solid #f0f0f0;
	padding:0 0 0 10px;
	line-height:1.5em;
	background-color: #9999FF;
}

#contentwide2 {
	margin:0 150px 5px 0;
	border-right:1px solid #f0f0f0;
	padding:0 10px 0 0;
	line-height:1.5em;
	background-color: #FFCCFF;
}

#content h2,#contentwide h2, #contentwide2 h2 {
	font-size:medium;
	margin:0 0 10px;
	color: #7371A3;
}

#content h3,#contentwide h3, #contentwide2 h3 {
font-size:1.3em;
margin:0 0 8px;
}

#content img,#contentwide img, #contentwide2 img {
	padding:1px;
	display:inline;
	text-align: right;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: thin;
	border-right-style: thin;
	border-bottom-style: thin;
	border-left-style: thin;
}

#content ul, #contentwide ul, #contentwide2 ul, #content ol, #contentwide ol, #contentwide2 ol {
margin:0 0 16px 20px;
padding:0;
}

#content li, #contentwide li, #contentwide2 li {
margin:0;
padding:0 0 0 5px;
}

#content ul ul, #contentwide ul ul, #contentwide2 ul ul, #content ol ol, #contentwide ol ol, #contentwide2 ol ol {
margin:0 0 0 16px;
padding:0;
}

/***** Footer *****/

#footer {
	clear:both;
	margin:0 auto;
	padding:15px 0;
	width:760px;
	text-align:center;
	color:#808080;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #f0f0f0;
}

#footer p {
margin:0;
padding:0;
}

#footer a {
color:#808080;
background-color:#ffffff;
text-decoration:none;
font-weight:bold;
}

#footer a:hover {
text-decoration:underline;
}

/***** Various classes *****/

.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}

.textright {
text-align:right;
}

.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.bold {
font-weight:bold;
}

.postinfo {
	background-color:#FFCCFF;
	color:#606060;
	font-size:1.2em;
	line-height:1.4em;
	margin:1px 0 20px;
	padding:8px 5px 8px 8px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #ECE9D8;
	text-align: left;
}

.newsflash {
	background-color:#66CCFF;
	color:#333333;
	font-size:1em;
	line-height:1.2em;
	margin:1px 0 10px;
	padding:8px 5px 8px 8px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #ECE9D8;
	text-align: centre;
}

.clearing {
clear:left;
padding:0;
margin:0;
visibility:hidden;
}

.hide {
display:none;
}
#wrap #header br {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-position: center;
	background-color: #FFCCFF;
}
#content h1,#contentwide h1, #contentwide2 h1 {
	font-size:1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: normal;
	top: 8px;
	margin: 10px;
	color: #000000;
}
#content h1,#contentwide h1, #contentwide2 h1 {
	font-size:medium;
	margin:0 0 10px;
	color: #7371A3;
	font-weight: bold;
}
#latest {
	margin: 3px;
	border: medium double #0000CC;
	background-color: #CECEFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #CC3300;
}
.bsquare {

background-color:#f4f4f4;
border-left:4px solid #cccccc;
color:#606060;
font-size:0.9em;
line-height:1.4em;
margin:1px 0 20px;
padding:8px 5px 8px 8px;
}
#testimonia {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #CECEFF;
	background-position: center;
	float: none;
	border: thin dashed #286EA0;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#rightside {
	margin-left: 9px;
	margin-top: 0px;
	width: auto;
	float: right;
	padding-left: 5px;
	

}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -120px;
left:120px; /*position where enlarged image should offset horizontally */

}
.comingsoon {
	background-color:#FFFFFF;
	color:#333333;
	font-size:10pt;
	line-height:1.2em;
	margin:1px 0 10px;
	padding:8px 5px 8px 8px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #701F3C;
	text-align: centre;
	border-right-style: dotted;
	border-right-color: #701F3C;
	border-bottom-color: #701F3C;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	border-color: #701F3C;
	border-top-color: #701F3C;
	border-top-style: dotted;
	border-top-width: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	border-right-width: 2px;
}
