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

body {
	background-color:#6b707d;
	background-image:url(../images/newback.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

a {
	text-decoration:none;
	color:#83b1d1;
}

a:hover {
	color:#f06220;
	text-decoration:none;
}

/*.twoSymbol {
	position:relative;
	top:5px;
	margin-left:1px;
	margin-right:1px;
}

h2 .twoSymbol {
	top:8px;
}

#Title .twoSymbol {
	top:15px;	
}*/

ol {
	padding: 0 0 30px 26px;
}
ol li {
	padding: .3em 0;
}

/****** MAIN WRAPPER ******************************************************/

#MainWrapper {
	height:auto;	
}

#MainWrapper, #Fixed_Wrapper {
	position:relative;
	top:-10px;
	margin-left:auto;
	margin-right:auto;
	width:916px;
	background:#fff;
	border-left:3px solid #000;
	border-right:3px solid #000;
	/*border-top: 2px solid #002466;*/
	z-index:200;
}

#Fixed_Wrapper {
	height:860px;
	border-bottom:150px solid #000;	
}

.Shadows {
	position:absolute;
	top:0px;
	left:-23px;
	width:962px;
	height:100%;
}

.Shadows .left {
	position:absolute;
	top:0px;
	left:0px;
	width:20px;
	height:100%;
	background-image:url(../shadows/leftshadow.png);
}

.Shadows .right {
	position:absolute;
	top:0px;
	right:0px;
	width:20px;
	height:100%;
	background-image:url(../shadows/rightshadow.png);
}

.Shadows .bottom {
	position:absolute;
	bottom:-20px;
	left:20px;
	width:922px;
	height:20px;
	background-image:url(../shadows/bottomshadow.png);
}

.Shadows .bLeft {
	position:absolute;
	bottom:-20px;
	left:0px;
	width:20px;
	height:20px;
	background-image:url(../shadows/bottomleftcorner.png);
}

.Shadows .bRight {
	position:absolute;
	bottom:-20px;
	right:0px;
	width:20px;
	height:20px;
	background-image:url(../shadows/bottomrightcorner.png);
}

/* FIXED_WRAPPER SHADOWS*******************************************/
#Fixed_Wrapper .Shadows {
	position:absolute;
	top:0px;
	left:-20px;
	width:956px;
	height:100%;
}

#Fixed_Wrapper .Shadows .left {
	position:absolute;
	top:0px;
	left:0px;
	width:20px;
	height:1010px;
	background-image:url(../shadows/leftshadow.png);
}

#Fixed_Wrapper .Shadows .right {
	position:absolute;
	top:0px;
	right:0px;
	width:20px;
	height:1010px;
	background-image:url(../shadows/rightshadow.png);
}

#Fixed_Wrapper .Shadows .bottom {
	position:absolute;
	bottom:-170px;
	left:20px;
	width:916px;
	height:20px;
	background-image:url(../shadows/bottomshadow.png);
}

#Fixed_Wrapper .Shadows .bLeft {
	position:absolute;
	bottom:-170px;
	left:0px;
	width:20px;
	height:20px;
	background-image:url(../shadows/bottomleftcorner.png);
}

#Fixed_Wrapper .Shadows .bRight {
	position:absolute;
	bottom:-170px;
	right:0px;
	width:20px;
	height:20px;
	background-image:url(../shadows/bottomrightcorner.png);
}

#InnerWrapper {
	position:absolute;
	top:0px;
	left:5px;
	width:900px;
	height:100%;
	border-left:3px solid #fff;
	border-right:3px solid #fff;
	background-color:#963c13;
	background-image:url(../images/orangeGrad2.jpg);
	background-position:0 200px;
	background-repeat:repeat-x;
}

#InnerWrapper .tl {
	display:none;
	position:absolute;
	top:216px;
	left:0px;
	width:16px;
	height:16px;
	background-image:url(../images/Otl.gif);
}

#InnerWrapper .tr {
	position:absolute;
	top:216px;
	right:0px;
	width:16px;
	height:16px;
	background-image:url(../images/Otr.gif);
}

/****** HEADER ******************************************************/

#Header {
	position:relative;
	top:0px;
	right:0px;
	width:900px;
	height:200px;
	background-color:white;
	border:8px solid #FFF;
	z-index:100;
}

#headerMask {
	position:absolute;
	top:-1px;
	left:0px;
	width:230px;
	height:100px;
	background-image:url(../images/tabby.png);
	background-repeat:no-repeat;
	z-index:20;
}

#LOGO {
	position:absolute;
	top:5px;
	left:12px;
	width:150px;
	height:56px;
	background:url(../images/logo3.jpg) no-repeat;
	z-index:30;
}

#headerText {
	position:absolute;
	bottom:25px;
	left:10px;
	height:10px;
	width:200px;
	
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	z-index:40;
	color:#666;
}


/****** NAVIGATION ******************************************************/

#Nav {
	position:absolute;
	top:168px;
	left:8px;
	height:40px;
	width:900px;
	border-bottom:0px solid #fff;
	background-image:url(../shadows/topshadow.png);
	background-position:bottom;
	background-repeat:repeat-x;
	z-index:100;
}

#Nav_list {
	position:absolute;
	left:202px;
	bottom:0px;
	margin:0;
	padding:0;
	list-style-type:none;
}

#Nav_list li {
	float:left;	
}

#Nav_list li a {
	float:left;
	background-color:#fff;
	margin: 0px 5px 0px 0px;
	padding:10px 0px 8px 0px;
	min-width:115px;
	background-image:url(../shadows/topshadow.png);
	background-position:0 18px;
	background-repeat:repeat-x;
	
	font-size:13px;
	font-weight:normal;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#000;
	text-decoration:none;
	letter-spacing:3px;
	text-align:center;
	
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

ul#Nav_list li a:hover{
	background-color:#151e3d;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	background-image:url(../shadows/topshadow.png);
	background-position:0 16px;
}

#ServicesLayer { /*not par of the Nav section*/
	position:absolute;
	top:208px;
	left:220px;
	width:600px;
	height:auto;
	background-color:#FFF;
	z-index:9999;
	padding:13px 5px 7px 5px;
	visibility:hidden;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}

#ServicesLayer ul {
	list-style-type:none;
	margin:0px;
	padding:0px 0px 0px 0px;
}

#ServicesLayer li {
	float:left;
	padding:0px 8px 5px 8px;
	border-right:1px dotted #999;
}

#ServicesLayer a {
	color:#151e3d;	
}

#ServicesLayer a:hover {
	color:#f06220;	
}

#ServicesLayer ul .last {
	border-right:none;
}

/****** SIDE BAR ******************************************************/

#SideBar {
	position:absolute;
	top:240px;
	left:20px;
	width:140px;
	padding:20px 20px 50px 20px;
	min-height:300px;
	background:#1b1f2c;
	
	-moz-border-radius-topright:10px;
	/*-moz-border-radius-topleft:10px;*/
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	
	-webkit-border-top-right-radius:10px;
	/*-webkit-border-top-left-radius:10px;*/
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	
	border-top-right-radius:10px;
	/*border-top-left-radius:10px;*/
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}

/*#SideBar .tl {
	position:absolute;
	top:0px;
	left:0px;
	width:11px;
	height:11px;
	background-image:url(../images/SBtl.gif);
}

#SideBar .tr {
	position:absolute;
	top:0px;
	right:0px;
	width:11px;
	height:11px;
	background-image:url(../images/SBtr.gif);
}

#SideBar .bl {
	position:absolute;
	bottom:0px;
	left:0px;
	width:11px;
	height:11px;
	background-image:url(../images/SBbl.gif);
}

#SideBar .br {
	position:absolute;
	bottom:0px;
	right:0px;
	width:11px;
	height:11px;
	background-image:url(../images/SBbr.gif);
}*/

#SideBar #Title {
	position:absolute;
	top:-45px;
	left:20px;
	width:600px;
	height:auto;
	
	font-family:Helvetica, Arial, sans-serif;
	font-size:32px;
	color:#002466;
	letter-spacing:3px;
	font-weight:900;
}

#SideBar h2, #SideBar2 h2 {
	margin:15px 0px 0px -5px;
	padding-bottom:0px;
	color:#ffdc8e;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	letter-spacing:1px;
}

#SideBar .text, #SideBar2 .text {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#e0e5f0;
	text-align:left;
}

#SideBar p, #SideBar2 p {
	margin:8px 0px 0px 0px;
	padding-bottom:20px;
}

ul#sideList {
	margin:0px;
	padding-top:10px;
	padding-left:10px;
}

ul#sideList li {
	padding-bottom:6px;
}

#sideList a {
	color:#83b1d1;
	text-decoration:none;
}

#sideList a:hover {
	color:#f06220;
	text-decoration:none;
}

#SideBar2 {
	position:absolute;
	top:640px;
	left:20px;
	width:140px;
	padding:20px 20px 50px 20px;
	min-height:200px;
	background:#1b1f2c;
	
	-moz-border-radius-topright:10px;
	/*-moz-border-radius-topleft:10px;*/
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	
	-webkit-border-top-right-radius:10px;
	/*-webkit-border-top-left-radius:10px;*/
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	
	border-top-right-radius:10px;
	/*border-top-left-radius:10px;*/
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}


/****** CONTENT ******************************************************/

#Content {
	position:relative;
	top:47px;
	left:210px;
	width:515px;
	min-height:300px;
	height:auto;
	background-color:#4d4f57;
	
	-moz-border-radius-topright:10px;
	/*-moz-border-radius-topleft:10px;*/
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	
	-webkit-border-top-right-radius:10px;
	/*-webkit-border-top-left-radius:10px;*/
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	
	border-top-right-radius:10px;
	/*border-top-left-radius:10px;*/
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	
	padding:1px 70px 120px 50px;
}

/*#Content .tl {
	position:absolute;
	top:0px;
	left:0px;
	width:11px;
	height:11px;
	background-image:url(../images/Ctl.gif);
}

#Content .tr {
	position:absolute;
	top:0px;
	right:0px;
	width:11px;
	height:11px;
	background-image:url(../images/Ctr.gif);
}

#Content .bl {
	position:absolute;
	bottom:0px;
	left:0px;
	width:11px;
	height:11px;
	background-image:url(../images/Cbl.gif);
}

#Content .br {
	position:absolute;
	bottom:0px;
	right:0px;
	width:11px;
	height:11px;
	background-image:url(../images/Cbr.gif);
}*/

#Title h1 {
	position:relative;
	top:41px;
	left:220px;
	width:600px;
	height:auto;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:32px;
	color:#391403;
	letter-spacing:1px;
	font-weight:900;
	
	padding:0px;
	margin:0px;
}

#Content h2 {
	width:450px;
	margin:0px 0px 0px -15px;
	padding-top:20px;
	padding-bottom:10px;
	color:#060d23;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	letter-spacing:1px;
}

#Content .firstH2 {
	border-top:none;
	margin-top:10px;
}

#Content .text, #Fixed .text {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	letter-spacing:1px;
	line-height:23px;
	color:#e0e5f0;
	text-align:left;
}

#Content .text a {
	color:#83b1d1;
	text-decoration:none;
}

#Content .text a:hover {
	color:#f06220;
}

#Content .first {
	margin-top:30px;
}

#Content .text ul {
	margin-top:25px;
	padding-left:10px;
}

ul#FAQ {
	padding:10px 0px 0px 0px;
	margin-left:-5px;
	list-style-type:decimal;
	color:#e0e5f0;
}

#FAQ .FAQ {
	width:600px;
	margin:5px 0px 0px 0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	line-height:18px;
	letter-spacing:1px;
	font-weight:200;
	border-top:none;
}

#Content .FAQ a {
	color:#83b1d1;
	text-decoration:none;
}

#Content .FAQ a:hover {
	color:#f06220;	
}

.Answers {
	list-style-type:decimal;
	color:#fff;
}

.Answers h2 {
	padding:0px 0px 0px 15px;
}

#Content .Answers h2 a {
	color:#0a1330;
}

#Content .Answers h2 a:hover {
	color:#0a1330;
}

#Content .Answers a:hover {
	color:#f06220;	
}

form {
	margin:30px 0px 0px -10px;	
}

.firstLetter {
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	font-weight:bold;
	padding-right:1px;
}

.before, .after {
	color:#000;
	font-weight:bold;
	font-size:20px;
}

#logoBottom {
	position:absolute;
	bottom:10px;
	left:225px;
	width:200px;
	height:75px;
}

ul.bossList {
	padding-bottom:16px;	
}

ul.bossList li {
	font-size:24px;
	padding-bottom:10px;
}

img.boss {
	border:3px solid #fff;
}

a img.boss {
	border:3px solid #83b1d1;	
}

a img.boss:hover {
	border:3px solid #f06220;	
}

.big {
	font-size:20px;
	line-height:26px;
}

.lineBreak {
	position:relative;
	top:15px;
	left:-40px;
	width:615px;
	height:2px;
	padding:0px 0px 20px 0px;
	border-top:1px dotted #000;
}

.standout {
	background-color:#373a49;
	padding:3px;
	font-weight:700;
}

/****** FOOTER ******************************************************/

#footer {
	position:relative;
	margin-top:115px;
	left:0px;
	width:856px;
	height:40px;
	padding:30px 30px 80px 30px;
	background-color:#0c0d13;
	border-top:1px solid #fff;
	border-bottom:2px solid #000;
}

#footer .text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#e0e5f0;
	float:left;
}

#footer .textRight {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#e0e5f0;
	float:right;	
}

#SiteCredit {
	position:relative;
	top:10px;
	right:0px;
	width:860px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:right;
	padding:0px 0px 50px 0px;
}

#SiteCredit A:hover {
	text-decoration:underline;
}
