/*/////////////////////////////////////////////////////////////////////////////////////
/////////////////                   Style for Web
/////////////////////////////////////////////////////////////////////////////////////*/
body {
	margin: 0;
	padding: 0;
	text-align:center;
	background-image:url(../images/bkgrnd.jpg);  /* background color */
}
img {
	border:0;
}
table, tr, td {
	border:0px;
	margin:0px;
	padding:0px;
	vertical-align:top;
	background-image:url(../images/fb01.jpg);
	text-align:left;
	
}

#siteshadow {
	margin-right : auto;
	margin-left : auto;
	width: 736px;
	background-image:url(../images/bkgrnd_shadow.jpg);  /* background shadow */
	background-repeat:repeat-y;
}
#sitecontainer {
	width : 700px;
	margin-right : auto;
	margin-left : auto;
	padding : 0 0 0 0;
	background-color : #FFFFFF;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
}
#right_column {
	width:300px;
	float:right;
	text-align:right;
}
#widget_container {
}
#left_column {
	width:395px;
	float:left;
	text-align:left;
	padding-bottom:5px;
}
#left_column h1{
	font-size: 16px;
	line-height:30px;
	color: #000000;
	font-family:  "Times New Roman", Times, serif;
	font-weight:normal;
	margin-top: 5px !important;   	/* other browsers */
	margin-top: 5px;
	background-image:url(../images/bkgrnd_h1.jpg);
	background-repeat:no-repeat;
	background-color:#c5c4e0;
	padding: 0 5px 0 34px;
}
#left_column h2{ 
	font-size: 15px;
	line-height:18px;
	color: #27318B;
	font-family:  Times New Roman, Times, serif;
	font-weight:normal;
	padding: 5px 10px 0 34px;
}
#left_column p{ 
	font-size: 11px;
	line-height:13px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding: 0 15px 0 34px;
}
#right_logos {
	text-align:right;
}
#right_logos img {
	padding-right: 0px;
}
#passion_pride {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	text-align:right;
	vertical-align:middle;
	height:30px;
	background-color:#706faf;
	color:#e4c206;
	width:285px;
	line-height: 27px;
	margin-bottom:4px;
	padding-right:15px;
}
#nav_container {
	height:30px;
	background-color:#26318a;
	line-height: 27px;
	margin-bottom:3px;
}

#separator {
	clear: both;
}
#footer {
	/*background-image:url(../images/bkgrnd_footer.jpg);
	background-repeat:no-repeat;*/
	font-size:10px;
	line-height:12px;
	text-align:left;
	color:#000000;
	padding: 13px 0 10px 34px;
}

/*/////////////////////////////////////////////////////////////////////////////////////
/////////////////                   Top Nav with oval bkgrnd
/////////////////////////////////////////////////////////////////////////////////////*/
#center_wrap {
	width:354px;
	text-align:center;
	margin-right : auto;
	margin-left : auto;
}
a.ovalbutton{
background: transparent url('../images/top_nav_left_bkgrnd.jpg') no-repeat top left;
display: inline;
float:  left;
font: bold 11px Arial; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 17px; /* Height of button background height */
padding-left: 5px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color:#26318a;     /*#FFFFFF;*/ /*button text color*/
font-weight:bold;
margin: 0 5px 0 5px;  /*spacing between buttons*/
}

a.ovalbutton span{
	background: transparent url('../images/top_nav_right_bkgrnd.jpg') no-repeat top right;
	display: block; /*Set 11px below to match value of 'padding-left' value above*/
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 0;
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: #fff;   /*#26328c;*/
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 110%;
padding-top:6px;
}
