/* Stylesheet by Artificial Studio - www.artificialstudio.com */

/*-------------------------------------------------------------- SET UP DEFAULTS*/

html, body {
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	height: 100.02%;
}

#wrapper {
	height: auto;
	width: 100%;
	margin: 0 auto 0 auto;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #F5F5F5;
}

#container {
	height: auto;
	width: 760px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	position: relative;
	text-align: justify;
}

/*-------------------------------------------------------------- LINKS*/
a:link, a:visited, a:active { 
	color:#124d90; 
	text-decoration:none;
	outline: none;
	
}

a:hover { 
	color:#c91020; 
}

:focus {
	-moz-outline-style: none;
}

a img {
    border: 0;
	padding: 0;
	margin: 0;
}

/*-------------------------------------------------------------- HEADINGS & PARAGRAPHS*/
p {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

h1 {
	font-size: 18px;
	color:#C60000;
}

h2 {
	font-size: 16px;
	color:#003366;
	margin: 10px 0 2px 0;
	padding: 0px;
}

h3 {
	font-size: 14px;
}

/*-------------------------------------------------------------- TABLES*/
table {
	border: 1px #666666 solid;
	color:#666666;

}

th {
	color:#ffffff;
	text-align:center;
	background-color:#666666;
	font-size: 12px;
	height: 30px;	
}

tr {
	
}

td {
	border-top: 1px #CCCCCC solid;
}

/*-------------------------------------------------------------- FORMS*/
input, select, textarea {

}

input {
	color:#3D3D63;
}

select {

}

textarea {
	color:#3D3D63;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/*-------------------------------------------------------------- MY DIVS*/
#header {
	background:url(../images/headerimage.jpg) no-repeat top;
	width: 760px;
	height: 179px;
}

#content {
	background-color:#FBFBFB;
	width: 758px;
	min-height: 700px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	clear: both;
}

#side_left {
	width: 200px;
	height: 100%;
	background-color: #FFFFFF;
	float: left;
}
#main {
	width: 735px;
	float: left;
	padding: 10px;
}

/*-------------------------------------------------------------- MY DIVS*/
#footer {
	background-color: #F1F1F1;
	width: 758px;
	height: 40px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom:  1px solid #999999;
	clear: both;
}

#footer_left {
	float: left;
	padding: 7px;
	width: 780px;
	height: 40px;
}

#footer_right {
	float: right;
	text-align: right;
}

#footer ul {
	margin: 0px;
	padding: 0px;
}

#footer li {
	float: left;
	list-style-type: none;
	padding-right: 17px;
}

/*-------------------------------------------------------------- NAVIGATION*/
#navigation {
	background-color: #333333;
	width: 760px;
	height: 45px;
}

#navigation ul {
	padding: 10px;
	margin: 0px;
	line-height: 20px;
}

#navigation li {
	float: left;
	background-color: #333333;
	list-style-image: none;
	list-style-type: none;
	margin-right: 30px;
}

#navigation a:link, #navigation a:active, #navigation a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#navigation a:hover {
	background-color: #666666;
}

#button a {
	width: 100px;
	height: 30px;
	background: url(../images/spacer.gif) no-repeat left;
}

#button a:hover {
    background-position: right;
}