/*
CSS Credit: http://www.templatemo.com
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #838fbb;
	background: #08123a;
}

a:link, a:visited { color: #ffffff; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #99FFFF; text-decoration: underline; }

p {
	margin: 0px;
	padding: 0px;
}
h1 {
	background-color: #111E55;
	color: #FFF;
	padding: 3px;
	border-bottom-style: solid;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	font-size: 20px;
	font-style: italic;
	font-variant: small-caps;
}


img {
	margin: 0px;
	padding: 0px;
	border: none;
}
.imgLeft {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #131F5B;
	border-right-color: #131F5B;
	border-bottom-color: #131F5B;
	border-left-color: #131F5B;
}
.services {
}
.fltRt {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}


.imgRight {
	margin: 0px;
	padding: 0px;
	border: none;
}



.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.margin_bottom_10 { float: left; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}

.margin_right_10 { margin-right: 10px; }
.margin_right_60 {
	margin-right: 10px;
	color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
}

/* header */
#header_wrapper{
	clear: both;
	width: 100%;
	height: 120px;
	margin: 0 auto;
	background: url(images/header_repeat.jpg) repeat-x;
}

#header_wrapper #header_panel{
	width: 980px;
	height: 150px;	
	margin:0 auto;
	color: #FFF;
	text-align: center;
	background: url(images/header.jpg) no-repeat;
}

#header_panel #header{
	padding-top: 50px;
	font-size: 40px;
	letter-spacing: 15px;
	font-family: "Times New Roman", Times, serif;
}

#header_panel #tagline{
	font-size: 23px;
	padding: 20px 0px 5px 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

/* end of header */

/* banner */
#banner_wrapper{
	clear: both;
	width: 100%;
	height: 240px;	
	margin: 0 auto;
	background: url(images/banner_repeat.jpg) repeat-x;
}

#banner_wrapper #banner_panel{
	width: 980px;
	height: 240px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 0px;
	background-image: url(images/blueBanner.jpg);
	background-repeat: no-repeat;
}

/* end of banner */

/* menu */
#menu_wrapper{
	width: 100%;
	height: 60px;
	background: url(images/menu_bg_repeat.jpg) repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#menu_wrapper #menu_panel{
	width: 800px;
	height: 60px;
	margin:0 auto;
	background: url(images/menu_bg.jpg) no-repeat;
}
#banner_panel #FlashID {
	margin-top: 10px;
	margin-left: 10px;
}


#menu_panel ul {
	float: left;
	padding: 0;
	list-style: none;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

#menu_panel ul li{
	display: inline;
}

#menu_panel ul li a{
	float: left;
	width: 115px;
	height: 52px;
	padding: 8px 0 0 0;
	margin-right: 40px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #CCC;
	background: url(images/menu_buttonR.png) no-repeat;
}

#menu_panel li a:hover, #menu_panel li .current{
	color: #ffffff;
	background: url(images/menu_button_hoverR.png) no-repeat;
}

#menu_panel li .last {
	padding-right: 0px;
	border-right: none;
}
/* end of menu */

/* content */
#content_wrapper{
	clear: both;
	width: 100%;
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#content_wrapper #content_panel{
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#content_panel .content_panel_3col_section{
	float: left;
	width: 450px;
	border: medium solid #871F2F;
	background-color: #FFF;
	color: #08123A;
	background-image: url(images/boxBG.jpg);
	padding-bottom: 10px;
	min-height: 650px;
}
.content_panel_3col_section.margin_right_60 ul {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #08123A;
}
.content_panel_3col_section.margin_right_60 h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	text-decoration: underline;
}

#content_panel .content_panel_2col_section {
	width: 900px;
	margin-right: 20px;
	background-color: #FFF;
	color: #09123B;
	float: left;
	border: medium solid #871F2F;
	background-image: url(images/boxBG.jpg);
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.content_panel_2col_section.margin_right_60 h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
}



/* end of footer */
#content_panel .content_panel_1col_section {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	color: #09123B;
}
.content_panel_1col_section.margin_right_60 .p_section h4 a {
	color: #6C1724;
}



.content_panel_3col_section p{
	text-align: left;
	margin-bottom: 10px;
	color: #101B51;
}

.content_panel_3col_section p a {
	color: #51141D;
}

.p_section {
	color: #621520;
	text-align: center;
	margin-bottom: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 30px;
	font-weight: bolder;
	font-style: italic;
	margin-top: 5px;
	background-color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 30px;
}
.p_sectionParts {
	color: #621520;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-weight: normal;
	background-color: #FFF;
	display: block;
	padding: 5px;
}

.H_section {
	color: #621520;
	text-align: center;
	margin-bottom: 5px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 32px;
	font-weight: bolder;
	font-variant: small-caps;
	font-style: italic;
	margin-top: 10px;
	line-height: 30px;
	background-color: #FFF;
	padding-top: 5px;
	padding-bottom: 10px;
}

.services {
	margin: 20px 0 0 30px;
	padding: 0px;
	list-style-type: square;
	list-style-position: inside;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-weight: bold;
}
.servicesSide {
	margin: 20px 0 0 30px;
	padding: 0px;
	list-style-type: square;
	list-style-position: inside;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
}
.servicesSide2 {
	padding: 0px;
	list-style-type: square;
	list-style-position: outside;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
}
.servicesSide2 li {
	margin-right: 10px;
	margin-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}





.services li{
	padding-bottom: 10px;
}

.header_01 {
	font-size: 18px;
	color: #871F2F;
	letter-spacing: 5px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	border: medium solid #9F2234;
	padding: 5px;
	margin-left: 10px;
}

.image_box_01 {
	padding: 4px;
	background-color: #FFF;
	text-align: center;
}

.image_box_01 img {
	border: 1px solid #fff;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.news_section {
	clear: both;
	margin-left: 8px;
}

.news_section .news_image {
	float: left;
	margin: 3px 0 0 0;
	width: 102px;
	padding: 4px;
	background-color: #333;
}

.news_image img {
	width: 100px;
	height: 100px;
	border: 1px solid #ffffff;
	margin-right: 10px;
}

.news_section .news_content {
	float: none;
	margin-right: 10px;
}

.news_section .news_title {
	font-size: 12px;
	font-weight: bold;
	color: #009;
}


/* end of content */

/* footer */
#footer_wrapper{
	clear: both;
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #203172;
	background: #040a25;
}

#footer_wrapper #footer_panel{
	width: 100%;
	text-align: center;
	height: 30px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#footer_panel a {
	color: #abbdfe;
}
