@charset "UTF-8";
/* RESET ALL ////////////////////////////////////////////////////////////////*/
html, body, div, span, applet, a, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*///////////////////////////////////////////////////////////////////////////////*/

hmtl, body {
	text-align: center;
}

body{
	background-color:#a4a29f;
	background-image:url("images/main_bg.gif");
	background-repeat:repeat-x;
	font: 0.8em Verdana, Lucida Grande, Lucida, sans-serif;
	color: #666666;
}

div#maincontainer{
	background-image:url("images/content_bg.gif");
	background-repeat:repeat-y;
	margin: 35px auto;
	width: 860px;
	border: 1px solid #808080;
	text-align: left;
}


div#left{
	background-image:url("images/border_left.gif");
	background-repeat:no-repeat;
	margin-bottom: 3px;
	width: 13px;
	float: left;
	min-height: 662px;
	height: auto !important;
	height: 662px; /* IE6 */
}

div#container{
	width: 834px;
	float: left;
}

div#right{
	background-image:url("images/border_right.gif");
	background-repeat:no-repeat;
	margin-bottom: 3px;
	width: 10px;
	float: left;
	min-height: 662px;
	height: auto !important;
	height: 662px; /* IE6 */
}

div#head{
	background-image:url("images/head_bg.gif");
	background-repeat:repeat-x;
	margin-top: 2px;
	height: 111px;
	width: 834px;
}

div#ssslogo{
	background-image:url("images/logo.png");
	width: 332px;
	height: 92px;
	margin: 10px 0 0 20px;
	float: left;
}

*html div#ssslogo {
	background-image: none;
	width: 332px;
	height: 92px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png', sizingMethod='scale');
	z-index: 30;
}

div#services{
	margin: 10px 20px 0 0;
	float: right;
}

div#mainnavi{
	background-image: url("images/mainnavi_bg.gif");
	background-repeat: no-repeat;
	padding-top: 3px;
	width: 834px;
	height: 24px;
	clear: both;
}

div#teaser{
	margin-top: -1px;
}

div#fp_content{
	width: 834px;
	background-color: #f2f2f2;
}

div#c_left{
	width: 415px;
	float: right;
	background-color: #f2f2f2;
	height: 300px;
	border-right: 3px solid white;
}

div#c_right{
	width: 415px;
	float: right;
	background-color: #f2f2f2;
	height: 300px;
}

div#leftcontent{
	margin-top: 2px;
	width: 190px;
	float: left;
}

div#leftcontent ul#subnavi{
	margin-top: 15px;
}

div#leftcontent ul#subnavi li{
	margin-top: 10px;
}

div#leftcontent ul#quicknavi li{
	margin-top: 5px;
}

div#leftcontent p{
	margin-left: 10px;
}

div#contentcontainer{
	width: 644px;
	background-color: #f2f2f2;
	margin-top: -1px;
	float: right;
}

div#footer{
	background-image: url("images/footer.gif");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 860px;
	height: 12px;
	/*border: 1px solid #00CC00;*/
}

.clear, .csc-textpic{
	clear:both;
}


