/* CSS Document                                */
body {
	margin: 0px;
	background-color: #ffffff;
	font-family: arial, sans-serif;
	font-size: 14px;
	line-height: 150%;
	margin-bottom: 0px;
	color: #000000;
	/*background: url("../images/background2.png")*/
	background-image:url('../images/redline-bg.jpg'); 
	
}

p	{
	margin: 0;
    padding: 0;
    margin-top: 4px;
	}

p.standard{
	margin-top: 12px;
	margin-bottom:16px;
	}
	
h1 {
	font-size: 17px;
	padding-top: 10px;
	color: #000066;
	color: #305225;
	padding-bottom: 6px;
	color: #f21d1d;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

h2 {
	font-size: 16px;
	padding-top: -10px;
	padding-bottom: 0;
	color: #000066;
	color: #305225;
	color: #f21d1d;
	margin-bottom: 0;
}

h3 {
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 0;
	color: #000000;
	color: #305225;
	color: #f21d1d;
	margin-bottom: 0;
}

h4 {
	font-size: 12px;
	display: inline;
	/*padding-top: 0;
*/
	margin-bottom: 0;
	/*padding-bottom: 0;
*/
	color: #000000;
}

h1 .cartable {
	padding-top: -2px;
	
	}
img {
	border: 0;
}

A:link {
	COLOR: #937e62;
	color: #b30000;
	text-decoration: underline;
	font-weight: bold;
}

A:visited {
	COLOR: #937e62;
		color: #b30000;
		font-weight: bold;
	
	text-decoration: underline;
}

A:active {
	color: #a61f08;
	text-decoration: none;
	font-weight: bold;
}

A:hover {
	color: #a61f08;
	text-decoration: none;
	font-weight: bold;
}

#sitecontainer {
	width: 900px;
	/*height: 685px;*/
	margin: 0 auto;
	margin-top: 20px;
	background-color: #fff;
	border-style:solid;
	border-width: 8px;
	border-color:#e5e5e5;
	border-color: #4f5962;

	/*background: url("../images/background.png")*/
}

#sitecontainercontact {
	width: 900px;
	height: 785px;
	margin: 0 auto;
	background-color: #ffffff;
	/*background: url("../images/background.png")*/
}

#sitecontainerstaff {
	width: 900px;
	/*height: 1085px;*/
	margin: 0 auto;
	background-color: #ffffff;
	background: url("../images/background.png")
}

#border {
	background: url("../images/border.png") no-repeat;
	height: 73px;
	width: 900px;
}

#header {
	background: url("../images/header.jpg") no-repeat;
	height: 358px;
	height: 304px;
	width: 900px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3.0 and Chrome rules here */
	
	#header{
	;
	
	}
}



#headertitletext {
	margin-top: 20px;
}

ul {
	text-align: left;
}



#contentwrapper {
	float: left;
	width: 100%;
}

#slide-images{
    position:relative;
    display:block;
    margin:0px;
    padding:0px;
    width:900px;
    height:100px;
    overflow:hidden;
}

#slide-images li{
    position:absolute;
    display:block;
    list-style-type:none;
    margin:0px;
    padding:0px;
    background-color:#FFFFFF;
}

#slide-images li img{
    display:block;
    background-color:#FFFFFF;
}

#singlecolumn {
	margin-top: 20px;
	
	}

#contentcolumn { /*display: inline;*/
	margin-left: 330px;
	width: 525px;
	width: 557px;
	margin-top: 20px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 8px;
	padding: 0px;
	font-weight: normal;
}

#leftcolumn {
	display: inline;
	float: left; /* may need to change this back */
	width: 290px; /*Width of left column*/ /*margin-left: -100%;*/
	width: 305px;
	margin-left: 20px;
	margin-left: 14px;
	margin-left: 7px; 
	margin-left: 12px;
	margin-top : 20px;
	margin-top: 0;
	padding-bottom: 8px;
	/*padding-right: 8px;*/ /*padding-left: 8px;*/
	/*position: relative;*/
	font-weight: normal;
	padding-top: -10px;
	margin-top: 20px;
}

#footerspacer {
	clear: left;
	width: 100%;
	background: #4fff;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
	font-family: arial, verdana, helvetica;
	font-size: 12px;
}

#footer {
	width: 900px;
	height: 54px;
	clear: both;
	color: #fff;
	background: #4f5962;
	padding-top: 16px;
	padding-bottom: 0px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}



#footer A:link {
	color: #fff;
	text-decoration: none
}

#footer A:visited {
	color: #fff;
	text-decoration: none
}

#footer A:active {
	color: #fff;
	text-decoration: none
}

#footer A:hover {
	color: #fff;
	text-decoration: underline
}


#frm_upload,#tbl_upload,#btn,#sbm {
	margin: 0px;
	padding: 0px;
}

#tbl_upload {
	border-top: solid 1px #aaa;
	border-left: solid 1px #aaa;
}

#tbl_upload th,#tbl_upload td {
	border-right: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
	text-align: left;
	vertical-align: top;
}

#tbl_upload th {
	padding: 3px 10px 0px 10px;
	background-color: #f1f1f1;
	font-weight: bold;
}

#tbl_upload td {
	padding: 3px;
}

.frmfld {
	border: 1px solid #aaa;
	width: 300px;
}

#btn,#sbm {
	height: 20px;
	width: 120px;
	display: block;
}

#btn {
	background-color: transparent;
	border: none;
	cursor: pointer;
}

#sbm,#sbm2,#sbm3,#sbm4,#sbm5 {
	border: solid 1px #aaa;
	background: url('../images/button.gif') repeat-x 0px 50%;
}

/* CLASSES */ /***********/ /* Purple */
.highlight {
	color: rgb(0, 52, 102);
	font-weight: bold;
}

/* Purple & bold */
.highlight2 {
	color: rgb(0, 52, 102);
	font-weight: bold;
	font-size: 14px;
}

/* Green */
.highlight3 {
	font-size: 10px;
	color: #b9d321;
	font-weight: bold;
}

/* Purple only */
.highlight4 {
	color: rgb(0, 52, 102);
	font-weight: bold;
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: black;
}

.smalltextwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: white;
}

.smalltextblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: black;
	position: relative; margin-top : 0;
	top: -12px;
	margin-top: 0;
}

.smalltextred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #f21d1d;
	position: relative; margin-top : 0;
	top: -12px;
	margin-top: 0;
}

.smalltextgrey{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #aaa;
	position: relative; margin-top : 0;
	top: -24px;
	margin-top: 0;
}

.largetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: rgb(201,23,175);
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

.redtext {
	font-weight: bold;
	color: #f21d1d; 
}

.smallspacer {
	line-height: 4px;
}

.float_left {
	float: left;
	margin-right: 10px;
}

.float_left_icon {
	float: left;
	margin-right: 5px;
}

.float_right {
	float: right;
	margin-left: 10px;
}

.italic {
	font-style: italic;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

.bold {
	font-weight: bold;
}

.warning {
	color: #990000;
	font-weight: bold;
}

.innertube {
	margin: 10px;
	/*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

.cartable {
	
	vertical-align: top;
}
	
.footer_img {
	position: relative;
	top: 11px;
}

.marker { /* used in Google Maps popup marker */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	line-height: 14px;
}

.roundedcornr_box_767179 {
   background: #eeeeee;
}
.roundedcornr_top_767179 div {
   background: url(../images/roundedcornr_767179_tl.png) no-repeat top left;
}
.roundedcornr_top_767179 {
   background: url(../images/roundedcornr_767179_tr.png) no-repeat top right;
}
.roundedcornr_bottom_767179 div {
   background: url(../images/roundedcornr_767179_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_767179 {
   background: url(../images/roundedcornr_767179_br.png) no-repeat bottom right;
}

.roundedcornr_top_767179 div, .roundedcornr_top_767179, 
.roundedcornr_bottom_767179 div, .roundedcornr_bottom_767179 {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_767179 { margin: 0 10px; }