/* CSS Document */

/* Main CSS file for Brandon Cross*/




/* ################General body text sizes and Bg colours #####################*/



*{
margin: 0;
padding: 0;
}
	
body {
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;	
	color: #555;
	margin-top: 0px;
}

p{
	line-height: normal;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}

pre{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
	line-height:normal;
	margin:0px 0px 10px 15px;
	padding:0px;
	
}


/*################# General links################*/

a{
	color: #ed1c24; /* #71445f; */
	text-decoration:none;
	
}

a:visited{    
	text-decoration:none;
}

a:hover{	
	text-decoration:underline;	
}

/*###################main wrapper aligned in the middle######################*/
.wrapper{
	margin: 0px auto;	
	width: 992px;
	padding: 0px 50px 0px 50px;	
	background:url(images/wrapper_bg.jpg);
	background-repeat:repeat-y;
	background-position:center;	
}

#main_container{
	
	}
	
/*###################header######################*/
#header {
	margin: 0px auto;
	width: 992px;
	margin: 0px 0px 0px 0px;
	height: 241px;
	background-image: url(images/broandon_cross_logo.jpg);
	background-repeat: no-repeat;
	background-position:right;
	
}

/*################### main navigation bar ######################*/
#nav {
    font-family: Arial, Helvetica, sans-serif;
	margin: 0px auto;
	color:#FFFFFF;
	background-color: #ed1c24;
	font-size: .9em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;	
	border-bottom: 5px solid #71445f;
}

#nav ul{
	list-style:none;	
	margin:0px;
	padding:0px 0px 0px 0px;
}

#nav li
{
	float:left;
	overflow:hidden; /* <-- required for proper IE6 menu activation */
}

#nav a 
{
padding:5px 19px 3px 15px;
margin:0px 0px 0px 0px;
background-color: #ed1c24;

}

#nav a:link, #nav a:visited{
color:#FFFFFF;
text-decoration:none;
display: block;
}

#nav a:hover{
color:#FFFFFF;
background-color: #71445f;
}

#nav li:hover #nav li.sfhover
{
/* 	background-color: #fff; this is required to ensure menu is dismissed correctly */
}

#nav li ul { /* second-level lists */ 
   color: #fff; 
   position: absolute; 
   background: #ed1c24; 
   text-decoration: none;
   width: 15em;  
   left: -999em; 
   padding: 0px;
   /* using left instead of display to hide menus because display: none isn't read by screen readers */ 
}

#nav li ul li a
{
	width: 13.6em;
	padding: 5px 12px 5px 15px;
	
}

#nav p { padding: 4px; margin: 0px;}

/* #nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	#nav li:hover ul, #nav li.sfhover ul  {
    left: auto;
} 

/* these are required to ensure menu is dismiss correctly in IE6 and IE7*/
*:first-child+html #nav li {background-color: #fff; height: 1%;} 
   
/*################### H3 for the titles######################*/

h1{	
	color: #ed1c24;
	font-size: 1.3em;
	margin: 5px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

h2{	
	color: #71445f;
	font-size: 1.2em;
	margin: 7px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
}

h3{	
	color: #ed1c24;
	font-size: 1.3em;
	margin: 5px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

h4{	
	color: #71445f;
	font-size: 1.2em;
	margin: 7px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
}


/*##################home left div##########################*/
#div_home_left{
	width:250px;
	float:left;
	display:inline;		
	font-size: .7em;
	/*background-image:url(images/home_left_div_bg.jpg);*/
	background-repeat:repeat-y;
	background-position:right;
	margin: 20px 0px 15px 0px;
	padding: 5px 15px 0px 15px;
}


#div_home_left .content{
	float:left;
	width:250px;
	background-image:url(images/home_top_div_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin: 5px 0px 0px 0px;
	padding: 5px 5px 0px 0px;
}
#div_home_left .content p{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}


#div_home_left .content ul {
	list-style: url(images/red_arrow.jpg); 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	font-weight:bold;

}
#div_home_left .content li {
	/*border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;*/
	margin:0px 0px 0px 15px;
	padding:0px 0px 0px 0px;
}

#div_home_left .content img{
	margin: 0px 10px 5px 0px;
	border:1px solid #CCCCCC;
}


/* #################home centre div################*/

#div_home_centre{
	/*float:left;	*/ 
	display:inline;
	float:right;
		
	width:430px; 
	font-size: .8em;	
	/*background-image:url(images/home_left_div_bg.jpg);*/
	background-repeat:repeat-y;
	background-position:right;
	margin: 20px 35px 0px 0px;
	padding: 0px 0px 0px 10px;
}


#div_home_centre .content{
	/*
	background-image:url(images/home_top_div_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;*/
	
	margin: 7px 0px 15px 0px;
	padding: 7px 0px 00px 0px;
}

#div_home_centre .content ul{
padding:3px 0px 15px 0px;
}
#div_home_centre .content li{
margin: 2px 0px 0px 30px;
list-style: url(images/cross_li2.jpg);
}



/* ####################home right div###########################*/


#div_home_right{
	width:170px;
	float:right;
	display:inline;
	font-size: .8em;
	/* background-image:url(images/home_left_div_bg.jpg); */
	background-repeat:repeat-y;
	background-position:left;
	
	margin: 20px 8px 0px 0px;
	padding: 0px 49px 0px 0px;
}


#div_home_right .content{
	background-image:url(images/home_top_div_bg.jpg);
	background-repeat:repeat-x;
	background-position: bottom;
	margin: 5px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}



#div_home_lright .content ul {
	list-style: url(images/red_arrow.jpg);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight:bold;
}


#div_home_right .content li {
	/*border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;*/
	margin:0px 0px 0px 15px;
	padding:0px 0px 0px 0px;
}

#div_home_right .content img{
	margin: 5px 10px 15px 0px;
	padding-bottom:10px;
}

/*#######################Footer#########################*/


#footer {
	clear:both;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px auto;
	background-color: #8a8a8a;
	font-size: 11px;
	line-height:12px;
	margin: 0px 0px 0px 0px;
	padding: 2px 20px 5px 15px;
	color:#FFFFFF;
	
}

#footer a{
	font-size: 12px;
	text-decoration:none;
	margin: 0px 5px 15px 5px;
	color:#FFFFFF;
}

#footer a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}
#footer p{
	padding: 0px 5px 0px 10px;
	margin: 0px 0px 0px 0px;
}

#footer img{
	border:none;
}

/*----------------------------------*/
.red_link {
	color:#ed1c24;
}

.purple_link {
	color:#71445f;
	
}
#footer .designed_by, #footer .designed_by a {
	color: #ddd; /* #333333; */
	font-size: xx-small;
}


#contact-form .row {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 10px; PADDING-TOP: 0px
}