@charset "UTF-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	background: url(images/bg.jpg) repeat;
}

p {
	line-height: 18px;
	margin-bottom: 15px;
	clear: both;
}

h1 {
	color: #333;
	font-size: 1.4em;
}

h2 {
	color: #a92926;
	font-size: 1.3em;
	margin: 10px 0;
}

h3 {
	color: #a92926;
	font-size: 1.2em;
	margin: 10px 0;
}

.img {
	border: 0;
	padding: 0;
	margin: 0;
}

.img-r {
	float: right;
	padding: 0 13px 0 0;
}

.logos {
	margin: 0 auto;
	width: 900px;
}

ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #a92926;
	text-decoration: underline;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------*/

/*Design div id tags */
#topbar {
	width: 100%;
	height: 40px;
	border-bottom: solid 5px #000;
	background: #292929;
}

#headwrap {
	margin: 0 auto;
	width: 900px;
	height: 155px;
}

.logo {
	width: 400px;
	height: 136px;
	margin: 0 auto;
}

.topnav {
	width: 450px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 14px;
}

.topcontact {
	width: 450px;
	height: 70px;
	position: absolute;
	right: 0;
	top: 72px;
	text-align: right;
}

.topcontact-user {
	width: 450px;
	height: 70px;
	position: absolute;
	right: 0;
	top: 68px;
	text-align: right;
}

#midwrap {
	width: 100%;
	height: 273px;
	background: url(images/jq-bg.jpg) repeat-x;
	padding-top: 5px;
}

#mid {
	margin: 0 auto;
	width: 900px;
	height: 268px;
}

#mainwrap {
	margin: 0 auto;
	padding: 20px 0;
	width: 900px;
	height: auto;
	overflow: hidden;
}

.columnlarge {
	float: left;
	width: 880px;
	height: auto;
	overflow: hidden;
	padding: 10px;
	margin-bottom: 10px;
	background: #FFF;
	border: 1px solid #999;
	text-align: center;
}

.columnside {
	float: right;
	width: 190px;
	height: auto;
	overflow: hidden;
	padding: 10px;
	margin-bottom: 10px;
	background: #FFF;
	border: 1px solid #999;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------*/

/*text styles */
.bold {
	font-weight: bold;
	font-size: 1em;
}

.site-info p {
	color: #FFF;
	margin: 0 0 5px 0;
	padding: 0;
}

.site-info a {
	color: #FFF;
}

.site-info ul {
	display: block;
	margin-top: 15px;
}

.site-info li {
	display: inline;
}

.heading {
	text-transform: uppercase;
}

.topcontact p {
	color: #464646;
	font-weight: bold;
	font-size: 1.1em;
	padding: 0 0 2px 0;
	margin: 0 0 2px 0;
}

.pclose {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	color: #999;
}

.pclosebold {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	color: #ccc;
}

.user-area {
	font-size: 2.2em;
	text-shadow: #FFF 1px 2px 2px;
	font-weight: bold;
}

.li-services {
	margin: 2px 0;
	padding: 5px 0 5px 10px;
	list-style: none;
	background: #a82920;
	border-left: 4px solid #333;
	color: #FFF;
}

.li-services a {
	color: #FFF;
	font-weight: bold;
}

.design-title {
	font-family: "ArvoRegular", Arial;
	color: #999;
	font-size: 1.3em;
	margin: 0 0 15px 0;
	line-height: 24px;
	text-transform: uppercase;
}

.design-titlesmall {
	font-family: "ArvoRegular", Arial;
	color: #999;
	font-size: 1.1em;
	padding: 0;
	margin: 0;
	line-height: 24px;
	text-transform: uppercase;
}

.design-under {
	font-family: "ArvoRegular", Arial;
	color: #111;
	display: block;
	clear: both;
	font-size: 1.8em;
	padding: 0;
	margin: 0;
	line-height: 18px;
	text-transform: uppercase;
}

@font-face {
	font-family: 'ArvoRegular';
	src: url('/fonts/Arvo-Regular.ttf');
	src: url('/fonts/Arvo-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------*/