/*-----------------------------------------

	LAVISH GARDENS LANDSCAPE

	color:#93ADCC;	- LIGHT BLUE
	color:#394A70;	- DARK BLUE
	color:#990000;	- RED
	color:#660000;	- DARK RED
	color:#333333;	- DARK GREY
	color:#666666;	- GREY

-----------------------------------------*/

* {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	list-style:none;
	border:none;
}

body {
	background-color:#666666;
	text-align:center;
	color:#333333;
}

.clear {
	clear:both;
}

a, a:visited {
	color:#375C93;
}

a:hover {
	color:#990000;
}

.nolink {
	color:#CCCCCC;
}

u {
	text-decoration:underline;
}

em, i {
	font-style:italic;
}

/*-----------------------------------------

	FRAMES

-----------------------------------------*/

.frame {
	width:900px;
	margin:0px auto;
	background-image:url(/images/frame_back_rpt.jpg);
	background-repeat:repeat-y;
}

.frame#top {
	background-image:url(/images/frame_top.jpg);
	height:30px;
}

.frame#footer {
	background-image:url(/images/frame_footer.jpg);
	height:35px;
}

.frame#bottom {
	background-image:url(/images/frame_bottom.jpg);
	background-repeat:no-repeat;
	height:60px;
}

.frame#top p#date {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	color:#CCCCCC;
	font-size:10px;
	margin-right:50px;
	padding-top:7px;
}

.frame#header {
	background-image:url(/images/frame_header.jpg);
	height:200px;
}

/*-----------------------------------------

	CONTAINERS

-----------------------------------------*/

.container {
	width:800px;
	margin:0px 50px;
	text-align:left;
}

.container#content {
	background-image:url(/images/content_back_rpt.jpg);
	background-repeat:repeat-y;
}

.container#footer {
	background-color:#93ADCC;
	height:35px;
}

/*-----------------------------------------

	NAVIGATION

-----------------------------------------*/

.nav {
	position:relative;
	float:left;
	width:800px;
	background-color:#93ADCC;
}

.nav ul {
	font-weight:bold;
	text-transform:uppercase;
}

.nav ul li {
	text-align:center;
	position:relative;
	float:left;
}

.nav ul li a {
	display:block;
	padding:11px 0px;
	font-weight:bold;
	background-color:#93ADCC;
}

.nav ul li#home {
	width:91px;
}

.nav ul li#meetings {
	width:109px;
}

.nav ul li#conferences {
	width:174px;
}

.nav ul li#links {
	width:154px;
}

.nav ul li#programs {
	width:143px;
}

.nav ul li#contact {
	width:129px;
}


.nav ul li a, .nav ul li a:visited {
	color:#FFFFFF;
} 

.nav ul li a:hover, .nav ul li a:active {
	background-color:#394A70;
}

/*-----------------------------------------

	SUBNAV

-----------------------------------------*/

.subnav {
	width:500px;
	height:40px;
	position:relative;
	margin:10px 0px;
}

.subnav li {
	position:absolute;
}

.subnav li, .subnav a, .subnav a:visited {
	display:block;
	text-align:center;
}

#sub1 {
	left: 0px;
}

#sub2 {
	left: 100px;
}

#sub3 {
	left: 200px;
}

#sub4 {
	left: 300px;
}

#sub5 {
	left: 400px;
}

#sub6 {
	left: 500px;
}


/*-----------------------------------------

	CONTENT

-----------------------------------------*/

.copy {
	width:520px;
	position:relative;
	float:left;
	padding:15px 20px;
}

.copy h1 {
	color:#394A70;
	font-size:24px;
	font-weight:bold;
	display:block;
	width:520px;
	border-bottom:1px #394A70 solid;
	margin-bottom:10px;
}

.copy h2 {
	color:#394A70;
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
}

.copy h3, .copy h3 a, .copy h3 a:visited {
	font-weight:bold;
	font-size:12px;
}

.copy p {
	margin:0px 0px 15px 0px;
	line-height:17px;
}

.copy p.block {
	margin:0px 0px 15px 15px;
}

.copy a:hover {
	border-bottom:1px dotted #990000;
}

#table-style td {
	padding:5px;
}

.copy b {
	font-weight:bold;
}

fieldset {
	border: 1px solid #CFCFCF;
}

fieldset.contact {
	width:450px;
}

legend {
	margin-left:10px;
}

label {
	width:150px;
	float:left;
	text-align:right;
	margin-right:10px;
	display:block;
}

input, textarea {
	color:#333333;
	background-color:#FFFFA0;
	border:1px solid #333333;
	width:200px;
	padding:2px;
}

input#verif_box {
	width:100px;
}

input#submit_button {
	padding:5px 10px;
	width:100px;
	background-color:#660000;
	color:#FFFFFF;
}

/*-----------------------------------------

	RED LINK BOX

-----------------------------------------*/

.extralinks {
	position:relative;
	float:right;
	padding:15px;
	width:210px;
}

.extralinks .box {
	border:1px solid #660000;
	width:205px;
	background-color:#FFFFFF;
	margin-bottom:20px;
}

.extralinks .box h3 a {
	display:block;
	color:#FFFFFF;
	width:195px;
	padding:7px 0px 7px 10px;
	background-color:#660000;
	font-weight:bold;
	text-transform:uppercase;
}

.extralinks .box h3 a:hover {
	background-color:#394A70;
}

.extralinks .box p {
	margin:7px 10px;
	line-height:17px;
}

/*-----------------------------------------

	FOOTER

-----------------------------------------*/

.container#footer p {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:10px;
	padding:10px 0px 0px 0px;
}

.footerlinks a, .footerMDS a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
}

.footerlinks a:hover, .footerMDS a:hover {
	border-bottom:1px dotted #CCCCCC;
}

.footerlinks p, .footerMDS p {
	font-size:10px;
	color:#CCCCCC;
	line-height:17px;
}

.footerlinks {
	position:relative;
	float:left;
	text-align:left;
	width:600px;
	margin:10px 0px 0px 50px;
}

.footerMDS {
	position:relative;
	float:right;
	text-align:right;
	width:180px;
	margin:10px 50px 0px 0px;
}


.alert {
	/*background: #fff6bf url(/images/icons/exclamation.png) center no-repeat;*/
	background: #FFFFA0 url(/images/icons/exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#f00;*/
	text-decoration:none;

	}
	
.alert_green {
	background: #C5FFB8 url(/images/icons/accept.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #82CE76;
	border-bottom: 2px solid #82CE76;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#030;
	text-decoration:none;

	}

