@charset "UTF-8";
/* CSS Document */
/* ----------------------------Basic Styling */

*{
	margin: 0px;
	padding: 0px
}
body {
	background: #333;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	
}

#wrapper {
	position:relative;
	width: 720px;
	margin: 0 auto;
	text-align:left;
}
#clear{
	clear:both;
}

/* --------------------Position Container Elements */

#header{
	position:relative;
	background: url(images/w2m_logo.jpg) no-repeat top left;
	height: 60px;
}
#heading {
	padding-bottom: 10px;
}

#header h1 {
	margin-left: -9000px;
}
/*#header ul {
margin: 0;
padding: 0;
position:absolute;
left: 0;
bottom: 0;
width: 385px;
list-style:none;
background: url(images/menu_bg.gif) repeat-x top left;
}
#header ul li{
float:left;
}

#header ul a{
padding: 0 1.1em;
font-size:16px;
line-height:1.5em;
text-decoration:none;
color:#fff;
float:left;
display:block;
background:url(images/menu_sep.gif) no-repeat left top;
}

#header ul a.first{
background:url(images/menu_over.gif)*/
.indentmenu{
	position:relative;
	font: bold 13px Arial;
	width: 100%; /*leave this value as is in most cases*/
	right: 0px;
	bottom: 0px;
	padding-right: 10px;
	padding-left: 382px;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 330px; /*width of menu*/
	border: 1px solid  #000000; /*dark purple border*/
	border-width: 0px 0;
	background: black url(images/menu_bg.gif) repeat-x center bottom;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 7px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black  url(images/menu_over.gif) center bottom repeat-x;
}

#welcome {
text-align:center;}

#mainContent {
	float:left;
	width: 350px;
	padding-left: 10px;
}
#secondaryContent img {
}
#secondaryContent {
	float:right;
	width: 340px;
	padding-left: 10px;

}
#footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 20px;
	text-align: center;
}
#footer ul {
	list-style:none;
	text-align: center;
	display: inline;
}
#footer ul li{

}

#footer ul a{
	text-align:center;
	padding: 2em 1.2em;
	font-size:10px;
	line-height:1.5em;
	text-decoration:none;
	color:#fff;
	float:none;
	display:inline
}

#footer ul a.hover{
	text-align:center;
	padding: 2em 1.2em;
	font-size:10px;
	line-height:1.5em;
	text-decoration:underline;
	color:#999999;
	float:none;
	display:inline
}
#secondaryContent #pic {
	padding-left: 10px;
}
#mainContent #heading {
	padding-bottom: 10px;
	padding-top: 20px;
}
#secondaryContent #heading {
	padding-bottom: 10px;
	padding-top: 20px;
}
#mainContent ul{
	text-indent: 10px;
	list-style: inside;
}
.centerText {
	text-align: center;
}
#footer a {
	padding-right: 25px;
	text-decoration: none;
	color: #FFFFFF;
}

#first {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}


/*CONTACT FORM CSS*/


/*Text inputs*/
.textinput, .textinputHovered {
	width:236px;
	height:15px;
	background:url(images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}

/*Text areas*/
.textarea, .textareaHovered {
	width:300px;
	height:125px;
	background:url(images/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textareaHovered {
	background-position:left bottom;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:3px;
	width:172px;
	background:#6f7074;
	padding:2px;
	font-size:11px;
	z-index:20;
}
.optionsDivInvisible {
	display:none;
}
.optionsDivVisible {
	display:block;
}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#F2F2F2;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border:1px solid #6f7074;
}
.optionsDivVisible a:hover {
	color:#FFF;
	background:#5F6062;
	border-color:#cfd0d6;
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}

/*Selects*/
.selectArea {
	width:200px;
	height:21px;
	background:url(images/select_bg.gif) repeat-x left top;
}
.selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background:url(images/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url(images/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:21px;
	height:21px;
}
.selectArea .right i {
	display:none;
}
.selectArea .center {
	width:160px;
	margin-left:5px;
	margin-right:20px;
	color:#FFF;
	padding-top:3px;
}
/*Services Page Code*/
.service_section {
	margin-top: 15px;
	float: left;
	padding-top: 15px;
	width: 320px;
	padding-bottom: 10px;
	display: inline;
}
.service_section img {
	float: left;
}
.service_section_copy {
	float: left;
	display: block;
	width: 280px;
	padding-left: 15px;
}
a {
	color: #5AB5E4;
}
