/* HTML ELEMENTS */

body {
	margin:10px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:#E7E7E7;
	font-size: 11px;
        }
h1 {
    margin:0px 0px 15px 0px;
    padding:0px;
    font-size:14px;
    color:#999;
        }
h3 {
	font-size: 8px;
	color: #666;
		}
h4 {
	font-size: 10px;
	color: #360;
		}
h2, h5 {
	font-size: 11px;
	color: #36C;
		}
h6 {
	font-size: 10px;
	color: #666;
		}
p {
    font:11px verdana, arial, helvetica, sans-serif;
	line-height: 20px;
    margin:0px 0px 16px 0px;
    padding:0px;
        }
a {
	color:#360;
	text-decoration:underline;
	font-size: 11px;
        }
a:link {
	color:#060;
	}
a:visited {
	color:#060;
	}
a:hover {
	color:#666;
	}
hr {
	color: #CCC;
}

/* MAIN CONTAINERS */

#Header {
	clear: both;
	height: 30px;
        }
#Content {
	margin:0px 50px 50px 10px;
	padding:10px;
        }
#Content td
	{
font-family:verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	}
#container {
	background-color: #FFF;
	border: 1px solid #CCC;
}
#containerSub {
	border: 1px solid #CCC;
	margin: 50px 10px 10px 200px;
}
#Contact {
	position:absolute;
	top:175px;
	left:20px;
	width:180px;
	background-color:#eee;
	border:1px dashed #999;
	font-size: 10px;
	text-align: center;
        }
#Contact table {
	background-color: #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
}
#Contact td {
	background-color: #FFF;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}
#search {
	font-size: 10px;
	top: 25px;
	right: 10px;
	width: 334px;
	position: absolute;
}
#logoRygel {
	position: absolute;
	left: 0px;
	top: 62px;
}

/* NAVIGATION */

#nav {
	position: relative;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	height: 27px;
	border-bottom: 1px solid #ccc;
}

#nav li {
	margin: 0px;
	padding: 0px;
	display: block;
	list-style-type: none;
	float: left;
	}
	
#nav a {
	float: left;
	font:11px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 4px 11px 5px 11px;
	text-decoration: none;
	border-right: 1px dotted #ccc;
	color: #666666;
	font-weight: bold;
	line-height: 16px;
	border-top: 3px solid #ccc;
	}

#nav a:hover  {
	padding-bottom: 5px;
	border-top: 3px solid #6C3;
	}
	
#nav .active  {
	padding-bottom: 5px;
	border-top: 3px solid #6C3;
	}
	
/* MAST */

#MastPhotosRygel {
	background-image: url(../assets/MastPics/rygel.jpg);
	background-repeat: repeat-x;
	height: 66px;
	width: 99%;
	margin-left: 2px;
	clear: both;
}
#MastPhotosGullfAg {
	background-image: url(../assets/MastPics/gullfag.jpg);
	background-repeat: repeat-x;
	height: 66px;
	width: 99%;
	margin-left: 2px;
	clear: both;
}
#MastPhotosTurfSure {
	background-image: url(../assets/MastPics/turfsure.jpg);
	background-repeat: repeat-x;
	height: 66px;
	width: 99%;
	margin-left: 2px;
	clear: both;
}

/* COLUMNS */

#column1 {
	float: left;
	width: 167px;
	border-top: solid #ccc 1px;
	margin-right: 15px;
}
#featureColumn1 {
	width: 167px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
}
#column1 table a {
	background-color: #FFFFFF;
	background-image:  url(../assets/bulletPoints/bulletPointWhiteBground.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 18px;
	display: block;
	color: #666666;
}
#column1 table a:hover {
	color: #40749c;
	text-decoration: none;
	background-color: #FFFFFF;
	background-position: 5px;
	background-image:  url(../assets/bulletPoints/bulletPointGreyBground.gif);
}
#column1 table td {
	height: 30px;
	border-bottom: 1px solid #ccc;
}
#Column2 {
	padding-left: 15px;
}

/* FORMATTING */

.floatRight {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.searchText {
	font-size: 10px;
}

#Content img {
	margin: 5px;
}

#Content li {
	list-style-position: outside;
	list-style-image: url(../assets/bulletPoints/bulletPointGreyBground.gif);
	list-style-type: square;
	font-size: 11px;
	height: 20px;
}

.clearboth {
	clear: both;
}

.verticalAlignMiddle {
	vertical-align: middle;
}
.borderNone {
	border: 0px none;
}
.Body10px{
font-family:verdana, arial, helvetica, sans-serif;
	font-size: 10px;}
