@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: #00CC33;}

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

/* // */

#wrapper
{
	margin:30px auto;
	width:770px;
}



/* // */

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


/* // */

#header
{
	padding:15px 20px 0px 20px;
	width:770px;
}


#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:109px;
	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: #000099;
	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: 0 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
{
	width:770px;
	text-align:left;
	color:#FFFFFF;
	font-size:9px;
/*	margin-top:40px;*/
}

/* // */
#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;
}

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

td.choice{
	color: #FFFFFF;
	background-color: #00CC33;
	text-align:center;
	font-weight:bold;	
}
td.choice2{
	text-align:center;
}