/* Imports */
@import url("reset.css");
@import url("global-forms.css");

/***** Global *****/
/* Body */
	body {
		
		color: #85405d;
		font-size: 81.3%; /* Base font size: 14px */
		font-family:Frutiger, Arial, sans-serif;
		line-height: 1.429;
		margin: 0;
		padding: 0;
		text-align: left;
	}

/* Headings */
h2 {font-size: 2.000em}	/* 26px */
h3 {font-size: 1.429em}	/* 20px */
h4 {font-size: 1.286em}	/* 18px */
h5 {font-size: 1.143em}	/* 16px */
h6 {font-size: 1em}	/* 14px */

h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: .8em;
}

/* Anchors */
a {outline: 0;}
a img {border: 0px; text-decoration: none;}
a:link, a:visited {
	color: #6d6b6b;
	padding: 0 1px;
	text-decoration: none;
	font-size:1.154em;
}
a.normlink {
	color: #85405d;
	font-size: 1em;
}

a:hover, a:active {
	color: #fd6311;
	text-decoration: none;
}

/* Paragraphs */
p {margin-bottom: 1.143em;}
* p:last-child {margin-bottom: 0;}

strong, b {font-weight: bold;}
em, i {font-style: italic;}

::-moz-selection {background: #F6CF74; color: #fff;}
::selection {background: #F6CF74; color: #fff;}

/* Lists */
ul {margin:0;}

ol {
	list-style: outside decimal;
	margin: 1em 0 1.5em 1.5em;
}

dl {margin: 0 0 1.5em 0;font-family:Frutiger}
dt {font-weight: bold;}
dd {margin-left: 1.5em;}
dl dd {
    float: left;
    height: 58px;
    width: 326px;
}
dl dt {
    clear: both;
    float: left;
    height: 58px;
    width: 100px;
}
dl dd input {
    border: 1px solid #CCCCCC;
    height: 25px;
    width: 200px;
}
dl dd textarea {
    border: 1px solid #CCCCCC;
    height: 220px;
    width: 300px;
}
dl dd.autoh {
    height: auto;
}
/* Quotes */
blockquote {font-style: italic;}
cite {}

q {}

/* Tables */
table {margin: .5em auto 1.5em auto; width: 98%;}

	/* Thead */
	thead th {padding: .5em .4em; text-align: left;}
	thead td {}

	/* Tbody */
	tbody td {padding: .5em .4em;}
	tbody th {}

	tbody .alt td {}
	tbody .alt th {}

	/* Tfoot */
	tfoot th {}
	tfoot td {}
/***** Layout *****/
.body {
	clear: both;
	margin: 0 auto;
	width: 872px;
}
img.right figure.right {float: right; margin: 0 0 2em 2em;}
img.left, figure.left {float: right; margin: 0 0 2em 2em;}
.fl {float:left}
.fr {float:right}
.cr {clear:right}
.cl {clear:left}
.cb {clear:both}
.w450{width:450px}
.phone    {
	float: left;
	width: 55px;


}


/*
	Header
*****************/

#banner {
	margin: 0 auto;
	padding: 2.5em 0 0 0;
}

	/* Banner */
	#banner h1 {font-size: 3.571em; line-height: .6;}
	#banner h1 a:link, #banner h1 a:visited {
		color: #000305;
		display: block;
		font-weight: bold;
		margin: 0 0 .6em .2em;
		text-decoration: none;
		width: 427px;
	}
	#banner h1 a:hover, #banner h1 a:active {
		background: none;
		color: #C74350;
		text-shadow: none;
	}

	#banner h1 strong {font-size: 0.36em; font-weight: normal;}
	
#logo{margin:0 8px 0 0}	
	
	/* Main Nav */
	#banner nav {
		background: #004478;
		font-size: 1.143em;
		height: 49px;
		line-height: 30px;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		width: 100%;

	}

	#banner nav ul {list-style: none; margin: 0 auto;;}
	#banner nav li {float: left; display: inline; margin: 0;}

	#banner nav a:link, #banner nav a:visited {
		color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    height: 49px;
    line-height: 46px;
    padding: 0 31px;
    text-decoration: none;
    text-transform: uppercase;
	}
	#banner nav a:hover, #banner nav a:active,
	#banner nav .active a:link, #banner nav .active a:visited {
		background: #fd6311;
		color: #fff;
		text-shadow: none !important;
	}

	#banner nav li:first-child a {
	
	}

.toplinks{color:#f2c2da;margin-top:50px}
.toplinks a{text-transform:uppercase;color:#f2c2da;}
/*
	Body
*****************/
#content {
	background: #fff;
	overflow: hidden;
	padding: 31px 0;

	
}

.leftcol .searchop {margin-bottom:30px}
.searchop input{border: 1px solid #ebebeb;width:206px;height:30px}
.searchop span{color:#a6a6a6;line-height: 47px;}
.leftnav li{
	font-family: Times new roman;
	color:#e05d9f;
	border-bottom: 1px solid #d85196;
	display: block;
	height: 50px;
	width:198px;
	line-height: 2.923em;
}
.leftnav li a{
	color:#630134;
	float:left;
	display: block;
	height: 20px;
	width:150px;
}
.leftnav li span{float:left;display: block;height: 20px;line-height: 2.923em;font-size:9px}
.leftnav li span.ord{font-size:13px;float:left;border-bottom: 2px solid #d85196;display: block;width:20px;margin:0 10px 2px 0;height: 45px}
.leftcol {
	width: 225px;
	margin:0 23px 0 0;
	background:url(../images/bg_leftcol.jpg) no-repeat 100% 0;
}
article .detail{text-align:right;width:100%;font:12px Frutiger}
article .detail a{color:#b2005b;text-decoration:underline;font:bold 12px Frutiger}
article.special a{display:block;width:100%;color:#5c0025;font:bold 13px Frutiger;margin-top: 14px;text-decoration:underline}
article.special img{margin:10px 5px 10px 0}
article strong{margin:5px 0;}
.feature {float:left;width:140px}
.mid {margin:0 10px}
#welcome img{float:left;margin-right:15px}
.head h2{color: #B2005F;
    float: left;
    font: bold 23px/13px Times New Roman;}
.head {width:100%;background:url(../images/bg_block.jpg) repeat-x 0 100%;margin-bottom:25px }
.head span{float:left;color:#e05f9f;margin-left:10px;font-family: Times new roman;}
.center{text-align:center;border-bottom:1px solid #eeaed0;padding-bottom:30px;margin-bottom:30px;}
.botline{border-bottom:1px solid #eeaed0;padding-bottom:30px;margin-bottom:30px;}
#welcome p.main{float:left;width:285px;text-align:adjustment}
#welcome p.main strong{float:left;width:285px;text-align:adjustment;color:#5c0029}

.leftrss {
	margin-top: 40px;
	margin-right: 25px;
}

.rightcol{
	width: 150px;
}

/*footer*/
footer{font:normal 12px Arial;color:#e25ca1;background:url(../images/bg_block_bot.jpg) repeat-x;margin-top:30px;text-align:center;height: 104px;padding:30px 0 60px 0}

footer#contentinfo{line-height: 0;margin-bottom:3em;width:100%}

footer#contentinfo a{color:#640130;font:normal 12px Arial;}
footer#contentinfo a:hover{color:#b2005b}
