/************************************************************************************/
/* Internet SearchWorks Cascading Stylesheet                                        */
/* All Images and Content Copyright Internet SearchWorks                            */
/* Stylesheet Authored by Internet DesignWorks                                      */
/* Website Design Specialists - Website Development Experts                         */
/* (317) 669-0439                                                                   */
/* Blue:#495da9                                                                     */
/************************************************************************************/

body{
	width:100%;
	text-align:center;
	vertical-align:top;
	margin:0%;
	font-family:"century gothic", arial, sans-serif;
}

#copy{
	background-image:url("../images/copyBack.png");	
	background-repeat:repeat-x;
	height:31px;
	clear:both;
	padding-top:6px;
	color:#c7c7c7;
	text-shadow:#336699 1px 1px 1px;
}

#copy a{
	color:#336699;
	text-decoration:underline;
	text-shadow:#e7e7e7;
}

#copy a:hover{
	color:#cccccc;
	text-decoration:none;
	text-shadow:#ff0000;
}

.form{
	border:2px inset #0B1C6C;
}

.form:hover{
	border:2px inset #990000;
}

#head{
	background-image:url("../images/headbg.png");
	background-repeat:repeat-x;
	height:250px;
	width:100%;
}

#headcontent{
	height:128px;
	width:100%;
	margin-top:-157px;
}

#indexcontent{
	width:90%;
	text-align:left;
	vertical-align:top;
	padding-left:100px;
}

#indexcontent.data{
	width:600px;
	vertical-align:top;
}
	
#indexcontent h1{
	font-size:155%;
	color:#000066;
	text-align:center;
	text-shadow:#336699 2px 2px 1px;
}

#indexcontent h2{
	font-size:120%;
	color:#336699;
	text-align:center;
	text-shadow:#000066 2px 1px 1px;
}

#indexcontent h4{
	font-size:110%;
	color:#000066;
	text-align:left;
	text-shadow:#336699 2px 1px 1px;
}

#logo{
	height:90px;
	text-align:left;
	vertical-align:middle;
}

#navmenu{
	width:98%;
	height:30px;
}

#navmenu ul{
	list-style-type:none;	
	margin-top:2px;
}

#navmenu li{
	display:inline;
}

#navmenu li a{
	font-size:80%;
	color:#c7c7c7;
	text-shadow:#000000 1px 2px 1px;
	font-weight:600;
	text-decoration:none;
	padding-left:34px;
	background-image:url("../images/navSpace.png");
	background-repeat:no-repeat;
	background-position:0% 50%;
}

#navmenu li a:hover{
	font-size:80%;
	color:#00ffff;
	text-shadow:#000000 1px 2px 1px;
	font-weight:600;
	text-decoration:none;
	padding-left:34px;	
	background-image:url("../images/navHover.png");
	background-repeat:no-repeat;
	background-position:0% 50%;
}

#phone{
	font-size:35px;
	color:#336699;
	text-shadow:#ffffff 2px 1px 1px;
	float:right;
	font-weight:300;
	margin-top:-5%;
	padding-right:1%;
}

#social{
	width:95%;
	text-align:center;
	vertical-align:middle;
	height:80px;
	clear:both;
}

#twitter{
	float:right;
	width:250px;
	height:500px;
	margin-left:5px;
}