@charset "UTF-8";
/* CSS Document */

html, body {
	font-family: "Lucida Sans", "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #222;
	background: url(images/header_bg.png) top no-repeat scroll #e5e3e3;
	margin: 0;
	}

body {
	background: transparent;
	}

#container {
	margin: 95px auto 0 auto;
	padding: 0;
	width: 900px;
	background: url(images/rounded_corners_top.png) top no-repeat #fff;
	border: 0;
	overflow: hidden;
	}/*

* html #container {
	overflow: visible;
	height: 100%;
	}*/

/*-------------------------------   HEADER   -------------------------------*/

/*#header {
	display: block;
	padding: 0;
	margin: 0;
	color: #000;
	text-align: center;
	font-weight: bold;
	border: 0;
	width: 900px;
	height: 85px;
	background: transparent;
	}*/

/*-------------------------------   NAVIGATION   -------------------------------*/

#nav {
	font-size: 1.75em;
	font-weight: normal;
	margin: 0 auto;
	padding: 0;
	width: 900px;
	background: transparent;
	border: 0;
	overflow: hidden;
	}

#nav ul {
	margin: 0;
	text-align: center;
	padding: 0;
	list-style: none;
	}

#nav a, #nav strong {
	background: transparent;
	font-weight: normal;
	display: inline-block;
	color: #999;
	text-decoration: none;
	padding: 0 20px;
	margin: 0;
	border-top: 6px solid transparent;
	line-height: 40px;
	}

#nav strong {
	color: #8d0000;
	border-top: 6px solid #8d0000;
	}

#nav li {
	background: transparent;
	display: inline-block;
	margin: 0;
	padding: 0;
	}

#nav li a, #nav li a:visited {
	display: inline-block;
	margin: 0;
	}

#nav li a:hover {
	border-top: 6px solid #bbb;
	}

#nav li a:active {
	color: #777;
	border-top: 6px solid #777;	
	}

* html #nav a, * html #nav strong, * html #nav li, * html #nav li a, * html #nav li a:visited {
	display: inline;
	}

*:first-child+html #nav a, *:first-child+html #nav strong, *:first-child+html #nav li, *:first-child+html #nav li a, *:first-child+html #nav li a:visited {
	display: inline;
	}

/*-------------------------------   CONTENT   -------------------------------*/

#content {
	overflow: hidden;
	width: 900px;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	}

p {
	margin: 0 35px 15px 35px;
	line-height: 1.5;
	font-size: 1.2em;
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	}

.columnRight p {
	margin: 0 20px 15px 20px;
	line-height: 1.5;
	font-size: 1.2em;
	color: #615c5c;
	}

.svcText {
	margin: 0 35px 15px 35px;
	background: url(images/p_rounded_bottom.png) bottom center no-repeat #d5d1d1;
	padding: 12px 0px 2px 0px;
	}

.svcListHead {
	font-size: 1.5em;
	line-height: normal;
	}

.svcListSubHead {
	font-size: 0.8em;
	}

.svcItem {
	display: block;
	clear: both;
	}

.svcItem img {
	display: block;
	margin: 0px 0px 20px 20px;
	clear: left;
	}

#content a:link, #content a:visited {
	color: #777;
	text-decoration: none;
	}

#content a:hover, #content a:active {
	color: #000;
	text-decoration: none;
	}

a:link.svcBtn, a:visited.svcBtn {
	display: block;
	margin: 25px 0 5px 20px;
	width: 410px;
	height: 100px;
	background: url(images/svc_btn_bg.png) center no-repeat transparent;
	}

a:hover.svcBtn {
	display: block;
	margin: 25px 0 5px 20px;
	width: 410px;
	height: 100px;
	background: url(images/svc_btn_bg_hover.png) top center no-repeat transparent;
	}

a:active.svcBtn {
	display: block;
	margin: 25px 0 5px 20px;
	width: 410px;
	height: 100px;
	background: url(images/svc_btn_bg_active.png) top center no-repeat transparent;
	}

#content ul {
	color: #615c5c;
	margin: 0 10px 15px 10px;
	line-height: 1.5;
	}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-weight:normal;
	font-size: 2.5em;
	font-style: italic;
	margin: 20px 20px 10px 20px;
	padding: 0 0 0 20px;
	width: 410px;
	line-height: 60px;
	background: url(images/h1.png) left no-repeat transparent;
	text-shadow: #fff 0px 1px 0px;
	}

h2 {
	color: #8d0000;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 0 25px;
	padding: 10px;
	border: 2px solid #d5d1d1;
	background: #f0efef;
	width: 376px;
	}

h3 {
	margin: 0 0 0 35px;
	background: url(images/p_rounded_top.png);
	width: 380px;
	height: 8px;
	}

.columnFull {
	overflow: hidden;
	float: left;
	width: 900px;
	border: 0;
	margin: 0;
	padding: 20px 0 0 0;
	background: #fff;
	}

.columnLeft {
	overflow: hidden;
	float: left;
	width: 450px;
	border: 0;
	margin: 0;
	padding: 0;
	background: transparent;
	}

.columnRight {
	overflow: hidden;
	float: left;
	width: 450px;
	border: 0;
	margin: 0;
	padding: 0;
	background: transparent;
	}

#content a.linksCategories:link, #content a.linksCategories:visited {
	display: block;
	width: 195px;
	margin: 0 0 15px 20px;
	padding: 15px 0;
	float: left;
	text-align: center;
	background: #fda;
	font-weight: bold;
	color: #701400;
	text-decoration: none;
	}

#content a.linksCategories:hover, #content a.linksCategories:active {
	background: #ed7c35;
	color: #000;
	}

* html #content a.linksCategories:link, #content a.linksCategories:visited, #content a.linksCategories:hover, #content a.linksCategories:active {
	display: inline;
	}

.photo {
	float: left;
	margin: 0 15px 15px 0;
	border: 1px solid #000;
	}

.formContainer {
	width: 400px;
	margin: 0 25px;
	}

.iconContainer {
	margin-bottom: 50px;
	}

.hiddenPic {
	display: none;
	}

/*-------------------------------   FOOTER   -------------------------------*/

#footer {
	display: table;
	border: 0;
	margin: 0 auto;
	padding: 20px 0;
	width: 900px;
	background: url(images/rounded_corners_bottom.png) top no-repeat transparent;
	position: relative;
	bottom: 0;
	vertical-align: bottom;
	color: #000;
	}

.footerContact {
	padding: 0 0 0 15px;
	margin: 0;
	float: left;
	}

.footerLinks {
	padding: 0 15px 0 0;
	margin: 0;
	float: right;
	text-decoration: none;
	}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #777;
	}

#footer a:active, #footer a:hover {
	color: #000;
	}

#footer p {
	font-family: "Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 3.0;
	font-size: 1em;
	}

.userLinks {
	padding: 5px 10px;
	border: 1px solid #b5afaf;
	}