body {
	margin:0px;
	padding:0px;
	color:#555;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.5em; 
	background-color:#ffffff;
	background-image: url(images/body.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

a, a:link, a:visited {
	color: #6a27ba;
	text-decoration: none;
}

a:hover {
	color: #23b4a5;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

p { margin: 0px; padding: 0 0 10px 0; }
img { border: none; }

h1, h2, h3, h4, h5{ font-weight: normal; }

h1 { font-size: 36px; color: #000; }
h2 { font-size: 24px; color: #000; margin: 0 0 20px 0; padding: 0; }
h3 { font-size: 21px; color: #000; margin: 0 0 20px 0; padding: 0; }
h4 { font-size: 18px; color: #000; margin: 0 0 10px 0; padding: 0; }
h5 { font-size: 16px; color: #000; margin: 0 0 10px 0; padding: 0; }
h6 { font-size: 14px; margin: 0 0 5px 0; padding: 0;}

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

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.float_l {
	float: left;
}

.float_r {
	float: right;
}

blockquote { font-style: italic; }
cite { font-weight: bold; }
cite span { color: #000; } 

.button a{
	clear: both;
	display: block;
	width: 103px;
	height: 23px;
	padding: 4px 0 0 0;
	background: url(images/button.png) no-repeat;

	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.button a:hover {
	background: url(images/button_hover.png) no-repeat;
}

.button2 a{
	clear: both;
	display: block;
	width: 250px;
	height: 40px;
	padding: 4px 0 0 0;
	background: url(images/button2.png) no-repeat;

	color: #fff;
	font-size: 14px;
	line-height: 1.1em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.button2 a:hover {
	background: url(images/button2_hover.png) no-repeat;
}

.button3 {
   border-top: 1px solid #a566ed;
   background: #8041c9;
   background: -webkit-gradient(linear, left top, left bottom, from(#451779), to(#8041c9));
   background: -webkit-linear-gradient(top, #451779, #8041c9);
   background: -moz-linear-gradient(top, #451779, #8041c9);
   background: -ms-linear-gradient(top, #451779, #8041c9);
   background: -o-linear-gradient(top, #451779, #8041c9);
   padding: 5px 10px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 24px;
   font-family: Arial, Helvetica, sans-serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button3:hover {
   border-top-color: #1c7b7d;
   background: #1c7b7d;
   color: #ccc;
   font-family: Arial, Helvetica, sans-serif;
   }
.button3 a:hover {
   font-family: Arial, Helvetica, sans-serif;
   }   
.button3:active {
   border-top-color: #1c7b7d;
   background: #1c7b7d;
   font-family: Arial, Helvetica, sans-serif;
   }

#header_wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0 5px;
}

#header {
	width: 100%;
	height: 100px;
	padding: 0 30px;
	
	display: block;
	
	z-index: 999;
	
}

#header  #site_title {
	float: left;
	width: 275px;
	padding: 5px 0 0 0;
}

#header  #site_title h1 {
	margin: 0;
	padding: 0;
}

#header  #site_title h1 a{
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#header  #site_title h1 a span {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #CCC;
	font-weight: bold;
	letter-spacing: 12px;
}

#header #search_box {
	float: right;
	width: 280px;
	height: 30px;
	margin-top: 30px;
	background: url(images/templatemo_search.png) no-repeat;
}

#search_box form {
	width: 280px;
	height: 30px;
	margin: 0;
	padding: 0;
}

#searchfield {
	height: 15px;
	width: 180px;
	padding: 5px 5px 5px 5px;
	margin-right: 0px;
	color: #bcbcbc;
	font-size: 12px;
	font-variant: normal;
	line-height: normal;
	background: #161b1f;
	border: 1px solid #0b0e10;	
}

#searchbutton {
 	height: 28px;
	width: 80px;
	padding-bottom: 3px;
	cursor: pointer;
	font-size: 13px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	color: #333;
}

/* menu */

#menu {
	clear: both;
	height: 39px;
	padding: 11px 0 0 0;
}

#menu ul {
	margin: 0;
	padding: 0 0 0 30px;
	list-style: none;
}

#menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#menu ul li a {
	position: relative;
	float: left;
	width: 103px;
	display: block;
	height: 23px;
	padding: 4px 0 0 0;
	margin-right: 1px;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	color: #21272d;	
	font-weight: bold;
	outline: none;
}

#menu li a:hover, #menu li .current {
	color: #fff;
	background: url(images/menu_hover.png);
}

/* end of menu */

/* banner*/

#banner {
	clear: both;
	width: 920px;
	height: 360px;
	padding: 50px 30px;
	background: url(images/banner.jpg) no-repeat;
	overflow: hidden;
}

#banner h3 {
	color: #99CCFF;
	font-size: 42px;
}

#banner p {
	color: #FFFFFF;
	font-size: 16px;
}

/* end of banner */

/* banner2*/

#banner2 {
	clear: both;
	width: 920px;
	height: 100px;
	padding: 20px 20px;
	background: url(images/banner2.jpg) no-repeat;
	overflow: hidden;
}

#banner2 h3 {
	color: #FFF;
	font-size: 28px;
	font-weight: bold;
}

#banner2 p {
	color: #FFFFFF;
	font-size: 14px;
}

/* end of banner2 */

/* bannerTour*/

#bannerTour {
	clear: both;
	width: 920px;
	height: 100px;
	padding: 20px 20px;
	background: url(images/bannerTour.jpg) no-repeat;
	overflow: hidden;
}

#bannerTour h3 {
	color: #FFF;
	font-size: 28px;
	font-weight: bold;
}

#bannerTour p {
	color: #FFFFFF;
	font-size: 14px;
}

/* end of banner2 */

/* bannerTeam*/

#bannerTeam {
	clear: both;
	width: 920px;
	height: 100px;
	padding: 20px 20px;
	background: url(images/bannerTeam.jpg) no-repeat;
	overflow: hidden;
}

#bannerTeam h3 {
	color: #FFF;
	font-size: 28px;
	font-weight: bold;
}

#bannerTeam p {
	color: #FFFFFF;
	font-size: 14px;
}

/* end of bannerTeam */


#content_wrapper_outer {
	width: 100%;
	background: url(images/content_top.jpg) top repeat-x;
	border-top: 1px solid #004e85;
	
}

#content_wrapper_inner {
	width: 100%;
	background: url(images/content_bottom.jpg) bottom repeat-x;	
}

#content_wrapper {
	width: 920px;
	margin: 0 auto;
	padding: 30px;
}

#content {
	width: 620px;
	float: left;
}

.service_box {
	width: 280px;
}

.service_image {
	float: left;
	width: 64px;
	margin: 3px 0 0 0;
}

.service_box .service_text {
	float: right;
	width: 200px;
	text-align: justify;
}

.services_section {
	clear: both;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #CCC;
	background: url(images/templatemo_divider.jpg) bottom repeat-x;	
}

.services_section h4 {
	margin-bottom: 20px;
}

.services_section .right {
	float: right; 
	width: 120px;
}

.services_section .right img {
}

.services_sectio .services_content {
	clear: both;
	margin: 10px 0;
}

.services_section .left {
	float: left; 
	width: 470px;
}

.services_section .left p {
	text-align: justify;
}

/* SecNav */

ul#SecNav {
	position: absolute;
	top: -20px;
	right: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 500;
}
ul#SecNav li { float: left; color: #002d61; font-weight: bolder; padding: 0 5px;font-size: 12px;
font-family: 'Open Sans Condensed', sans-serif; font-weight: bolder;position: relative; }
ul#SecNav li:first-child { border-left: none; }
ul#SecNav li a { color: #002d61; text-decoration: none; font-weight: bold; display: block; padding: 0; }
ul#SecNav li a:hover, ul#sportnav li:hover>a { color:#ccc; text-shadow: none;font-weight: bolder;}
ul#SecNav li a:active { color: #d0af63; text-decoration: none; font-weight: bolder;}

ul#SecNav ul {
	left: -9999px;
	top: 16px;
	position:absolute;
    list-style: none;
}
ul#SecNav li { position: relative; }
ul#SecNav ul, ul#sportnav li li { width: 190px; border-left: none; } 
ul#SecNav li li, #sportnav li li a { height: auto; text-shadow: none; }
ul#SecNav li:hover ul, ul #sportnav a:hover ul { margin:0; padding: 0;left: -5px; /* left: -166px; */ }
ul#SecNav li:hover ul.nav-adjust-125, ul #sportnav a:hover ul.nav-adjust-125 { left: -145px; }
ul#SecNav li:hover ul.nav-adjust-100, ul #sportnav a:hover ul.nav-adjust-100 { left: -120px; }
ul#SecNav li:hover ul.nav-adjust-75, ul #sportnav a:hover ul.nav-adjust-75 { left: -95px; }
ul#SecNav li:hover ul.nav-adjust-50, ul #sportnav a:hover ul.nav-adjust-50 { left: -70px; }
ul#SecNav li:hover ul.nav-adjust-25, ul #sportnav a:hover ul.nav-adjust-25 { left: -45px; }
ul#SecNav li li a { text-indent: 0; }
ul#SecNav li li a {
	background: #ccc;
	color: #002d61;
	display: block;
	padding: 4px 8px;
	text-decoration:none;
	border-bottom: solid 1px #002d61;
	_width: 100%;
    font-size: 11px;font-weight:bold;
}

ul#SecNav li li a:hover { 
	background: #002d61; 
	color: #ccc 
}

/* end of SecNav */

.post_section {
	clear: both;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #CCC;
	background: url(images/templatemo_divider.jpg) bottom repeat-x;	
}

.post_section h2  {
	margin: 0 0 5px 0;
	padding: 10px 0 5px 0;
	background: url(images/templatemo_header.png) no-repeat bottom left;
}

.post_section .post_content {
	clear: both;
	margin: 10px 0;
}
.post_content .left {
	float: left; 
	width: 130px;
}

.post_content .left img {
	border:1px solid #CCC;
	padding: 5px;
	background: #fff;
}

.post_content .right {
	float: right; 
	width: 450px;
}

.post_section p {
	padding-bottom: 5px;
	margin-bottom: 8px;
}

.post_section .comment_tab {
	padding: 10px 0;
	margin: 40px 0 20px 0;
	border-bottom: 1px dashed #666;
	font-size: 20px;
	font-weight: bold;
}

#recent_project {
		width: 620px;
	}
	#recent_project ul { list-style: none; margin: 0; padding: 0; }
	#recent_project ul li {
		float: left;
		display: inline; 
		padding: 0;
		margin: 0;
		width: 270px;
		padding: 6px;
		margin: 0 25px 25px 0;
		background: #f1f2ea;
		border: 1px solid #d5d7ca;
	}
	#recent_project ul img {
		width: 270px;
		height: 130px;
		border: none;
		margin-bottom: 5px;
	}


/* gallery */
#gallery {
		width: 610px;
	}
	#gallery ul { list-style: none; margin: 0; padding: 0; }
	#gallery ul li {
		float: left;
		display: inline; 
		padding: 0;
		margin: 0;
		width: 270px;
		padding: 6px;
		margin: 0 20px 20px 0;
		background: #f1f2ea;
		border: 1px solid #d5d7ca;
	}
	#gallery ul img {
		width: 270px;
		height: 130px;
		border: none;
		margin-bottom: 5px;
	}
/* end of gallery */

#contact_form {
	float: left;
	padding: 20px 0 0 0;
}

#contact_form form {
	margin: 0px;
	padding: 0px;
	/*border:1px solid #e2d1be;
	padding: 20px 20px 10px 20px; */
}

#contact_form form .input_field {
	height: 18px;
	width: 230px;
}

#contact_form form label {
	display: block;
	margin-right: 10px;
	font-size: 14px;	
}

#contact_form form textarea {
	width: 310px;
	height: 150px;
}

#contact_form form .submit_btn {
	float: left;
	margin-right: 110px;
	width: 103px;
	height: 27px;
	padding: 0px 0 0 0;
	text-align: center;
	cursor: pointer;
	border: none;
	color: #fff;
	background: url(images/button.png) no-repeat;
}

.Top {
	PADDING-RIGHT: 30px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 9px; 
	TEXT-TRANSFORM: uppercase;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	LETTER-SPACING: 3px;
	TEXT-ALIGN: right;
	text-decoration: none;
	color: #431778;
}

.Top a{
	color: #431778;
}

.boxPurple {
margin:0 0 10px 0;
padding:5px;
border:1px solid #6e018f;
background-color:#f8daff;
color:#505050;
line-height:1.3em;
}
.boxWhite {
margin:0 0 20px 0;
padding:10px;
border:1px solid #cece00;
background-color:#ffffff;
color:#505050;
line-height:1.3em;
}
.boxGreen {
margin:0 0 20px 0;
padding:10px;
border:1px solid #006600;
background-color:#e2ffe3;
color:#505050;
line-height:1.3em;
}
.boxBlue {
margin:0 0 20px 0;
padding:10px;
border:1px solid #c0c0c0;
background-color:#e2f1ff;
color:#505050;
line-height:1.3em;
}
.boxRed {
margin:0 0 10px 0;
padding:5px;
border:1px solid #F00;
background-color: #FFF;
color: #900;
line-height:1.3em;
}
.boxContact {
margin:0 0 20px 0;
padding:10px;
border:1px solid #c0c0c0;
background-color:#fff1ea;
color:#505050;
line-height:1.3em;
}

.boxYellow {
margin:0 0 20px 0;
padding:10px;
border:1px solid #cece00;
background-color:#ffffcc;
color:#505050;
line-height:1.3em;
}

/* sidebar */

#sidebar {
	float: right;
	width: 240px;
}

.section_social {
	width: 240px;
	margin-top: 20px;
	margin-bottom: 40px;
}

.social a{
	display: block;
	width: 240px;
	color: #333;
	padding: 20px 0 0 0;
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}

.social a:hover {
	text-decoration: none;	
}

.social a span {
	font-size: 15px;
	margin-top: 5px;
	display: block;
	letter-spacing: 5px;
}

.twitter a{

	background: url(images/rss.png) right bottom no-repeat;
}

.facebook a{

	background: url(images/facebook.png) right bottom no-repeat;
}

.Search a{
	display: block;
	width: 220px;
	color: #FFF;
	padding: 20px 0 0 0;
	font-size: 14px;
	text-decoration: none;
	float: right;
	margin-top: 15px;
}

.Search a:hover {
	text-decoration: none;	
}

.Search a span {
	font-size: 11px;
	margin-top: 5px;
	display: block;
	letter-spacing: 5px;
}
.house a{

	background: url(images/BRYCmagnet.png) right bottom no-repeat;
	float: right;
	width: 280px;
	height: 30px;
	margin-top: 30px;
	margin-bottom: 0px;
	display: block;
	color: #FFF;
	padding: 20px 0 0 0;
}


#sidebar_featured_project {
	margin: 0 0 40px 0;
	padding: 0;
}

#sidebar_featured_project .left {
	float: left;
	width: 64px;
}

#sidebar_featured_project .right {
	float: right;
	width: 170px;
}

#sidebar_featured_project h6 a{
	color: #fff;
}

#news_section {
	margin: 0 0 40px 0;
	padding: 0;
}

#news_section h3 {
	color: #FFF;
	background-color: #431778;
	padding: 5px;
}

.news_box a {
	font-weight: bold;
	text-decoration: underline;
	color: #431778;
}

.news_box  {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #431778;
}
	

/* end of sidebar */

/*block quote*/
figure.blockquote blockquote{
    position: relative;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin: 13px auto 13px auto;
}
figure.blockquote.wide blockquote{
     width: 850px;
    margin: 45px 0 15px 0;
    padding: 0px 0px;
}
figure.blockquote blockquote .text{
    z-index: 2;
    position: relative;
    color:#1f1f1f;
    font:italic 22px/30px Arial, Helvetica, sans-serif;
}
figure.blockquote blockquote .right-quote,
figure.blockquote blockquote .left-quote{
    position: absolute;
    width:72px;
    height:53px;
    background: url(images/sprite.png) no-repeat 0 0;
}
figure.blockquote blockquote .left-quote{
    top : -12px;
    left: 3px;
    background-position: -599px -5px;
}
figure.blockquote blockquote .right-quote{
    bottom: -13px;
    right: 3px;
    background-position: -681px -5px;
}
/*block quote*/


/* footer */

#footer_wrapper {
	clear: both;
	width: 100%;
	background: url(images/footer.png) repeat-x
}

#footer {
	width: 960px;
	height: 240px;
	padding: 40px 0 0;
	margin: 0 auto;
	color: #fff;
}

.footer_box {
	float: left;
	width: 210px;
	margin-right: 30px;
	font-size: 11px;
}

.footer_box a {
		color: #b362fc;
}

.footer_box h4 {
	color: #b362fc;
	font-size: 16px;
	margin-bottom: 20px
}

.footer_logos {
	float: left;
	width: 960px;
	margin-right: 30px;
}

.footer_list { margin: 0; padding: 0; list-style: none }
.footer_list li { margin: 0 0 5px; padding: 0 0 2px; border-bottom: 1px solid #b362fc; color: #fff }
.footer_list li a { color: #fff }

#footer_menu_box { clear: both; width: 960px; height: 37px; margin: 0 auto; text-align: center }
.footer_menu { margin: 0; padding: 10px 0; list-style: none }
.footer_menu li { margin: 0 30px; padding: 0; display: inline }
.footer_menu li a { color: #b362fc }
.footer_menu li a:hover { color: #fff }

#copyright {
	clear: both;
	width: 960px;
	height: 35px;
	padding: 15px 0;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}
#copyright a { color: #fff }

/* end of footer */
