@charset "utf-8";
body  {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-size: 13px;
}

img {
	border-width: 0;
}
a {
	color: #FFFFFF;
}
a:hover {
	color: #A0A9E2;
}
#container { 
	width: 930px;  /* this will create a container 80% of the browser width */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #000000;
	padding: 0 10px;
	color: #8C91B9;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#sidebar1 {
	float: left; 
	width: 150px; /* since this element is floated, a width must be given */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0;
	color: #FFFFFF;
	min-height:525px;
}
#sidebar1 h3, #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}


#mainContent {
	margin: 0 20px 0 0; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	background-image: url(../images/backgroundMainContent.jpg);
	background-repeat: repeat-x;
	background-color: #303030;
	min-height: 230px;
	width: 755px;
	float: right;
} 
#mainContent img {
	margin: -5px 0 0 -5px;
}

#mainContent .pic {
	float: left;
	background-color:#666666;
	margin: 0 10px 5px 10px;
}
#mainContent .pic img {
	margin: 2px;
}

#mainContent p {
	margin: 2px 5px 0 5px;
}
#adminContent {
	margin: 0 10px 10px 10px; 

	float: left;
} 


#secondContent {
	margin: 0 20px 0 0; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	background-color: #303030;
	float: right;
	width: 755px;
	min-height: 150px;
} 
#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #000000;
	padding-bottom: 30px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.small_1 {
	float: left;
	width: 742px;
	background-color: #303030;
	min-height: 100px;
	padding: 0 2px 0 0px;
	margin: 10px 5px 2px 5px;
	background-image: url(../images/line_vertical.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
.small_11 {
	float: left;
	width: 736px;
	background-color: #303030;
	min-height: 120px;
	margin: 0 0px 3px 2px;
	padding: 2px 2px 2px 2px;
}

.small_13 {
	float: left;
	width: 241px;
	background-color: #303030;
	min-height: 120px;
	margin: 0 0px 3px 2px;
	padding: 2px 2px 2px 2px;
}


.small_13 .pic {
	float: inherit;
	background-color:#666666;
	min-width: 50px;
	width: 224px;
}
.small_13 .pic img {
	width: 220px;
	margin: 2px;
}
.small_13 p {
	padding: 5px 3px 3px 3px;
}

.lista {
	float: left;
	width: 720px;
	background-color: #303030;
	min-height: 120px;
	margin: 0 0px 3px 2px;
	padding: 2px 2px 2px 2px;
}
.lista_info {
	float: left;
	width: 540px;
	background-color: #303030;
	min-height: 120px;
	margin: 0 0 3px 5px;
}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.pic {
	float: left;
	background-color:#666666;
	min-width: 50px;
}
.pic img {
	margin: 2px;
}

.white {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-transform: uppercase;
}

.left {
	float: left;
	width:49%;
	text-align: left;
}
.right {
	float: right;
	width: 49%;
	text-align: left;
}
.footer_left {
	padding-top: 35px;
	float: left;
	width:49%;
	text-align: right;
	min-height: 50px;
}
.footer_right {
	float: right;
	width: 30%;
	text-align: right;
	vertical-align:text-top;
	min-height: 50px;
}

ul.menu {
	display: inline;

}

ul.menu li {
	background-image: url(../images/link_name.png);
	background-position: left;
	background-repeat: no-repeat;
	text-align: left;
	min-height: 50px;
	width: 150px;
	display: block;
}
ul.menu li a {
	margin: 0 0 0 0;
	color: #48739D;
	padding: 15px 20px 2px 20px;
	display: block;
	text-decoration: none;
}
ul.menu li a:hover {
	margin: 0 0 0 0;
	color: #284159;
	padding: 15px 20px 2px 20px;
	display: block;
}

.col12 {
	width: 740px;
	margin: 5px 0 0 0;
	float:left;
}
.col1 {
	float: left;
	width:140px;
	margin: 0 5px 5px 0;
	text-align: right;
}
.col2 {
	float: left;
}

.input_long {
	width:400px;
	background: transparent;
	border-width: 1px;
	border-color: #222211;
	border-style: solid;
	color: #CCCCCC;
	font-weight: bold;
}
.input_long:hover {
	width:400px;
	background-color:#333333;
	border-width: 1px;
	border-color: #111111;
	border-style: solid;
}
.input_long {
	width:400px;
}
.featured {
	width: 450px;
	float:left;
	padding:10px;
}