@charset "utf-8";
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h1 {
	color: #e53685;
	font: 24px Verdana, Arial, Helvetica, sans-serif;
	vertical-align: bottom;
}

#header { 
	background: #ffffff;; 
	padding: 5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:310px;
	padding-left: 15px;
} 

#footer { 
	margin-top: 15px;
	padding: 5px 10px 5px; 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000; 
	color:#ffffff;
	height: 16px;
	
} 
#footer a:link, #footer a:hover, #footer a:visited, #footer a:active {
	color: white;
	text-decoration: underline;
}	

#container { 
	width: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#headerlogoandpic {
	width: 342px;
	float:left;
	
	
}
.registerform input, .registerform select, .registerform textarea{
	border: 1px solid #ffabc9;
	color: #666;

}
.registerform td {
color: #666;
}

#headerbridalshows{
	width: 590px;
	height: 220px;
	float:left;
	padding-left:22px;
	text-align: center;
	
}
#headerlowerlinks{
	text-align: center;
	height: 85px;
	float: left;
	width: 595px;
	
}
.bridalshowimage {
	width:175px;
	border-right: 1px solid #cccccc;
	float:left;
}

.rightmenuitem {
	vertical-align: middle;
	height: 30px;
}
.rightmenuitem a:link, .rightmenuitem a:active,.rightmenuitem a:visited {
	color: #333333;
	text-decoration: none;
	vertical-align: middle;
	
}
.rightmenuitem a:hover{
	color: #333333;
	text-decoration: underline;
}

.rightmenucategory {
	vertical-align: middle;
	height: 20px;
}
.rightmenucategory a:link, .rightmenucategory a:active,.rightmenucategory a:visited {
	color: #333333;
	text-decoration: none;
	vertical-align: middle;
	
}
.rightmenucategory a:hover{
	color: #333333;
	text-decoration: underline;
}
.generallink a:link, .generallink a:active,.generallink a:visited {
	color: #e53685;;
	text-decoration: none;
	vertical-align: middle;
	
}
.generallink a:hover{
	color: #e53685;
	text-decoration: underline;
}

.res_name {
	color: #671182;
	font-size: 18px;
}

.res_addr {
width: 185px;
float: left;


}
.res_content {
float: left;
width: 440px;
}
.res_image {
	float: right;
}
.res_container {
padding-bottom: 5px;
	margin-bottom: 5px; 
	
}

#resourcerightheader {
color: #333333;
font: 11px Arial, Verdana, Helvetica, sans-serif;
font-size: 20px;
padding-left: 10px;
margin-bottom: 5px;


}


.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 270px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin:0;
	margin-right: 5px;
}
.twoColFixRtHdr #sidebarcontainer {
	background: url("images/div-right-bg.gif");
	margin:0;
	
}
.twoColFixRtHdr #sidebarcontainertext {
	background: url("images/div-right-bg.gif");
	margin:0;
	padding-left: 10px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	vertical-align: top;
	float: left;
	width: 625px;
} 
.articlehead {
	float:left;
}
.twoColFixRtHdr h1 {
	float: left;
	padding:0;
	margin:0;	
}

.oneColFixRtHdr #mainContent { 
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.homepagearticlebutton {
	background: url("images/Button.gif");
	width:225px;
	height:67px;
	float:left;
	margin-right: 10px;
	margin-bottom: 15px;
	vertical-align: middle;
}
.homepagearticlebutton:hover{
	background: url("images/Button_hover.gif");
	width:225px;
	height:67px;
	float:left;
	margin-right: 10px;
	margin-bottom: 15px;
	vertical-align: middle;
}
.homepgbtn_icon {
	float:left;
	padding: 11px 7px 0 5px;
}
.homepgbtn_text {
	margin-top: 20px;
	text-align: left;
	vertical-align: middle;
	float:left;
	width:160px;
	height: 30px;
	
}


.homepgbtn_text a:link, .homepgbtn_text a:active,.homepgbtn_text a:visited {
	color: #333333;
	text-decoration: none;
	vertical-align: middle;
	
}
.homepgbtn_text a:hover{
	color: #333333;
	text-decoration: underline;
}

#homebuttonarea {
	width:950px;
	margin-top: 10px;
	
}
#homepagetext {

	width: 925px;
}