@charset "utf-8";

*
{
	background-repeat:no-repeat;
	font-family:"verdana", "arial", "helvetica", sans-serif;
	font-size:12px;
	line-height:14px;
	margin:0px;
	padding:0px;
	outline:none;
}

body {background: url(images/body_bg_colour.gif);}

p {
	font-size:11px;
	margin:12px;
}

/* // */

#wrapper
{
	margin-right:auto;
	margin-left:auto;
	width:770px;
}



/* // */

#container
{
	background-color:#ffffff;
	float:left;
	width:770px;
	background-image:url(images/body_bg.jpg);
	background-repeat:repeat;
}


/* // */

#header
{
	background-image:url(images/header.jpg);
	height:160px;
	width:770px;
}


#header h1
{
	float:left;
	line-height:24px;
	height:24px;
	margin:13px 0px 0px 30px;
	text-indent:-9999px;
	width:300px;
}

#menu { padding:25px 0 0 374px; width:396px;}
#menu ul {  display:inline; list-style:none;}

#menu ul li {display:inline; padding:0 35px 0 0;}

#menu li a img {border:0;}


/* // */


#content
{
          width:670px;
 margin:0px auto; 
 padding: 10px 50px 0 50px;


}

#selection_box1
{
	margin: 0 0 0 120px;
	background-image:url(images/choice_box.jpg);
	height:139px;
	width:408px;
}


#selection_box1 ul
{
	display:inline;
	list-style:none;

}

#selection_box1 li
{
	float:left;
}


#selection_box1 ul.title li
{
	width:75px; font-weight:bold;
color:#000000;
	line-height:20px;
	padding:15px 2px 0 25px;

}


#selection_box1 ul.choice li
{
	width:77px; font-weight:normal;
	line-height:20px;
	padding:15px 5px 0 20px;

}
#selection_box1 ul.choice li select option
{
	padding:0 2px 0 2px;

}


#selection_box1 p
{
        margin:5px 0 0 0;
padding: 0 0 0 0;
        align: left;
}


#selection_box2
{
	margin: 15px 0 0 69px;
	width:528px;
}

#selection_box2 p
{
        margin:0 0 10px  0;
padding: 0 0 0 0;
	font-family:"verdana", "arial", "helvetica", sans-serif;
	font-size:10px; color:#31536F;
	line-height:16px;
}


#form_submit
{
      margin: 0 0 0 64px;
	width:528px;
}

#form_submit button
{

background:url(images/creat_button.gif) no-repeat;
border:0; width:128px; height:34px;

}


#form_submit p
{
        margin:0 0 0 0;
padding: 0 0 0 0;
        align: center;
	font-family:"verdana", "arial", "helvetica", sans-serif;
	font-size:10px; color:#31536F;
}



/* // */
/* Contact Page */
/* // */



#footer
{
	margin-left: auto;
	margin-right: auto;
	width:770px;	
	background-image:url(images/footer.jpg);

}

 #footer h6
{
	color:#ffffff;
	font-size:10px;
	font-weight:normal;
	padding:20px 40px 5px 40px;
	text-align:center;
}

 #footer h6 a, #footer h6 a:link, #footer h6 a:visited
{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;


}
#footer h6 a:hover
{
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;

}

/* // */
#error
{
  width:460px; margin:0px auto;
  padding:5px 10px 5px 10px;
  text-align:center;
  border: solid 1px #FF3300;
  background-color: #FFF7EC;
}

#success
{
  width:460px; margin:0px auto;
  padding:5px 10px 5px 10px;
  color:#000000;
  text-align:center;
  border: solid 1px #C5E4F3;
  background-color: #E9F5FB;
}

#contact_form {
width:558px;
height:384px;
margin:0px auto;
padding:60px 0 0 10px;
background-image:url(images/contact.gif);
	font-family:"verdana", "arial", "helvetica", sans-serif;
	font-size:10px;
	font-weight:bold;
	}



input.text {
  height:23px;
  font-size:10px;
  font-weight:normal;
	color: #000000;
	border:solid 1px  #C5E4F3;
}
textarea.text {
  height:120px;
	  font-size:10px;
  font-weight:normal;
	border:solid 1px #C5E4F3;
}
#contact_form .req
{
  margin:0 0 0 0;
  font-size:10px;
  font-weight:normal;
	color: #717C82;
}

#contact_form button
{
position:relative; left:60px;
background:url(images/send_button.gif) no-repeat;
border:0; width:129px; height:35px;


}

/*    Links Page  */


.link_row1
{
float:left; margin: 0 0 0 0;
padding:10px 10px 0 15px;
border:0; width:295px;
}

.link_row1 .top
{
background:url(images/links_1.gif) no-repeat;
border:0; width:294px; height:36px;
margin:0 0 0 0; padding:0 0 0 0;
}
.link_row1 .top img
{
margin:8px 0 0 15px; border:0;
padding: 0 0 0 -20px; 
}

.link_row1 .text
{
margin:0 0 0 0; 
padding:5px 26px 5px 10px;
background:url(images/links_2.gif) repeat-y;
text-align:justify;
}

.link_row1 .text img.corner{
  float: right; margin:-53px -39px 0 0; border:0;
padding:-53px -39px 0 0;

}




/* / ---------- / */



* html .clearfix
{
	height:1%;
}

.clearfix
{
	display:inline-block;
}

html[xmlns] .clearfix
{
	display:block;
}

.clearfix:after
{
	clear:both;
	content:".";
	display:block;
	height:0px;
	visibility:hidden;
}

/* / ---------
