*{	margin: 0px; padding: 0px;}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E9E6D2;
}
#wrapper {
	background-image: url(images/wrapper.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: auto;
	width: auto;
	background-color: #39134C;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
}
#header {
	height: 130px;
	/*width: 778px;*/
        width: 808px; 
	margin-right: auto;
	margin-left: auto;
	
}
a {
	color: #FFCC00;
}
a:hover {
	color: #993399;
}
a img { border:none;}
/*footer*/
#footer {
	padding: 10px;
	height: 30px;
	width: 758px;
	margin-right: auto;
	margin-left: auto;
}
#footer p {
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 10px;
	/*text-transform: lowercase;*/
}
/*footer*/
#menu {
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 40px;
	width: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #152D40;
}
#menu ul {
	overflow: hidden;
	list-style-type: none;
}
#menu ul li {
	display: inline;
}
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	color: #39134C;
	float: left;
	text-decoration: none;
	padding-top: 12px;
	padding-right: 30px;
	padding-left: 30px;
	height: 28px;
	font-weight: bold;
	background-image: url(images/menu_bullet.gif);
	background-repeat: no-repeat;
	background-position: 15px 15px;
}
#menu a:hover, #menu .active a:hover {
	color: #fff;
	background-image: url(images/menu_hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}
#menu .active a {
	text-decoration: none;
	color: #fff;
	background-image: url(images/menu_active.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#logo h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 35px;
	font-style: italic;
	font-weight: 600;
	color: #FFCC00;
	padding-top: 20px;
}
#logo h1 span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
	font-weight: normal;
}
#logo h1 a {
	color: #FFCC00;
	text-decoration: none;
}
#logo h1 a span{
	color: #fff;
	text-decoration: none;
}
#logo {
	height: 91px;
	width: 778px;
	margin-right: auto;
	margin-left: auto;
}
/*slide bar */

#sidebar {
	width: 230px;
	float: right;
	padding-bottom: 10px;
}

#updates {
	overflow: hidden;
}
#updates a {
	float: left;
	height: 70px;
	width: 212px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	background-image: url(images/upbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	margin-left: 10px;
}
#updates a strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2C0F39;
	display: block;
	font-style: italic;
	padding-top: 18px;
	padding-left: 10px;
	line-height: 17px;
}
#updates a strong img {
	clear: left;
	float: left;
	margin-right: 10px;
}
#updates a:hover strong {
	color: #996600;
}

/*slide bar*/
/*content*/
#content {
	width: 808px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/content_bg.png);
	overflow: hidden;
}
#main {
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	padding-bottom: 20px;
	float: left;
	width: 538px;
	padding-top: 10px;
}
#main h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 23px;
	color: #FFF4CC;
	margin-bottom: 10px;
	text-transform: uppercase;
	background-image: url(images/h2_bg.jpg);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 30px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #993399;
}
h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #FFEA9F;
	background-image: url(images/h3_bg.jpg);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
}
h4  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #D9B3EC;
}
p {

	margin-bottom: 1em;
	line-height: 1.3em;

}
.answers  {
	width: 530px;
}
.answers h4 {
	letter-spacing: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	color: #D9B3EC;
}
.answers .top {
	display: block;
	clear: right;
	float: right;
	margin-bottom: 10px;
}
/*################# CONTACT #####################*/
#contact {
	float:none;
	display:block;
	clear:left;
	margin-top:20px;
	padding-left:5px;
	padding-top:15px;
}

#contact form {
}

#contact fieldset {
	border: none;
}

#contact legend {
	display: none;
}

#contact label {
	font-size: x-small;
	font-weight: bold;
	float: none;
}

#contact .textfield{
	margin-bottom: 5px;
	border: 1px solid #69228A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	width: 200px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #DC0F39;
}

#contact .button, p span input  {
	border: 1px solid #39134C;
	font-family: Arial, Helvetica, sans-serif;
	color: #39134C;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFCC00;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#vinfo {
	float:none;
	display:block;
	clear:left;
}
#vinfo .con_header {
	padding: 5px;
	clear: left;
	float: left;
	width: 150px;	
}
#vinfo .con_phone {
	padding: 5px;
	float: left;
	width: 150px;	
}
#vinfo .con_mail {
	padding: 5px;
	float: left;
	width: 150px;	
}

#hinfo {
	float:none;
	display:block;
	clear:left;
}
#hinfo .con_header {
	padding: 5px;
	clear: left;
	float: left;
	width: 200px;	
}
#hinfo .con_phone {
	padding: 5px;
	float: left;
	width: 200px;
	text-align:right;	
}
/*################# contact #####################*/
#main ul {
	list-style-type: square;
	line-height: 18px;
	margin-left: 3em;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*table*/
.apply_table td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ECE9D8;
	background-color: #341246;
	text-align: left;
	padding: 5px;
}
.apply_table SELECT {
	width:150px;
}
.apply_table .textbox, .apply_table textarea {	margin-bottom: 5px;
	border: 1px solid #69228A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #DC0F39;}
.apply_table textarea {
	width:300px;
}
p span input {}
/*table*/
.clear {
	clear: both;
	padding-top: 10px;
}
/*content*/

/*sub navigation*/
#navcontainer {
	margin-bottom:20px;
}
ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	line-height:1.1em;
}

#navlist li {
	display: block;
	list-style-type: none;
}

#navlist a {
	margin:1px;
	font-size: 11px;
	background-image: url(images/nav_bulet.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	color: #ECE9D8;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 12px;
	display: block;
}

#navlist a:link, #navlist a:visited {
	/*color: #fff;
	background-color: #036;*/
	text-decoration: none;
}

#navlist a:hover, #navlist .current {
	color: #fff;
	background-color: #662485;
	text-decoration: none;
}
/*home */
#welcome h1 {display:none}
#welcome h3  { display:none}
#main h2.title a {
	color: #FFF4CC;
	text-decoration: none;
}
.story {
	overflow: hidden;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.story p {
	padding-right: 10px;
	padding-left: 10px;
}
.story p img {
	padding: 1px;
	float: right;
	border: 5px solid #220B2D;
	margin-bottom: 10px;
	margin-left: 20px;
}

