/* CSS Document */
/* Layout Stylesheet */ 

body {
	background-color: #eeeeee;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align:center;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	SCROLLBAR-FACE-COLOR: #ffffff; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #999999; 
	SCROLLBAR-3DLIGHT-COLOR: #999999; 
	SCROLLBAR-ARROW-COLOR: #999999; 
	SCROLLBAR-TRACK-COLOR: #f0f0f0; 
	SCROLLBAR-DARKSHADOW-COLOR: #999999;
}

h3 {
	font-size:0.75em;
	font-weight:bold;
	color: #3f3f3f;
}

#container {
	text-align:left;
	width:700px;
	margin:auto;
 }

#header {
	height:80px;
	padding-top: 50px;
	position: relative;
 }

#searchposition {
	display: block;
	position: absolute;
	top: 60px;
	right: 0px;
}
#searchposition #srch {
	border:1px solid #808080;
	font-size:12px;
	color:#333333;
	margin:0;
	padding: 1px 2px;
	float:left;
}
#searchposition button {
	border:none;
	background-color:#FFFFFF;
	height:18px;
	margin:0;
	padding:0;
}
#searchposition img {
	border:none;
	margin:0;
	padding:0;
	width:37px;
	height:18px;
}

#navigation {
	height:25px;
	background: url(../images/navigation.gif);
 }
 #breadcrumb {
	height:20px;
	font-size: 0.5em;
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 7px;
	padding-left: 12px;
 }

#content {
 position:relative;
 width:700px;
 padding:0;
 }

#left {
	float:left;
	width:200px;
	text-align: left;
 }

#main {
	width:500px;
	background:#ffffff;
	text-align:left;
	position: absolute;
	top: 0px;
	right: 0px;
 }

#footer {
	height:25px;
	margin:0;
	padding-left: 40px;
 }
#local {
	background-color: #E7CAC6;
	padding: 12px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
#calloutSolutions {
	background-color:#f2f2f2;
	padding: 12px;
	border: 1px solid #999999;
	margin-bottom: 20px;
}


#callout, #calloutAdd , #calloutAdd2 {
	background-color: #eeeeee;
	padding: 12px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	background-image: url(../images/callout_back.gif);
	background-repeat: repeat-x;
}

#copy {
	margin: 0px 0px 20px 20px;
	padding: 20px;
	border: 1px solid #CCCCCC;
}

/* navigation Stylesheet */

#navigation, #navigation ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#navigation li {
	float: left;
	padding-right: 15px;
	padding-left: 15px;	
} 

/* navigation font Stylesheet */
#navigation a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 6px;
	background-image: url(../images/arrow_off.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#navigation a:hover {
	background-image: url(../images/arrow_on.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#navigation .here {
	background-image: url(../images/arrow_on.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
/* local navigation font Stylesheet */
#local ul {
	list-style-type: none;
	/*margin: 0px;*/
	margin-bottom: 0px;
}
#local li {
	padding-bottom: 12px;
	margin: 0px;
}
#local a, .navParagraph {
	height:15px;
	font-size: 0.7em;
	text-transform: capitalize;
	color: #666666;
	text-decoration: none;
	display: block;
	padding-bottom: 6px;
	background-image: url(../images/triangle_small.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left: 10px;
	line-height: 105%;
}
.navParagraph {
	padding-bottom:0px;
}
#local a:hover {
	text-decoration: underline;
	color:#cc0000;
	display: block;
	padding-bottom: 6px;
	background-image: url(../images/triangle_small_hover.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left: 10px;
	line-height: 105%;
}
#local .here {
	color:#cc0000;
	display: block;
	padding-bottom: 6px;
	background-image: url(../images/triangle_small_hover.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left: 10px;
	line-height: 105%;
}
#local li {
	margin-left: -40px;
}
.indent {
	padding-left:20px;
}

#footer {
	font-size: 0.5em;
	text-transform: uppercase;
	color: #999999;
	letter-spacing: 0.1em;
	padding-top:3px;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#copy p {
	font-size: 0.83em;
	line-height: 140%;
	color: #666666;
	margin-top: 0px;
}
#copy table {
	font-size: 0.83em;
	line-height: 140%;
	color: #666666;
}
#copy a {
	color: #666666;
}
#copy a:hover {
	color: #000000;
}
#copy ul, #copy ol, #copy dt{
	margin-top: 0px;
}
#copy li {
	font-size: 0.83em;
	line-height: 140%;
	color: #666666;
}

#copy h1 {
	font-size: 1.3em;
	font-weight: normal;
	color: #FF0000;
	margin-top: 0px;
}
#copy h2 {
	font-size: 0.7em;
	text-transform: uppercase;
	color: #000000;
	letter-spacing: 0.1em;
	margin-bottom: 0px;
}
#copy blockquote {
	display: block;
	/*padding: 12px;*/
	border-top: 1px solid #E60000;
	border-bottom: 1px solid #E60000;
}

#callout p, #calloutAdd p, #calloutAdd2 p, #calloutAdd3 p {
	font-size: 0.7em;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 110%;
}
#callout a, #calloutAdd a, #calloutAdd2 a, #calloutAdd3 a {
	color: #666666;
	margin-top: 0px;
	font-weight: bold;
	text-decoration: none;
}
#callout a:hover, #calloutAdd a:hover, #calloutAdd2 a:hover, #calloutAdd3 a:hover {
	text-decoration:underline;
	color:#666666;
}
#callout h1, #calloutAdd h1, #calloutAdd2 h1, #calloutAdd3 h1 {
	font-size: .9em;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
}
#calloutAdd h1 {
	font-size: .8em;
}
#calloutAdd2 h1 {
	font-size: .8em;
}
#calloutAdd3 h1 {
	font-size: .8em;
}
#callout li, #calloutAdd li {
	font-size: 0.7em;
	color: #666666;
	margin-left: -30px;
	line-height: 140%;
	list-style-image: url(../images/bullet.gif);
	margin-bottom: 10px;
}
#callout ul, #calloutAdd ul {
	margin-bottom: 0px;
	margin-top: 0px;
}

#breadcrumb a {
	color: #666666;
	text-decoration: none;
 }
#full {
	border: 1px solid #CCCCCC;
	background-color: #eeeeee;
	background-image: url(../images/callout_back.gif);
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
#full p {
	font-size: 0.75em;
	line-height: 120%;
	color: #666666;
	margin-top: 0px;
}
#full ul, #full ol, #full dt{
	margin-top: 0px;
}
#full li {
	font-size: 0.75em;
	line-height: 120%;
	color: #666666;
}

#full h1 {
	font-size: 1.1em;
	font-weight: normal;
	color: #FF0000;
	margin-top: 0px;
}
#full h2 {
	font-size: 0.7em;
	text-transform: uppercase;
	color: #000000;
	letter-spacing: 0.1em;
	margin-bottom: 0px;
}
#full blockquote {
	display: block;
	padding: 12px;
	border-top: 1px solid #E60000;
	border-right: 3px solid #E60000;
	border-bottom: 1px solid #E60000;
	border-left: 3px solid #E60000;
	font-size: 80%;/**/
	}
	
.one {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 7px;
}
.two {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 7px;
	padding-left: 7px;
}
.three {

	padding-left: 5px;
}
#flash {
	margin-bottom: 20px;
	width:700px;
	border: 1px solid #CCCCCC;
	padding: 0px;
	padding-right:1px;
}
.bigpicture {
	border: 1px solid #eeeeee;
	padding: 9px;
}
#g {
	display: none;
}
	
.textBoxStyle, .optionBox, .textAreaStyle {
	border: 1px #999999 solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:2px;
	margin-bottom:2px;
}
.textBoxStyle {
	height:18px;
}
.optionBox {
	height:18px;
}
*:first-child+html .optionBox {
	border:5px;
	height:20px;
	padding:0px;
	outline:none;
	}
.textBoxStyle {
	padding-left:3px;
}
/*#search {
	margin-top: -10px;
}*/
