@charset "utf-8";
/* CSS Document */

html {
	height:100%;
	width:100%;
	background-color:#fff;
}

body {
	height:auto;
	padding:0;
	margin:0;
	font-family: verdana, arial, helvetica, sans-serif, "trebuchet ms";
	font-size: 14px;
	line-height:normal;
	color:#444;
}

img { border:none; }

p {
	font-size:16px;
	font-family: arial, helvetica, sans-serif, "trebuchet ms";
	margin:1em 0;
	padding:0;
	line-height:1.5em;
}

small {
	font-size: 12px;
}

strong {
	font-weight:bold;
}

pre {
	background-color:#F4F6F8;
	border:1px solid #D3DAE4;
	font-family:"Monaco","Courier New",Courier,monospace;
	font-size:100%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:0.5em 0pt;
	overflow:auto;
	padding:0.5em;
	width:97%;
	color:#333;
}

h1, h2 {
	font-size:30px;
	letter-spacing:-1px;
	line-height:1em;
	margin:0pt;
	color:#444444;
	font-family:Arial,Helvetica,sans-serif;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}

h2 {
	background-color:#ddd;
	padding:20px;
}

hr {
	border: none 0;
	border-top: 4px solid #dddddd;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	margin:0 0 10px 0;
	padding:0;
}

.clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.clearfix{display:inline-block;}
html[xmlns] .clearfix{display:block;}
* html .clearfix{height:1%;}

/* //////////////////////////////////////////////
// LINKS
// /////////////////////////////////////////// */

a, a:link, a:visited, a:active, a:hover  {
	font-weight:bold;
	color:#226aae;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* grey links */
#footer a.no_color, #footer a.no_color:link, #footer a.no_color:visited, #footer a.no_color:active  {
	color:#666;
}

#footer a.no_color:hover {
	color:#CC0005 !important;
	text-decoration:none;
}

/* //////////////////////////////////////////////
// Layout
// /////////////////////////////////////////// */

#wrapper {
	margin:0 auto;
	width:780px;
	padding:0;
}
#header {
	height:125px;
	width:780px;
	background-image:url(/img/logo.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	margin:0 0 0 0;
}
#menu{
	text-align:right;
	margin:0 0 25px 0;
	font-size:22px;
}
#menu a {
	color:#444;
	margin-left:22px;
	font-family: arial, helvetica, sans-serif, "trebuchet ms";
}

#content {

}
#url_form {

}
#widget,#widget_code {
	margin:0 0 25px 0;
}
#footer {
	padding:0 0 25px 0;
}
.url_box, .box, .box_content {
	padding:20px;
	margin: 0 0 25px 0;
}
.url_box {
	background-color:#dddddd;
}
.box {
	background-color:#dddddd;
}

form {
	padding:0;
	margin:0;
}
input, textarea {
	padding:4px;
}
input {
	font-family: arial, helvetica, sans-serif, "trebuchet ms";
	font-size:22px;
}
input[type="text"] {
	border:1px solid #abadb3;
}
textarea {
	font-size:14px;
}