* { padding: 0; margin: 0; } 
a img{border:none;}
a:link {
	font-size: 12px;
	font-weight: normal;
	color: #003399;
	text-decoration: underline;
}
a:visited {
	font-size: 12px;
	color: #6699CC;
	text-decoration: underline;
}
a:hover {
	font-size: 12px;
	color: #993300;
	text-decoration: underline;
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #e2e2e2 url(images/website-bg.jpg) repeat-x;
	text-align: center;
}
.box1 {
	background-color: #0066FF;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom:10px;
	color: #FFFFFF;
}
.box2 {
	background-color: #78130a;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom:10px;
	color: #FFFFFF;	
}
.box3 {
	background-color: #003f83;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom:10px;
	color: #FFFFFF;	
}
.box4 {
	background-color: #00604e;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom:10px;
	color: #FFFFFF;		
}
.box5 {
	background-color: #afa400;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom:10px;
}
#faux {
 background: url(../July2009/faux-3-2-col.gif);
 margin: 10px 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#footer{
	font: 10px Verdana, Arial, sans-serif;
	color: #000000;
	background: #FFFFFF;
	width: 550px;
	padding-bottom: 10px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #7c2d2e;

}
h2 {
	font-size: 11px;
}

#images {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 550px;
}


.fancy li {
	margin-left: 20px;
	list-style-image: url(images/bullet.jpg);
	list-style-position: inside;
	list-style-type: none;
	margin-top: 10px;
}

.hand li {
	margin-left: 20px;
	list-style-image: url(images/bullet_hand.gif);
	list-style-position: inside;
	list-style-type: none;
	margin-top: 10px;
}

.diamond li {
	margin-left: 20px;
	list-style-image: url(images/bullet_diamond_black.gif);
	list-style-position: inside;
	list-style-type: none;
	margin-top: 10px;
}

#leftcolumn {
  /*background: url(images/left-template.jpg) repeat-y;*/
  height:100%;
  width: 202px;
  float: left;
  margin: 0px; 
  padding: 0px;
}

p {
	font-size: 13px;
	padding-top: 5px;
}


#rightcolumn { 
 float: right;
 background: #ffffff;
/* background: #e2e2e2;  */
 min-height:600px;
 width: 550px;
}

#scheduleText {
	font-size: 11px;
	color: #000000;
	width: 530px;
}

#textbox {
	font: 12px Verdana, Arial, sans-serif;
	color: #000000;
	background: #FFFFFF;
	padding: 10px 20px;
	height: auto;
	min-height: 227px;
	width: 510px;
	margin-top: 0px;
	margin-left: 0px;
}

#textbox li {
	margin-left: 20px;
}

#textboxHome {
	font: 12px Verdana, Arial, sans-serif;
	color: #000000;
	background: #FFFFFF;
	height: auto;
	width: 530px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left:10px;
	padding-right:10px;	
}

#wrapper {
margin:auto;
	width: 752px;
	height:auto;
	padding: 0px;
	background: #ccc url(images/wrapper-bg.gif) repeat-y 50% 0;
	float: left;
}


.clear { clear: both; background: none; }

#mainwrapper {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 752px;
}

#mainwrapper #wrapper #rightcolumn table ul {
	margin-left: 15px;
}


/* form related styles */
.fancyForm {
  font: 10px Verdana, Arial, sans-serif;
}
.standardLabel {
  float: left;
  width: 150px;
	font: 10px Verdana, Arial, sans-serif;
}
.requiredField {
	font: 10px Verdana, Arial, sans-serif;
	font-weight: bold;
	color: red;
}
.errorMessage {
  padding-left: 3px;
	font: 9px Verdana, Arial, sans-serif;
	color: red;
}

.fancyForm input,textarea {
  margin-bottom: 3px;
  outline:none;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border:1px solid rgba(0,0,0, 0.5);
}

.fancyForm input.active {
  box-shadow: 0 0 5px rgba(0, 0, 255, 1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 255, 1); 
  -moz-box-shadow: 0 0 5px rgba(0, 0, 255, 1);
  border:1px solid rgba(0,0,255, 0.8); 
}

.fancyForm textarea.active {
  box-shadow: 0 0 5px rgba(0, 0, 255, 1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 255, 1); 
  -moz-box-shadow: 0 0 5px rgba(0, 0, 255, 1);
  border:1px solid rgba(0,0,255, 0.8); 
}
