body{
	margin:0;
	padding:0;
	line-height: 1.7em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1a1a1a;
	background-image: url(../pics/all_bg.gif);
	background-repeat: repeat;
}

#maincontainer{
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #cdcdcd;
	padding: 5px;
}

#topsection{
	height: auto;
}


#contentwrapper{
	float: left;
	width: 100%;
}

#content_left {
	padding: 0px;
	float: left;
	width: 370px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#content_right {
	padding: 0px;
	float: left;
	width: 370px;
	border: 1px solid #CDCDCD;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


#footer{
	clear: left;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	font-size: 9px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	background-color: #332E97;
}
#content_agent {
	padding: 10px;
	width: 100%;
	border: 1px solid #CDCDCD;
	margin: 0px;
}

#content_agentImage {
	padding: 0px;
	float: left;
	width: 136px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#content_agentContent {
	padding: 0px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content_citylist {
	float: left;
	height: auto;
	width: 255px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 7px;
}


b{font-size: 110%;}
em{color: red;}




#footer a{
	color: #FFFFFF;
}

a, a:visited, a:active {
	color: #FF3300;
	text-decoration: none;
}

a:hover {
	color: #FF3300;
	text-decoration: underline;
}
#content_menu {
	width: 100%;
	background-color: #332E97;
	margin: 0px;
}

/* Menu */
#menu_wraper {
	background-image: url(../pics/menu_n.gif);
	background-repeat: repeat;
	background-position: top;
	width: 100%;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CE6802;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}


#thicktabs{
	margin: 0;
	padding: 0;
	float: left;
	font-size: 12px;
	font-weight: normal;
}

#thicktabs li{
display: inline;
}

#thicktabs li a{
	float: left; /*padding of tabs*/
	text-decoration: none;
	background-repeat: repeat;
	background-position: top;
	background-image: url(../pics/menu_n.gif);
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #663300;
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
	background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #412104;
}

#thicktabs li a:visited{
color: #663300;
}

#thicktabs li a:hover{
	color: #FFFCD8;
	background-image: url(../pics/menu_o.gif);
	background-position: top;
}

/* For Agent's List */
#agent_left {
	width: 395px;
	clear: none;
	float: left;
	margin: 0px;
}

#agent_right {
	width: 395px;
	clear: none;
	float: left;
	margin: 0px;
}


#agent_container {
	width: 382px;
	clear: none;
	float: left;
	border: 1px solid #cdcdcd;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#agent_header {
	margin: 10px;
	float: left;
	width: 350px;
}
#agent_image {
	height: auto;
	width: 150px;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
}
#agent_details {
	width: 190px;
	margin-top: 10px;
	margin-left: 0px;
	float: left;
	margin-bottom: 10px;
	margin-right: 5px;
}

.agent_county {
	font-size: 18px;
	font-weight: bold;
	color: #FF3300;
}
.agent_name {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}
#container_flash {
	margin-bottom: 5px;
}
