/* COPYRIGHT BRADLEY DYER GROUP */

/* MAIN STYLE SHEET, SHARED */

* {
	margin:0;
	padding:0;
}

img{
	border:0;
}

body{
	background-image:url(../images/bg/background_grad.jpg);
	background-repeat:repeat-x;
	text-align:center;
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
}

td{
	font-size:1.1em;
}


#container {
	text-align: left;
	width: 761px;
	margin: 10px auto 0px;
	position:relative;
	background-repeat:repeat-y;	
}



/* FOOTER */

#footer p.footer {
	color:#666666;
	padding-top:5px;
}

#footer p.footer a{
	color:#666666;
	text-decoration:none;
}
#footer p.footer a:visited{
	color:#666666;
}
#footer p.footer a:hover{
	color:#0163A9;
}

/* END FOOTER */

/* HEADER */

#header {
	height: 169px;	
	background-position: top right;
	background-repeat:no-repeat;
}

#logo {
	width: 226px;
	height: 169px;
	float: left;
	background-color:#fff;
}

#logo .content {
	padding: 0px;
}

#logo img { border: 0; }


/* END HEADER */


/* START SEARCH BOX */

#searchBox {
	margin-top: 20px;
	padding: 0px;
	float: right;
	display:inline;					
	margin-right:15px; 
	height:20px; 
	padding:0;
	width:154px;
}

#searchBox label {
	display: none;
	padding:0;
	margin:0;
}

#searchBox input#search {
	padding-left:23px;
	padding-top:5px;
	border:0;
	color:#adacb0;
	background: url(../images/search_box.gif);
	width:131px;
	height:17px;
	font-size: 1em;
}
/* END SEARCH BOX */


/* MAIN CONTENT */

#main {
	position:relative;
	width: 535px;
	float:right;
	background-repeat:repeat-y;	
}

#mainContent {
	background-color:#e9e8e8;
	margin-bottom: 10px;
}

#mainContent .content {
	padding: 15px 91px 10px 15px;

}

#mainContent.withSidebar {
	float: left;
	width:300px;
	background-color:#e9e8e8;
	margin-bottom: 0px;
}

#mainContent.withSidebar .content {
	padding: 15px 15px 10px 15px;
}

/*END MAIN CONTENT */



/* SIDE CONTENT */

#sideContent {
	float: right;
	width: 234px;
	color:#FFF;	
}
#sideContent p {
	color:#FFF;
	line-height: 1.3em;
	font-size: 1.1em;	
}
#sideContent h2 {
	color:#8FC367;	
}

/* END SIDE CONTENT */



/* NAVIGATION */

/* MAIN NAVIGATION */

#nav{
	float:left;
	width:226px;
	background-color: #404040;
}
#nav ul {
	margin: 0px;
}
#nav ul li{
	list-style:none;
	font-size:1.1em;
	line-height:1.9em;
}
#nav ul li a{
	color:#afe870;
	text-decoration:none;
	font-weight: bold;
}
#nav ul li a:visited{
	/*color:#afe870;*/
}
#nav ul li a:hover{
	color:#ffffff;
}
#nav ul li a.active{
	color:#ffffff;
}
#nav ul li a.expanded{
	color:#ffffff;
}

#nav ul li.last {
	padding-top: 1em;
}

/* END MAIN NAVIGATION */

/* SUB NAVIGATION */

#nav ul li ul {
	margin-bottom: 1em;
}
#nav ul li ul li {
	padding-left:10px;
	font-size:1em;
	line-height:1.7em;
}

#nav ul li ul li a{
	color:#999999;
}

#nav ul li ul li a.active{
	color:#ffffff;
}

#nav ul li ul li a:hover, #nav ul li ul li a.active{
	color:#ffffff;
}

/* END SUB NAVIGATION */

/* END NAVIGATION */




/* BOTTOM */

#bottom {
	position: relative;
	width: 761px;
	float: right;
}

/* END BOTTOM */


/* START FOOTER */

#footer {
	width: 100%;
	text-align: center;
	clear:both;
	float: left;
}

#footer .content { 
	color:#999999;
	font-size: 1em;
	padding-top: 0.5em;
}	

/* END FOOTER */



/* COMMON STYLES */


.content {
	padding: 15px 15px 10px 15px;
}

.textInset{
	padding:15px 15px 10px 15px;
}

.clear {
	clear: both;
}

.bottom {
	clear: right;
}

.inline {
	display: inline;
}

h1{
	font-size:1.7em;
	padding-bottom:8px;
}

h2{
	font-size:1.5em;
	padding:2px 0 8px 0;
}

h3{
	font-size:1.3em;
	padding:3px 0 8px 0;
}

#mainContent h2{
	font-size:1.2em;
	padding:2px 0 8px 0;
	color: #555;

}

#mainContent h3{
	font-size:1.1em;
	padding:2px 0 8px 0;
}

p{
	color:#333333;
	font-size: 1.1em;
	line-height: 1.4em;
	padding-bottom:1em;
}

ul {
	margin: 0 0 1.5em 0 ;
}

ul li {
	font-size: 1.1em;
	line-height: 1.5em;
	color:#333333;	
}

ul li p {
	font-size: 1em;
}

ul.noStyle li { 
	list-style: none;
}

p.newsitem{
	color:#333333;
	font-size: 1.1em;
	line-height: 1.3em;
	padding-bottom:3px;
}

p.newsDateMain{
	color:#000000;
	font-size: 1.1em;
	line-height: 1.3em;
	padding-bottom:0px;
}

a {
	color:#0163a9;
}
	
a:hover {
	color:#333;
}	

address {
	font-style: normal;
}

.prop {
	float: right;
	height: 233px;	
}

.blue{
	color:#0163a9;
}
.white{
	color:#FFFFFF;
}
.green{
	color:#afe870;
}
.grey{
	color:#474747;
}
.greenDark{
	color:#99CC66;
}
.greenMore{
	background-image:url(../images/more_arrow_green.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-bottom:0;
}
	.greenMore a{
		display:block;
		background-image:url(../images/bg/dotted_line.gif);
		background-repeat:repeat-x;
		background-position:top;
		color:#FFFFFF;
		padding-left:20px;
		height:2.0em;
		line-height:2.0em;
	}
	.greenMore a:visited{
		color:#FFFFFF;
	}
	.greenMore a:hover{
		color:#CCCCCC;
	}


	a.greenLink {
		color:#FFFFFF;
	}
	a.greenLink:link{
		color:#FFFFFF;
	}
	a.greenLink:visited{
		color:#FFFFFF;
	}
	a.greenLink:hover{
		color:#CCCCCC;
	}

.greenMoreAlt{
	background-image:url(../images/more_arrow_green.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-bottom:0;
}
	.greenMoreAlt a{
		display:block;
		color:#FFFFFF;
		padding-left:20px;
		height:2.0em;
		line-height:2.0em;
	}
	.greenMoreAlt a:visited{
		color:#FFFFFF;
	}
	.greenMoreAlt a:hover{
		color:#CCCCCC;
	}


.greenMoreLight{
	background-image:url(../images/more_arrow_white.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-bottom:0;
}
	.greenMoreLight a{
		display:block;
		color:#FFFFFF;
		padding-left:20px;
		height:2.0em;
		line-height:2.0em;
	}
	.greenMoreLight a:visited{
		color:#FFFFFF;
	}
	.greenMoreLight a:hover{
		color:#CCCCCC;
	}

.blueMore{
	background-image:url(../images/more_arrow_blue.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-bottom:0;
}
	.blueMore a{
		display:block;
		//background-image:url(../images/bg/dotted_line.gif);
		background-repeat:repeat-x;
		background-position:top;
		color:#FFFFFF;
		padding-left:20px;
		height:2.0em;
		line-height:2.0em;
	}
	.blueMore a:visited{
		color:#FFFFFF;
	}
	.blueMore a:hover{
		color:#CCCCCC;
	}
.blueMoreLight{
	background-image:url(../images/more_arrow_lightblue.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-bottom:0;
}
	.blueMoreLight a{
		display:block;
		background-image:url(../images/bg/dotted_line.gif);
		background-repeat:repeat-x;
		background-position:top;
		color:#FFFFFF;
		padding-left:20px;
		height:2.0em;
		line-height:2.0em;
	}
	.blueMoreLight a:visited{
		color:#FFFFFF;
	}
	.blueMoreLight a:hover{
		color:#CCCCCC;
	}	
.whiteMore{
	background-image:url(../images/more_arrow_white.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-bottom:0;
}
	.whiteMore a{
		display:block;
		background-image:url(../images/bg/dotted_line.gif);
		background-repeat:repeat-x;
		background-position:top;
		color:#FFFFFF;
		padding-left:20px;
		height:2.0em;
		line-height:2.0em;
	}
	.whiteMore a:visited{
		color:#FFFFFF;
	}
	.whiteMore a:hover{
		color:#CCCCCC;
	}
#sideContent .greyMore{
	background-image:url(../images/more_arrow_grey.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-bottom:15px;
}
	#sideContent .greyMore a{
		color:#FFFFFF;
		padding-left:20px;
		height:2.0em;
		line-height:2.0em;
	}
	#sideContent .greyMore a:visited{
		color:#FFFFFF;
	}
	#sideContent .greyMore a:hover{
		color:#CCCCCC;
	}
	


/* END COMMON STYLES */



/* USER MESSAGES */
#mainContent .messageBox {
	background-color:#FAF7A2;
	padding: 1em;
	margin: 0 0 1em 0;
	padding-left: 42px;
	border: 1px #999 solid;
	height: 1%;
}
#mainContent .messageBox ul {
	padding-bottom: 0px;
	margin: 0px;
}
#mainContent .messageBox ul li {
	list-style: outside;
	line-height: 1.2em;
	padding: 0;
}
/* END USER MESSAGES */



/* FEATURES */

	#block-contact{
		float:left;
		width:226px;
		background-repeat:repeat-x;
		clear: left;
		color: white;
		
	}
	#block-contact p{
		color:#FFFFFF;
		
	}
	#block-contact a{
		color:#FFFFFF;
	}
	#block-contact a:visited{
		color:#FFFFFF;
	}
	#block-contact a:hover{
		color:#afe870;
	}
	#block-contact address {
		font-size: 1.1em;
	}


#block-microsite-feature{
	float:left;
	border:0;
	background:#FFFFFF;
	width:535px;
	height:171px;

}

#block-download{
	float:left;
	width:226px;
	background-image:url(../images/feature_download_grad.jpg);
	background-repeat:no-repeat;
	clear: left;
	color: white;
	
}




/* END FEATURES */

/* CUSTOMER PAGES */

#block-signup{
	background-image:url(../images/register/register_top.gif);
	background-repeat:no-repeat;
	background-position: top;
	background-color:#D5D3D3; 
	margin-bottom: 2em;
	position: relative;
	height: 1%;

}
#block-signup .content{
	background-image:url(../images/register/register_bottom.gif);
	background-repeat:no-repeat;
	background-position: bottom;
	padding: 5px;
}

#block-signup  ul {
	margin-bottom: 1em;
}

#block-signup ul li {
	list-style: inside;
	list-style-type:disc;

}

#controlPanel {
	padding-top: 1em;
}
#controlPanel ul p {
	margin-left: 49px;
	font-size: 1em;
}
#controlPanel ul li img {
	float: left;
	position: relative;
	top: -10px;
}
#controlPanel ul li {
	padding-top: 1em;
	padding-bottom: 1em;
	border-top: 1px #CCCCCC solid;
}
#controlPanel ul li .button{
	margin-left: 49px;
	background-color: #eee;
	color: #333;
	border: 1px #ccc solid;
	padding: 5px;
	text-decoration: none;
}

/* END CUSTOMER PAGES */


/* FLASH HEADER */
#header #flashcontenttop {
	width: 535px;
	height: 169px;
	float: right;
}
/* END FLASH HEADER */

/* FLASH PAGE */

#leftContent {
	width: 226px;
	float: left;
}

#main.noPadding #mainContent .content {
	margin:0;
	padding:0;
}

/* END FLASH PAGE */


