/* Bullseye Inside Style Sheet
/*
/////////////////////////////////////// */

@import url("bullog.css");

/*////////////////////////////////////// */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(interface/inside_background.jpg) repeat;
}

/* Inside
/////////////////////////////////////// */

#inside {
	width: 100%;
}

#insidetop {
	background: url(interface/inside_background.jpg) repeat;
	margin: 0 auto;
	padding: 0;
}

/* Menu
/////////////////////////////////////// */

#insidemenu {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 34px;
	color: #fff;
	text-align: center;
	letter-spacing: .15em;
	background: #01A8DD url(interface/inside_menu_back.jpg) no-repeat center;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#insidemenu p {
	margin: 0;
	padding-top: 10px;
}

#insidemenu a {
	text-decoration: none;
	color: #fff;
}

#insidemenu a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed #fff;
}

#insidesubmenu {
	margin: 0;
	padding: 8px 0;
	text-align: center;
	background-color: #fff;
	color: #126ACC;
	border-bottom: 1px dashed #126ACC;
}

/* Content
/////////////////////////////////////// */

#contentbackground {
	width: 100%;
	padding: 0;
	margin: 0;
	background: #fff url(interface/inside_contentback.gif) repeat-y center;
}

#content {
	width: 700px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#contenttext {
	margin: 0 auto;
	text-align: left;
	padding: 0px 20px 20px;
	font-size: 11pt;
	line-height: 1.25em;
	color: #222222;
}

#content p {
	/* color: #222222;
	font: 10pt;
	line-height: 1.25em; */
}

#content h3 {
	color: #126ACC;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 1px;
}

#content a {
	text-decoration: none;
	color: #004FA8;
}

#content a:hover {
	text-decoration: none;
	color: #004FA8;
	border-bottom: 1px dashed #004FA8;
}

#content ul {
	margin: 0 0 0 25px;
	padding: 0;
}

#content li {
	list-style-image: url(../interface/listarrow.gif);
}

.subtitle {
	color: #126ACC;
	font-weight: bold;
	letter-spacing: 1px;
}

.listtitle {
	color: #559B19;
	font-weight: bold;
}

.highlight {
	color: #559B19;
}

#servicestable {
}

#servicestable p {
	font-size: 11px;
	line-height: 1.25em;
	padding-right: 8px;
}

#servicestable h1 {
	color: #126ACC;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;
	margin: 0 0 -5px;
}

#servicestable h3 {
	color: #126ACC;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
}

.servicecell {
	margin-bottom: 15px;
}

#workbox {
	clear: both;
}

/* Blog
/////////////////////////////////////// */

.author-date {
	font-size: 10px;
}

/* Images
/////////////////////////////////////// */

.article {
	float: right;
	padding: 0 15px 15px;
}

.servicesicon {
	float: left;
	/* margin-bottom: 10px; */
}

.righticon {
	float: right;
	/* margin-bottom: 10px; */
}

.servicesbanner {
	margin-bottom: 10px;
	margin-top: 5px;
}

/* Bottom
/////////////////////////////////////// */

#insidebottom {
	width: 100%;
	color: #fff;
	text-align: center;
	letter-spacing: .15em;
	text-transform: uppercase;
	font: 10px/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 25px;
	margin-bottom: 0;
	height: 100px;
	padding-top: 25px;
	border-top: 3px solid #80C4E7;
	padding-bottom: 10px;
	background: url(interface/inside_background.jpg) repeat;
	clear: both;
}

#insidebottom a {
	text-decoration: none;
	color: #fff;
}

#insidebottom a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed #fff;
}

