
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #859C0E;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}

h1, h2, h3 {
	font-family: "Lucida Sans Unicode", Verdana, "Times New Roman", Times, sans-serif;
	font-weight: normal;
	color: #000000;
}
h3 {
	font-weight: bold;
}
h4 {
	font-weight: bold;
}

h1 {
	margin-bottom: .75em;
	font-size: 182%;
}

p, blockquote, ul, ol {
	margin-bottom: 1.2em;
	line-height: 1.6em;
}

p {
}

blockquote {
}

ul, ol {
	list-style-position: outside;
	padding-left: 30px;
}

ul {
	list-style-image: url(images/ckMark.png);
}

ol {
	margin: 0 5px 10px 25px;
}

a {
	text-decoration: none;
	color: #9C5C04;
	font-weight: bold;
}

a:hover {
	color: #000081;
	font-weight: bold;
	cursor: pointer;

}
.button  {
	font-weight: bold;
	color: #666;
	display: inline;
	background: transparent;
	border: none;
	cursor: pointer;
	font-size: 10pt;
}
.button:hover {
	color: blue;
	text-decoration: none;
}
.image-holder{
	float:left;
	width:425px;
	height:300px;
	padding:10px;
	margin:10px;
	border:none;
	background:transparent url(/images/preloader.png) 50% 50% no-repeat;
	display:inline;
}
.special{
	font-size: 110%; 
	margin: 0 34px 3px 470px; 
	padding: 10px 0 ; 
	text-align: center; 
}
img.special{
	background: transparent; 
	border: 1px solid #000081;
}
a.special{
	color: #000081;
	font-weight: bold;
	
}
a.special:hover{
	color: #9C5C04;
	font-weight: bold;
}
div.row { clear: both; padding-top: 5px; }

div.row span.label { 
	float: left; 
	width: 265px; 
	text-align: left; 
	font-size: .9em; 
	vertical-align: bottom; 
	padding-top: 5px; 
	}

div.row span.formw { 
	float: left; 
	width: 265px; 
	text-align: left; 
	vertical-align: top; 
	}
	
div.row span.errorMsg {
	float: left;
	width: 50px;
	text-align: left; 
	font-size: .9em; 
	vertical-align: bottom; 
	padding-top: 5px;
	padding-bottom: 5px;
	color: red;
	}
	
div.row  span.required{
	color: red;
}

/* Header */
#box {
	
	display: table;
	border: 3px solid #859C0E;
	width: 425px;
	font-weight: bold;
	text-align: center;
	background: yellow;
	margin: 0px 0px 10px 0px;
	padding: 10px;	
}
#header {
	width: 780px;
	margin: auto;
	padding: 10px;
	font-size: .8em;
	background: #FFF;
}
#header_2 {
	width: 780px;
	margin: auto;
	padding: 10px;
	font-size: .8em;
	background: transparent;
}
#header h1 {
	margin: 0;
	padding: 0;
	text-align: left;
	letter-spacing: 5px;
	font: normal 2em Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

#header h1 a {
	color: #000000;
}

#header h2 {	

	padding-left: 80px;
	text-transform: lowercase;
	text-align: left;
	font: normal 3em Garamond, "Times New Roman", Times, serif;
	font-style: italic;
}

#header ul {
	margin: auto;
	padding: 0;
	text-align: center;
	list-style: none outside;
}

#header li {
	margin-bottom: 15px;
	display: inline;
}

#header li ul {
}

#header li li {
	margin: 0;
	padding: 5px 0;
}

#header a {
	text-decoration: none;
	color: #9C5C04;
	font-weight: bold;
}
#header a:hover {
	text-decoration: none;
	color: #000081;
	font-weight: bold;
}
header img {
	margin: 0;
	padding: 0;
}
/* Page */

#page {
	width: 780px;
	margin: 0 auto;
	padding: 10px;
	background: #FFF;
}

/* Content */

#content {
	float: left;
	width: 450px;
	padding: 0 10px 0 10px;
}

#content .image {
	position: relative;
	margin: 3px 10px 0 -100px;
	float: left;
	border: 5px solid #000000;
}

#content .image img {
	border: 5px solid #FFFFFF;
}

#contentFullPg {
	float: left;
	width: auto;
	padding: 0 10px 0 10px;
}

#contentFullPg .image {
	position: relative;
	margin: 3px 10px 0 -100px;
	float: left;
	border: 5px solid #000000;
}

#contentFullPg .image img {
	border: 5px solid #FFFFFF;
}
#content h1 {
	font-size: 1.75em;
	text-align: center;
	
}

#highlight a{	
	margin: auto;
	padding-left: 10px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 255px;
	margin-right: 30px;
	padding: 10px;
	background: #5F6CFF;
	color: #FFF;
}

#sidebarBox {
	float: left;
	width: 255px;
	margin: 0;
	padding: 15px;
	text-align: center;
	border: solid 2px #000081;
	background: #eeeeee;
}

#sidebarNone{
	float: left;
	width: 1px;
	margin: 0;
	padding: 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none outside;
}

#sidebar li {
	margin-bottom: 15px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
}
#sidebar_msg {
	margin: 0;
	padding: 10px;
	border: 1px solid #000000;
	

}
#sidebar h2 {
	margin: 0;
	padding-bottom: 10px;
	text-align: center;
	border-bottom: 1px solid #000000;
	font-size: 1.15em;
	font-weight: bold;
}

#sidebar h3 {
	margin: 0;
	padding-left: 15px;
	font-size: 85%;
}

#sidebar p {
	margin: 0;
	line-height: normal;
}

#sidebar a {
	padding-left: 15px;
	text-decoration: none;
	color: green;
	font-weight: bold;
}

#sidebar a:hover {
	text-decoration: underline;
	color: blue;
}

/* Footer */

#footer {
	position: relative;
	width: 800px;
	margin: auto;
	text-align: center;
	font-size: 80%;
	background: #FFFFFF;
}
#footer_2{
	position: relative;
	width: 800px;
	height: 60px;
	margin: auto;
	padding-bottom: 10px;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	background: transparent;
}
#footer p {
	margin: auto;
	text-align: center;
	font-size: 77%;
}
#msgtip { 
    display:none; 
    background:transparent url(./images/white_arrow_big.png); 
    font-size:24px; 
    height:152px; 
    width:320px; 
    padding:25px; 
    color:#000081;
	cursor:pointer;
}
/* trigger button */ 
#emailmsg { 
    //background:transparent url(./images/black_arrow_big.png) scroll 0 0; 
	//display:block; 
   // height:244px; 
   // margin-bottom:130px; 
   // overflow:hidden; 
  //  text-indent:-999em; 
   // width:159px; 
    cursor:pointer; 
} 
 
/* mouseover state */ 
#emailmsg:hover { 
    //background-position:0 -44px ;         
} 
 
/* clicked state */ 
#emailmsg:focus { 
   // background-position:0 -88px; 
} 
/* tooltip styling */ 
.tooltip { 
    display:none; 
    background:url(./images/black_arrow_big.png); 
    height:163px; 
    padding:40px 30px 10px 30px; 
    width:310px; 
    font-size:11px; 
    color:#fff; 
} 
 
/* a .label element inside tooltip */ 
.tooltip .label { 
    color:yellow; 
    width:35px; 
} 
 
.tooltip a { 
    color:#ad4; 
    font-size:11px; 
    font-weight:bold; 
}
.errorMsg {
	float: left;
	width: 275px;
	color: yellow;
	font-weight: normal;
	font-size: .9em;
}
.lrgTxt{
	font-size: 125%;
}
.pic2 {
	position: relative;
}

.pic2 a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
	z-index: -1;
}

.pic2 a img {

}

.pic2 a.p1, .pic2 a.p1:visited {
	
	display: block;
	height: 130px;
	text-decoration: none;
}

.pic2 a.p1:hover {
	text-decoration: none;

}

.pic2 a.p1:hover .large {
	border: 2px solid #DB5600;
	display: block;
	z-index: 3;
	direction:ltr;
	position: realative;
	height: 585px;
	width: 398px;
	top: -75px;
	left: 135px;

}
.pic2 a.p1, .pic2 a.p1:visited {
	
	display: block;
	height: 130px;
	text-decoration: none;
}
.required{
	color: red;
}

.transparent {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	background: #FFFFFF;
}
.vert_align {
	position: relative;
	top: -23px;
	padding-right: 5px;
}
.vidTest_tim{
	position: relative;
	float: left;
	margin: 3px 10px 20px -100px;
	padding: 4px;
	border: 5px solid #000;
	background: url(images/tim_sml.jpg) no-repeat center;
	background-color: #fff;
	height: 148px;
	width: 120px;
	color: white;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
}
.vidTest_sylvia{
	position: relative;
	float: left;
	margin: 3px 10px 0 -100px;
	padding: 5px;
	border: 5px solid #000;
	background: url(images/sylvia_sml.jpg) no-repeat center ;
	background-color: #fff;
	height: 148px;
	width: 120px;
	color: white;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
}
	


