/* MAIN CSS FILE FOR STYLE OF SITE */

/* body {background-color:#CCC} */
body {
	font-family:Century Gothic; 
	font-size:9pt; 
	font-weight:normal; 
	text-align:center; 
	padding-top: 10px;
	background-color:#C9C9C9; 
	background-image: url('http://blog.dasignz.com/themes/SilverLight/images/body-bg.jpg'); 
	background-repeat:repeat-x;
}

li, p, textarea, div, table, tr, td {
	font-family:Century Gothic; 
	font-size:9pt; color:#000; 
	font-weight:normal; 
	text-align:left;
}

th {text-decoration:underline;}

input {
	color: #C00;
}

/* Links */
a{font-family:Century Gothic; font-size:9pt; text-decoration:underline; font-weight:bold;}
a:link{color:#666;}
a:active{color:green;}
a:visited{color:gray;}
a:hover{color:#C00;text-decoration:underline;}

#footerLinks a{font-family:Century Gothic; font-size:7pt; text-decoration:underline; font-weight:normal;}
#footerLinks a:link{color:#666;}
#footerLinks a:active{color:green;}
#footerLinks a:visited{color:gray;}
#footerLinks a:hover{color:#C00;text-decoration:underline;}

/* CUSTOM STYLESHEET FOR LAYOUT AND DISPLAY */
#masterContainer {
	width: 896px;
	margin: 0 auto;
	font-family: Verdana,Tahoma,arial,sans-serif;
	color: #444444;
	background-color: #FFF;
	border: 2px solid #AAAAAA;
	padding: 0;
	}
#headerContainer {
	height:160px;
	}
#subHeaderContainer {
	height:50px;
	}
#dataContainer {
	width:866px;
	padding:15px;
	}
#footerContainer {
	height:30px;
	border-top:1px solid black;
	background-color:#EEE;
	}
#adContainer {
	width:876px;
	text-align:center;
	padding:10px;
	background-color:#FFF;
	}
#adLinkContainer {
	width:876px;
	text-align:center;
	padding:2px;
	background-color:#FFF;
	}
	
#linksLevel1 {
	float:right;
	text-align:right;
	}
#linksLevel2 {
	float:right;
	text-align:right;
	}

/* SPECIAL ID ELEMENTS */
#services {
	margin-top:3px;
	}

/* SPECIAL CLASS ELEMENTS */
.linkover {
	width:130px;
	float:right;
	font-size:10px;
	background-color:#AAA;
	color:#FFF;
	font-weight:bold;
	cursor:pointer;
	cursor:hand;
	height:15px;
	text-align:center;
	padding:2px 0 0 2px;
	border-left:1px dashed black;
	}
.linkout {
	width:130px;
	float:right;
	font-size:10px;
	color:#AAA;
	font-weight:bold;
	height:15px;
	text-align:center;
	padding:2px 0 0 2px;
	border-left:1px dashed black;
	background-color:#FFF;
	}
.linkon {
	width:130px;
	float:right;
	font-size:10px;
	color:#FFF;
	font-weight:bold;
	height:15px;
	text-align:center;
	padding:2px 0 0 2px;
	border-left:1px dashed black;
	background-color:#000;
	}
.sublinkover {
	width:130px;
	float:right;
	font-size:10px;
	background-color:#AAA;
	color:#FFF;
	font-weight:normal;
	cursor:pointer;
	cursor:hand;
	height:15px;
	text-align:center;
	padding:2px 0 0 2px;
	border-top:1px dashed black;
	border-left:1px dashed black;
	}
.sublinkout {
	width:130px;
	float:right;
	font-size:10px;
	color:#AAA;
	font-weight:normal;
	height:15px;
	text-align:center;
	padding:2px 0 0 2px;
	border-top:1px dashed black;
	border-left:1px dashed black;
	}
.sublinkon {
	width:130px;
	float:right;
	font-size:10px;
	background-color:#000;
	color:#FFF;
	font-weight:normal;
	height:15px;
	text-align:center;
	padding:2px 0 0 2px;
	border-top:1px dashed black;
	border-left:1px dashed black;
	}