
* {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#007AA7;
}

html {
	height: 100%;
}

body {
	margin: 0px;
	height: 100%;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#FFFFFF;
	color:#007AA7;
	line-height:15px;
}

a {
	color: #F78E1F;
	text-decoration: underline;
}

/*
a:link {
	color: #F78E1F;
}
a:active {
	color: #F78E1F;
}
a:visited {
	color: #F78E1F;
}
a:hover {
	color: #F78E1F;
}
*/

p {
	margin-top:0px;
	margin-bottom:15px;
}

h1 {
	font-size:18px;
	color: #F78E1F;

	margin-top:0em;
/*	margin-left:-12px; */
	margin-bottom:10px;
}

h2 {
	font-size:18px;
	color: #00AEEF;

	margin-top:0em;
/*	margin-left:-12px; */
	margin-bottom:10px;

	padding-left:-10px;	
}

h3 {
	font-size:20px;
	margin-top:0em;
	margin-bottom:10px;	
}

h4 {
	color: #F78E1F;
	font-size:14px;
	margin-top:0em;
	margin-bottom:10px;	
}

h5 {
	color: #00AEEF;
	font-size:14px;
	margin-top:0em;
	margin-bottom:10px;
}

h6 {
	font-size:14px;
	margin-top:0em;
	margin-bottom:10px;	
}


.LeftBackground {
	background-image: url(/shared/images/custom/left_background.gif);
	background-repeat: repeat-x;
}

.RightBackground {
	background-image: url(/shared/images/custom/right_background.gif);
	background-repeat: repeat-x;
}

.RightFade {
	background-image: url(/shared/images/custom/right_fade.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
.LeftFade {	background-image: url(/shared/images/custom/left_fade.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

/*************************
**  	 CONTENT	    **
*************************/

#content {

}

#content_left {
	float:left;
	width:203px;
}

a.content_left_title {
	display:block;
	padding:10px;
	padding-left:15px;

	background-color: #00C412;
	color:#FFFFFF;
	
	font-size:14px;
	font-weight:bold;

	border-top:1px solid #FFFFFF;	
	border-bottom:1px solid #FFFFFF;
	
	text-decoration:none;
}

.content_left_title:hover {
	display:block;
	padding:10px;
	padding-left:15px;

	background-color: #00C412;
	color:#000000;
	
	font-size:14px;
	font-weight:bold;

	border-top:1px solid #FFFFFF;	
	border-bottom:1px solid #FFFFFF;
	
	text-decoration:none;
}


#content_main {
	float:left;
	width:506px; /* 770 - 203 (left) - 30 (pad left) - 30 (pad right) */
	
	padding-top:20px;
	padding-left:30px;
	padding-bottom:0px;
	padding-right:30px;
}	 

.content_line {
	background-image:url(/shared/images/custom/main/background.gif);
	background-position:top right;
	background-repeat: repeat-y;
}

div#PrintHeader {
	display: none;
}

div#PrintFooter {
	display: none;
}

/*************************
**  	 GALLERY	    **
*************************/
#gallery {
	margin:0px;
	padding:0px;
}

#gallery .title {
	padding:3px;
	color:#000000;
}

#gallery .title p {
	margin:0px;
	padding:0px;
}

#gallery .img {
	margin-top:5px;
	margin-bottom:5px;
}

#gallery a.img {
	border:1px solid #56919F;
}

#gallery a.img:hover {
	border:1px solid #F78E1F;
}

/************************/


/* Footer */
#footer {
	height:50px;

	text-align:center;
	vertical-align:bottom;

	color: #FFFFFF;

	background-image:url(/shared/images/custom/footer_background.gif);
	background-position:bottom center;
	background-repeat: repeat-x;
	
	padding-bottom:3px;
}

/* Form */
#form {

}

#form td {
	border-bottom: 1px solid #FEEEDE;
}

#form td td { /* Fix nested table border */
	border-bottom: 0px;
}


#form .field {
	border: 1px solid #F78E1F;
	padding:1px;
	color:#333333;
}

#form .button {
	background-color: #00AEEF;
	color:#FFFFFF;
	border: 1px solid #00688F;
}



/* Copyright */
#footer a {
	color: #FFFFFF;
	font-size: 7pt;
}


/* FormCheck */
.FormCheckGood {
	/*empty because back to browser default*/
}

.FormCheckBad {
	border:2px solid #FF0000;
	color:#333333;	
}
