@charset "utf-8";
/* CSS Document */

body {
	margin:10px auto 0px auto;
	padding:0px 0px 0px 0px;
	background-color:#CCCCCC;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color:#333;	
}

#container {
	width:800px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	background-color:#FFF;
	background-image:url(../images/body_bg.gif);
	background-repeat:repeat-y;
	overflow:hidden

}

#header {
	width: 800px; 
	height: 180px;
	float:left;
	background-image:url(../images/header_bg.gif);
	background-repeat:no-repeat;
}

#holder {
	padding: 0px 0px 0px 0px;
	width:800px;
}

#content {
	padding: 0px 15px 0px 5px;
	width:520px;
	float:right;
	background-image:url(../images/body_bg.gif);
	background-repeat:repeat-y;
	background-position:right;
}

#details {
	padding: 0px 5px 0px 0px;
	width:235px;
	float:left;
}

#form {
	padding: 0px 0px 0px 10px;
	width:270px;
	float:right;
}

#news {
	padding: 5px 4px 20px 0px;
	width:335px;
	float:left;
	border-right:1px #CCC dotted;
}

#newsletter {
	padding: 5px 10px 0px 10px;
	width:160px;
	float:right;
}

#articles {
	padding: 0px 0px 0px 0px;
	width:500px;
	float:left;
}


#login, #login a {
	display:block;
	padding: 0px 0px 0px 0px;
	width:160px;
	height:125px;
	float:left;
	display:block;
	text-align:center;
	background: url("../images/login_btnbg.gif") 0 0 no-repeat;
	background-position:top;
}


#login a:hover {
   background-position: 0 -125px;
   background-position:bottom;
}


#footer {
	width: 800px; 
	height: 45px;
	background-image:url(../images/footer_bg.gif);
	background-repeat:no-repeat;
	float:right;
	color:#CCCCCC;
	text-align:center;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active, #footer a:hover{
	text-decoration: none;
	color: #CCC;
	text-align:center;
	font-size:10px;
}

#footer a:hover{
	text-decoration: underline;
}


#final_footer, #final_footer a, #final_footer a:link, #final_footer a:visited, #final_footer a:active, #final_footer a:hover {
	width:800px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	font-size:9px;
	color:#333333;
	text-align:center;
	line-height:15px;
}

#final_footer a:hover{
	text-decoration: underline;
}

h1{
width:517px;
border-bottom:#CCCCCC 1px dotted;
font-weight:500;
font-variant:small-caps;
font-size:19px;
color:#a30046;
line-height:21px;
}

h2{
font-weight:500;
font-size:15px;
color:#a30046;
}

h3{
font-weight:bold;
font-size:12px;
color:#333;
}

a {
font-size:12px;
color:#132f79;
text-decoration:none;
}

a:hover {
font-size:12px;
color:#132f79;
text-decoration:underline;
}

ul{
list-style:square;
}

.small{
font-size:11px;
color:#666666;
line-height:11px;
}

.staff{
font-size:15px;
color:#a30046;
line-height:17px;
font-weight:500;
}

.testimonials{
font-size:13px;
color:#666666;
line-height:17px;
}

.client{
font-size:11px;
color:#a30046;
}


hr {color: #FFF; background-color: #FFF; border: 1px dotted #CCC; border-style: none none dotted;}

table.sample {
	border-width: 1px;
	border-spacing: ;
	border-style: dotted;
	border-color: #FFF;
	border-collapse: collapse;
	background-color: white;
}
table.sample th {
	border-width: 1px;
	padding: 0px;
	border-style: dotted;
	border-color: #CCC;
	background-color: white;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 1px;
	padding: 0px;
	border-style: dotted;
	border-color: #CCC;
	background-color: white;
	-moz-border-radius: ;
}

