/* General Module Styles */
.mod_wrap {
	width: 280px;
	/*background-color: #323B79;*/
	margin-top: 20px;
	background: #015593 url("../images/box_bg.png") top left no-repeat;	
}
.mod_noBg {
	background: none;
}
.mod_wrap:first-child {
	margin-top: 0px;
}
.mod_rad5 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.mod_radTop5 {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

/* Twitter Module Styles */
.mod_twitter {
	background-color: transparent;
}

/* Cycle Module Styles */
.mod_cycle {
	width: 260px;
	padding: 10px;
}
.mod_cycleWrap {
	width: 260px;
	height: 260px;
	overflow: hidden;
}

/* YouTube Module Styles */
.mod_youtube {
	width: 260px;
	padding: 10px;
}

/* HTML Module Styles */
.mod_html {
	background-color: transparent;
}
.mod_html h2 {
	background-color: #015593;
	color: #FFF;
	text-align: center;
	line-height: 28px;
	margin-top: 0px;
	height: 30px;
}
.mod_html .htmlContent {
	width: 260px;
	padding: 0px 10px;
}

/* Search Module */
.mod_search {
	background-color: transparent;	
}
.mod_search .box {
	float: none;
	margin-left: 0px;
}

/* Menu Module */
.mod_menu {
	background-color: transparent;
}
#mod_menu_hd {
	background-color: #015593;
	padding: 10px;	
	margin-bottom: 2px;
}
.mod_menu .box_header {
	margin: 0px;	
}

/* Gallery Module */
.mod_gallery {
	width: 590px;
	height: 220px;
}
.mod_galleryWrap {
	width: 590px;
	height: 220px;
	overflow: hidden;	
}

/* Form Module */
.mod_form {
	width: 260px;
	padding: 10px;
	color: #FFF;
}
.mod_form label, .mod_form input, .mod_form textarea {
	float: left;
	padding: 0px;
	border: 0px;
	font-size: 12px;
}
.mod_form label {
	width: 100px;
	margin: 2px 0px;
}
.mod_form input, .mod_form textarea {
	width: 154px;
	margin: 2px 0px;
	padding: 2px;
	border: 1px solid #CCC;
}
#req_submit {
	margin: 10px auto 0px;
	float: none;
	text-align: center;
}














