body {
	font: normal 11px/18px Arial;
	color: #333333;
	background-color: #4c4c4c;
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

.both {
	clear: both;
}

a {
	color: #5ed5ff;
	text-decoration: none;
}

a:hover {
    color: #cddc29;
	text-decoration: underline;
}

em {
	color: #000;
	font-size: 100%;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
}

h2 {
	text-transform: uppercase;
	font-size: 120%;
	color: #5ed5ff;
	padding-top: 10px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	text-transform: uppercase;
	font-size: 120%;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 0px;
}

h4 {
	text-transform: uppercase;
	font-weight: normal;
	color: #000;
	font-size: 110%;
	margin-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

hr {
	padding-bottom: 0px;
	margin: 0;
	clear: both;
	height: 0px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-top-color: #CCCCCC;	
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
}


.center_align {
	text-align: center;
}

.right_align {
	text-align: right;
}

#container {
	width: 880px;
	padding: 0px;
	margin: 0 auto;
	overflow: hidden;
	position:relative;
}
.byline {
	clear: both;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


/********************
	Undone
 ********************/

/*ul,ol, li { 
	list-style-type: none; 
}
*/



ul,ol,_,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{ 
	margin:0; padding:0 
}

a img,:link img,:visited img { 
	border:none 
}

address { 
	font-style:normal 
}

/********************
	Header
 ********************/
#header {
	position: relative;
	width: 880px;
	overflow: hidden;
	padding-bottom: 20px;
}

#header h1 {
	float: left;
	display: block;
}

#header h1 a {
	text-indent: -9999px;
	width: 176px;
	height: 53px;
	display: block;
	position: absolute;
	background: #5ed5ff;
}

#pagetitle {
	font-size: 500%;
	line-height: 50px;
	margin-top: 15px;
	margin-bottom:35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #333333;
}

#homelink {
	float: left;
	width: 350;
}

#search {
	margin-top: 35px;
	float: right;
}

/********************
	Nav
 ********************/
ul#nav {
	border-bottom: 1px solid #CCCCCC;
	width: 880px;
	height: 21px;
}

ul#nav li,
ul#nav li a {
	float: left;
	display: block;
	font-size: 110%;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

ul#nav li {
	background: url(../images/separator.gif) no-repeat 100% 1px;
	padding-right: 10px;
	padding-left: 5px;
}

ul#nav li.first {
	padding-left:0;
}

ul#nav li a {
	text-transform: uppercase;
	color: #000;
}

ul#nav li a:hover {
	text-decoration: none;
	color: #7dcff4;
}

/********************
	Content
 ********************/
#content {
	width: 580px;
	overflow: hidden;
	padding: 0 0 10px 0;
	float: left;
	margin-top: 10px;
	margin-bottom: 40px;
}

#homemain {
	width: 570px;
	height: 240px;
	overflow: hidden;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-image: url(../images/seanback.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.column {
	width: 300px;
	float: left;
	overflow: hidden;
}

.column_small {
	width: 280px;
	float: left;
	overflow: hidden;
}


address {
	margin-bottom: 10px;
}

ul#numbers {
	float: right;
	margin-top: 7px;
}

ul#numbers li,
ul#numbers li a {
	float: left;
	display: block;
}

ul#numbers li a.active {
	color: #000;
}

ul#numbers li {
	background: url(../_images/separator2.gif) no-repeat 100% 4px;
	padding-right: 8px;
	padding-left: 3px;
}

ul#numbers li.last {
	background: none;
	padding-right: 0;
}

#description {
	clear: left;
	float: left;
	width: 580px;
	overflow: hidden;
	border-top: 1px solid #CCCCCC;
}

#column1 {
	float: left;
	width: 280px;
	overflow: hidden;
	margin-top:10px;
}

#column2 {
	float: right;
	width: 280px;
	overflow: hidden;
	margin-top:10px;
}

input#email {
	padding: 2px;
	
}


input {
font-size:9px;


}

.newsbox{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
}

.copytext{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
}

/********************
	Sidebar
 ********************/
 
 #sidebar {
	width: 280px;
	margin-top: 10px;
	margin-bottom: 40px;
	overflow: hidden;
	padding: 0 0 10px 0;
	float: right;
}

#sidebar_block {
	font-size: 100%;
	line-height: 13px;
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.padding1 {
	padding-right: 12px;
}

#twitter_div{
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.sidebarhead{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
}

.sidebarmain{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #333333;
}

/********************
	Footer
 ********************/
#footer {
	width:880px;
	color: #000;
	font-size: 100%;
	font-weight: normal;
	font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
	margin-bottom:50px;
	clear: both;
	overflow:visible;
}

.padding{
	margin-right: 20px;
}
