body,html {
	text-align:left;
	font-family:'Arial', sans-serif;
	font-size:100%;
	color:#463c3c;
	background:#fff;
	font-size:1em;
}


img {
	border:none;
}

a {
	color:#1974ab;
}
a:hover {
	color:#3065b0;
}
a:visited {
	color:#1974ab;
}


div#MainWrapper {
 	width: 1000px;
	margin: 0px auto;
	border:none;
	margin-top:20px;
}

div#MastHead {
	height:174px;
	width:1000px;
	background:url(assets/design/mast_head.jpg);
}
div#Logo {
	position:relative;
	left:0;
	top:0;
	height:120px;
	width:480px;
}
div#PageTitle {
	position:relative;
	left:380px;
	top:4px;
	height:48px;
	width:160px;
	font: "Century Gothic", Arial, sans-serif;
	font-size:1.2em;
	color:#FFF;
	line-height:2.8em;
	text-transform:uppercase;
	text-align:center;
}
div#MainMenu {
	position:relative;
	left:630px;
	top:-100px;
	height:48px;
	width:370px;
	color:#FFF;
	font-size:1.1em;
	text-align:left;
}
.NavButton {
	position: relative; 
	top: 18px; 
	height: 26px;
	margin-right:24px;
	font: "Century Gothic",Arial, sans-serif;
	color:#2eb6d4; 
	line-height:24px;
	text-transform:uppercase;
	text-decoration:none;
	float:left; 
	font-size:0.9em; 
}
.NavButton a:hover {
	color:#4dc1da; 
}
.NavButton a {
	font: "Century Gothic",Arial, sans-serif;
	color:#2d180c; 
	line-height:24px;
	text-transform:uppercase;
	text-decoration:none;
}



/****************************************
 Site Structure
 640 + 42 + 640 = 1322
 360 + 42 + 920 = 1322

 530 + 40 + 430 = 1000
 360 + 40 + 600 = 1000
 ****************************************/

div#Container1 { /* First column  width is 530px*/
	width:100%;
	float:left;
	position:relative;
	right:570px; /* move this container to the far left to reveal the other containers: 530 (width of the column1) + 40 (width of next column2)=470*/
}
div#Container2 { /* Seperation column width:40px*/
	width:100%;
	float:left;
	position:relative;
	right:430px;  /*  move this container to the far left to reveal the other containers: 430 (width of column3) */
}
div#Container3 { /* Right Column column  width is 430px*/
	width:100%;
	float:left;
	position:relative;
	overflow:hidden;
}


div#Column1 {	/* First column  width is 530px*/
	width:530px; /* 530 */
	float:left;
	position:relative;
	text-align:left;
	left:1000px;
	overflow:hidden;
}
div#Column2 { /* seperator column width:40px*/
	width:40px;
	float:left;
	position:relative;
	text-align:left;
	left:1000px;
}
div#Column3 { /* right column  width is 430px*/
	width:430px; /* 430 */
	float:left;
	text-align:left;
	position:relative;
	left:1000px;
}


/****************************************
 Pages Styles
 ****************************************/
div#Column1 h1 {
	font-size:2.2em;
	color:#2eb6d4;
	line-height:50px;
	margin-left:6px;
}
div#Column1 h2 {
	font-size:1.4em;
	font-weight:bold;
	line-height:30px;
	margin-left:6px;
	border-bottom:1px solid #333;
}

div#Column1 h3 {
	font-size:1em;
	font-weight:bold;
	line-height:30px;
	margin-left:6px;
}




div#Column1 p {
	margin:6px 6px 12px 0;
	font-size:0.92em;	
}

div#Column3 h1 {
	font-size:1.3em;
	color:#2eb6d4;
	line-height:24px;
	padding:0 12px  0 0;
	font-weight:normal;
}

div#Column3 h2 {
	font-size:1.3em;
	color:#2eb6d4;
	line-height:24px;
	margin:0 0 12px 0;
	font-weight:normal;
	text-transform:uppercase;
}


div#Column3 p {
	margin:6px 6px 12px 0;
	font-size:0.9em;
	line-height:20px;
	color:#074e5d;
}

/***********************/
/* ABOUT IS STtyles    */
/***********************/
div#Column1 .AboutHeader  {
	color:#2eb6d4;
	font-family:Arial, sans-serif;
	font-size:1.1em;
	font-weight:normal;
	line-height:1.5em;
	margin-left:10px;
}
div#Column1 .AboutText  {
	color:#2eb6d4;
	font-family:Arial, sans-serif;
	font-size:0.86em;
	line-height:1.5em;
	font-weight:normal;
	margin-left:10px;
	width:270px;
}
div#Column3 .BioText  {
	color:#FFF;
	font-family:Arial, sans-serif;
	font-size:0.8em;
	line-height:1.5em;
	margin:2px;
}




div#Footer{
	position:relative;
	float:left;
	width:1000px;
	text-align:left;
}
div#Footer p{
	border-top:1px solid #7f7f7f;
	font-size:.7em;
	color:#7f7f7f;
}




.FormLable {
	font-size:0.8em;
}
.TexTBox {
	background: #eee !important;
	width: 210px;
	color: #a27d76;
	font-family: Arial, Tahoma, Verdana;
	font-size:12px;
	margin:4px 0 0 0;
	border: 1px solid #95979a;
	height:20px; 
}

.ButtonStyle {
	font-family:'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:12px;
  	border:1px solid #c5c5b6;
	padding:3px 6px;
	margin:0px 0;
	cursor:pointer;
	text-align:center;
}
form, select, input {
	display:inline;
}



