/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a:link {color: #5d4076}
a:hover {color: white; background: #5d4076; text-decoration: none;}
a:visited {color: gray; background: none;}


body {
	background: #5d4076  repeat-x left bottom;  /* outside area bg color */
	color: black;   /* body text color */
	font: normal 70% "Lucida Sans Unicode",sans-serif;  /* text size throughout document */
    line-height: 1.6em
}

p,ul {padding-bottom: 1.2em;}

h1 {
	font: normal 1.8em "Lucida Sans Unicode",sans-serif;
    color: black;
    border-bottom: solid 2px #cd3549;
	margin-bottom: 10px;
}

h2 {
	font: bold 1.2em "Lucida Sans Unicode",sans-serif;
    color: black;
	margin-bottom: 10px;
}

h3 {
	font: bold 1em "Lucida Sans Unicode",sans-serif;
    color: black;
	margin-bottom: 5px;
}

blockquote {
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px;}

.small  {
    font-size: .75em
}

.indent1 {
	margin-left: 3em;
    margin-right: 4em;
}
.indent2 {
	margin-left: 6em;
    margin-right: 4em;
}
.indent3 {
	margin-left: 9em;
    margin-right: 4em;
}



/* misc */
.clearer {clear: both;}

.left {
    float: left;
    padding-right:12px}

.right {float: right;}

/* structure */
.container {
	background: white; /* border of entire frame */
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 725px;
}

/* title */
.header {
	background: white url(images/LGRheader.jpg) no-repeat;
	height: 175px;
	margin: 0 auto;
	width: 745px;
}


/* navigation */
#menuwrapper {
	background-color: #f2edf5;
	background-image: url(images/menubar.jpg);
	background-repeat: repeat-x;*/
    margin: 5px 0px 10px ;
}

#menubar, #menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}

#menubar a {
	display: block;
	text-decoration: none;
	padding: 5px 21px 5px 21px;
	border-right: 1px solid white;
	font-size: 1em;
    font-weight: bold;
	color: white; /*main menu text color*/
}

#menubar li {
	float: left;
	width: 9em;
}

#menubar li ul, #menubar ul li  {
	width: 18em;
}

#menubar ul li a  {
	color: black; /*????*/
	border-right: 0;
	padding: 4px 0px 4px 18px;
}

#menubar li ul {
	position: absolute;
	display: none;
	background-color: #7f212c; /*drop down background color*/
	border-right: 1px solid #cd3549;
	border-left: 1px solid #cd3549;
	border-bottom: 1px solid #cd3549;
	background-image: url(images/dropdown_bg.jpg);
	background-repeat: repeat-x;*/
}

#menubar li:hover a, #menubar a:focus,
#menubar a:active, #menubar li.hvr a {
	color: white;
	background-color: #cd3549; /*main hover color*/
}

#menubar li:hover ul, #menubar li.hvr ul {
	display: block;
}

#menubar li:hover ul a, #menubar li.hvr ul a {
	color: white; /*text color in drop downs*/
	background-color: transparent;
}

#menubar ul a:hover {
	background-color: white!important; /*drop down hover background color*/
	color: #5d4076!important; /*drop down hover text color*/
}
/* Do not edit this rule in any way. */
#menubar li {width: auto;}


#nav2 {
	margin-top: 5px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#nav2 li {
	list-style-type: none;
	padding: 0px;
	margin: 0;
	float: left;
}

#nav2 a {
	display: block;
	font-size: 10px;
	color: #cd3549;
	text-decoration: none;
	background-color: white;
	padding: 2px 6px 2px 6px;
	width: auto;
	margin-left: 2px;
	border-right: 1px solid #cd3549;
	border-bottom: 1px solid #cd3549;
	font-weight: bold;
	margin-bottom: 2px;
}

#nav2 a:hover {
	background: #cd3549;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	color: white;
}





/* main */
.main {
	border-top: 4px solid white; /* border color below main nav bar */
	background: #f2edf5 /* url(images/bgmain2.jpg) repeat-y */; 
    padding: 0px 10px 0px 10px;
}
.main ul li {
    padding-left: 20px;
 }


/* content */
.content {
	float: left;  /* changing to right bumps side nav bar to left and everything else to right */
	margin: 10px 0;
	padding: 0 16px;
	width: 720x;
}
.content .descr {
	color: black; /* date text color */
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style-type: none;
	margin-left: 18px;
}
.content p {
    font-family: "Lucida Sans Unicode",sans-serif;
}

.rightcolumn {
	float: right;  
	width: 250px;
    margin-left: 10px;
    padding-left: 8px;
    padding-right: 8px;
    background: white;
}

.rightcolumn h2 {
	color: #cd3549;
	font-size: 1.1em;
    font-weight: bold;
	line-height: 18px;
    mergin-bottom: 8px;
    border-bottom: solid 2px #1e1e1e;
}

}
/* footer */
.footer {
	background: url(images/bgfooter.jpg) repeat-x;
	color: white;
	font: bold .65em sans-serif;
	line-height: 35px;
	text-align: center;
}
.footer a, {color: white}
.footer a:hover {color: yellow;}

/*  form  */
#subForm {
	font-size: 0.8em;
}
#subForm .label {
	float: left;
	clear: left;
	width: 300px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
}

input#Submit {
	margin-left: 310px;
    color: white;
	background-color: #cd3549;
	font-family: "Lucida Sans Unicode",sans-serif;
}

select#refer {
	font-family: "Lucida Sans Unicode",sans-serif;
}

input#Name, 
input#Business_Name, 
input#Business_Address, 
input#City, 
input#Phone, 
input#Email, 
textarea#Comments {
	width: 350px;
}


