@charset "UTF-8";
/* CSS Document */
/* -------    Page Layout ----------*/
body {
	padding:0px;
	margin:0px;
	background:#f7f9fb;
	font:13px/19px Arial, Helvetica, sans-serif;
	color:#353535;
	min-width:1000px;
}
td {
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#353535;
	font-weight:normal;
}
div, h1, h2, h3, h4, h5, h6, p, img, ul, ol, li, form, input, textarea, span {
	padding : 0;
	margin : 0;
}
p {
	padding : 0px 0 10px 0;
	margin : 0;
}
ul {
	list-style : none;
}
img {
	outline : none;
	border : none;
}
a {
	outline : none;
	text-decoration : none;
}
/*-------------------       General      --------------*/
.black_header {
	color:#353535;
	font-size:24px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0px 0px 20px 0px;
	background:url(images/divider.gif) 0 bottom repeat-x;
}
.pink_head_text {
	color: red;
	font-size:19px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0 0 15px 0;
}
.black_14 {
	color:#515151;
	font-size:14px;
}
.black_12 {
	color:#515151;
	font-size:12px;
}
/*-------------------       General      --------------*/
#menu_outer {
	padding-top:23px;
	margin:0px auto 0px auto;
	width:1000px;
	text-align:center;
}
#menu {
	background:url(images/menu_bg.gif) 0 0 repeat-x;
	height:45px;
	width:972px;
	text-align:left;
}
#menu ul {
}
#menu li {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#060606;
	display:inline;
	font-weight:bolder;
	float:left;
	text-transform:uppercase;
	line-height:45px;
}
#menu li a {
	color:#060606;
	display:inline-block;
	padding:0px 30px 0px 30px;
}
#menu li a:hover, #menu li a.active {
	background:url(images/menu_hover_bg2.png) 0 0 repeat-x;
	color:#fff;
	display:inline-block;
	padding:0px 30px 0px 30px;
}

div#social {
	float: right;
	position: relative;
	top: -30px;
	right: 10px;
}

#banner_outer {
	/*padding-top:28px;*/
	margin:0px auto 0px auto;
	width:1000px;
	text-align:center;
}
#banner {
	background: url("images/banner_pic.jpg") no-repeat scroll 0 0 transparent;
	height: 346px;
	padding: 85px 0 0;
	text-align: center;
	width: 1000px;
}
#banner #logo {
	height: 111px;
	margin-top: 76px;
	width: 291px;
}
#content {
	padding:31px 13px 20px 21px;
	margin:0px auto 0px auto;
	width:966px;
}
#left_pannel {
	width:286px;
	padding-right:28px;
}
#right_pannel {
	width:652px;
}
.side {
	padding:0px 10px 25px 10px;
}

.side img.banners {
	width: 250px;
	height: 240px;
	padding: 20px 0 17px 0;
}

/* Right section */

.right_top_box {
	padding:0 0 5px 0;
	background:url(images/divider_2.gif) 0 bottom repeat-x;
	margin:0 0 15px 0;
}
.right_box {
	padding:5px;
	/*background:#fff;*/
}

.right_box ul {
	padding: 20px 0 20px 40px;
}

.right_box p {
	padding: 5px 0 5px 0;
}

.right_box h2 {
	font-size: 14px;
	line-height: 30px;
	color: red;
}

.right_box a {
	color: #1e1e1e;
	text-decoration: underline;
}

.right_box div#left {
	width: 215px;
	float: left;
	margin: 0 0 8px 0;
}

.right_box p.bold {
	font-weight: bold;
	text-decoration: underline;
}

.pink_header {
	background:url(images/pink_header.gif) 0 0 repeat-x;
	height:52px;
	line-height:52px;
	padding-left:15px;
	color:#fff;
	font-size:15px;
}

/* End right section */


#footer {
	background:url(images/footer_bg.gif) 0 0 repeat-x;
	padding:28px 0px 0px 40px;
	width:960px;
	height:60px;
	margin:0px auto 0px auto;
}
#footer td {
	color:#a1a1a1;
}

#copy a {
	color: #a1a1a1;
	text-decoration: underline;
}

.footer_link {
	color:#515151;
	font-weight:bold;
}
.footer_link a {
	color:#515151;
	padding:0px 10px 0px 10px;
}
.footer_link a:hover {
	color:#000;
}

