@charset "utf-8";
/* CSS Document */

body {
  	text-align: center;
    margin: 0 auto;
	background:#fff url(../img/pagebg.png) repeat-x fixed;
}

*{
	margin:0;
	padding:0;
}

#container {
	width:770px;
	height:1000px;
	margin:0 auto;
	background:#fff;
	border-left:5px solid #000000;
	border-right:5px solid #000000;
}
#container2 {				/*---used on search module page---*/
	width:770px;
	height:2200px;
	margin:0 auto;
	background:#fff;
	border-left:5px solid #000000;
	border-right:5px solid #000000;
}


/*-----------------header---------------*/

#header {
	width:770px;
	height:228px;
	background:#fff url(../img/header770x228.jpg) no-repeat;
	float:left;
}

#header2 {          /*---used for listings search module---*/
	width:770px;
	height:228px;
	background:#fff url(../img/header2_770x228.jpg) no-repeat;
	float:left;
}

/*----------------2 Columns-------------*/

#sidebar{
	width:244px;
	height:75%;
	float:left;
	background:#fff url(../img/menubg.jpg) no-repeat;
}

#content{
	width:520px;
	height:75%;
	float:right;
}

#content2{			/*---used for listings search module---*/
	width:750px;
	height:1900px;
	padding: 0 10px 0 10px;
}

/*---------------Navigation-------------*/
#navbox{
	width:190px;
	margin-top:5px;
	margin-left:5px;
	float:left;
	text-align:left;
}

.sidelink{
	display:block;
	width:170px;
	margin:3px 10px 2px 0;
	padding:3px 0 3px 8px;
	font-family:Arial, Verdana, Tahoma;
	font-size:0.7em;
	font-weight:bold;
	text-align:left;
	background:#eee url(../img/gradient1.png) repeat-x;
	color:#152256;
	border-top:1px solid #ddd;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	border-left:1px solid #ddd;
	text-decoration:none;
}

.sidelink:hover{
	background:#fff url(../img/gradient2.png) repeat-x;
	color:#222;
	border-top:1px solid #ddd;
	border-right:1px solid #888;
	border-bottom:1px solid #888;
	border-left:1px solid #ddd;
	font-family:Arial, Verdana, Tahoma;
}

.hide{
	display:none;
}

/*----------------leftcontent------------------*/
#bottomleft{
	width:200px;
	height:300px;
	margin-left:10px;
	float:left;
}


/*----------------Main Content Area-----------------*/

#titlebox{
	width:500px;
	height:35px;
	float:left;
	text-align:left;
	margin-top:20px;
	margin-left:10px;
}

#maincontent{
	width:490px;
	height:100%;
	margin-top:5px;
	margin-left:10px;
	text-align:left;
}

.submenu{
	width:490px;
	margin-top:5px;
	margin-left:10px;
	float:left;
	text-align:center;	
}

div.submenu p {text-align:center;}

.thumbnail
{
	float: left;
	width: 200px;
	margin: 0 15px 15px 0;
	padding: 7px;
	font-family:Arial, Verdana, Tahoma;
	font-size:0.8em;
	color:#152256;
	text-align:center;
}

.thumbnail a {
	color:#152256;
	text-decoration:none;
}

.thumbnail a:hover {
	color:#c13434;
	text-decoration:none;
}

.imagebox{
	float:right;
	width:140px;
	height:191px;
	margin:0 0 10px 10px;
	border: thin solid #000000;
}

.imagebox2{
	float:right;
	width:175px;
	height:200px;
	margin:0 0 10px 10px;
	border: thin solid #000000;
}

.imagebox3{
	width:175px;
	height:200px;
	margin:0 auto;
	text-decoration: none;
}

	
/*----------------------Form--------------*/

#form{
	float:left;
	font-family:Arial, Verdana, Tahoma;
	font-size:0.8em;
}

.label{
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}

.submitinput{
	margin-left: 4.5em;
}

.input{
	color: #781351;
	background: #fee3ad;
	border: 1px solid #781351
}

.submit input{
	color: #000;
	background: #ffa20f;
	border: 2px outset #d7b9c9
}

fieldset{
	border: 1px solid #152256;
	width: 450px;
	padding: 10px
}

legend{
	color: #fff;
	background: #c13434;
	border: 1px solid #152256;
	padding:3px;
	margin-left:5px;
	font-family:Arial, Verdana, Tahoma;
	font-size:0.9em;
}


/*--------------------Footer--------------*/
.footerstyle{
	text-align:center;
	font-family: Arial, Verdana, Tahoma;
	font-size: 0.7em;
	color: #999999;
}

.footerstyle a {
	color: #999999;
	text-decoration:none;
}

.footerstyle a:hover {
	color: #0000CC;
	text-decoration:underline;
}

#footer{
	margin:0 auto;
	width:770px;
	height:150px;
	text-align:center;
	border-left:5px solid #000000;
	border-right:5px solid #000000;
	border-bottom:5px solid #000000;
	background:#fff url(../img/footerbg.gif) no-repeat;
	clear:both;
}
/*-------------------Styles-----------------*/
h1{
	font-family:Arial, Verdana, Tahoma;
	font-size:1.2em;
	color:#152256;
	font-weight: bold;
}

h2{
	font-family:Arial, Verdana, Tahoma;
	font-size:1.0em;
	color:#152256;
}

h3{
	font-family:Arial, Verdana, Tahoma;
	font-size:0.9em;
	color:#c13434;
}

h4{
	font-family:Arial, Verdana, Tahoma;
	font-size:0.7em;
	color:#c13434;
}

p{
	font-family:Arial, Verdana, Tahoma;
	font-size:0.9em;
	color:#152256;
	text-align:justify;
}

.pstyle2{
	font-family:Arial, Verdana, Tahoma;
	font-size:0.7em;
	color:#2A2D50;
	text-align:justify;
}

.liststyle{
	font-family:Arial, Verdana, Tahoma;
	font-size:0.8em;
	color:#2A2D50;
	text-align:left;
}

.linespace{
	line-height:150%;
}