/* CSS Document */

/*Varnish stripping**/
:link,:visited { text-decoration:none }
ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ol,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{
	margin:0;
	padding:0;
	font-family: "Segoe UI", "Trebuchet MS", Tahoma, sans-serif;
	font-size: 13px;
	color: #666;
}
a img,:link img,:visited img { border:none }
address { font-style:normal }
abbr, acronym {border: none;}

/*browser normalisation*/
#force-scrollbar { 
	position: absolute; 
	top: 0; 
	bottom: -1px;
	width: 1em;
	z-index: -1;
}

/*Main page elements*/
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#container {
	padding: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}



/* sidebar */
#sidebar {
	margin: 0px;
	width: 180px;
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#logo {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#rics {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	width: 180px;
	text-align: center;
	padding: 0px;
}
#quotes {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
	width: 180px;
}
#menu {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type:none;
}

#menu ul li {

}
#menu li a  {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 25px;
	display: block;
	line-height: 16px;
	background-color: #AEA400;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 140px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#menu li a:hover , #menu .selected {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 25px;
	display: block;
	line-height: 16px;
	background-color: #6c276a;
	background-image: url(images/arrow-over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 140px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#menu li li a {
	background-color: #6c276a;
	font-weight: normal;
	color: #E7E58B;
	background-image: none;
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 25px;
	width: 140px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#menu li li a:hover {
	background-color: #6c276a;
	font-weight: normal;
	color: #E7E58B;
	background-image: none;
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 25px;
	width: 140px;
	display: block;
	text-decoration: underline;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}






/* main */
#main {
	margin: 0px;
	float: right;
	width: 740px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#telephone-number {
    background-position: right bottom;
    background-repeat: no-repeat;
    color: #AEA400;
    font-size: 32px;
    height: 38px;
    margin: 0 0 30px;
    padding: 34px 0 0;
    text-align: right;
    width: 720px;
}
#home-page #main-banner {
	height: 250px;
}
#home-page #banner-pic img {
	height: 250px;
	width: 370px;
}

#main-banner  {
	background-image: url(images/flash-panel.gif);
	background-repeat: no-repeat;
	padding: 0px;
	width: 720px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	overflow: hidden;
	height: 161px;
}
#banner-pic  {
	float: left;
	padding: 0px;
	margin: 0px;
}
#banner-pic img {
	margin: 0px;
	padding: 0px;
	width: 370px;
	height: 161px;
}

#main-banner h1 {
	font-size: 180%;
	color: #FFF;
	font-weight: bold;
	padding: 0px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	float: left;
	width: 310px;
	line-height: 125%;
}
#main-banner p  {
	color: #E2D2E1;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	float: left;
	width: 310px;
	text-align: left;
}
#main-banner p a {
	color: #E7E58B;
	text-decoration: none;
}
#main-banner p a:hover {
	color: #FFF;
	text-decoration: underline;
}



#panels {
	overflow: hidden;
	width: 740px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#panels ul {
	background-image: url(images/panels-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	overflow: hidden;
	margin: 0px;
	width: 740px;
	list-style-type:none;
}
#panels ul li {
	margin: 0px;
	float: left;
	width: 135px;
	padding-top: 12px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#panels ul li h2 {
	font-weight: bold;
	text-transform: none;
	color: #FFF;
	font-size: 150%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 125%;
}
#panels ul li p {
	color: #e2d2e1;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#panels ul li p a {
	color: #d3cf7f;
	text-decoration: none;
}
#panels ul li p a:hover {
	color: #FFF;
	text-decoration: underline;
}
#panels ul li p .findoutmore {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	padding: 0px;
}
#content {
	margin: 0px;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#content h2 {
	color: #6c276a;
	font-size: 190%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-weight: bold;
	line-height: 125%;
}
#content h3 {
	color: #aea400;
	font-size: 125%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-weight: bold;
}
#content h4 {
	color: #6c276a;
	font-size: 150%;
	padding: 0px;
	font-weight: bold;
	margin: 0px;
}


#content p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-align: justify;
}
#content p a, #content li a {
	color: #6C276A;
	text-decoration: underline;
}
#content p a:hover, #content li a:hover {
	color: #AEA400;
	text-decoration: underline;
}
#content li {
	margin-bottom: 5px;
}
#content ul {
	padding-left: 30px;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 15px;
}
#content ul ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 0px;
	margin-top: 5px;
}
#content ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 30px;
	margin-bottom: 15px;
}
#content ol ol {
	margin-bottom: 0px;
	margin-top: 5px;
}
#content table {
	margin-bottom: 15px;
}
#content td {
	margin: 0px;
	padding: 0px;
}
#content blockquote {
	background-color: #F3F3F3;
	margin-bottom: 15px;
	padding: 15px;
	border: 1px solid #DDD;
}
#content blockquote p {
	padding: 0px;
	margin: 0px;
}
.imagecaption {
	display: block;
	font-weight: bold;
	margin-top: 5px;
	color: #666;
}



/*content form*/
#content p em, #content ol em   {
	color: #F00 !important;
	font-style: normal;
	font-weight: bold;
}
#content form p#validation {
	padding: 10px !important;
	border: 1px solid #CCCCCC;
	background-color: #EFF3F4;
	color: #F00 !important;
	margin-bottom: 30px;
	width: 398px;
}
#content form  {

}
#content form fieldset {
	margin-bottom: 30px;
	padding: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border: 1px solid #DDD;
	width: 480px;
}
#content form fieldset legend span{
	text-transform: none;
	color: #6C276A;
	font-size: 155%;
	line-height: 100%;
	padding: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content form ol {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content form ol li {
	padding: 2px;
}
#content form ol li label {
	vertical-align: middle;
	font-size: 100%;
	display: block;
	text-align: left;
	margin-bottom: 2px;
	color: #333;
}
#content form ol li label em {
	text-transform: uppercase;
	color: #FF0000;
}
#content form ol li select {
	background-color: #FFF !important;
	border: 1px solid #DDD;
	margin: 0px;
	padding: 5px;
	color: #666;
	font-size: 12px;
	font-family: "Segoe UI", "Trebuchet MS", Arial, sans-serif;
}
#content form ol li input.text {
	border: 1px solid #ddd;
	padding: 5px;
	width: 460px;
	color: #666;
	background-color: #FFF !important;
	margin: 0px;
	font-size: 12px;
	font-family: "Segoe UI", "Trebuchet MS", Arial, sans-serif;
}
#content form ol li textarea.text {
	border: 1px solid #DDD;
	padding: 5px;
	width: 460px;
	background-color: #FFF !important;
	margin: 0px;
	font-size: 12px;
	font-family: "Segoe UI", "Trebuchet MS", Arial, sans-serif;
	color: #666;
}
#content form ol li label.checkbox-label {
	display: inline;
	vertical-align: bottom;
	margin:0;
	padding:0;
	padding-left: 2px;
}
#content form ol li input.checkbox {
	vertical-align: bottom;	
	margin:0;
	padding:0;
	display: inline;
}
#content form .submit {
	margin: 0px !important;
	padding: 0px !important;
	border: none !important;
	background-image: none !important;
}




/* footer */
#footer {
	clear: both;
	overflow: hidden;
	width: 920px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#footer ul {
	overflow: hidden;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	width: 930px;
	margin: 0px;
	background-image: url(images/footer-top.gif);
	background-repeat: repeat-y;
}
#footer ul h2 {
	margin-bottom: 10px;
	color: #6c276a;
	font-size: 125%;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#footer ul li {
	float: left;
	width: 122px;
	font-size: 90%;
	border-right-width: 1px;
	border-right-style: solid;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
	border-right-color: #FFF;
	color: #6D2669;
	list-style-type:none;
}
#footer ul li a {
	color: #938B00;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
	color: #6c276a;
}

#bottom, #office {
	width: 920px;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-type:none;
}
#bottom #copyright, #office #address {
	margin: 0px;
	padding: 0px;
	float: left;
	color: #999;
}
#bottom #red2, #office #tel {
	float: right;
	margin: 0px;
	padding: 0px;
}
#bottom #red2 a {
	color: #6c276a;
	text-decoration: none;
}
#bottom #red2 a:hover {
	color: #AEA400;
	text-decoration: none;
}

#christmas {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

#advert_resize { margin-bottom:15px; border:1px solid #ccc;}

