/* ------------------------------------------------------------------------ */
body 
{
    font-family: Helvetica, Arial, Times New Roman, Verdana, Arial, Tahoma;
    font-size: 14px;
    background-color: white;
    color: #222222;
    padding: 0px;
    margin: 0px;
    background-image: url("backgrounds/back3flip.jpg");
    background-repeat: repeat-y;
    background-position: center;
}
a:link, a:visited, a:active
{
    color: #000033;
    text-decoration: underline;
    background-color: Transparent;
}
a:hover
{
    color: Red;
    text-decoration: underline;
    background-color: Transparent;
}

/* ------------------------------------------------------------------------ */
#banner_top
{
    position: absolute;
    top: 114px;
	margin:0 auto;
    width: 100%;
    height: 200px;
    background-image: url("backgrounds/back5.jpg");
    background-repeat: repeat-x;
    z-index: -1;
}
#back_top
{
    position: absolute;
    top: 0px;
	margin:0 auto;
    width: 100%;
    height: 114px;
    background-image: url("backgrounds/back3.jpg");
    background-repeat: repeat-y;
    background-position: center;
    z-index: -1;
}
#address_del
{
    position: absolute;
    top: 60px;
	margin:0 auto;
    background-color: #cccccc;
    color: #000033;
    border: solid 1px yellow;
    padding: 5px;
    z-index: 20;
}
#address
{
    position: absolute;
    top: 60px;
	margin:0 auto;
    background-color: #cccccc;
    color: #000033;
    border: solid 1px yellow;
    padding: 5px;
    z-index: 20;
}
/* ------------------------------------------------------------------------ */
#main_wrapper1 {
	width:100%;
	text-align: left;
	margin:0 auto;
	padding: 0px;
}

#main_wrapper {
	width:850px;
	text-align: left;
	margin:0 auto;
	margin-top:60px;
	padding-bottom:0px;
    z-index: 4;
}
.menuCss1
{
}
#main_box
{
	margin:0 auto;
	margin-top: 2px;
	border: solid 8px white;
	background-color: White;
}
#photo_box
{
	margin:0 auto;
	margin-top: 2px;
	background-color: White;
	border: solid 8px white;
	height: 554px;
}
#main_content
{
	margin:0 auto;
    margin-top: 4px;
    padding: 20px;
    background-color: #e0e0e0;
    background-color: white;
    color: #404059;
    color: black;
}
/* ------------------------------------------------------------------------ */
#menu_photo
{
}
#main_photo 
{
    float: right;
    z-index: 4;
    padding: 10px 10px 10px 10px;
    margin: 10px 10px 10px 10px;
    border: solid 1px #000033;
}
#main_logo
{
    width: 850px;
    margin: 0px;
    padding: 0px;
    background-color: White;
    z-index: 7;
}
#main_logo1
{
    width: 850px;
    height: 90px;
    margin: 0px;
    padding: 0px;
    background-image: url("images/logo-pemberton5.jpg");
    z-index: 7;
    text-align: right;
}
#main_contact
{
    position: absolute;
    top: 14px;
	margin:0 auto;
	text-align: right;
    width: 850px;
    height: 40px;
    font-size: 12px;
    color: white;
}
#main_addr
{
    margin-left: 4px;
    float: left;
    width: 49%;
}
#main_tel
{
    margin-right: 4px;
    float: left;
    text-align: right;
    width: 49%;
}
/* ------------------------------------------------------------------------ */
.head1
{
    color: #369a36;
    color: #000033;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}
.text1
{
    color: #404059;
    font-size: 14px;
    margin: 0px 20px 20px 0px;
    line-height: 20px;
}
.head2
{
    color: #ff5353;
    color: #404059;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.text2
{
    color: #808080;
    font-size: 14px;
    margin: 0px 20px 20px 0px;
    line-height: 20px;
    list-style-type: square;
}
.text2 ul
{
    margin-left: 0px;
    padding-left: 20px;
}
.text2 li
{
    margin-left: 0px;
    padding-left: 0px;
}

.text3
{
    color: #808080;
    font-size: 12px;
    margin: 0px 20px 20px 0px;
    line-height: 20px;
    list-style-type: square;
}
.text3 ul
{
    margin-left: 0px;
    padding-left: 20px;
}
.text3 li
{
    margin-left: 0px;
    padding-left: 0px;
}
/* ------------------------------------------------------------------------ */
/*  Begin CSS Drop Down Menu                                                */
/* ------------------------------------------------------------------------ */

#menu_1
{
    width: 850px;
	margin:0 auto;
	margin-top: 3px;
    z-index: 7;
    height: 26px;
}
#menuh
	{
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #808080;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	background-color: #404059;
	text-decoration:none;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color: #808080;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width: 170px;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */
/* ------------------------------------------------------------------------ */
.profile_box
{
}
.profile_desc
{
}
.profile_photo
{
    padding: 3px;
    margin: 0px 0px 10px 10px;
}
.clearboth
{
    clear: both;
}
/* ------------------------------------------------------------------------ */
/* News                                                                     */
/* ------------------------------------------------------------------------ */
.news_window
{
}
#news_window1
{
}
#news_window1 a:link
{
    color: #000033;
    text-decoration: underline;
    background-color: Transparent;
}
#news_window1 a:visited
{
    color: #000033;
    text-decoration: underline;
    background-color: Transparent;
}
#news_window1 a:active
{
    color: #000033;
    text-decoration: underline;
    background-color: Transparent;
}
#news_window1 a:hover
{
    color: #000033;
    text-decoration: underline;
    background-color: Transparent;
}


.news_box
{
    background-color: #dddddd;
}
.news_window_edit
{
    font-size: 16px;
    width: 776px;
    border: solid 1px #222212;
    background-image: url("backgrounds/b3.jpg");
    background-repeat: repeat;
    margin: 5px 0px 5px 0px;
}
.news_div_container
{
    padding: 10px 10px 10px 10px;
    margin: 10px 0px 10px 0px;
}
.news_div_container_left
{
    float: left;
    width: 360px;
    padding: 10px 10px 10px 10px;
    margin: 10px 0px 10px 0px;
}
.news_div_text
{
    color: #222212;
    text-align: left;
    margin: 0px;
    padding: 0px;
}
.news_div_img_pic
{
    padding: 1px 1px 1px 1px;
    background-color: #222212;
    margin: 0px 10px 10px 10px;
    text-align: center;
}
.news_div_img_text
{
    visibility: hidden;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 1px;
}
/* ------------------------------------------------------------------------ */
/*  Icons                                                                   */
/* ------------------------------------------------------------------------ */
.item_icons
{
    text-align: center;

    margin: 10px 0px 0px 0px;
    border: solid 1px black;
    padding: 6px 6px 6px 6px;
    background-color: #dddddd;

    font-family: Georgia, Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #333333;
}
.news_icons
{
    text-align: left;
    width: 164px;

    margin: 10px 0px 0px 0px;
    border: solid 1px #222212;
    padding: 6px 6px 6px 6px;
    background-color: #dddddd;

    font-family: Georgia, Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #333333;
}
.half_icons
{
    text-align: center;

    margin: 10px 30px 0px 0px;
    border: solid 1px black;
    padding: 6px 6px 6px 6px;
    background-color: #dddddd;

    font-family: Georgia, Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #333333;
}
/* ------------------------------------------------------------------------ */
/* Heading & Sun-heading                                                    */
/* ------------------------------------------------------------------------ */
.category_title
{
    color: #298497;
    font-size: 20px;
    font-weight: bold;
    padding: 0px 0px 10px 0px;
}
/* ------------------------------------------------------------------------ */
/* Editing                                                                  */
/* ------------------------------------------------------------------------ */
.edit_box
{
    border: solid 1px #333333;
    padding: 10px 10px 10px 10px;
    background-color: #dddddd;
    margin: 10px 0px 10px 0px;

    font-family: Georgia, Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #333333;
}
.edit_boxHalf
{
    border: solid 1px #333333;
    padding: 10px 10px 10px 10px;
    background-color: #dddddd;
    margin: 10px 30px 10px 0px;

    font-family: Georgia, Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #333333;
}
.edit_text_heavy
{
    font-family: Georgia, Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: #333333;
}
.itemedit_container_browse
{
    margin: 5px 5px 5px 5px;
    border: solid 1px black;
    padding: 6px 10px 10px 10px;
    background-color: #dddddd;

    font-family: Georgia, Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #333333;
}
/* ------------------------------------------------------------------------ */
.entryForm1
{
    padding: 10px;
    margin-right: 10px;
}
.buttonGreen
{
    color: Green;
    width: 80px;
}
.buttonGreen2
{
    color: Green;
    padding: 0px 4px 0px 4px;
}
.buttonRed
{
    color: Red;
    width: 80px;
}
.buttonRed2
{
    color: Red;
    padding: 0px 4px 0px 4px;
}
.heavyText
{
    font-weight: bold;
}
.lightText
{
    font-size: 12px;
    font-style: italic;
}
.largeText
{
    font-size: 18px;
}
.largeGreenText
{
    font-size: 18px;
    color: Green;
}
.largeRedText
{
    font-size: 14px;
    color: Red;
}
.rightSide
{
    text-align: right;
}
.Table1
{
    width: 100%;
    background-image: url("backgrounds/b4.jpg");
    background-repeat: repeat;
    text-align: center;
}
.Table2
{
    text-align: right;
}
.editRates
{
    padding: 0px 0px 20px 0px;
}
.editRates a:link
{
	color: green;
	text-decoration:none;
}
.editRates a:hover
{
	color: red;
}	
.ratesBox
{
    background-image: url("backgrounds/b4.jpg");
    background-repeat: repeat;
}
.ratesBox2
{
    background-color: #cccccc;
}
/* ------------------------------------------------------------------------ */
.photobox
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
/* ------------------------------------------------------------------------ */
.warning
{
    color: Red;
    font-size: 12px;
}
/* ------------------------------------------------------------------------ */
.div_fileName
{
    padding: 10px 0px 4px 0px;
}
.div_fileDesc
{
    padding: 0px 0px 10px 0px;
}
.docs_window_edit
{
    font-size: 16px;
    width: 470px;
    border: solid 1px #222212;
    background-color: #dddddd;
    margin: 5px 0px 5px 0px;
}
.docs_box_edit
{
    padding: 10px 10px 10px 10px;
    margin: 10px 0px 10px 0px;
}
.Table1
{
    width: 460px;
}
.editText
{
    color: Red;
}
.editSpace
{
    padding: 5px 0px 5px 0px;
}
.app_form
{
    width: 700px;
    text-align: left;
    margin: 10px;
}
.txtboxBig
{
    width: 95%;
    background-color: #d3d3d3;
}
.txtboxSmall
{
    width: 170px;
    background-color: #d3d3d3;
}
.txtboxVSmall
{
    width: 80px;
    background-color: #d3d3d3;
}
.smallText
{
    font-size: 12px;
}
.editCalc
{
    text-align: right;
}
.editCalc a:link
{
	color: green;
	text-decoration:none;
}
.editCalc a:hover
{
	color: red;
}	
.dispCalc
{
    text-align: right;
    font-size: 12px;
}
.dispCalc a:link
{
	color: green;
	text-decoration:none;
}
.dispCalc a:hover
{
	color: red;
}	
.classTxtBoxSmall
{
    width: 50px;
    text-align: right;
}
.quoteDiv1
{
    width: 320px;
    border: solid 1px green;
    padding: 10px;
    margin: 0px 0px 10px 80px;
    text-align: center;
}
.quoteDiv2
{
    width: 320px;
    border: solid 1px green;
    padding: 10px;
    margin: 0px 0px 10px 80px;
}
.admin_box
{
    padding: 10px;
    margin: 10px;
}
#admin_box2
{
    padding: 10px;
    margin: 10px;
}
#admin_box2 a:link, #admin_box2 a:visited, #admin_box2 a:active
{
    color: #000033;
    text-decoration: underline;
    background-color: Transparent;
}
#admin_box2 a:hover
{
    color: Red;
    text-decoration: underline;
    background-color: Transparent;
}
/* ------------------------------------------------------------------------ */
.leaseAnything
{
    position: relative;
	margin:0 auto;
    top: -22px;
    left: 0px;
    z-index: 20;
}
#main_wrapper2 {
	width:100%;
	text-align: left;
	margin:0 auto;
	padding: 0px;
}
#main_wrapper3 {
	width:850px;
	text-align: left;
	margin:0 auto;
	margin-top:10px;
	padding-bottom:40px;
    z-index: 4;
}
#main_anything
{
	text-align: left;
    width: 850px;
    height: 20px;
    font-size: 14px;
    font-style: italic;
    color: white;
}
/* ------------------------------------------------------------------------ */
#dwd
{
	text-align: right;
    width: 850px;
    height: 20px;
    font-size: 10px;
    font-weight: bold;
    color: white;
}
#dwd a:link, #dwd a:visited, #dwd a:active
{
    color: white;
    text-decoration: underline;
    background-color: Transparent;
}
#dwd a:hover
{
    color: Red;
    text-decoration: underline;
    background-color: Transparent;
}
/* ------------------------------------------------------------------------ */

